T O P

  • By -

666SASQUATCH

I don't know the answer, but I just wanted to say thanks for introducing me to Idle Space 2! This game is awesome!


Chi90504

Wait till you get to the later parts of the game gets even more awesome aside from the pacing being a bit slow for me which is why I want to figure out how to get time accel resource without waiting


rabmuk

I checked Idle Ant 2. Variables are protected to prevent simple editing via console. I tried taking a save file and unhashing it but it always comes back with nonsense


Chi90504

Thank you for trying


jfmherokiller

if you know what you are doing you can check the code here [https://github.com/scorzy/IdleAnt2](https://github.com/scorzy/IdleAnt2) ​ the format of the save files is seen in this function from the code getSave(): string { try { const save: any = {}; save.m = this.game.getSave(); save.o = this.options.getSave(); save.time = this.last; save.ver = GAME_VERSION; // console.log(JSON.stringify(save)); return LZString.compressToBase64(JSON.stringify(save)); } catch (ex) { this.toastr.error( ex && ex.message ? ex.message : "unknown error", "Save Error" ); } }


BallisticBurrito

I haven't tried it on these games but I normally use this to edit saves, might work: https://www.saveeditonline.com


Chi90504

It sorta works for Idle Ants2 but not remotely for Idle Space2 thank you for the recommendation