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.61.138602 Server Files

Skilled Illusionist
Joined
Jul 27, 2006
Messages
357
Reaction score
25
Depends how you will add it.
Default they are added via event with a timer. This means the vehicle is spawned somewhere random (defined in the server/config.cpp) and will last by a certain time untill despawned.
The good part is they change with every spawning, renewing their durability.
The bad part is you can't add events or server don't read events.xml to add a custom vehicle.
You can add of course via script, but the vehicle will not respawn, and also with every restart another vechicle is added at the location x,y,z over the old one, so you must run this script once.
And yes, they are saved automatically.
 
Newbie Spellweaver
Joined
Jun 18, 2017
Messages
10
Reaction score
0
Hello all
Thank you for your replyI have anoter question, the vehicles and tents disappear after a while?
thx
 
Newbie Spellweaver
Joined
Apr 17, 2017
Messages
39
Reaction score
23
Nice work, but this is not helping with running mods, you need to add an option to run -mod. so a feild for adding mods would be good to have since this crack dayz is going to use mods
 
Junior Spellweaver
Joined
Mar 14, 2016
Messages
103
Reaction score
10
I give respawn and my server does not crash .. and the battleye works fine ;)
 
Newbie Spellweaver
Joined
Apr 9, 2017
Messages
7
Reaction score
0
Give me a example of some command with -mod , i can make it optional in the launcher. just need a example.
btw my server has no issues or crashes with respawning. ( Sanchez did a great job setting it up)
 
Newbie Spellweaver
Joined
Apr 17, 2017
Messages
39
Reaction score
23
-mod=@mymod;@my2ndmod;@my3rdmod thats if you want to add mulitple folders
 
Initiate Mage
Joined
Jul 1, 2017
Messages
1
Reaction score
0
hi, can you please say mem how you solve the problem with crash on respawn button? thanks
 
Skilled Illusionist
Joined
Apr 11, 2017
Messages
359
Reaction score
93
ok, all thanks Bacon Tatico, i don't give all is all work files dayz server 0.61, and use him with my friends
 
Junior Spellweaver
Joined
Mar 14, 2016
Messages
103
Reaction score
10
Client battleye working

https://mega.nz/#!JpIRkKZZ!ltJ3GkzH9JbIXcqKveff-DHE0rVBrr5yY98zqU7C4xk

Anything called me on pv 123new
 
Newbie Spellweaver
Joined
Feb 27, 2017
Messages
15
Reaction score
1
The respawn problem is dbInitEconomy's fault.
Most servers are seen as having
DbInitEconomy ['http: // 127.0.0.1: 8080 / ']; Here there is no respawn problem, but if there are loot problems.

The loot always appears in the same place and the same things, whenever it restarts everything will appear in its place, and this is not good for a server.

The other option is dbInitEconomy [true]; Here is the problem of respawn. If you put this option, the entire loot of the server appears random at each reboot, and in different places.
But we have the problem of the respawn button.
If someone presses the server drops.

Please, if anyone can, try this and say so.
Thank you.
 
Junior Spellweaver
Joined
Mar 14, 2016
Messages
103
Reaction score
10
I am making some of my files available ..Respawn is working.. Battleye too ..
Does anyone have files from server 0.62?

https://mega.nz/#!Y9JAHCrA!Le088NmImKT1ac2v5lZHMP2SB7IqVusdidsXgQdWM-I
 
Skilled Illusionist
Joined
Apr 11, 2017
Messages
359
Reaction score
93
The respawn problem is dbInitEconomy's fault.
Most servers are seen as having
DbInitEconomy ['http: // 127.0.0.1: 8080 / ']; Here there is no respawn problem, but if there are loot problems.

The loot always appears in the same place and the same things, whenever it restarts everything will appear in its place, and this is not good for a server.

The other option is dbInitEconomy [true]; Here is the problem of respawn. If you put this option, the entire loot of the server appears random at each reboot, and in different places.
But we have the problem of the respawn button.
If someone presses the server drops.

Please, if anyone can, try this and say so.
Thank you.
try add this in client and function respawn in has been disabled
is not work with battleye



I am making some of my files available ..Respawn is working.. Battleye too ..
Does anyone have files from server 0.62?

https://mega.nz/#!Y9JAHCrA!Le088NmImKT1ac2v5lZHMP2SB7IqVusdidsXgQdWM-I
good work. 0.62 server files have only MikeJones and him China friends, but him is not share us him.
 
Newbie Spellweaver
Joined
Jun 18, 2017
Messages
10
Reaction score
0
How to save new items in the database ?
thanks
 
Back
Top