Jump to content

james23222000

Members
  • Posts

    618
  • Joined

  • Last visited

Posts posted by james23222000

  1. The white decker could be put in so its possible, but im not going to, someone else can if they really want a double decker bus in EM4 ;)

    Please post your renders here too, don't get to see much renders on emp but it would be nice to look.

    You could put the double decker bus in as a new feature for the England mod.

  2. Yes i live in France but i think my help is not interesting. Because i'm not in town. In the campaign there is nothing. :1046276372_bawling:

    And i have already worked on a french mod. (with french team) It's not a good memory for me.

    I'm sorry.

    But i think you can find a good guy for helping you. ;)

    Please do :)

  3. Yes! A French mod! :D Excellent. And based in Normandy, even better :P

    I better start working in photoshop more. If I can get to a decent level, could I join up and make skins for vehicles? (Assuming I don't get distracted lol)

    Also, isn't it Port-en-Bessin?

    Yes it is, I just came back there from a weekend away aswell :P

    Yes you are accepted, can you show me some of your work, I'm just curious to see :P

    i could skin if needed.

    Your also accepted, can you show me some of your work as well.

    Hi,

    Why do you create a mod based on Bayeux??? And not another city? Like Paris.

    I hope this mod will be released one day, because some french mods developed for em4 are dead.

    Good luck. ;)

    I don't suppose you could help us out with the research side at all. Since you live in France.

  4. Hey, I did everything you stated. I have Norton firewall and I allowed 911 First Responders through. I also did the thing with my router. But still, nobody joins. And I am sure theres people on there because there was some other games going. I have a Linksys Broadband Firewall Router. Thanks for any help. :(

    Sorry for your wait,

    It maybe because nobody is on at that time. Check by getting one of your friends to come on at the same time and join your game to check.

  5. Hi all,

    Just to let you know, I will be starting a France mod, based around many places in France. These places will be:

    Paris

    Bayeux

    Cannes

    Port-en-Bessin

    Calais

    Boulougne

    These are the postions available:

    2 Modellers (experienced)

    1 Uv-mapper

    2 Skinners

    1 File admin (XML files, model files, etc)

    2 Reasearchers (France-based)

    Current team:

    james2322000 - Scripter, Leader, Editor and Researcher

    HPVFD236 - Skinner + map creator

    Please use PM or this topic to contact me if you are interested. I can speak and understand enough French to have a simple conversation so feel free to talk to me in French if you need to. I will use a translator to translate any words I do not understand.

    Regards

    James

  6. I always get the same DNS error, don't know the exact code right now but it's allways the same one. But when i attach a wire my connection works fine but i have moved the PS3 too my room so i dont have one atm.

    Does your wi-fi have security i.e. wpa/wpa2/wep

  7. It is snowing over here in England. Around 6 inches of snow has settled, wherever I walk i cannot see my feet. I will upload some photos soon.

    Regards

    James

    Topics merged by PyroThijs to prevent the start of a second weather topic.

  8. you've don't understand me....

    Example

    In the game ff can't enter in the ambulance

    I want to modify that

    In the LA Mod : Swat unit can enter in FBI vehicle but the FBI CAN'T crew swat unit

    I wanna know how its possible

    other example

    in Winterberg ,policemans can enter in the ambulance

    You have to edit the vehicle's unit.xml file in the units folder to let firefighters enter. I have said this before, I only gave you Hoppah's tutorial as a 'help guide'

    Regards

    James

  9. The script is not right because:

    EQUIP_SPOTLIGHT is not a game term. The EQUIP_ items are predefined game terms:

    enum EquipmentType
    {
    EQUIP_NONE = 0x00000000,
    EQUIP_FIRE_EXTINGUISHER = 0x00000001,
    EQUIP_SHEARS = 0x00000002,
    EQUIP_CHAINSAW = 0x00000004,
    EQUIP_JUMPPAD = 0x00000008,
    EQUIP_ROADBLOCK = 0x00000010,
    EQUIP_FLASHGRENADE = 0x00000020,
    EQUIP_PISTOL = 0x00000040,
    EQUIP_RIFLE = 0x00000080,
    EQUIP_FIREHOSE = 0x00000100,
    EQUIP_FIREAXE = 0x00000200,
    EQUIP_EMERGENCY_CASE = 0x00000400,
    EQUIP_STARTERFLAG = 0x00000800,
    EQUIP_REDIRECTSIGN = 0x00001000,
    EQUIP_THW_CASE = 0x00002000,
    EQUIP_MEGAPHONE = 0x00004000,
    EQUIP_JACKHAMMER = 0x00008000,
    EQUIP_BOTTLE = 0x00010000,
    EQUIP_LAPTOP = 0x00020000,
    EQUIP_DEALERCASE = 0x00040000,
    EQUIP_TVCAMERA = 0x00080000,
    };

    Its the same with OF_HAS_SPOTLIGHT

    enum ObjectFlag
    {
    OF_NONE = 0x00000000,
    OF_PERSON_ENCLOSED = 0x00000001, // object has enclosed person
    OF_LOCKED = 0x00000002, // object is locked
    OF_USABLE = 0x00000004, // object can be used (special action)
    OF_BULLDOZABLE = 0x00000008, // can be planated by the bulldozer (wheel loader)
    OF_TRANSPORTABLE = 0x00000010, // object can be loaded up (by vehicle)
    OF_PULLABLE = 0x00000020, // object can be pulled
    OF_ACCESSIBLE = 0x00000040, // object can be entered
    OF_COOLABLE = 0x00000080, // object can be cooled by fire fighters
    OF_SHOOTABLE = 0x00000100, // object can be shooted at
    OF_CUTABLE = 0x00000200, // object can be cut down with chainsaw
    OF_USABLE_WITH_MEGAPHONE = 0x00000400, // megaphone can be used on object
    OF_RECOVERABLE = 0x00000800, // object can be recovered by recovery crane
    OF_FLOTSAM = 0x00001000, // object can be picked up by motor boat
    OF_HIDDEN = 0x00002000, // object is invisible
    OF_CARRYABLE_BY_BULLDOZER = 0x00008000, // can be carried by the bulldozer (wheel loader)
    OF_HAS_FIRE_EXTINGUISHER = 0x00010000, // object carries one/many fire extinguishers
    OF_HAS_SHEARS = 0x00020000, // object carries one/many jaws of life
    OF_HAS_CHAINSAW = 0x00040000, // object carries one/many chainsaws
    OF_HAS_HOSE = 0x00080000, // object carries one/many fire hoses
    OF_HAS_JUMPPAD = 0x00100000, // object carries one/many jumppads
    OF_HAS_ROADBLOCK = 0x00200000, // object carries one/many roadblocks
    OF_HAS_FLASHGRENADE = 0x00400000, // object carries one/many flashgrenades
    OF_HAS_FIREAXE = 0x00800000, // object carries one/many fireaxes

    OF_BLOCKED = 0x80000000 // no interaction with object possible
    };

    What your asking to be done can be done> I can probably do it for you after xmas in my free time if you give me the prototype for the spotlight and your specifications.

    Regards

    James

  10. I have Playstation 3 :D Best damn thing ever. Although my tv is a bit too small to see the PSN after that stupid update of theirs. They also released something called 'Playstation home', which is a 3D enviroment allowing you to meet new people and stuff :)

    If you get Resistance:FOM, then you need to look for the server(s) that are manchest, one hit kill with carbine + sniper...best, server, EVER! :D Dunno if it's still there though...

    Whats your online ID?

  11. When I want to start modinstaller it stands "Emergency 3 is not properly installed. Please reinstall". I've been Reinstalled the game at least 4 times and nothing changes! Does anybody got the files in a folder so i just can add it to emergency 3? Please PM me if you've got. And if you got any messenger so you can send it to me. Please i just want the mod

    Have you added the patches to the game (1.1 & 1.2 & 1.3)?

×
×
  • Create New...