GamerJesus 14 Report post Posted January 13, 2016 Hello, I've tried to add a vest to the default bambi loadout, and it doesn't work... Here is my config: class BambiSettings { /** * Loadout of new bambi players * * (They will always spawn with a bambi overall - you cannot * change the loadout uniform) */ loadOut[] = { "ItemCompass", "ItemMap", "Exile_Item_XM8", "ItemRadio", "Exile_Item_PlasticBottleFreshWater", "V_HarnessOGL_brn" }; Share this post Link to post Share on other sites
Daemon 0 Report post Posted September 6, 2016 On 9/16/2015 at 8:17 AM, Torchgodz said: De-PBO your exile_server.pbo, navigate to exile_server/code, open ExileServer_object_player_network_createPlayerRequest.sqf After line 30, add these lines, and edit howewer you want them. _bambiPlayer addUniform "U_Rangemaster"; _bambiPlayer addVest "V_BandollierB_khk"; _bambiPlayer addMagazines ["Exile_Magazine_Swing", 999]; _bambiPlayer addWeaponGlobal "Exile_Melee_Axe"; Share this post Link to post Share on other sites
kuplion 1785 Report post Posted September 7, 2016 Here ya go.. 1 Share this post Link to post Share on other sites
Atreides52 0 Report post Posted October 14, 2018 On 9/7/2016 at 12:28 PM, kuplion said: Here ya go.. i cant see the link pls Share this post Link to post Share on other sites
kuplion 1785 Report post Posted October 14, 2018 13 minutes ago, Atreides52 said: i cant see the link pls It was discontinued a while ago, but the instructions in this thread explain how to do it yourself. 1 Share this post Link to post Share on other sites
Atreides52 0 Report post Posted October 14, 2018 (edited) On 10/14/2018 at 6:54 AM, kuplion said: It was discontinued a while ago, but the instructions in this thread explain how to do it yourself. yeah i found easy and better solution to customcode if anybody needs use this; Copy and Paste this to mpmission config.cpp under custom code; Quote // base respawns ExileClient_gui_selectSpawnLocation_show = "Custom\baserespawn.sqf"; https://www.dropbox.com/sh/jtug3flrolo8ty7/AACp8qcKAeYJ_9QNzS6DWs1Ia?dl=0 Edited October 15, 2018 by Atreides52 i found solution Share this post Link to post Share on other sites