Page 1 of 1

[REQUEST] The Pale Beyond

Posted: Sat Feb 25, 2023 9:30 pm
by PeTTs0n
Game Name: The Pale Beyond
Game Engine: Unity
Game Version: v1.0.00.00
Options Required: Decorum (Morale), Hoosh (Food), Furnace (Fuel), Edit inventory items (increasing quantity etc.)
Steam Website:
Other Info: Found values for the food and fuel (4 byte int), but when I try to change/freeze the values, they revert to what they were before.

Re: [REQUEST] The Pale Beyond

Posted: Sun Feb 26, 2023 1:22 pm
by zolambarkudak
Game save files are located at:

Code: Select all

%appdata%\..\LocalLow\BellularStudios\The Pale Beyond
Check for the latest one and you can edit the cards you own i.e.

Code: Select all

\"Item_Coal_Owned\":99,
\"Item_AdeliePenguin_Owned\":90,
\"Item_CrabeaterSeal_Owned\":90,
and then feed those cards to increase your food and fuel. (make sure to backup your saves, in case you mistype and corrupt them)

Re: [REQUEST] The Pale Beyond

Posted: Sun Feb 26, 2023 1:38 pm
by PeTTs0n
zolambarkudak wrote:
Sun Feb 26, 2023 1:22 pm
Game save files are located at:

Code: Select all

%appdata%\..\LocalLow\BellularStudios\The Pale Beyond
Check for the latest one and you can edit the cards you own i.e.

Code: Select all

\"Item_Coal_Owned\":99,
\"Item_AdeliePenguin_Owned\":90,
\"Item_CrabeaterSeal_Owned\":90,
and then feed those cards to increase your food and fuel. (make sure to backup your saves, in case you mistype and corrupt them)
Ah, just tried to edit the values for food, morale and so on, and that didn't work - thanks for the tip. :)
EDIT: Can't seem to get that to work either. :/

Re: [REQUEST] The Pale Beyond

Posted: Sun Feb 26, 2023 2:44 pm
by zolambarkudak
PeTTs0n wrote:
Sun Feb 26, 2023 1:38 pm
Ah, just tried to edit the values for food, morale and so on, and that didn't work - thanks for the tip. :)
EDIT: Can't seem to get that to work either. :/
You need to edit the saves while game is not running. (Game preloads them.)



Image

As long as you have some items, you should be able to add more in between this way in the items part of the save file.

Code: Select all

\"Item_Coal_Owned\":192,

Re: [REQUEST] The Pale Beyond

Posted: Sun Feb 26, 2023 6:50 pm
by PeTTs0n
zolambarkudak wrote:
Sun Feb 26, 2023 2:44 pm
PeTTs0n wrote:
Sun Feb 26, 2023 1:38 pm
Ah, just tried to edit the values for food, morale and so on, and that didn't work - thanks for the tip. :)
EDIT: Can't seem to get that to work either. :/
You need to edit the saves while game is not running. (Game preloads them.)



Image

As long as you have some items, you should be able to add more in between this way in the items part of the save file.

Code: Select all

\"Item_Coal_Owned\":192,
I tried tinkering with it a bit, and for some reason editing the second newest save seems to work consistently - even if I'm (as far as I'm aware) loading the latest one in the tree save system. So again, the input was great, I just didn't apply it correctly. ^^ Thanks!

Now to try and find/put together an item list and see if it's possible to add new stuff as well. :)

Re: [REQUEST] The Pale Beyond

Posted: Sun Feb 26, 2023 6:54 pm
by Schweinepriester
Just made an account to say thank you for discovering and sharing this! :)

I was inspired by this thread to start a list for the items: [Link]

EDIT:
Now to try and find/put together an item list and see if it's possible to add new stuff as well. :)
Haha, what a coincidence timing-wise :)

Re: [REQUEST] The Pale Beyond

Posted: Sun Feb 26, 2023 7:24 pm
by PeTTs0n
Schweinepriester wrote:
Sun Feb 26, 2023 6:54 pm
Just made an account to say thank you for discovering and sharing this! :)

I was inspired by this thread to start a list for the items: [Link]

EDIT:
Now to try and find/put together an item list and see if it's possible to add new stuff as well. :)
Haha, what a coincidence timing-wise :)
Hehe, thanks for starting out on one! :) EDIT: I see you had the same idea I had. ^^ Thanks again!

Re: [REQUEST] The Pale Beyond

Posted: Sun Feb 26, 2023 8:34 pm
by czarny_pan
My temp solution which works like a charm:
You find 4 addresses for each resource (food and fuel are good enough, you won't get crazy low with morale)
Do not edit the values because they will go back straight away
You just wait until evening and resource distribution phase. This is the moment when you change values (press enter in CE, put 100 or 120, whatever you have max) and freeze the values for a moment (space bar in CE). Go back to the game, put the sliders max to the right (or other combination if you wish) and confirm. If stuck, press tab to bring the sailors list and again to go back to distribution. Game should allow you to proceed. Just go back quickly to CE and unfreeze the values so they will go back to their initial level. Play the game as usual, and rise and repeat each distribution phase.

Re: [REQUEST] The Pale Beyond

Posted: Sat Mar 04, 2023 8:23 am
by TeddyRiggs
+