Editor (v3.0.182.134)
(Game v3.0.180.158)Known Issues- Fixed the “Can’t load texture for preview of icon!” error on opening the character Icon dialog
- Instance painting with existing instance groups now works in inherited levels
- Answer dialog nodes with "Wait for x seconds" as the transition mode display their text properly again
General- Added localization modding support
-- Add your localization files to "Data/Mods/{YourMod}/Localization/..." in the same structure as currently in "Data/Localization/..."
- Added video modding support
-- Add your localization files to "Data/Mods/{YourMod}/Localization/{YourLanguage}/Video/..." in the same structure as currently in "Data/Localization/{YourLanguage}/Video/..."
-- Story script calls:
--- MoviePlay(_char, "YourVideoNameNoExtension")
--- MovieFinished("YourVideoNameNoExtension")
--
Your mod needs to be republished for this to work- Level data of inherited levels can now be edited
- Added several new category filters to the Steam Workshop
Scripting- Added new OnCharacterStartAttackObject and OnCharacterStartAttackPosition events in behaviour script, and the equivalent CharacterStartAttackObject and CharacterStartAttackPosition events in story
- Added ItemAddDeltaModifier and ItemHasDeltaModifier in story and behaviour script