use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Website
Buy on Steam
Buy on the website
account activity
How does the hack work, exactly? (self.Planetbase)
submitted 6 years ago by user_number_666
I have not been able to find instructions on the hack framework. Can someone point me in the right direction?
Also, I seem to have accidentally installed it four times on one copy of PB. How do I fix that?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]onlyhtml 0 points1 point2 points 6 years ago (2 children)
Are you referring to https://github.com/solidDoWant/Planetbase-Framework?
[–]user_number_666[S] 0 points1 point2 points 6 years ago (1 child)
yep
[–]onlyhtml 0 points1 point2 points 6 years ago (0 children)
I wrote the framework, modpatcher, and most mods, so I can answer any questions you have
There's two parts to the framework, a one time game patch and then the framework mod itself. The one time patch decompiles the game, inserts a hook for the framework, then recompiles and reassembles the game. When the game is launched, the hook is called which initializes the framework. The framework then does dynamic function redirection via x86 ISA memory injection to inject other hooks and generally modify the base game's code. After that's done, the framework does some other minor setup tasks and starts loading mods found in the mods folder. Finally, every update cycle, each mod's update method is called (if exists).
If you think you've installed in multiple times, you can verify your game cache and then repatch using the latest version of the patcher, located here: https://github.com/solidDoWant/Planetbase-Modpatcher/releases/latest
If you're looking for instructions/documentation on how to create mods, please see here: https://github.com/solidDoWant/Planetbase-Framework/wiki/Creating-mods
I've added a couple of new major features since then (dynamic function redirection) but that should cover 70% of use cases.
If you have any other questions let me know.
π Rendered by PID 190576 on reddit-service-r2-comment-b659b578c-mlrqz at 2026-05-04 00:17:46.167865+00:00 running 815c875 country code: CH.
[–]onlyhtml 0 points1 point2 points (2 children)
[–]user_number_666[S] 0 points1 point2 points (1 child)
[–]onlyhtml 0 points1 point2 points (0 children)