Sheep-y / PhoenixPt-Mods

Sheepy's Phoenix Point Mods
The Unlicense
2 stars 2 forks source link

[Geoscape Tweaks][Scrap Vehicle] Game is crashing, Modnix reports these mods produce runtime errors #26

Open csuklyaspatkany opened 3 years ago

csuklyaspatkany commented 3 years ago

The game crashes when I try to load or start a new game. I see a Unity error window for the flash of a second, and Modnix marks both mods with blue: Runtime error(s) detected on last run, mod may not work as designed.

Game version 1.10 EGS Geoscape Tweaks version 2.0 Scrap Vehicle version 3.0 Modnix version 3.0b3

Sheep-y commented 3 years ago

Scrap Vehicle have been broken for a while. It was not easy to patch the game to make it possible, and when the manufacturing system is revamped in DLC 2 the mod need to be completely rewritten. Unfortunately I can already envision another revamp in the next DLC, and my hands are pretty full, so I guess I will wait until after DLC 3.

csuklyaspatkany commented 3 years ago

Hi! Thank you for the update on Scrap Vehicle, it makes sense to wait, Festering Skies probably will introduce changes. I have downloaded the repo to see if I can build a newer version of GeoTweaks. I got some build errors, hope it helps: Severity Code Description Project File Line Suppression State Error CS0246 The type or namespace name 'UIStateEquipSoldier' could not be found (are you missing a using directive or an assembly reference?) GeoTweaks C:\Users\csukl\Downloads\PhoenixPt-Mods-master\QoL\GeoTweaks\SoldierStats.cs 17 Active Error CS0246 The type or namespace name 'UIStateEquipSoldier' could not be found (are you missing a using directive or an assembly reference?) GeoTweaks C:\Users\csukl\Downloads\PhoenixPt-Mods-master\QoL\GeoTweaks\SoldierStats.cs 14 Active Error CS1061 'GeoCharacter' does not contain a definition for 'ClassDef' and no accessible extension method 'ClassDef' accepting a first argument of type 'GeoCharacter' could be found (are you missing a using directive or an assembly reference?) GeoTweaks C:\Users\csukl\Downloads\PhoenixPt-Mods-master\QoL\GeoTweaks\SoldierStats.cs 18 Active Error CS0246 The type or namespace name 'UIStateEquipSoldier' could not be found (are you missing a using directive or an assembly reference?) GeoTweaks C:\Users\csukl\Downloads\PhoenixPt-Mods-master\QoL\GeoTweaks\SoldierStats.cs 20 Active