Page 1 of 1

How to delete a game mode after munge? / Adding Turrets

Posted: Sat Jan 19, 2008 1:44 am
by Fingerfood
I need to delete my CTF game mode. Can I simply delete the ABCc_ctf.lua and ABCg_ctf.lua file?

And how do I add turrets? Which items do I place in ZE?

Re: How to delete a game mode after munge? / Adding Turrets

Posted: Sat Jan 19, 2008 8:15 am
by Abiter_b
to delete your ctf mode go to the addme.lua and remove:

Code: Select all

 mode_ctf_g = 1, mode_ctf_c  = 1,
at about line 20 i think

and for the turrets you need to add the files fron data_*** /sides/tur/odf and for them to showup ingame I think you also need to load them in the gamemode luas like you would with any other unit.