Jump to content
nagyszebi07

Custom Spawn Loadouts avalaible?

Recommended Posts

Hello!

 

Custom Spawn Loadouts avalaible?

 

 

I tried many things but they didn't work

 

 

or how can I modify bambi's beginner items?

 

Share this post


Link to post
Share on other sites
8 minutes ago, nagyszebi07 said:

how can I modify bambi's beginner items?

 

Hello there nagyszebi07 !

 

Since it's exile mod , if i remember there is an option in the exile config's server file.

Otherwise you can edit the initplayerlocal.sqf and add a respawn eventhandler code.

  • Like 1

Share this post


Link to post
Share on other sites

    class BambiSettings
    {
        /**
         * Loadout of new bambi players
         *
         * (They will always spawn with a bambi overall - you cannot 
         * change the loadout uniform)
         */
        loadOut[] = 
        {
            "ItemCompass",
            "ItemMap", // Because why not
            "Exile_Item_XM8",
            "ItemRadio",
            "ItemGPS",
            "Rangefinder",
            "NVGoggles_OPFOR",
            "CUP_U_B_USArmy_TwoKnee",
            "H_MilCap_wdl",
            "V_TacVest_oli",
            "B_Carryall_cbr",
            "Exile_Item_DuctTape",
            "Exile_Item_DuctTape",
            "Exile_Item_EMRE",
            "Exile_Item_EnergyDrink",
            "Exile_Item_InstaDoc",
            "arifle_mX_khk_F",
            "30rnd_65x39_caseless_khaki_mag",
            "30rnd_65x39_caseless_khaki_mag",
            "30rnd_65x39_caseless_khaki_mag"
        };

 

some things don't work,example: Rangefinder,vest

Share this post


Link to post
Share on other sites
23 hours ago, nagyszebi07 said:

    class BambiSettings

 

Since you solved it ,

(as talked in private)

you should write the solution , in order everyone to get benefit from.

Share this post


Link to post
Share on other sites

My Custom Loadout - exile mod 1.0.4 (Test!)

Required mods: Exile and Cup - i modified start gear cup units.

 

Install:

Unpack exile_server.pbo

find: exile_server/code

Change files: 

1-ExileServer_object_player_createBambi.sqf - https://pastebin.com/zfezS3Ye

2-ExileServer_object_player_network_createPlayerRequest.sqf - https://pastebin.com/XT1MXF2V

Pack exile_server pbo

 

Screens:

https://imgur.com/a/v5osP7M

 

 

 

 

  • Thanks 1

Share this post


Link to post
Share on other sites
On 1/4/2020 at 5:38 PM, nagyszebi07 said:

My Custom Loadout - exile mod 1.0.4 (Test!)

Required mods: Exile and Cup - i modified start gear cup units.

 

Install:

Unpack exile_server.pbo

find: exile_server/code

Change files: 

1-ExileServer_object_player_createBambi.sqf - https://pastebin.com/zfezS3Ye

2-ExileServer_object_player_network_createPlayerRequest.sqf - https://pastebin.com/XT1MXF2V

Pack exile_server pbo

 

Screens:

https://imgur.com/a/v5osP7M

 

 

 

I tried this and nothing changed. If my exile_server file is not changing the server what config file could my server be using? This also relates to my other problems. I cant get rid of the vehicle spawning on the roadway after restart. The bicycles are indestructable and when you hit them with a tank the tank blows up.

 

Share this post


Link to post
Share on other sites
On 1/4/2020 at 11:38 PM, nagyszebi07 said:

My Custom Loadout - exile mod 1.0.4 (Test!)

Required mods: Exile and Cup - i modified start gear cup units.

 

Install:

Unpack exile_server.pbo

find: exile_server/code

Change files: 

1-ExileServer_object_player_createBambi.sqf - https://pastebin.com/zfezS3Ye

2-ExileServer_object_player_network_createPlayerRequest.sqf - https://pastebin.com/XT1MXF2V

Pack exile_server pbo

 

Screens:

https://imgur.com/a/v5osP7M

 

 

 

 

 

 

Works perfectly, thank you!

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×