CrazyCorky 76 Report post Posted September 10, 2015 I've searched and seems like the post wasn't reposted. I can't find where the cfgsettings is so I can add items to the spawn areas. If some one could point me in the right direction I would be grateful! Share this post Link to post Share on other sites
WD-40 25 Report post Posted September 10, 2015 exile_server_config.pbo/config.cpp as far as I remember Share this post Link to post Share on other sites
CrazyCorky 76 Report post Posted September 10, 2015 Thank you!! I'll check it out when I get home! Share this post Link to post Share on other sites
WD-40 25 Report post Posted September 10, 2015 (edited) But please dont kill me if its not I'm at work without access to BI tools Edited September 10, 2015 by WD-40 Share this post Link to post Share on other sites
CEN 449 Report post Posted September 10, 2015 exile_server_confg\config.cpp (convert from .bin) class BambiSettings { loadOut[] = {"ItemCompass", "ItemMap", "Exile_Item_XM8", "ItemRadio", "Exile_Item_Energydrink", "Exile_Item_BBQSandwich"}; parachuteSpawning = 1; parachuteDropHeight = 400; protectionDuration = 3; spawnZoneRadius = 1000; spawnZoneVehicles[] = {{3, "Exile_Bike_OldBike"}, {3, "Exile_Bike_MountainBike"}, {3, "Exile_Bike_QuadBike_White"}, {2, "Exile_Car_Hatchback_Rusty1"}}; }; Share this post Link to post Share on other sites
MarvellousOne 19 Report post Posted September 10, 2015 How does one add a waste trader? I'd prefer help like the kind dude CEN showed if possible. Share this post Link to post Share on other sites
will695 1 Report post Posted September 11, 2015 Hi Guys,Does anyone know the class name for money/amount of money? so i can add it to loot crates?Thanks,Will Share this post Link to post Share on other sites
LadyCadaver 0 Report post Posted September 17, 2015 I can add items such as food etc to the spawn menu but for some reason backpacks/vests don't work. According to dev they should (http://exile.majormittens.co.uk/topic/722-spawn-loadout/) . Energy drink, bbq sandwich and mini grenade work. Here is my code, where have I gone wrong?:loadOut[] = { "ItemCompass", "ItemMap", "Exile_Item_XM8", "ItemRadio", "Exile_Item_Energydrink", "Exile_Item_BBQSandwich", "B_Carryall_ocamo", "V_PlateCarrierGL_blk", "MiniGrenade" }; Share this post Link to post Share on other sites
Torchgodz 112 Report post Posted September 18, 2015 @LadyCadaver I have tried this in multiple ways and still cannot get a vest or backpack to spawn on the player at start. The backpack i can understand why you prob cant get it on there is cause when you spawn in you are wearing a parachute. 1 Share this post Link to post Share on other sites
XxRTEKxX 37 Report post Posted September 19, 2015 I can add items such as food etc to the spawn menu but for some reason backpacks/vests don't work. According to dev they should (http://exile.majormittens.co.uk/topic/722-spawn-loadout/) . Energy drink, bbq sandwich and mini grenade work. Here is my code, where have I gone wrong?:loadOut[] = { "ItemCompass", "ItemMap", "Exile_Item_XM8", "ItemRadio", "Exile_Item_Energydrink", "Exile_Item_BBQSandwich", "B_Carryall_ocamo", "V_PlateCarrierGL_blk", "MiniGrenade" }; Have you tried to put the Vest at the top of the list? So the vest loads first, then the items load in the vest, if by chance, for some reason, the default uniform doesn't have space for those items. When I make custom loadouts for missions, I use LEA editor, and it always loads uniform, vest then backpack. Share this post Link to post Share on other sites