induktio / thinker

AI improvement patch for SMACX.
https://discord.gg/XdFuwWzzku
GNU General Public License v2.0
70 stars 10 forks source link

[Bug] Invisible unit #8

Closed pianoslum closed 3 years ago

pianoslum commented 3 years ago

In the attached savegame move the active jet to the south-east, there's a university unit that remains completely invisible. InvisibleUnitSE.zip

induktio commented 3 years ago

I think all three of these bug reports are caused by the same issue. There's a savegame corruption bug caused by design_units feature which creates serious issues with these AI faction prototypes.

Luckily the savegame is salvageable because the corrupted prototypes can be pruned by a patch. If you download the newest develop build, the game should remove any invalid prototypes/units after pressing next turn. Let me know if these issues appear again in the game.

pianoslum commented 3 years ago

Thx! I'd love to try, but where can I find the latest dev version? Or do I have to compile it myself?

DrazharLn commented 3 years ago

They're in the Dropbox folder linked in the readme. You might need to go up a directory.

On Tue, 2 Mar 2021, 19:29 pianoslum, notifications@github.com wrote:

Thx! I'd love to try, but where can I find the latest dev version? Or do I have to compile it myself?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/induktio/thinker/issues/8#issuecomment-789156873, or unsubscribe https://github.com/notifications/unsubscribe-auth/AESXNWOKXPAYEWSHGXRCMFTTBU4CXANCNFSM4XRQ4V5Q .

induktio commented 3 years ago

It could be done either way, just make sure you pull the latest commit.

pianoslum commented 3 years ago

Can confirm that it works, thanks :) Just curious: Is there a way to find out what's the reason behind the bug?