Skip to content

Releases: xADDBx/ToyBox-RogueTrader

ToyBox-1.7.13 built for Rogue Trader 1.3.1.11

10 Feb 02:50
Compare
Choose a tag to compare
### ToyBox Rogue - Ver 1.7.13 built for Rogue Trader 1.3.1.11

* (***ADDB***) PatchTool: List elements now properly show all their fields instead of only the fields of the list type
* (***ADDB***) PatchTool: Properly track Element-types created via field Instantiation
* (***ADDB***) PatchTool: Fix collections filled with null elements breaking ui
* (***ADDB***) PatchTool: Catch error when target blueprint is missing (e.g. due to mod changes)
* (***ADDB***) PatchTool: Support sbyte
* (***ADDB***) Apply performance Transpilers only once. Whoopsie.

ToyBox-1.7.12 built for Rogue Trader 1.3.1.11

31 Jan 17:42
Compare
Choose a tag to compare
### ToyBox Rogue - Ver 1.7.12 built for Rogue Trader 1.3.1.11

* (***ADDB***) PatchTool: Fix regression which broke enum patches
* (***ADDB***) PatchTool: Properly deserialize nested operations with the custom converter

ToyBox-1.7.11 built for Rogue Trader 1.3.1.11

30 Jan 20:09
Compare
Choose a tag to compare
### ToyBox Rogue - Ver 1.7.11 built for Rogue Trader 1.3.1.11

* (***ADDB***) PatchTool: Finish implementing patch versioning (I forgot)

### ToyBox Rogue - Ver 1.7.10 built for Rogue Trader 1.3.1.11
* (***ADDB***) PatchTool: Make patch .json files better readable by serializing enums as strings and adding a No-Op when enums are unused.
* (***ADDB***) PatchTool: Show failed patches in the list as actually failed.
* (***ADDB***) PatchTool: Various Patcher optimizations, which very vastly improved initial load time for patches.
* (***ADDB***) PatchTool: Make it possible to indirectly modify localization of things by allowing changing of keys under LocalizedString => Shared => LocalizedString
* (***ADDB***) PatchTool: Prevent broken Blueprint references from crashing the UI.
* (***ADDB***) PatchTool: Prevent internal ToString exception from crashing the UI.
* (***ADDB***) Prevent CompanionInParty.CheckCondition patch from causing exceptions on game load by no longer getting companion state of disposed units

ToyBox-1.7.10 built for Rogue Trader 1.3.1.11

30 Jan 19:25
Compare
Choose a tag to compare
### ToyBox Rogue - Ver 1.7.10 built for Rogue Trader 1.3.1.11

* (***ADDB***) PatchTool: Make patch .json files better readable by serializing enums as strings and adding a No-Op when enums are unused.
* (***ADDB***) PatchTool: Show failed patches in the list as actually failed.
* (***ADDB***) PatchTool: Various Patcher optimizations, which very vastly improved initial load time for patches.
* (***ADDB***) PatchTool: Make it possible to indirectly modify localization of things by allowing changing of keys under LocalizedString => Shared => LocalizedString
* (***ADDB***) PatchTool: Prevent broken Blueprint references from crashing the UI.
* (***ADDB***) PatchTool: Prevent internal ToString exception from crashing the UI.
* (***ADDB***) Prevent CompanionInParty.CheckCondition patch from causing exceptions on game load by no longer getting companion state of disposed units

ToyBox-1.7.9 built for Rogue Trader 1.3.1.6

22 Jan 00:59
Compare
Choose a tag to compare
### 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

ToyBox-1.7.8 built for Rogue Trader 1.3.0.57

22 Dec 06:00
Compare
Choose a tag to compare
  • (ADDB) Fix somewhat critical error in PatchTool which would DeepCopy Blueprints, messing up cached references (noticeable e.g. when Proficiency Requirements aren't satisfied after patching something until the game is restarted once).
  • (ADDB) No longer ignore delegates when Deep Copying => Fix e.g. Abilities disappearing from Weapons after patching them until restarting the game.
  • (ADDB) Prevent possible issue with Patch Tool?.
  • (ADDB) Fixed Patch Tool not being able to manually remove the last patch operation in the Patch Manager.
  • (ADDB) BPId Cache now Caches Items, Weapons and Armors (mostly noticeable in that the BlueprintPicker in PatchTool now has those as categories).

ToyBox-1.7.7 built for Rogue Trader 1.3.0.57

18 Dec 03:36
Compare
Choose a tag to compare
* (***Di-Crash***) Add "Skeleton replacer" to Party => Stats

  * This feature allows tweaking the characters experience in a way.
  * Using different sliders, you can e.g. modify your characters height and/or proportions, offsets etc.
  * It's a little more involved, but offers quite a bit of freedom.
* (***jonHinkerton***) Add Button (allows binding to hotkey) to open faction trade vendor window from anywhere.
* (***ADDB***) Add "Show hidden loot in Checklist" to the Loot Tab. The checklist doesn't show loot which wasn't seen yet.
* (***Di-Crash***) Minor UI adjustments in Party => Stats.
* (***ADDB***) Patch Tool fixes:
  * Fix Patch Tool for types implementing IList<T>
  * Fix Patch Tool possible stack overflow in DeepCopy

ToyBox-1.7.6 built for Rogue Trader 1.2.1.26

06 Dec 03:33
Compare
Choose a tag to compare
v1.7.6

* (***ADDB***) Fix Patch Tool not being able to modify top level prim…

ToyBox-1.7.5 built for Rogue Trader 1.2.1.26

04 Dec 02:08
Compare
Choose a tag to compare
v1.7.5

* (***ADDB***) Fixed major issue in the Patch Tool system (fields in …

ToyBox-1.7.4 built for Rogue Trader 1.2.1.26

03 Dec 00:58
Compare
Choose a tag to compare
v1.7.4

* (***ADDB***) Fix NRE in Patch Tool (Fix Deep Copy throwing when Obj…