Jump to content

itchboy

Sub-Moderator
  • Posts

    4,411
  • Joined

  • Days Won

    616

Posts posted by itchboy

  1. The trucks do look a little out of proportion to each other, but considering just how out of proportion all vehicles are to the people in the game I'm not sure it really matters that much.

    As I have never ever seen any of these vehicles in person, scale is quite difficult considering i cant find much info on vehicle length of the step van. I would like to ask you though, which one should change, should the stepvan be smaller or the cargo truck be bigger?

     

     

    I agree the rig looks a little small but excellent work as ever

    I based its scale on the USFS fire truck and the roll back tow truck since they are similar types of vehicles. I dont really know what else to go on atm. Thanks for letting me know that its too small. I almost started doing its lights.

    EDIT : Better guys ?

    post-58368-0-24605300-1403871276_thumb.j

     

  2. Ok thanks. Are the police vehicles in the LAPD/CHP/LASD liveries already?

    Oooooh ok, well I look forward to it, because they look epic :D

    Those units. Technically, they are ready but they have goog and CFD's childs on them. Because of this, I am unable to release them yet. I might take it up with them if they would like to have my units included in the LA Police Upgrade mod.

    post-58368-0-99427000-1403864471_thumb.j

    Does the International truck look underscaled or is it okay to continue doing the lights

  3. Just wondering are the police vehicles and the new LA ambulance included in the newest download itchboy?

    They are available as separate downloads.

    The police vehicles are in the downloads page.

    The new LA Ambulances will be included in a certain mod (to be released soon)

  4. Thanks for liking it. Here's some progress:

    post-58368-0-10316800-1403532006_thumb.p

    So far, I have the 2 trucks in the previous posts uv mapped. I am at a crossroads on how to proceed. Do the skins myself, which will take a lot of time. OR, send the skins to someone who is capable, can do it quickly and can do textures consistent to the ones already in the mod. Of course, this person will be credited and will receive the gratefullness of the community.

  5. Nope....only works in mission scripts.

    For freeplay, you would have to create a looping script that checks the spawnpoints for any emergency vehicles with siren commands and then activates the siren command in these vehicles. It would have to check a group of VO's that are positioned where the vehicles spawn so that it will only activate their commands and not the sirens of every emergency car in the whole map.

    I actually have a "partially" working version. PM for information.

  6. First...the vehicle introduction is simply that side menu that introduces each vehicle when you select them in the send vehicle menu.

    Second...for your main problem of making the sirens work in campaign, that would require a change to EACH mission script which would probably involve something like this. (DON'T MODIFY YOUR SCRIPTS UNLESS YOU KNOW WHAT YOU ARE DOING!)

    void OnSquadVehicleArrived(Vehicle *v)
    {
        if (v->HasCommand("VcmdSiren"))
        {
            Vehicle veh = *v;
            Game::ExecuteCommand("VcmdSiren", &veh, &veh);
        }
    }

  7. There are already a few other LA mod expansions doing this. Xplorer's mod and others..
    I think I should finish replacing all the cars, that way when I get the objects set from bama (and hopefully Dyson), the whole replacement pack of everythig is complete and everyone is happy.

  8. It looks so American :scared: The buildings, the textures, the cars....

    Road signs? Can I have your permission to include these in the future US theme objects pack along side bama's work?

    Also, there appear to be new delivery trucks in there too. Could I use these in my car pack. Perhaps give them blank skins and package them as a replacement for default trucks?

  9. Your welcome. Thanks for the support. Although I dont have much time in my hands, I'd like to keep on modding.

    I am not sure what I want to do next. Replace the civil special cars or the civil trucks cars?

    Civil special ought to be easy since its mostly textures that need to change. Trucks are harder as there are no models available to convert or on any EM4 modding site.

  10. Whats up Itchboy hey you really for the Philippines big city of suburb?  Just kind of queries why you are doing a American Pack I still think it great, hopefully some of these higher up members will show there appreciation of your work.         

    I live in a certain big city in the geographic center of the country not Manila. A little note is that we speak a different dialect from those who live in the capital city. Suburbs do not exist here. Its either your in the city or you are in a rural area in the middle of nowhere.

    Why I'm doing this? I dont really know to be honest. I often wonder why I didnt just take the time instead to make a mod of the local emergency services here. Maybe its because I dont have much info about them.

    Anyway, I figured that I would be doing the community a better service by making these USA themed content because a majority (not sure) of the users here reside in continental North America and want to make mods about their towns and cities.

×
×
  • Create New...