Page 1 of 1
Increase max CP`s?
Posted: Tue Jun 27, 2017 5:34 am
by SkinnyODST
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?
Re: Increase max CP`s?
Posted: Tue Jun 27, 2017 6:24 am
by CT108
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?
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.
Re: Increase max CP`s?
Posted: Tue Jun 27, 2017 8:03 am
by ForceMaster
Maximum of 16 (Command Posts + Command Vehicles)
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.
Re: Increase max CP`s?
Posted: Tue Jun 27, 2017 11:28 am
by CT108
ForceMaster wrote:Maximum of 16 (Command Posts + Command Vehicles)
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.
Yep it's 16, my bad. So if you have 14 CPs and 3 or more command vehicles, that might be the problem.
Re: Increase max CP`s?
Posted: Wed Jun 28, 2017 2:50 am
by SkinnyODST
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.
Re: Increase max CP`s?
Posted: Wed Jun 28, 2017 3:05 am
by Teancum
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?
Re: Increase max CP`s?
Posted: Thu Jun 29, 2017 2:49 am
by SkinnyODST
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?
Yeah, the layer is called "Duel" and I`ve updated the wld REQ`s and everything.
Code: Select all
ReadDataFile("dc:CCC\\CCC.lvl", "CCC_duel")