How do I spawn vehicles with the game running?
How do I spawn vehicles with the game running?
Re: How do I spawn vehicles with the game running?
Quote:
Originally Posted by
Tentado
How do I spawn vehicles with the game running?
Not possible, was possible by using cheats in the first updates of DayZ, Enfusion is too different and as of current you cannot spawn vehicles without editing your server config files.
Re: How do I spawn vehicles with the game running?
Quote:
Originally Posted by
DerpADoge
Not possible, was possible by using cheats in the first updates of DayZ, Enfusion is too different and as of current you cannot spawn vehicles without editing your server config files.
Yes, i have a version more old. Do you have the chets for old version?
Re: How do I spawn vehicles with the game running?
If you use 0.45 game engine, you can find "only server can create network objects" in networkServer.cpp and comment this line and recompile. After this you can spawn any items like in arma 2 or dayz sa 0.28 versions from client side
Re: How do I spawn vehicles with the game running?
Quote:
Originally Posted by
unconscious
If you use 0.45 game engine, you can find "only server can create network objects" in networkServer.cpp and comment this line and recompile. After this you can spawn any items like in arma 2 or dayz sa 0.28 versions from client side
I use 0.47. Is it for this too?
Re: How do I spawn vehicles with the game running?
try compile server exe with save function
Re: How do I spawn vehicles with the game running?
Where do I find this file?
Re: How do I spawn vehicles with the game running?
\lib\Network\networkServer.cpp
Re: How do I spawn vehicles with the game running?
Quote:
Originally Posted by
DerpADoge
Not possible, was possible by using cheats in the first updates of DayZ, Enfusion is too different and as of current you cannot spawn vehicles without editing your server config files.
This is possible on 0.61 but you need to write a script which is triggered by a client action in dayz_auto.
Re: How do I spawn vehicles with the game running?
Quote:
Originally Posted by
unconscious
\lib\Network\networkServer.cpp
Ok. Tks. I will experience!
Re: How do I spawn vehicles with the game running?
Quote:
Originally Posted by
unconscious
\lib\Network\networkServer.cpp
Sorry but I did not have suces in executing this scripts. Do you have a file originale this version 0.47?
My files they're gone edited for other people and is very desord.
Re: How do I spawn vehicles with the game running?
0.47 cannot support this feature. compare network files in 0.28 with 0.45. As mentioned above, it's much easier to use scripts
Re: How do I spawn vehicles with the game running?
Wrong, unconscious.
0.47 you can do many things.
I created an admin panel on my 0.47 server and has GodMod, Teleport, Spawn Objects.
And it's been 3 days that I'm programming tent economics too, and today I finished my work.
I created an internal database where I can save backpacks, tents, cars, anything. And after the server restarts, it creates all the objects again using what was written to the database.
All this on 0.47
By SHAR1NGAN
Re: How do I spawn vehicles with the game running?
Quote:
Originally Posted by
SHAR1NGAN
Wrong, unconscious.
0.47 you can do many things.
I created an admin panel on my 0.47 server and has GodMod, Teleport, Spawn Objects.
And it's been 3 days that I'm programming tent economics too, and today I finished my work.
I created an internal database where I can save backpacks, tents, cars, anything. And after the server restarts, it creates all the objects again using what was written to the database.
All this on 0.47
By SHAR1NGAN
You are using an SendUDPMessage?
Re: How do I spawn vehicles with the game running?
No, I don't try it but think that "SendUDPMessage" don't work in this version.
As I said, I created a IDB for my server