Posted: Tue Jul 26, 2022 6:09 am Post subject: How to find and permanently change a static value?
I have an RTS game, when I build a house in this game, my max. population increases by 10. I want it to increase by 20, how do I find and permanently change this?
Joined: 09 May 2003 Posts: 25798 Location: The netherlands
Posted: Tue Jul 26, 2022 7:31 am Post subject:
find current population count and find the code that accesses it. Then look around the code. There's likely a compare for max amount somewhere
It might be more complex than just a static value though. Perhaps there's only memory for 10 people object, and if you get more you'll start overwriting other memory, so you'd have to adjust the memory allocation then as well _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum