Jump to content

nbrown8568

Members
  • Posts

    192
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by nbrown8568

  1.  Starting to work on my private submod Baltimore City, it is based on the Xplorer 4x4 mod. It will comprise of Baltimore City, Baltimore County and State of Maryland units.

    Some of the units are actual units and some are units that will be depicted with models that are available to me, as I can not do 3D models (yet).

     

     

    Baltimore City Units:

    • Baltimore City Police
    • Baltimore City Fire Department
    • Baltimore City Department of Public Works
    • Maryland Transportation Authority (Port Police)

    Baltimore County Units:

    • Baltimore County Police
    • Baltimore County Fire Department

    Maryland Units:

    • Maryland State Trooper

     

    Even thought I have no scripting skill I will attempt to add new feature to the mod. For those that have

    made mods/submods for the game, I may at do a shoutout if I get stuck.

     

    Eventually I will try to get this released so that everyone can enjoy it. 

     

    Here is my Crown Vic. Gonna do mostly reskins.

    Will post more as I go. Slowly learning.

    EM4 2014-06-10 21-09-36-47.jpg

    BCPD 2000 Crown Vic.jpg

    • Upvote 1
  2. @Xplorer4x4 @nbrown8568

    You could possibly use Bama's GMC Topkick or check this out http://www.emergency-forum.de/board41-emergency-4/board337-emergency-4-showroom/board322-emergency-4-modding-projects/58460-us-tow-truck-us-brush-truck/. Its from the german counterpart of this website. The author of that model is going to release a Ford Tow rollback and i have asked to make a Dodge Tow rollback in which is in Development. 

    Here are the links to some pictures.

    http://img.em-upload.de/5ZN

    http://img.em-upload.de/5ZO

     

    - EmergencyFan6299

    (P.S Good luck with the Project. Dodge and Ford chassis models by Itchboy Productions Co., EA Games)

     

    I used a lot of Bama's models in the mod I'm doing, my base mod is Xplorer 4x4's mod and I've added parking for the bomb squad and LAPD SUV and going to add others using Shanes's scripts.

    I will post pics in that topic as soon as I can get a chance and a good wifi connection.

  3. After trying everything you all have said, including checking for spelling errors and entering the data in both the local machine and current user. Help anyone!?!?

     

    Here is a solution if you are running Windows 7 on a 64-bit system. This works if you have 911 First Responders from Wizard Works go here and download this file, and follow the instructions in the post.

     

    post # 31

    http://forum.emergen...nstaller/page-2

     

    Norm,

  4. Need a few more issues to clear up. Engineer can leave the vehicle but cannot re-enter. here is the tow truck unit script and screenshot of assigned commands in the editor.

     

    <unit id="TOW_TRUCK">
        <campaign>
            <missions value="1 2 3 4 5 6 7 8 9 10">
                <prototype name="mod:Prototypes/Vehicles/04 LA Tec/tow_truck.e4p" />
                <price value="250" />
                <speed value="80" />
                <space value="1" />
                <loadspace value="0" />
                <personnel>
                    <unit id="ENGINEER2">
                        <defaultcount value = "1" />
                    </unit>
                </personnel>
                <equipment />
            </missions>
        </campaign>
        <freeplay>
            <missions value="22">
                <prototype name="mod:Prototypes/Vehicles/04 LA Tec/tow_truck.e4p" />
                <price value="250" />
                <speed value="80" />
                <space value="1" />
                <loadspace value="0" />
                <personnel>
                    <unit id="ENGINEER2">
                        <defaultcount value = "1" />
                    </unit>
                </personnel>
                <equipment />
            </missions>
        </freeplay>        
    </unit>
     

    Editor Screenshots.zip

×
×
  • Create New...