Hey,
I'm getting ready to release my server later this week, however, we want to find out how to add crawler zombies first.
Any ideas?
Thanks,
Hey,
I'm getting ready to release my server later this week, however, we want to find out how to add crawler zombies first.
Any ideas?
Thanks,
Make a animation, with proper transitions. And then start editing the Zombie class from Eclipse Studio. This is not explained easily so I guess you'll need to do it on your own.
Okay, thanks. Zombie classes can be edited in the "ItemsDB.xml" and in "Zombie.obj" (Or something like that) in WarZ.sln, right?Make a animation, with proper transitions. And then start editing the Zombie class from Eclipse Studio. This is not explained easily so I guess you'll need to do it on your own.
sobj_Zombie.cpp & obj_Zombie.cpp. WarZ_Server.sln & WarZ.sln
Hey there,
Any ideas on how I can allow automatic launcher updates? Example: "Downloading Updater V0.01" on launcher startup.
Thanks in advance,
ah yes, normal update of launcher xD
compile new version, important for that, change the number in
Updater_Config.cpp
example
UPDATER_VERSION[512] = "2.1"; to UPDATER_VERSION[512] = "2.2";
then compile,
change the files in ISS folder like for me
wwwroot/zmmoreborn/wz/data/wzupd.xml
wwwroot/zmmoreborn/wz/data/warzlauncher_2.2.exe
greetz