Page 1 of 2

Pathway

Posted: Thu Apr 11, 2019 3:48 pm
by Impala
[Link]

Table doesn't work, everything is easily found inn 4 bytes

Some stuff I found was:

C:\Program Files (x86)\Steam\steamapps\common\Pathway\

almost everything in the game is editable, it's all json files

I think the best way to cheat at this game is finding how to enable dev console

Re: Pathway

Posted: Thu Apr 11, 2019 3:51 pm
by krmit
Thanks.
Hope will be more options.

Re: Pathway

Posted: Thu Apr 11, 2019 4:29 pm
by hisvileness
nice, excited to see this table grow

Re: Pathway

Posted: Thu Apr 11, 2019 5:25 pm
by Lord Blade
So, options that would be awesome to have:

Health/Armor/Bravery for your characters
Infinite Actions during combat
Money/Ammo/Fuel
XP Modifier

Re: Pathway

Posted: Thu Apr 11, 2019 5:29 pm
by Lord Blade
Can't seem to get the table to work. I open the inventory, but the script won't activate.

Re: Pathway

Posted: Thu Apr 11, 2019 5:34 pm
by Impala
Yea, I am working on fixing it, this game is a bit strange

Re: Pathway

Posted: Thu Apr 11, 2019 5:44 pm
by Lord Blade
It seems like values change between scenes. So while you're on the map, you can find them, but if you get into combat or something, when you get back to the map the values are now different.

I'm no good at doing the whole script thing. But I've been able to find the various values (Fuel/Money/Ammo) as 4 Byte values.
Haven't found health/armor yet.

Re: Pathway

Posted: Thu Apr 11, 2019 6:03 pm
by Impala
Yea, everything is 4 byte, and you can find armor/health if you find a healing spot on the map.

That's the problem I am having when I try putting it all into a script for others to use, is that it changes.

The code is obfuscated too

Re: Pathway

Posted: Thu Apr 11, 2019 6:49 pm
by krmit
Well, the game itself pretty easy configurable (all in Config folder, in plain json).
Only option needed - inf.actions.
---
Values behavior seem similar to "Slay the Spire", random changes/jumps too.

Re: Pathway

Posted: Thu Apr 11, 2019 7:08 pm
by Impala
krmit wrote:
Thu Apr 11, 2019 6:49 pm
Well, the game itself pretty easy configurable (all in Config folder, in plain json).
Only option needed - inf.actions.
---
Values behavior seem similar to "Slay the Spire", random changes/jumps too.
I think the easiest thing for this game is finding the developer console, but I noticed it's all json files as well

Re: Pathway

Posted: Thu Apr 11, 2019 9:50 pm
by krmit
@ImpalaPUA,
With DevCon you need a commands list. With json it waaay more simple) Just don't forget backup before editing)

Re: Pathway

Posted: Thu Apr 11, 2019 10:11 pm
by Impala
krmit wrote:
Thu Apr 11, 2019 9:50 pm
@ImpalaPUA,
With DevCon you need a commands list. With json it waaay more simple) Just don't forget backup before editing)
Dev is pretty helpful in regards to cheating in their other game:

[Link]

[Link]

But yea, editing json's could be easier, I don't really feel like going through them all

Re: Pathway

Posted: Thu Apr 11, 2019 11:20 pm
by krmit
@ImpalaPUA
Here you have to edit 7 files to have almost all advantages. Took ~ 15 minutes.
---
But yes, everyone has it's favourite methods ^_^

Re: Pathway

Posted: Thu Apr 11, 2019 11:43 pm
by Impala
The only thing I'd be interested in is infinite fuel, did you find the json for that?

Re: Pathway

Posted: Fri Apr 12, 2019 12:44 am
by Lord Blade
In D:\Games\Pathway\config\balancing there's a ResourceBalancing file. That affects max values and how much you start with. So you could start with 50k fuel if you wanted.