Skip to main content

Changelog

Website documentation last updated on March 7, 2026. 📆

General​

  • [FIX] Fixed Lua's FoW.getViewRange which was not returning anything.
  • [FIX] Fixed Lua's Storage table 'get' methods not having fail safe return paths.
  • [FIX] IniReader::ReadString can now read 4096 characters. (previously 255)
  • [CHANGE] When setting SnowSettings::TextureAlt to -1, the snowflakes will not affect the land texture.

Functions​

  • [NEW] Music.SetPlaybackSpeed
  • [NEW] Music.SetPlayPosition
  • [NEW] FoW.getViewRange
  • [NEW] Mods.isBetaTribe
  • [NEW] GetSkin
  • [NEW] set_object_non_8p_bank
  • [NEW] person_make_archer
  • [NEW] person_make_melee_ghoul
  • [NEW] person_make_ranged_ghoul
  • [NEW] SetMaxPopulationLimit
  • [NEW] ms_check_create_spell_msg_icon_ex
  • [NEW] ms_check_create_attack_msg_icon_ex

Structures​

  • [NEW] ThingInfo::DrawFlags

These are accessible by getting a reference to MVMod and the in-game Mods category menu as well.

  • [NEW] FirewarriorSettings::MissleEffectSpeed
  • [NEW] FirewarriorSettings::MissleEffectPushSpeed
  • [NEW] FirewarriorSettings::MissleEffectAltIncr
  • [NEW] FirewarriorSettings::MissleEffectDamage

Enums​

The following enums have been added:

TIF2_BLAST_PUSH
GSMI_NO_REINCARNATION
BANK_DRAWF_BETA
BANK_ARCHER_CYAN
BANK_ARCHER_PINK
BANK_ARCHER_BLACK
BANK_ARCHER_ORANGE
MSG_FLAGS_DELETABLE
MSG_FLAGS_CLICKED
MSG_FLAGS_MOUSE_OVER
MSG_FLAGS_DELETE_PENDING
MSG_FLAGS_STR_ID_SET
MSG_FLAGS_ZOOM_COORD_SET
MSG_FLAGS_ZOOMABLE
MSG_FLAGS_TIMEOUT_ALLOWED
MSG_FLAGS_CREATE_RETURN_ZOOM_MSG
MSG_FLAGS_DELETE_ON_OK
MSG_FLAGS_RETURN_ZOOM_ON_OK
MSG_FLAGS_DELETE_ON_ZOOM
MSG_FLAGS_DIALOG_ON_ZOOM
MSG_FLAGS_ZOOM_ON_OPEN
MSG_FLAGS_DIALOG_ON_DELETE
MSG_FLAGS_USER_DELETED
MSG_FLAGS_TIMEOUT_DELETED
MSG_FLAGS_AUTO_DLG_OPEN
MSG_FLAGS_POSITION_STABLE
MSG_FLAGS_DONE_FIRST_COLLISION
MSG_FLAGS_USE_OK_SAVE_EXIT_DLG
MSG_FLAGS_RETURN_ZOOM_PENDING
MSG_FLAGS_IS_BETA_TRIBE
MSG_FLAGS_GHOUL
MSG_FLAGS_ARCHER
MSG_ATTACK_TYPE_NONE
MSG_ATTACK_TYPE_FIGHT
MSG_ATTACK_TYPE_PREACHER
MSG_ATTACK_TYPE_SUPER