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?
How to delete a game mode after munge? / Adding Turrets
Moderator: Moderators
-
Fingerfood
- Sith

- Posts: 1262
- Joined: Fri Nov 30, 2007 9:40 pm
-
Abiter_b
Re: How to delete a game mode after munge? / Adding Turrets
to delete your ctf mode go to the addme.lua and remove:
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.
Code: Select all
mode_ctf_g = 1, mode_ctf_c = 1,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.
