Page 1 of 1

MOVE.BSF - Does it need a new $DEFAULT.BSF?

Posted: Tue Jan 06, 2015 8:14 pm
by GottaLove88s
If I add my own MOVE.BSF with a few extra lines of code, do I also have to put a $DEFAULT.BSF into the same new \DATA\BATTLE\SCRIPTS folder, to force BA2 to use the new MOVE.BSF rather than the default one?

Thanks guys!

Re: MOVE.BSF - Does it need a new $DEFAULT.BSF?

Posted: Tue Jan 06, 2015 8:22 pm
by pipfromslitherine
Yes - the scripting looks first for included scripts in its own folder. The progression is:

<current>
<campaign>/data/battle/scripts
<campaign>/data/scripts
data/battle/scripts
data/scripts

Cheers

Pip

Re: MOVE.BSF - Does it need a new $DEFAULT.BSF?

Posted: Tue Jan 06, 2015 9:07 pm
by GottaLove88s
Thanks Pip! that makes sense.