Page 1 of 1

Mod mission.lvl?

Posted: Sun Sep 29, 2013 2:08 pm
by blenderman9000
Hello,

I play Star wars Battlefront 1 (my fave) and I need some help modding the mission.lvl file.

What I want to do is change this:

Code: Select all

SetUnitCount(ATT, 50)
SetReinforcementCount(ATT, 999)
SetUnitCount(DEF, 50)
SetReinforcementCount(DEF, 999)
(add more bots and longer battles)

I tried this with no luck, I edited the script from the assets then munged it with a random world and then I just replaced the mission.lvl with the modded one, but it crashed the game because I think the modded mission.lvl only applied for one world.

Could someone please give me an explanation on how I can do this?

Thank you

EDIT

Nevermind, I found this: http://www.swbfgamers.com/index.php?topic=3685.0
But I have another question.

How do I change the limit of people that can follow me when I press F2? Is it in the mission script?

Thanks.

Re: Mod mission.lvl?

Posted: Sat Oct 05, 2013 6:20 am
by Led
The limit of two AI followers appears to be hard coded in the exe. To my knowledge, no one has ever changed it.