Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

DayZ Standalone v 0.60.133913 Server Files

Experienced Elementalist
Joined
Jul 29, 2015
Messages
255
Reaction score
31
Anyway to make zombies drop items on death in their inventory? :)
 
Newbie Spellweaver
Joined
Dec 3, 2016
Messages
22
Reaction score
0
Why I get the session lost when I try to enter the server?I have already crack my game.
 
Newbie Spellweaver
Joined
Sep 14, 2016
Messages
5
Reaction score
0
Anyone experienced an extremely high pitched ingame voice and knows a solution to this?
 
Newbie Spellweaver
Joined
Sep 20, 2011
Messages
16
Reaction score
0
What tool would you use to edit the map? I want to make some changes. Also how would I go about using commands in-game? Not sure if it's possible but hey.
 
Initiate Mage
Joined
Dec 5, 2016
Messages
4
Reaction score
0
hi i'm new here, my server work perfectly but i'm wondering how can i increase the amount of loot? :$:

Thank you in advance
:thumbup1:
 
Junior Spellweaver
Joined
Mar 19, 2015
Messages
132
Reaction score
4
In Addons/offlineConfig/types.xml

<type name="P1"> <-- classname of item
<nominal>60</nominal> <-- how much items over map will spawn by default
<lifetime>21500</lifetime> <-- How long this item will store on server (minutes)
<restock>120</restock> <-- i don't know...
<min>10</min> <-- Almost low count over map (WORKIN' IF <nominal> SET IN 0)
<max>100</max> <-- Maximum item of this class count over map (WORKIN' IF <nominal> SET IN 0)
<quantmin>-1</quantmin> <-- Witch is lowest quantity for item (for example low for SVD mag is 1 ammo)
<quantmax>-1</quantmax> <-- Witch is highest quantity for item (for example low for SVD mag is 10 ammo)
<cost>100</cost> <-- I don't know, but think it's for random generator (or neural network) (100 is 100% chance of spawn, 70 is 70% chance)
<flags>7</flags> <-- I don't know....
</type>

Thank u griha41
 
Newbie Spellweaver
Joined
Oct 30, 2016
Messages
67
Reaction score
0
Do you have two config folders perhaps? I had a config folder then a !ConfigServer folder, try changing it for both if you do :)
Otherwise I notice that the crosshair doesn't go away sometimes.. Seems to be a hit and miss as I've had troubles disabling it myself.
To do so, as you say. Nothing has changed, shot marker (arc at gunpoint) remains on the server.

How disable this marker?

MikeJones - DayZ Standalone v 0.60.133913 Server Files - RaGEZONE Forums




And then how to work please?
unpack him from server and client files from license (without LumaEmu)
start SSE Launcher and config startup parameters game and server.
start game and server from SSE Launcher
play, server is online in LocalServers in game serverbrowser
 
Last edited:
Experienced Elementalist
Joined
Jul 29, 2015
Messages
255
Reaction score
31
To do so, as you say. Nothing has changed, shot marker (arc at gunpoint) remains on the server.

How disable this marker?

MikeJones - DayZ Standalone v 0.60.133913 Server Files - RaGEZONE Forums





unpack him from server and client files from license (without LumaEmu)
start SSE Launcher and config startup parameters game and server.
start game and server from SSE Launcher
play, server is online in LocalServers in game serverbrowser


After messing with it for a few, I was not able to get rid of the gun crosshair, HOWEVER I was able to remove the regular one by turning
disableCrosshair = 0;

To

disableCrosshair = 1;


Let me know if it works! So far I have noticed no crosshair, wonder why it isn't working for you.. Do you have more than one server.cfg? And if you right click your server cfg and go to properties do you see something that says "READ ONLY" checked or an option to unblock the file? Try unblocking it or setting it off of read only if you have the issue of your changes now going through, found this out last night.. Cheers!
 

Ivr

Initiate Mage
Joined
Feb 8, 2015
Messages
1
Reaction score
0
Hi guys. In the client 420, and the main menu of the game such texture. Tell me how to fix it?
MikeJones - DayZ Standalone v 0.60.133913 Server Files - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Oct 30, 2016
Messages
67
Reaction score
0
After messing with it for a few, I was not able to get rid of the gun crosshair, HOWEVER I was able to remove the regular one by turning
disableCrosshair = 0;

To

disableCrosshair = 1;


Let me know if it works! So far I have noticed no crosshair, wonder why it isn't working for you.. Do you have more than one server.cfg? And if you right click your server cfg and go to properties do you see something that says "READ ONLY" checked or an option to unblock the file? Try unblocking it or setting it off of read only if you have the issue of your changes now going through, found this out last night.. Cheers!

This has already been done, it does not work!
All you have these steps I have tried to carry out, nothing changes.
You can give your profile folder from the server, as well as the CFG?
 
Experienced Elementalist
Joined
Jul 29, 2015
Messages
255
Reaction score
31
This has already been done, it does not work!
All you have these steps I have tried to carry out, nothing changes.
You can give your profile folder from the server, as well as the CFG?


I don't have a profile folder.. However I do have a server.cfg, I only changed things in there, so I am not sure what else I could even send.. If this doesn't work I don't know what to say man :/


My PROFILE.CFG:

console_presets = {}
console_presets = {}



MY SERVER.CFG:

Delete everything in your server.cfg and replace it with the values below :)








