Resources are not being consumed and time remaining remains in negative numbers
tfoster194 opened this issue ยท 10 comments
Here you go.
This is not the KSP log. But a log for another plugin/mod.
The KSP log can be found:
- Windows: C:\Users<username>\AppData\LocalLow\Squad\Kerbal Space Program\Player.log
- This folder is usually hidden so you should enable the view hidden folders option (more information).
- Mac OSX: Open Console, on the left side of the window there is a menu that says 'files'. Scroll down the list and find the Unity drop down, under Unity there will be Player.log Aka Files>~/Library/Logs/Unity/Player.log
- Linux: The log is written to ~/.config/unity3d/Squad/Kerbal Space Program/Player.log
Link to log.
https://drive.google.com/file/d/1fvpn-PSaGUxWseVD7IfgCb_eSEciAZ61/view?usp=sharing
And link to savegame and modlist.
https://drive.google.com/drive/folders/1oxvhWMISMoZLJxB9EsCd3HZInZ3acHW6?usp=sharing
So you are running TACLS in KSP 1.10.1.
There is no version of TACLS for KSP 1.10.1.
From your log however, It appears you have uncovered a bug in the KSP code.
I'm wondering. If you open your persistent.sfs file with a text editor.
And go through the file and find: "name = (M)ORC Debris"
Change all occurrences you find to anything that doesn't start with a "("... so say: "name = M)ORC Debris"
and then load that save and see what happens. (maybe make a copy of you persistent.sfs and edit the copy and load that.
I've also experienced this issue, forcing TACLS into 1.10. It occurs when life support resources drop below about 1%, and the timer goes negative. They are still killed eventually by lack of life support, and I think it's after the correct amount of time.
The problem occurred on an empty save file. I can post a log if interested, but I don't expect any support for shoehorning into the wrong KSP version.