Skip to content

Commit

Permalink
Merge pull request #8 from SpontanCombust/patch-4.04
Browse files Browse the repository at this point in the history
  • Loading branch information
SpontanCombust authored Jul 19, 2023
2 parents 3b7d4f6 + 9fce80f commit b6a25cf
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/regenerate-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: regenerate-samples
on:
push:
branches: '*'
pull_request:
branches: '*'

env:
CARGO_TERM_COLOR: always
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/mod-menu.ws
Original file line number Diff line number Diff line change
@@ -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
{
Expand Down
Binary file not shown.
Binary file modified modSettingsFramework/content/scripts/game/r4Game.ws
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -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
{
Expand Down
2 changes: 1 addition & 1 deletion settings-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tw3-mod-settings-framework-parser"
version = "0.3.1"
version = "0.4.0"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit b6a25cf

Please sign in to comment.