Page 1 of 1
cps are not selectable, see third post.
Posted: Wed Jul 26, 2006 1:29 pm
by Xavious
if i started a map with conquest and ctf, and i want to get rid of ctf, how do i do it? i tryed going to "game modes" in zeroedit and removing it there, but it didn't work. :atat:
Posted: Wed Jul 26, 2006 1:39 pm
by Fiminopter
I did this one time, but I can't remember how. I'll get back to you later.
EDIT: Ok, I got it. Go to C:\BF2_ModTools\data_MAP\addme and open the addme lua file. Search for where it would say "mode_ctf_g = 1" and "mode_ctf_c = 1" then delete those two. So the line would look like this:
Code: Select all
sp_missionselect_listbox_contents[sp_n+1] = { isModLevel = 1, mapluafile = "MAP%s_%s", era_g = 1, era_c = 1, mode_con_g = 1, mode_con_c = 1,}