Mod mission.lvl?

Post everything from general questions, to modding questions, to map WIPs to releases. (SWBF1 only)

Moderator: Moderators

Post Reply
User avatar
blenderman9000
Posts: 2
Joined: Sun Sep 29, 2013 1:53 pm
Projects :: No Mod project currently.
Games I'm Playing :: SWBF1
xbox live or psn: No gamertag set

Mod mission.lvl?

Post 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.
Led
Private Third Class
Posts: 54
Joined: Sat Sep 26, 2009 6:05 pm

Re: Mod mission.lvl?

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