Page 1 of 1
Question for my 4 sides map
Posted: Mon Feb 26, 2007 8:54 pm
by Clonedude55
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.
RE: Question for my 4 sides map
Posted: Mon Feb 26, 2007 9:25 pm
by SymbolS
1. Just mess with your lua, its right by where it says all of the units names.
2. I dunno
RE: Question for my 4 sides map
Posted: Mon Feb 26, 2007 9:30 pm
by cloneknight
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
RE: Question for my 4 sides map
Posted: Mon Feb 26, 2007 10:00 pm
by Darth_Z13
I know #2!
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)
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...)