Re: DayZ Standalone v 0.60.133913 Server Files
Quote:
Originally Posted by
faddy1994
you test is server character & Vehicles or tent/item save ?
I've applied the vehicles/tent patch so it could spawn/save, but I couldn't find neighter to test. I'm going with the guys who stating they work and prioritazing the char save testing for now.
By the way, where is the server saving the chars? My players.bin doesn't seem to change while the server is running. I'm going to redo the tests by running the _crashbase bat as admin. I'll report my findings in some minutes
Re: DayZ Standalone v 0.60.133913 Server Files
Quote:
Originally Posted by
mudy
What about barrels?
Thats good question, maybe.
- - - Updated - - -
Quote:
Originally Posted by
AthosBenther
I've applied the vehicles/tent patch so it could spawn/save, but I couldn't find neighter to test. I'm going with the guys who stating they work and prioritazing the char save testing for now.
By the way, where is the server saving the chars? My players.bin doesn't seem to change while the server is running. I'm going to redo the tests by running the _crashbase bat as admin. I'll report my findings in some minutes
Yesterday, when I tested without the change for player save, I saw that the system of vehicle work perfectly, position and item of vehicle save after restart. I'm gonna to test for the tents. But I'm totally sure about tent.
Re: DayZ Standalone v 0.60.133913 Server Files
how to activate cars in this version
Re: DayZ Standalone v 0.60.133913 Server Files
Quote:
Originally Posted by
AthosBenther
I'm going to redo the tests by running the _crashbase bat as admin. I'll report my findings in some minutes
Please don't do that. running a bat as admin will change it basedir and in specifically in this one it will thrown an error loop. It can be solved by killing the process in taskmgr.
I'm trying to circumvent that by running the server thru and shortcut using the _crashbase params and as admin. Wish me luck!
Re: DayZ Standalone v 0.60.133913 Server Files
Quote:
Originally Posted by
Kubina222
how to activate cars in this version
You have already cars,bus,v3s etc... spawn in the map...
If you want to add more vehicle take a look of this thread:
http://forum.ragezone.com/f865/spawn...4/#post8713380
Re: DayZ Standalone v 0.60.133913 Server Files
I test one barrel in police station and inside have weapon and some items. After restart dissapeared.
Re: DayZ Standalone v 0.60.133913 Server Files
Quote:
Originally Posted by
mudy
I test one barrel in police station and inside have weapon and some items. After restart dissapeared.
Sorry but I can't help you for that.
Ah, I really love Bohemia, they can do the f*** job, and just want to have money more and more. I don't understant why we did the work for them. ( ̄ー ̄)
Re: DayZ Standalone v 0.60.133913 Server Files
You do not do this for fuc... bohemia. But for peoples :) because bohemia only sucks more money for nothing
Re: DayZ Standalone v 0.60.133913 Server Files
Quote:
Originally Posted by
mudy
You do not do this for fuc... bohemia. But for peoples :) because bohemia only sucks more money for nothing
I test the tent, after I try for the barrel.
But I just say that Bohemia need to work to and give files to the public, like that you can create your own private server.
Re: DayZ Standalone v 0.60.133913 Server Files
I'm too excited to wait and report conclusive data, so what i got so far, using the shortcut with admin privileges:
> started server
> joined session
> found a barrel and some loot
> put a wheel in the barrel
> left the session
> came back in. all saved
> closed server
> player.bin is now 2kb, oposed to 1kb empty file.
I'm waiting for the server to boot up as we speak. Looks like it fucking saved my char between server restarts... I'll update again in some minutes
- - - Updated - - -
Quote:
Originally Posted by
AthosBenther
I'm too excited to wait and report conclusive data, so what i got so far, using the shortcut with admin privileges:
> started server
> joined session
> found a barrel and some loot
> put a wheel in the barrel
> left the session
> came back in. all saved
> closed server
> player.bin is now 2kb, oposed to 1kb empty file.
I'm waiting for the server to boot up as we speak. Looks like it fucking saved my char between server restarts... I'll update again in some minutes
It's official. Running the server via shortcut as admin saves the char AND barrels with contents between restarts. We did it, gise!
Re: DayZ Standalone v 0.60.133913 Server Files
Quote:
Originally Posted by
AthosBenther
I'm too excited to wait and report conclusive data, so what i got so far, using the shortcut with admin privileges:
> started server
> joined session
> found a barrel and some loot
> put a wheel in the barrel
> left the session
> came back in. all saved
> closed server
> player.bin is now 2kb, oposed to 1kb empty file.
I'm waiting for the server to boot up as we speak. Looks like it fucking saved my char between server restarts... I'll update again in some minutes
You don't need to found a barrel just add the barrel in dbLoadPlayer.sqf:
Quote:
diag_log format["SERVER: Creating %1 at %2 for clientId %3 (DB result %4)",_mySkin,_pos,_id,_res1];
_agent = createAgent [_mySkin, _pos, [], 0, "NONE"];
{null = _agent createInInventory _x} forEach [_myTop,_myBottom,_myShoe];
//_v = _agent createInInventory "tool_flashlight";
//_v = _agent createInInventory "tool_transmitter";
//_v = _agent createInInventory "consumable_battery9V";_v setVariable ["power",30000];
//_v = _agent createInInventory "Consumable_Chemlight_White";
_v = _agent createInInventory "Container_BarrelGreen;
_v = _agent createInInventory "Consumable_Rags";_v setQuantity 1;
- - - Updated - - -
Quote:
Originally Posted by
AthosBenther
I'm too excited to wait and report conclusive data, so what i got so far, using the shortcut with admin privileges:
> started server
> joined session
> found a barrel and some loot
> put a wheel in the barrel
> left the session
> came back in. all saved
> closed server
> player.bin is now 2kb, oposed to 1kb empty file.
I'm waiting for the server to boot up as we speak. Looks like it fucking saved my char between server restarts... I'll update again in some minutes
- - - Updated - - -
It's official. Running the server via shortcut as admin saves the char AND barrels with contents between restarts. We did it, gise!
Really nice job! But player save to?
Re: DayZ Standalone v 0.60.133913 Server Files
Quote:
Originally Posted by
AthosBenther
I'm too excited to wait and report conclusive data, so what i got so far, using the shortcut with admin privileges:
> started server
> joined session
> found a barrel and some loot
> put a wheel in the barrel
> left the session
> came back in. all saved
> closed server
> player.bin is now 2kb, oposed to 1kb empty file.
I'm waiting for the server to boot up as we speak. Looks like it fucking saved my char between server restarts... I'll update again in some minutes
- - - Updated - - -
It's official. Running the server via shortcut as admin saves the char AND barrels with contents between restarts. We did it, gise!
you mean with the new test save? it saves without admin privileges for me..
Re: DayZ Standalone v 0.60.133913 Server Files
Quote:
Originally Posted by
maitis
you mean with the new test save? it saves without admin privileges for me..
Really? My client/sarver is in the Program Files folder. Maybe that what fucked it for me. I hope my "solution" help other who might face the same issues as me.
Besides, I was really annoyed by the crashbase.bat being THE way to run the server. I like how it seems more clean to run thru an shortcut
Re: DayZ Standalone v 0.60.133913 Server Files
Quote:
Originally Posted by
AthosBenther
Really? My client/sarver is in the Program Files folder. Maybe that what fucked it for me. I hope my "solution" help other who might face the same issues as me.
Besides, I was really annoyed by the crashbase.bat being THE way to run the server. I like how it seems more clean to run thru an shortcut
oh.. probably u need admin because its in program files
Re: DayZ Standalone v 0.60.133913 Server Files
@AthosBenther So the save for player work 100%? You don't loose attachement of weapon and your bandage etc..? I just test for tent and cars it's work perfectly!