• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

DayZ Standalone v 0.60.133913 Server Files

Newbie Spellweaver
Joined
Nov 17, 2016
Messages
8
Reaction score
1
Many Thanks for it :)

Well, i am not sure, in the Last Version from Ben, i can craftet Rags from a Shirt...this is no longer possible :-(

Are you using a knife or just trying to right click and craft?
 
Junior Spellweaver
Joined
Mar 19, 2015
Messages
132
Reaction score
4
Are the "scripts" and "config" folders also to be placed directly in the root folder, or do they need to replace scripts and config files within MPMissions?

Another thing I've been looking at is modifying the rates of hunger/thirst etc. Is it just a case of editing the values within the DayZModules\init or am I targeting the wrong file?

To get my server to actually work, I had to create a shortcut of the server launch app and then add the launch params within _crashbase. Has anyone used a different approach?

Apologies for just spamming questions. On a steep learning curve atm.
Hi!
Are the "scripts" and "config" folders also to be placed directly in the root folder, or do they need to replace scripts and config files within MPMissions?

Another thing I've been looking at is modifying the rates of hunger/thirst etc. Is it just a case of editing the values within the DayZModules\init or am I targeting the wrong file?

To get my server to actually work, I had to create a shortcut of the server launch app and then add the launch params within _crashbase. Has anyone used a different approach?

Apologies for just spamming questions. On a steep learning curve atm.
Hi let me know how do you change the rates of hunger and thirst when u find this pls
 
Newbie Spellweaver
Joined
Nov 17, 2016
Messages
8
Reaction score
1
Hi!

Hi let me know how do you change the rates of hunger and thirst when u find this pls

Code:
//New player defines
DZ_ENERGY = 8000;    // actual energy from all food and drink consumed
DZ_HUNGER = 0;        // 0 to 6000ml size content of stomach, zero is empty
DZ_THIRST = 0;         // 0 to 6000ml size content of stomach, zero is empty
DZ_WATER = 8000;    // actual water from all food and drink consumed
DZ_STOMACH = 1000;     // actual volume in stomach
DZ_DIET = 0.5;         // actual diet state
DZ_HEALTH = 5000;
DZ_BLOOD = 5000;
DZ_TEMPERATURE = 36.5;
DZ_HEATCOMFORT = 0;
DZ_TOTALWEIGHT = 0;
DZ_TOTALHEATISOLATION = 0;
DZ_MUSCLECRAMP = 0;
 
Junior Spellweaver
Joined
Mar 19, 2015
Messages
132
Reaction score
4
Code:
//New player defines
DZ_ENERGY = 8000;    // actual energy from all food and drink consumed
DZ_HUNGER = 0;        // 0 to 6000ml size content of stomach, zero is empty
DZ_THIRST = 0;         // 0 to 6000ml size content of stomach, zero is empty
DZ_WATER = 8000;    // actual water from all food and drink consumed
DZ_STOMACH = 1000;     // actual volume in stomach
DZ_DIET = 0.5;         // actual diet state
DZ_HEALTH = 5000;
DZ_BLOOD = 5000;
DZ_TEMPERATURE = 36.5;
DZ_HEATCOMFORT = 0;
DZ_TOTALWEIGHT = 0;
DZ_TOTALHEATISOLATION = 0;
DZ_MUSCLECRAMP = 0;
Thanks man!!
 
Junior Spellweaver
Joined
Mar 19, 2015
Messages
132
Reaction score
4
I use benwoods mission! Is carspawn enabled? I dont find cars! When i use vehicles.bin from pages before the cars spawn but not driveable.all carparts are functionable but car doesnt drive
 
Initiate Mage
Joined
Jan 7, 2012
Messages
4
Reaction score
0
Hi there I have added spawn with loot script but once spawning with akm or M4 and mags in your inventory there is a bug one of mags goes missing you will not see it and you will not be able to load your akm or m4 only way to bug the mag out is chamber a single bullet into the gun then after chambering your mag appears, but before that its bugged you cant shoot and you cant load a different mag.
MikeJones - DayZ Standalone v 0.60.133913 Server Files - RaGEZONE Forums


_min = 1;
_diff = 2;
_loudout1 = round (_min + (random _diff));
switch (_loudout1) do
{
case 1: {
_v = _agent createInInventory "m4a1_green";
_v = _agent createInInventory "ttsko_pants_Beige";
_v = _agent createInInventory "TTsKO_Jacket_Camo";
_v = _agent createInInventory "BagHunting";
_v = _agent createInInventory "MilitaryBoots_Black";
_v = _agent createInInventory "m_akm_palm30_green";
_v = _agent createInInventory "m_stanag_30rnd_coupled";
_v = _agent createInInventory "m_stanag_30rnd_coupled";
};
case 2: {
_v = _agent createInInventory "mosin9130";
_v = _agent createInInventory "Gorka_up_summer";
_v = _agent createInInventory "Gorka_pants_summer";
_v = _agent createInInventory "BagHunting";
_v = _agent createInInventory "Att_Optic_PUScope";
_v = _agent createInInventory "MilitaryBoots_Black";
_v = _agent createInInventory "Att_Compensator_Mosin";
_v = _agent createInInventory "Att_Optic_Hunting";
_v = _agent createInInventory "CLIP_762_5Rnd";
_v = _agent createInInventory "CLIP_762_5Rnd";
_v = _agent createInInventory "CLIP_762_5Rnd";
_v = _agent createInInventory "CLIP_762_5Rnd";
_v = _agent createInInventory "CLIP_762_5Rnd";
_v = _agent createInInventory "CLIP_762_5Rnd";
_v = _agent createInInventory "CLIP_762_5Rnd";
_v = _agent createInInventory "CLIP_762_5Rnd";
};


};
 
Newbie Spellweaver
Joined
Nov 19, 2016
Messages
6
Reaction score
0
Please help. I also use benwoods mission and when i try to connect to my server ( Session Lost). What that? Whith first benwoods missons update all was fine.... Maybe something wrong with Server.cfg?
 
Newbie Spellweaver
Joined
Nov 17, 2016
Messages
8
Reaction score
1
Please help. I also use benwoods mission and when i try to connect to my server ( Session Lost). What that? Whith first benwoods missons update all was fine.... Maybe something wrong with Server.cfg?

Can you post a screen shot of your server window?
 
Newbie Spellweaver
Joined
Aug 21, 2014
Messages
43
Reaction score
8
To spawn cars just add this code in mission init.sqf

Code:
----Spawn car sedan-----------------------------------------------------------------------------------
[COLOR=#000000]_NextCar = createVehicle ["CivilianSedan"[/COLOR][COLOR=#000000], [4800, 10115], [], 1, "CAN_COLLIDE"];[/COLOR][COLOR=#000000]sleep 1;[/COLOR]
[COLOR=#000000]_NextCar setDir 67;[/COLOR]
[COLOR=#000000]_nextPart = _NextCar createInInventory "CivSedanWheel";[/COLOR]
[COLOR=#000000]_nextPart = _NextCar createInInventory "CivSedanWheel";[/COLOR]
[COLOR=#000000]_nextPart = _NextCar createInInventory "CivSedanWheel";[/COLOR]
[COLOR=#000000]_nextPart = _NextCar createInInventory "CivSedanWheel";[/COLOR]
[COLOR=#000000]_nextPart = _NextCar createInInventory "CivSedanDoors_Driver";[/COLOR]
[COLOR=#000000]_nextPart = _NextCar createInInventory "CivSedanDoors_CoDriver";[/COLOR]
[COLOR=#000000]_nextPart = _NextCar createInInventory "CivSedanDoors_BackLeft";[/COLOR]
[COLOR=#000000]_nextPart = _NextCar createInInventory "CivSedanDoors_BackRight";[/COLOR]
[COLOR=#000000]_nextPart = _NextCar createInInventory "CivSedanHood";[/COLOR]
[COLOR=#000000]_nextPart = _NextCar createInInventory "CivSedanTrunk";[/COLOR]
[COLOR=#000000]_nextPart = _NextCar createInInventory "CarRadiator";[/COLOR]
[COLOR=#000000]_nextPart = _NextCar createInInventory "CarBattery";[/COLOR]
[COLOR=#000000]_nextPart = _NextCar createInInventory "SparkPlug";[/COLOR]
[COLOR=#000000]_nextPart = _NextCar createInInventor[/COLOR][COLOR=#000000]y "HeadlightH7";
--------------------------------------------------------------------------------------------------------------
[/COLOR]

add as many as u like , just change coords
(after loading server,u get vehicles.bin ,close server,and comment out code,otherwise cars will spawn again.)

credit to FIDov
 
Newbie Spellweaver
Joined
Nov 8, 2016
Messages
21
Reaction score
0
Was this available before?? I have always had to use a knife on the item to get the option.

Well, i test it and in the "files" before, i has the Option "Craft into Rags". Now it is gone :/
 
Elite Diviner
Joined
Feb 5, 2016
Messages
417
Reaction score
35
report bug .item lag .some item lag and cant move .when relog it corupt save
 
Newbie Spellweaver
Joined
Nov 17, 2016
Messages
8
Reaction score
1
I'm sure I can guess the answer to this.... Are there any quick ways to add certain loot in certain places on here? Military in set places...medical in set places etc etc or if I have to do everything manually, is there a map with correct coordinates on?
 
Junior Spellweaver
Joined
Oct 11, 2014
Messages
188
Reaction score
48
We DayZ arena refused 60 version, although has done a lot in this version, too many bugs, so 60 version we have suspended
 
Newbie Spellweaver
Joined
Sep 16, 2016
Messages
67
Reaction score
1
We DayZ arena refused 60 version, although has done a lot in this version, too many bugs, so 60 version we have suspended

and the new server files with thing what i ask you release or it too stopped ?
 
Newbie Spellweaver
Joined
Aug 21, 2014
Messages
43
Reaction score
8
We DayZ arena refused 60 version, although has done a lot in this version, too many bugs, so 60 version we have suspended

carry on with you ugly 0.45 (addoons 0.60) if u cant fix bugs and issue. lol
 
Back
Top