Raskvel Gestation Time Retting to 15

Rengirl54

New Member
Feb 27, 2023
1
0
25
Each time the timer reaches Zero, it resets back to 15 minutes. I don't mind restarting if you can't fix it but if it is not known already im just glad to help someone in the future :}
 

Attachments

  • Donut (H) - 15Hrs 26Mins, 89 Days - Tarkus, Ingnam.json
    616.7 KB · Views: 4

Gedan

BUTTS BUTTS BUTTS
Staff member
Aug 26, 2015
8,008,896
8,008,326
The pregnancy is resetting because exploration events are disabled.

Exploration events are disabled because your gamestate thinks you should be inside the Stellar Tether; FOUGHT_TAM is set, but STELLAR_TETHER_CLOSED is not. You may have cheat-teleported out, or found a crack in the coverage of end-events that doesn't set the STELLAR_TETHER_CLOSED (which I doubt, because I would expect we would have more reports pointing out weirdness with the Tether dungeon), or the game may have had to failsafe-move you out of the dungeon for some reason at some point I guess.

If you can open the console you put either of these in to "fix" it:

flags.FOUGHT_TAM = undefined;
flags.STELLAR_TETHER_CLOSED = 1;

The former will make the game think you never entered the tether dungeon, the latter will essentially "complete" the dungeon.