forked from cabarius/ToyBox
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### ToyBox Rogue - Ver 1.7.9 built for Rogue Trader 1.3.1.6
* (***ADDB***) Fix Dice Rolls Cheats (e.g. "Always Roll 1") using the wrong unit as initiator for the damage negation roll from the "The Emperor Protects" feature. E.g. this could result in enemies being invincible if "Always Roll 1" is activated for the Party. * (***ADDB***) Fix "Ignore Talent Prerequisites", "Ignore Required Stat Values" and "Ignore Required Class Levels" not working for inverted checks. *Note: Unconfirmed since nobody was available for testing* * (***ADDB***) Fix localization removing Add/Remove buttons from Party Editor Browsers. * (***ADDB***) Patch Tool: Remove NameSpace from generic types, making list types a lot more readable * (***ADDB***) Patch Tool: Implement being able to null/delete field values (hidden by default) * (***ADDB***) Patch Tool: Implement being able to create field values (hidden by default) * (***ADDB***) Patch Tool: Add toggle to keep fields open after changing a value * (***ADDB***) Patch Tool: Rewrite UI to be path based --> Allow patching struct types * (***ADDB***) Patch Tool: Fix patching some Blueprints causing CTDs * (***ADDB***) Patch Tool: Fix patching some other Blueprints causing CTDs * (***ADDB***) Patch Tool: Fix adding new elements to Collections of references breaking things * (***ADDB***) Add Slider to Enhanced Camera to (persistently) offset the Camera Elevation by a specified value
- Loading branch information
Showing
6 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"Releases": [ | ||
{ | ||
"Id": "0ToyBox0", | ||
"Version": "1.7.8" | ||
"Version": "1.7.9" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters