cameroncondry / cbc-kitten-scientists

Add-on for the wonderful incremental browser game: http://kittensgame.com/web/
MIT License
114 stars 94 forks source link

Leviathan trade not triggering while time skip is enabled? #305

Open Zemurin opened 3 years ago

Zemurin commented 3 years ago

image

I'm not crafting eludium, unobitanium sits at full, despite leviathan trade being uncapped, and at 0.5. However, if I disable time skip option, or manually burn over heat cap so it pauses, trade executes successfully.

Is there any workaround that would allow both options?

PS: After digging a bit, this happens while time skip is active, so if I enable time skipping every cycle, every season (which is what I desire), trade will never occur. However, giving some free cycles/seasons will allow trade to process, but by that time the storage will be sitting at full for a wasteful amount of time.

wingedcatgirl commented 3 years ago

Have you tried disabling auto-hunting? I had a similar issue and that solved it. It seems that the script is not equipped to handle splitting catpower between two tasks.

Zemurin commented 3 years ago

Have you tried disabling auto-hunting? I had a similar issue and that solved it. It seems that the script is not equipped to handle splitting catpower between two tasks.

Managed to get to a position where I can test this again and yes, apparently that was it - now it skips until it hits the trigger limit and then properly trades. Thank you so much!