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!

How do I spawn vehicles with the game running?

Newbie Spellweaver
Joined
Apr 2, 2017
Messages
12
Reaction score
0
How do I spawn vehicles with the game running?
 
Experienced Elementalist
Joined
Jul 29, 2015
Messages
255
Reaction score
31
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.
 
Newbie Spellweaver
Joined
Apr 2, 2017
Messages
12
Reaction score
0
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?
 
Junior Spellweaver
Joined
May 22, 2015
Messages
103
Reaction score
29
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
 
Newbie Spellweaver
Joined
Apr 2, 2017
Messages
12
Reaction score
0
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?
 
Newbie Spellweaver
Joined
Sep 26, 2016
Messages
29
Reaction score
7
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.
 
Newbie Spellweaver
Joined
Apr 2, 2017
Messages
12
Reaction score
0
\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.
 
Junior Spellweaver
Joined
May 22, 2015
Messages
103
Reaction score
29
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
 
Newbie Spellweaver
Joined
May 28, 2017
Messages
95
Reaction score
23
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
 
Last edited:
Experienced Elementalist
Joined
Mar 10, 2015
Messages
264
Reaction score
33
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?
 
Newbie Spellweaver
Joined
May 28, 2017
Messages
95
Reaction score
23
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
 
Last edited:
Experienced Elementalist
Joined
Mar 10, 2015
Messages
264
Reaction score
33
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

Yes, this function not working in 0.60-61,
it's works only for 45-47 but its too buggy to work normal.
You created for 0.61 or 0.45-47?
 
Newbie Spellweaver
Joined
Apr 2, 2017
Messages
12
Reaction score
0
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

Hi Shar1ngan. Could you send me the file for me to test? Or show me where I can edit it?
 
Newbie Spellweaver
Joined
May 28, 2017
Messages
95
Reaction score
23
Saying for third time, I did all this on 0.47
I don't like much of version 0.61 or 0.60, because doesn't run on DX9, otherwise, I would develop something for new versions.
 
Last edited:
Back
Top