cps are not selectable, see third post.
Moderator: Moderators
-
Xavious
- Sith Master

- Posts: 2783
- Joined: Mon Jun 12, 2006 3:46 pm
cps are not selectable, see third post.
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:
Last edited by Xavious on Wed Jul 26, 2006 1:58 pm, edited 1 time in total.
-
Fiminopter
- Sergeant Major

- Posts: 221
- Joined: Sat Apr 29, 2006 11:20 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
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:
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,}
