ecortes

Member
  • Content count

    3
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

0 Neutral

About ecortes

  • Rank
    Bambi
  1. ecortes

    Iron Front in Exile.

    Good Morning Exile community, I've tried to add the following weapons to my Exile server config.cpp. /////////////////////////////////////////////////////////////////////////////// // Pistols /////////////////////////////////////////////////////////////////////////////// class hgun_ACPC2_F { quality = 1; price = 50; }; class hgun_P07_F { quality = 1; price = 50; }; class hgun_Pistol_heavy_01_F { quality = 2; price = 80; }; class hgun_Pistol_heavy_02_F { quality = 2; price = 80; }; class hgun_Pistol_Signal_F { quality = 1; price = 100; }; class hgun_Rook40_F { quality = 1; price = 50; }; class Weapon_LIB_M1896 { quality = 1; cost = 250; }; class Weapon_LIB_Colt_M1911 { quality = 1; cost = 250; }; class Weapon_LIB_FLARE_PISTOL { quality = 1; cost = 250; }; class Weapon_LIB_M1895 { quality = 1; cost = 250; }; class Weapon_LIB_P08 { quality = 1; cost = 250; }; class Weapon_LIB_P38 { quality = 1; cost = 250; }; class Weapon_LIB_TT33 { quality = 1; cost = 250; }; class Weapon_LIB_WaltherPPK { quality = 1; cost = 250; }; and here class Pistols { name = "Pistols"; icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\handgun_ca.paa"; items[] = { "hgun_ACPC2_F", "hgun_P07_F", "hgun_Pistol_heavy_01_F", "hgun_Pistol_heavy_02_F", "hgun_Pistol_Signal_F", "hgun_Rook40_F", "Exile_Weapon_Colt1911", "Exile_Weapon_Makarov", "Exile_Weapon_Taurus", "Exile_Weapon_TaurusGold", //Apex "hgun_Pistol_01_F", "hgun_P07_khk_F", "Exile_Weapon_SA61", "Weapon_LIB_M1896", "Weapon_LIB_Colt_M1911", "Weapon_LIB_FLARE_PISTOL", "Weapon_LIB_M1895", "Weapon_LIB_P08", "Weapon_LIB_P38", "Weapon_LIB_TT33", "Weapon_LIB_WaltherPPK" The pistols show at the trader but with no image (icon) and are all 0 poptabs. I try to click on it and it shows my "load/carry weight" go red. I've tried just adding one, and also just adding the Iron Front Pistols....still nothing works. This also happens for some CUP weapons and most of the RHS stuff. Is this a common issue? Can this be fixed? Or is this something to do with the mods. Thank you in advance.
  2. ecortes

    Custom Mission.pbo from scratch.

    Thank you for the response. So I should copy say exile.chernarus into a new folder and then add my own stuff? It should work that way? I'm trying to get traders to wear custom clothing etc.
  3. ecortes

    Custom Mission.pbo from scratch.

    Greetings Exile Community, I've been trying to make a custom exile.mission, being a new empty folder in which I extract data from Exile M3Editor into initServer, initLocalPlayer, and mission.sqm. I get all the data, including my custom spawns etc...but what else do I need to add? PREFIX? Description txt? I'm really lost and would love help with this. Is there a guide on how to make it from scratch?