Jump to content
  • 0

Epoch 1.0.5.1 Fresh Spawn Loadout


QMX

Question

Hi Everyone.

 

I wondered if anyone knew how to setup fresh spawn player loadout on the latest version of epoch stated above ?

 

The method below worked on 1.0.4 but will not work for me on the latest update, has anyone got any suggestions ?

 

I tried putting the below code in the mission.pbo then the init.sqf just underneath "DayZ Epoch Config" but when I started the server it hangs whilst loading character data.

 

I followed this tutorial but as it is stated it has only been tested on legacy patches.

//Default Loadout
DefaultMagazines = ["ItemBandage","ItemBandage","17Rnd_9x19_glock17","17Rnd_9x19_glock17","ItemMorphine","ItemPainkiller","ItemWaterbottleBoiled","FoodSteakCooked"];
DefaultWeapons = ["glock17_EP1","ItemFlashlight","ItemHatchet"];
DefaultBackpack = "DZ_Patrol_Pack_EP1";
DefaultBackpackWeapon = "";

Thanks for your time guys :D

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0
DefaultMagazines = ["ItemBandage","ItemBandage","17Rnd_9x19_glock17","17Rnd_9x19_glock17","ItemMorphine","ItemPainkiller","ItemWaterbottleBoiled","FoodSteakCooked"];
DefaultWeapons = ["glock17_EP1","ItemToolbox","ItemHatchet_DZE","ItemMap"];
DefaultBackpack = "DZ_TerminalPack_EP1";
 
This is what I have on 3 of my 1.0.5.1 servers.
Link to comment
Share on other sites

  • 0

 

DefaultMagazines = ["ItemBandage","ItemBandage","17Rnd_9x19_glock17","17Rnd_9x19_glock17","ItemMorphine","ItemPainkiller","ItemWaterbottleBoiled","FoodSteakCooked"];
DefaultWeapons = ["glock17_EP1","ItemToolbox","ItemHatchet_DZE","ItemMap"];
DefaultBackpack = "DZ_TerminalPack_EP1";
 
This is what I have on 3 of my 1.0.5.1 servers.

 

Ok and that is all you had to put in your init.sqf ?

Link to comment
Share on other sites

  • 0

I use the code below for my starter gear:
 

 

// Default Loadout Config for New Spawns
DefaultMagazines = ["15Rnd_9x19_M9","15Rnd_9x19_M9","ItemBandage","ItemBandage","ItemBloodbag","ItemMorphine","FoodCanFrankBeans","ItemSodaPepsi","ItemPainkiller","ItemGoldBar6oz"];
DefaultWeapons = ["ItemMap","ItemCompass","M9"];
DefaultBackpack = "DZ_Patrol_Pack_EP1";
DefaultBackpackWeapon = "";
I have put it in my init.sqf file UNDER this piece of code:
 
MaxVehicleLimit = 300; // Default = 50
MaxDynamicDebris = 500; // Default = 100
dayz_MapArea = 14000; // Default = 10000
dayz_maxLocalZombies = 30; // Default = 30

Dont forget to look in your init.sqf file to see if you have the default loadout code twice in it. Let me know if it works.

If you can't respawn:
1. Connect to your MySQL database.

2. Open up your dayz_epoch table.

3. Select "player_data"

4. And delete the row that has your name in it.

 

This should make your character respawn. Let me know if this all works.

Link to comment
Share on other sites

  • 0

my init.sqf layout latest 1.0.5.1 works perfect every respawn

 

 

// DayZ Epoch config
spawnShoremode = 1; // Default = 1 (on shore)
spawnArea= 1500; // Default = 1500

MaxVehicleLimit = 300; // Default = 50
MaxDynamicDebris = 500; // Default = 100
dayz_MapArea = 14000; // Default = 10000
dayz_maxLocalZombies = 30; // Default = 30
// Default Loadout Config for New Spawns
DefaultMagazines = ["8Rnd_9x18_MakarovSD","8Rnd_9x18_MakarovSD","ItemBandage","ItemBandage","ItemMorphine","FoodCanFrankBeans","ItemSodaPepsi","ItemPainkiller","ItemHeatPack"];
DefaultWeapons = ["ItemFlashlightRed","ItemMap","ItemCompass","ItemWatch","ItemRadio","MakarovSD"];
DefaultBackpack = "DZ_TerminalPack_EP1";
DefaultBackpackWeapon = "";

dayz_paraSpawn = false;

dayz_minpos = -1;
dayz_maxpos = 16000;

dayz_sellDistance_vehicle = 20;
dayz_sellDistance_boat = 30;
dayz_sellDistance_air = 40;

Link to comment
Share on other sites

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
  • Discord

×
×
  • Create New...