ImpalaPUA wrote: ↑Fri Apr 12, 2019 1:11 am
Lord Blade wrote: ↑Fri Apr 12, 2019 12:44 am
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.
Ah nice find
Code: Select all
{
"startCash": 500,
"startFuel": 10,
"startAmmo": 40,
"startFuelCapacity": 20,
"startAmmoCapacity": 60,
"maxFuelCapacity": 25,
"maxAmmoCapacity": 85,
"fuelUpgradeCost": 1000,
"ammoUpgradeCost": 1000
}
We also know who is using a cracked version
for steam: Steam\steamapps\common\Pathway\config\balancing
You may want to backup the files in the config folder before you modify anything (just in case you mess up). You should also make sure the game is not open when you modify files and after you finish changing the files remember to save your changes. I will be editing this post to add in anything I figure out while tinkering with the files so you may want to check periodically.
If you do the trick found by 1 of the users I quoted above to change the starting resources remember to also change the min/max capacity for that resource on your jeep so you do not lose it all. So if you want to start with 99999 gas/ammo you should also change the start/max fuel capacitys to 99999. Furthermore, you may need to finish the adventure or restart it for the changes to take effect if you loaded a game.
In Steam\steamapps\common\Pathway\config\units you can edit the characters.json file and give every one of the characters crazy stats. I just changed the health, endurance, and evade of every character to basically give my characters god mode. They have other stats in there like action points and move points as well but they can not give you inf move/action points (tried it). However I was able to throw 2 grenades on my toon per turn after changing those to a higher number so perhaps it did that (dono foor sure since did not try doing that before). That being said I am able to use 2 move actions per turn after editing those but I will be unable to do any other actions afterward till I end my turn (so you give up your attack action for a move action).
I have found that in pathway\config\misc there is a file labeled achievements.json and inside that seems to be the list of characters that are unlocked through the achievements. I have edited it so every character in there that unlocks that way will unlock after I kill 1 Nazi. The way it seems to work is under every character it shows type to show how that character is unlocked then under that is shows the amount to show how many of the type are needed to complete for the unlock to trigger. So for example
{
"id": "unlockBrunhilda",
"description": "unlockBrunhilda_desc",
"title": "unlockBrunhilda_title",
"icon": "achievement_brunhilda",
"coveredIcon": "gold-coin",
"type": "CharacterUnlocks",
"conditions": [
{
"type": "BleedKills",
"amount": 5
To make that unlock easy I changed the thing required to unlock it from "type": "BleedKills", into "type": "NaziKills",. Then I changed the amount just below that to 1 to set the number of kills needed to 1 so it looks like
"type": "NaziKills",
"amount": 1
Just found out that intelligence stat gives more exp and can be edited using the same method I mentioned earlier to edit evade and other defensive skills (giving your characters god mode). I gain 1 level every fight for everyone in my party now so xp hack is done.
You can give yourself infinite items using cheat engine by searching the current number of an item in any slot of your stash, moving the item out of that spot leaving it empty, search for 0 (since the slot is empty there are 0 items in it). move an item into that slot, search for the number of items in that slot, and you get the idea. That is how I got 999999999 grenades and gave them to my grenadier.
Just finished editing the characters.json file again to change the items they start with so that they all start with the best legendary items in the game. I also gave them all slightly higher agility so they can move farther each turn. The changes to the items require you to make a new profile/game and start over but the agility and most other stat hacks should work on your saved games.