Control for scripters with M25 plugins to FFX 3

Started by C4, February 09, 2009, 07:09:19 PM

Previous topic - Next topic

C4

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?

M25

#1
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



C4