MATTIE.compat

the name space used for compatibility changes

Members

static Window_Command_drawItem

In Termina, some modded menu paths call Window_Command.drawItem directly,
which can pick up ARP legacy icon mappings intended for F&H1.
For menu command windows, draw default text-only commands to preserve Termina behavior.

static Window_refreshArrows

Fix to ensure windowskin is ready before refreshing arrows

static Window_refreshCursor

Fix to ensure windowskin is ready before refreshing cursor

static Window_refreshPauseSign

Fix to ensure windowskin is ready before refreshing pause sign

static createLayerGraphics

override this method the hopefully fix https://itch.io/post/8679462

static pauseDecrypt

whether decryption of images should be forcibly stopped or not

static runtime_decrypt

weather or not files should be decrypted and saved to their unencrypted sate while playing the game
this has some benefits and some drawbacks. This should not be any better than leaving the files encrypted as it decrypts them first anyways
this might be useful for some edge cases though.

Default Value:
  • false
Current Value:

Methods

static setEncryptedImagesInSystemJson(bool)

set the field hasEncryptedImages to true or false in memory and system.json

Parameters:
Name Type Description
bool boolean