Is there a way to unlock all planets/locations?

KiuKiuKiu

Member
Mar 25, 2023
6
0
27
Self explanatory title. Something that works in the same way the "marcopolo" cheat used to work. Inputting this or any of the Flash era codes (be it outside of a text box or in V.Ko bot) doesn't work anymore and save file editing only allows me to edit character body details as far as I understand (even went to a .json file editor and yet, just my body there).
Also there isn't any option to unlock all planets on the java cheat menu as far as I know and have seen, so if anybody got an answer for that, a positive one, I'd thank a lot because the wiki is severely out of date with any information regarding those cheats.
 

Theron

Well-Known Member
Nov 8, 2018
3,855
1,446
45
There's no specific cheat to unlock all planents that I know of, but since you can teleport wherever you want, it's less necessary. You'll have to teleport back to wherever you left your ship, though.

If you want to unlock planets, you'll have to do them individually by setting Flags.
Open the Console with F12 or Control + Shift + I and enter;
flags['UNLOCKED_JUNKYARD_PLANET'] = 1;
flags['PLANET_3_UNLOCKED'] = 1;
flags["BEAT_TAIVRA_TIMESTAMP"] = 1;
flags['UVETO_UNLOCKED'] = 1;
flags['CHEAT_UNLOCK_DHAAL'] = 1;
flags['CANADA_UNLOCKED'] = 1;
flags['NEW_TEXAS_COORDINATES_GAINED'] = 1;
The other possible flag for Dhaal is SHOCK_HOPPER_DEFEATED, but that would likely screw other things up.
Not sure how to unlock Gastigoth & Breedwell. They seem to require E-mails and the code I found in the Flash Github doesn't work.
The reason you could only see your body parts is the save only records things that have changed. Flags that are still at their default won't appear. These go in Flags.
"NEW_TEXAS_COORDINATES_GAINED":1,"UNLOCKED_JUNKYARD_PLANET":2,"PLANET_3_UNLOCKED":1,"UVETO_UNLOCKED":1,"CANADA_UNLOCKED":1,"CHEAT_UNLOCK_DHAAL":1
 
Last edited:
  • Like
Reactions: Senera2000