//EmusServerCFG


hostName = "DayZ";
password = "";
passwordAdmin = "123";
maxPlayers = 64;
motd[] = {"WelCome TO"};
motdInterval = 5;
timeStampFormat = "Short";
logFile = "console.log";
verifySignatures = 0;
equalModRequired = 0;
BattlEye = 0;
disableVoN = 0;
vonCodecQuality = 7;
persistent = 1;
requiredBuild = 133913;
allowedBuild = 136348;
serverTime = "2016/12/5/9/00"; // "YY/MM/DD/HH/MM" or "SystemTime"
serverTimeAcceleration = 1; // 1-24
serverTimePersistent = 0;
disableCrosshair = 1;
disable3rdPerson = 0; // Set disable3rdperson to =1 for Hardcore servers
instanceId = 12345;
guaranteedUpdates = 1;
enviromentType = stable;
lootHistory = 1;
storeHouseStateDisabled = 0;
loginQueueConcurrentPlayers = 0;


// lootRespawnTimer = 5; // may obsolete
// lootCleanupTimer = 5; // may obsolete
// shardId = "000000"; // Set Instance ID to 000001 for Hardcore servers
// shardInitRetryCount = 0;
// shardSyncTimer = 1800;
// steamqueryport = 27016;




class Missions
{
class DayZ
{
template = "dayz_Auto.ChernarusPlus";
difficulty = "recruit"; // difficulty: recruit, regular, veteran or mercenary
};
};
 
Last edited:
Newbie Spellweaver
Joined
Dec 3, 2016
Messages
22
Reaction score
0
Do you use the crack? Can not see your pictures...

Hey man I reupload my picture again,can u see what's the problem and help me fix it?
YvDayzr - DayZ Standalone v 0.60.133913 Server Files - RaGEZONE Forums



Its there something wronr? Why I get Session Lost?
QR87G4x - DayZ Standalone v 0.60.133913 Server Files - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Elite Diviner
Joined
Feb 5, 2016
Messages
415
Reaction score
30
Hey man I reupload my picture again,can u see what's the problem and help me fix it?
YvDayzr - DayZ Standalone v 0.60.133913 Server Files - RaGEZONE Forums



Its there something wronr? Why I get Session Lost?
QR87G4x - DayZ Standalone v 0.60.133913 Server Files - RaGEZONE Forums
u hav 2 way to fix this .use lumaemu to crack and smatsteamemu.
 

Attachments

You must be registered for see attachments list
Back
Top