Question for my 4 sides map

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
Clonedude55

Question for my 4 sides map

Post 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.
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

Post by SymbolS »

1. Just mess with your lua, its right by where it says all of the units names.
2. I dunno
cloneknight
Chief Warrant Officer
Chief Warrant Officer
Posts: 357
Joined: Sun Aug 20, 2006 11:39 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

RE: Question for my 4 sides map

Post 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
Darth_Z13
Jedi High Council
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

Post 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...)
Post Reply