Increase max CP`s?
Moderator: Moderators
-
SkinnyODST
- Lieutenant Colonel

- Posts: 545
- Joined: Mon Jul 04, 2016 10:56 pm
- Location: My other account
- Contact:
Increase max CP`s?
I tried adding in 2 more CP`s to a gamemode and they`re the 13th and 14th in the entire map, and when I load up the game there are no CP`s at all. I`ve heard that BF2 has a CP limit of 12, is this correct? And if so, is there any way to increase this number to use more CP`s in one map?
- CT108
- Rebel Sergeant

- Posts: 186
- Joined: Mon Aug 22, 2016 6:20 am
- Projects :: None
- xbox live or psn: Captain CT108
- Location: Xanadu
Re: Increase max CP`s?
Yep you can't have more than 12 CPs. I think that you can't increase the CP limitation, as it's said in the BF2 Limitations.SkinnyODST wrote:I tried adding in 2 more CP`s to a gamemode and they`re the 13th and 14th in the entire map, and when I load up the game there are no CP`s at all. I`ve heard that BF2 has a CP limit of 12, is this correct? And if so, is there any way to increase this number to use more CP`s in one map?
-
ForceMaster
- Lieutenant General

- Posts: 737
- Joined: Fri Aug 08, 2008 11:27 pm
- Projects :: Tron The Grid
- xbox live or psn: No gamertag set
- Location: C:\Program Files\ForceMaster\Bin\ForceMaster.exe
Re: Increase max CP`s?
Max Cps at same time (including CommandWalker and CommandFlyer classes) are up to 16. If you are putting it into conquest game mode, make sure that you also add the lines to your .lua file.Maximum of 16 (Command Posts + Command Vehicles)
- CT108
- Rebel Sergeant

- Posts: 186
- Joined: Mon Aug 22, 2016 6:20 am
- Projects :: None
- xbox live or psn: Captain CT108
- Location: Xanadu
Re: Increase max CP`s?
Yep it's 16, my bad. So if you have 14 CPs and 3 or more command vehicles, that might be the problem.ForceMaster wrote:Max Cps at same time (including CommandWalker and CommandFlyer classes) are up to 16. If you are putting it into conquest game mode, make sure that you also add the lines to your .lua file.Maximum of 16 (Command Posts + Command Vehicles)
-
SkinnyODST
- Lieutenant Colonel

- Posts: 545
- Joined: Mon Jul 04, 2016 10:56 pm
- Location: My other account
- Contact:
Re: Increase max CP`s?
The gamemode has literally nothing in it but 2 CP`s and is meant for 2 units (I`m messing around with making a 1v1 duel mode)
No vehicles are in it at all,
Here`s the area of it`s LUA that has all the CP info, its a hunt kind of mode so I don`t need to reference the CP`s right? I have another hunt kind of mode and I didn`t reference the CP`s in it and it works fine.
No vehicles are in it at all,
Here`s the area of it`s LUA that has all the CP info, its a hunt kind of mode so I don`t need to reference the CP`s right? I have another hunt kind of mode and I didn`t reference the CP`s in it and it works fine.
Hidden/Spoiler:
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
Re: Increase max CP`s?
Check to see that you're loading the correct layer. Do you have a hunt/TDM layer in ZeroEdit that you're loading in your LUA?
-
SkinnyODST
- Lieutenant Colonel

- Posts: 545
- Joined: Mon Jul 04, 2016 10:56 pm
- Location: My other account
- Contact:
Re: Increase max CP`s?
Yeah, the layer is called "Duel" and I`ve updated the wld REQ`s and everything.Teancum wrote:Check to see that you're loading the correct layer. Do you have a hunt/TDM layer in ZeroEdit that you're loading in your LUA?
Code: Select all
ReadDataFile("dc:CCC\\CCC.lvl", "CCC_duel")