If you've got any items with
So, this pretty much effects anyone with the Gray Goo armor in the inventory the game doesn't crash if you open these menus while wearing the armor.
Menus which crash the game:
Attached Save:
Grey goo armor in the inventory about to open ship's storage.
.hasDynamicProperties = true
the game crashs upon opening most item menus.So, this pretty much effects anyone with the Gray Goo armor in the inventory the game doesn't crash if you open these menus while wearing the armor.
Menus which crash the game:
- Storage menu.
- Shop menu.
- Drop items menu.
Version: 0.9.001-PUBLIC#2064 Message: GooArmor requires it's canMergeWith call to be overridden if it has dynamic properties. Stack:
a@https://www.fenoxo.com/play/TiTS/release/vendors.2127ea8a.js:1:565895
i@https://www.fenoxo.com/play/TiTS/release/vendors.2127ea8a.js:1:566258
u/<@https://www.fenoxo.com/play/TiTS/release/main.6418a098.js:1:10049378
o@https://www.fenoxo.com/play/TiTS/release/main.6418a098.js:1:10049622
r@https://www.fenoxo.com/play/TiTS/release/main.6418a098.js:1:9544285
value@https://www.fenoxo.com/play/TiTS/release/main.6418a098.js:1:5586134
value/
value/<@https://www.fenoxo.com/play/TiTS/release/main.6418a098.js:1:12224535
value@https://www.fenoxo.com/play/TiTS/release/main.6418a098.js:1:12224385
value@https://www.fenoxo.com/play/TiTS/release/main.6418a098.js:1:12223665
hu@https://www.fenoxo.com/play/TiTS/release/vendors.2127ea8a.js:1:464274
Ts@https://www.fenoxo.com/play/TiTS/release/vendors.2127ea8a.js:1:481135
a@https://www.fenoxo.com/play/TiTS/release/vendors.2127ea8a.js:1:565895
i@https://www.fenoxo.com/play/TiTS/release/vendors.2127ea8a.js:1:566258
u/<@https://www.fenoxo.com/play/TiTS/release/main.6418a098.js:1:10049378
o@https://www.fenoxo.com/play/TiTS/release/main.6418a098.js:1:10049622
r@https://www.fenoxo.com/play/TiTS/release/main.6418a098.js:1:9544285
value@https://www.fenoxo.com/play/TiTS/release/main.6418a098.js:1:5586134
value/
value/<@https://www.fenoxo.com/play/TiTS/release/main.6418a098.js:1:12224535
value@https://www.fenoxo.com/play/TiTS/release/main.6418a098.js:1:12224385
value@https://www.fenoxo.com/play/TiTS/release/main.6418a098.js:1:12223665
hu@https://www.fenoxo.com/play/TiTS/release/vendors.2127ea8a.js:1:464274
Ts@https://www.fenoxo.com/play/TiTS/release/vendors.2127ea8a.js:1:481135
Attached Save:
Grey goo armor in the inventory about to open ship's storage.
And, admittedly on the attached save, I've used the console to create some items on my save which use
I've also changed the stats on the Gray Goo armor but I've tested the Gray Goo armor normally and it still crashes with the same message.
This is gonna be pretty sad for me if the solution turns out to be overriding
Because I've tried overriding the
I'm kinda confused why the inventory completely works with
.hasDynamicProperties = true
and they also crash with the same error. (The actual crash report is for the Goo armor and all other legit items that use hasDynamicProperies = true
)I've also changed the stats on the Gray Goo armor but I've tested the Gray Goo armor normally and it still crashes with the same message.
This is gonna be pretty sad for me if the solution turns out to be overriding
canMergeWith
in each class where hasDynamicProperies = true
because that's gonna mean I can't create my own items anymore.Because I've tried overriding the
canMergeWith
call of the items that I've changed in the console but that doesn't work because it still crashes with the error above anyway, So I think it calls the class's canMergeWith
instead of the actual object in the inventory. (And it doesn't matter much anyway because it undoes the override on loading a save).I'm kinda confused why the inventory completely works with
canMergeWith
correctly but it's just the storage, drop and shop menus that crash the game.Attachments
Last edited: