Freedom Reborn

Freedom Force Forums => Scripting Forum => Topic started by: C4 on February 09, 2009, 07:09:19 PM

Title: Control for scripters with M25 plugins to FFX 3
Post by: C4 on February 09, 2009, 07:09:19 PM
I have just updated my mod to FFX 3.3 and from the first cutscene my camera work has been overidden to look like easyscript cutscenes.

How do I deactivate this?


So I would just appreciate some direction I don't currently see options to remove these type of things.

I guess its this:

Quote#whether or not to use M25 AI rules as standard in campaign missions
#false for Freedom Force main campaign and the Strangers
FFX_RULES_CAMPAIGN_M25AI=0

though mine is set to 0 already. Is their a command to activate or deactivate M25Ai in specific missions?
Title: Re: Control for scripters with M25 plugins to FFX 3
Post by: M25 on February 09, 2009, 09:02:51 PM
It's a camera thing, not an EZ script or AI thing.

You can turn off the camera in m25config.py with the following line.

# setting this to 0 (zero) will disable the kuertee's cinematic camera system for mods that do not want it
M25_USE_SKXCAMERA = 1


Title: Re: Control for scripters with M25 plugins to FFX 3
Post by: C4 on February 09, 2009, 09:18:33 PM
Oh, cool thanks