ADVANCED CONFIGURATION OPTIONS

By M25

Other configuration options are also available. However, changing these require editing manually the missions\scripts\m25config.py file in Notepad or another pure text editor.

M25_MAKE_CAPTIONS = 0

Set to 1 to generate captions from stories.

M25_USE_AI = 1

Set to 0 to turn off custom AI

M25_PLAYERAITOGGLE = 1

Setting this to 1 will allow you to turn the AI on and off individually for player controlled characters.

M25_AI_PUSH_ENERGY = 0

Setting this to 1 will allow the AI to use attacks before it has enough energy (thus giving it a chance to be stunned).

M25_USE_BANTER = 0

Setting this to 1 will turn on the banter system (allowing enemy characters to automatically talk to each other). Disabled as the banter system in EZ script works better.

M25SpeechPatterns = {}

M25_USE_REPORT = 0

Setting this to 1 will activate m25report.py's debugging comments; used currently by M25 AI and EZ Script.

M25_USE_SKXCAMERA = 1

Setting this to 0 will disable automatic use of advanced camera views.

M25_AI_DELAY = 0.5

use this value to change the delay between AI commands (0.5 is standard, use a value between 0.1 and 1.0).

M25_USE_SPEED_AI_DELAY = 0

setting this to one (1) will cause the AI delay to be calculated based on a character's current speed.