diff --git a/.github/workflows/regenerate-samples.yml b/.github/workflows/regenerate-samples.yml index d2e491e..ac8cc2d 100644 --- a/.github/workflows/regenerate-samples.yml +++ b/.github/workflows/regenerate-samples.yml @@ -3,8 +3,6 @@ name: regenerate-samples on: push: branches: '*' - pull_request: - branches: '*' env: CARGO_TERM_COLOR: always diff --git a/README.md b/README.md index 3903857..1617c4b 100644 --- a/README.md +++ b/README.md @@ -112,8 +112,9 @@ The most common usage of this would be overriding `ReadSettings()` method to run ## Remarks Framework version support: -- 0.3+ for game version 4.03 -- 0.2.0 for game version 1.32 (requires [Community Patch - Base](https://www.nexusmods.com/witcher3/mods/3652)) +- 0.4+ for game version 4.04 +- 0.3.0 - 0.3.1 for game version 4.03 +- 0.1.0 - 0.2.0 for game version 1.32 (requires [Community Patch - Base](https://www.nexusmods.com/witcher3/mods/3652)) ## Documentation diff --git a/doc/mod-menu.ws b/doc/mod-menu.ws index c169f78..641c390 100644 --- a/doc/mod-menu.ws +++ b/doc/mod-menu.ws @@ -1,4 +1,4 @@ -// Code generated using Mod Settings Framework v0.3.1 by SpontanCombust & Aeltoth +// Code generated using Mod Settings Framework v0.4.0 by SpontanCombust & Aeltoth class MyModSettings extends ISettingsMaster { diff --git a/modSettingsFramework/content/scripts/game/gui/main_menu/ingameMenu.ws b/modSettingsFramework/content/scripts/game/gui/main_menu/ingameMenu.ws index d372997..91a50b4 100644 Binary files a/modSettingsFramework/content/scripts/game/gui/main_menu/ingameMenu.ws and b/modSettingsFramework/content/scripts/game/gui/main_menu/ingameMenu.ws differ diff --git a/modSettingsFramework/content/scripts/game/r4Game.ws b/modSettingsFramework/content/scripts/game/r4Game.ws index 90d299a..01f6819 100644 Binary files a/modSettingsFramework/content/scripts/game/r4Game.ws and b/modSettingsFramework/content/scripts/game/r4Game.ws differ diff --git a/samples/DifficultyMod/modSettingsFrameworkSampleDifficultyMod/content/scripts/local/difficulty_mod_base.ws b/samples/DifficultyMod/modSettingsFrameworkSampleDifficultyMod/content/scripts/local/difficulty_mod_base.ws index 260054f..c96b8bb 100644 --- a/samples/DifficultyMod/modSettingsFrameworkSampleDifficultyMod/content/scripts/local/difficulty_mod_base.ws +++ b/samples/DifficultyMod/modSettingsFrameworkSampleDifficultyMod/content/scripts/local/difficulty_mod_base.ws @@ -1,4 +1,4 @@ -// Code generated using Mod Settings Framework v0.3.1 by SpontanCombust & Aeltoth +// Code generated using Mod Settings Framework v0.4.0 by SpontanCombust & Aeltoth class ModDifficultySettingsBase extends ISettingsMaster { diff --git a/settings-parser/Cargo.toml b/settings-parser/Cargo.toml index 8644bcb..0ec8258 100644 --- a/settings-parser/Cargo.toml +++ b/settings-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tw3-mod-settings-framework-parser" -version = "0.3.1" +version = "0.4.0" edition = "2021" [[bin]]