OK I have progressed..... alot since the beta was relaesed so I have some questions that need to answered to proceed. 1st how do I increase the max unit count to like 50 or so on the battlefield at once 2nd how do I stop the AI to trying to take CPs on a higher level than them Please answer these questions thank you
EDIT: I remeberd another one How do I make the upper barier thingy (the thing that stop you from going higher higher up to make maps higher up.
Question for my 4 sides map
Moderator: Moderators
-
Clonedude55
Question for my 4 sides map
Last edited by Clonedude55 on Mon Feb 26, 2007 9:35 pm, edited 2 times in total.
-
SymbolS
RE: Question for my 4 sides map
1. Just mess with your lua, its right by where it says all of the units names.
2. I dunno
2. I dunno
-
cloneknight
- Chief Warrant Officer

- Posts: 357
- Joined: Sun Aug 20, 2006 11:39 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
RE: Question for my 4 sides map
1) 1 open up ***c_con or ***g_con in c:bf2_modtools/data_***/common/scripts once its open find max reniforcements
2)i dont think you can really do anything about that
i hope this helps
2)i dont think you can really do anything about that
i hope this helps
-
Darth_Z13
- Jedi High Council

- Posts: 2275
- Joined: Sat Jun 17, 2006 9:51 am
- xbox live or psn: Xanthius Wylon
- Location: Canada
RE: Question for my 4 sides map
I know #2!
Just put this code into your LUA:
And change the CP names to your CP names and the HRP to whatever team you want the to stop capturing (REP, CIS, REB, IMP etc...)
Just put this code into your LUA:
Code: Select all
AICanCaptureCP("CP5", HRP, false)
AICanCaptureCP("CP6", HRP, false)
AICanCaptureCP("CP7", HRP, false)
AICanCaptureCP("CP8", HRP, false)