Page 1 of 3

Shortest Trip to Earth (Cheat Request)

Posted: Wed Oct 10, 2018 9:21 am
by WarStalkeR
Game Name: Shortest Trip to Earth
Game Engine: Unity with IL2CPP
Game Version: Early Access (Initial Release 09/10/2018)
Options Required: Cheat Engine Table for Resource Editing, Modules Editing, Crew Editing & Ships Unlocking.
Game/Steam Website: [Link]
812040

Other Info: Since this unity game was compiled with IL2CPP, which makes impossible to edit it easily with dySpy & similar application, and since it will be a while for me to learn how to edit new GameAssembly.dll with help of IDA & IL2CPP Dumper, here I am posting request with appropriate reward.

Reward: A first user, who posts here cheat engine table that allows to edit amount of resources, permanently alter/edit modules (looks, parameters, name & etc - if modules generated dynamically, if modules are static - it will be enough just to change it completely from module A to module B, while keeping all changes when you save/load) and permanently alter/edit crew (crew stats, crew looks, crew equipment & etc, while keeping all changes when you save/load) will receive reward of ₪400 (~$110) steam gift card from me (I will add this user to friend list and 3 days later will gift that card - steam prevents gifting earlier then that). I also can gift via PayPal, but it will be $100 exactly from my side and every fee that PayPal will take from reward receiver has nothing to do with me.

Additional Info: Of course, if any first user will manage to write script or application (with source code posted) that will allow me to edit game save with same results (i.e. change amount of resources, permanently alter/edit ship modules and permanently alter/edit ship crew), same reward rules apply (i.e. first who will make script/app or cheat engine table will receive the reward).

Re: Shortest Trip to Earth (Cheat Request)

Posted: Thu Oct 11, 2018 7:07 pm
by WarStalkeR
I'm calling off the reward, since I'm very close to making game saves editable (to some extent) by myself. I just need to write script for that job.

Re: Shortest Trip to Earth (Cheat Request)

Posted: Fri Oct 12, 2018 4:17 am
by WarStalkeR
To make it short: game's save file is original save folder that was streamed into single file.

A little bit of a progress:
Image

Re: Shortest Trip to Earth (Cheat Request)

Posted: Fri Oct 12, 2018 5:56 am
by WarStalkeR
I've managed to do unpacker and individual files can be edited with Easy Save 2 asset from Unity Asset Store. Only repacker is left to do.

Re: Shortest Trip to Earth (Cheat Request)

Posted: Sat Oct 13, 2018 6:33 pm
by waterastro
Most resources are 4byte, but I can't figure out fuel.

Shield is also 4byte, but hull points seem tied to the physical damage of the ship.

Re: Shortest Trip to Earth (Cheat Request)

Posted: Sun Oct 14, 2018 6:14 am
by waterastro
Anyone know how to find fuel? I don't need crazy cheats like editing and stuff. Unlimited fuel would make this game so much fun to mess around.

Re: Shortest Trip to Earth (Cheat Request)

Posted: Mon Oct 15, 2018 3:40 pm
by alked
all sources are byte 4 in game even fuel

Re: Shortest Trip to Earth (Cheat Request)

Posted: Tue Oct 16, 2018 12:22 am
by Hieppies
Here is the Cheat tables for Shortest Trip to Earth:
• Inf. Food
• Inf. Fuel
• Inf. Exotics
• Inf. Explosive
• Inf. Syntetic
• Inf. Metal

Re: Shortest Trip to Earth (Cheat Request)

Posted: Tue Oct 16, 2018 5:27 am
by macks
Thanks for the table. An option for shields would be amazing!

Re: Shortest Trip to Earth (Cheat Request)

Posted: Tue Oct 16, 2018 1:46 pm
by blastz007
thx for the table !! can't believe the game still hard lol. ship hp or shield hp would sure make it easier /winks.

Re: Shortest Trip to Earth (Cheat Request)

Posted: Tue Oct 16, 2018 2:47 pm
by danielyee
Tq sir..u r the best..thanks sir..apreciated

Re: Shortest Trip to Earth (Cheat Request)

Posted: Fri Aug 16, 2019 9:28 pm
by Lord Blade
So the game's officially out now. Does anyone have a working table for it?

Re: Shortest Trip to Earth (Cheat Request)

Posted: Sat Aug 17, 2019 3:13 pm
by Lord Blade
So, messing about myself trying to find values, I can see that everything is stored as 4 byte.

You don't find the displayed value for the ship, but rather the values for specific containers. So if I have two fuel pods for 600 each full, searching for 1200 won't find the right address. I need to search for 600 and work off that, twice if I want to keep both tanks full.

Shields seem easy enough to lock, though you need enough of them for them to not get taken down in a shot by some weapons anyway.

I can't figure out hull, probably because it's tied to those individual hits you take and have to repair.

But a table to basically give you infinite of all resources, lots of money, and possibly make your crew invulnerable would be great.
Though really, the best thing we could get is a cheat to give us 100% evasion, as that way every fight would be a breeze. :)

Re: Shortest Trip to Earth (Cheat Request)

Posted: Sun Aug 18, 2019 4:30 pm
by Martijn1234
this cheat table aint working anymore can somebody update it?

Re: Shortest Trip to Earth (Cheat Request)

Posted: Sun Aug 18, 2019 7:02 pm
by WintermuteX
The skills of your crew is represented by a longword (4 bytes) in this order:

Repair
Bridge
Sensor
Gunnery
Shield
Fire Ext
Handweapon
Gardening
Science
Warp

You can search for this AoB:

00 00 00 00 80 16 C6 2B 46 02 00 00 00 00 00 00 00 00 00 00 ?? 00 00 00 ?? 00 00 00 ?? 00 00 00 ?? 00 00 00 ?? 00 00 00 ?? 00 00 00 ?? 00 00 00 ?? 00 00 00 ?? 00 00 00 ?? 00 00 00

And replace it (via select all in the results, right click and choose "change value of selected addresses") by:

00 00 00 00 ?? ?? ?? ?? ?? ?? 00 00 00 00 00 00 00 00 00 00 0A 00 00 00 0A 00 00 00 0A 00 00 00 0A 00 00 00 0A 00 00 00 0A 00 00 00 0A 00 00 00 0A 00 00 00 0A 00 00 00 0A 00 00 00

This will give you skillevel 10 in everything, also in recruitable crewmembers which are already generated in the game.

EDIT: OK, I learned now the bytes "80 16 C6 2B 46 02" are changing with every game start. SO, search for the skills from one crew member (please look at the skill order! Repair is the FIRST skill in memory!) and look up those bytes first, replace my lines accordingly and you are good to go.