GamerJesus

Can't Put a Vest In Bambi Loadout

6 posts in this topic

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
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
Advertisement
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.

  • Like 1

Share this post


Link to post
Share on other sites
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 by Atreides52
i found solution

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.