Page 1 of 1

Empires of the undergrowth

Posted: Tue Dec 05, 2017 10:39 pm
by narcolepticnerd
Still looking for the actual food but I will get an updated one up here soon I am down to 105 results starting from like 3 billion starting from unknown value.

Re: Empires of the undergrowth

Posted: Wed Dec 06, 2017 7:15 pm
by Rawlord
Awesome keep up the good work. :)

Re: Empires of the undergrowth

Posted: Thu Nov 15, 2018 2:08 pm
by TheGodUncle
Is this going to be updated to the newest version?

Re: Empires of the undergrowth

Posted: Sun Aug 15, 2021 10:36 pm
by mop
this is what I was working on

also if you update table some tips:

------

Values all seem to be in 4-byte when searching

Once you find the food rest of the values are nearby look for them and modify

-Changing food-
you won’t be able to modify the food its a accumulation value of lot of other values
if you look at the code there is a instruction above one of the food WRITE to values
that handles bunch of values use WHAT ACCESS this on that instruction, now you can
build a tiles and see what value show up, try to modify first few values

then delete the tiles, this is when the new value should show up IN GAME,
possibly because the game adds all the values up when deleting tiles not before

so, mess around and test with stuff see what happens

-----

Re: Empires of the undergrowth

Posted: Sat Dec 04, 2021 7:08 am
by CtrlAltFunk
Any chance on an update to GOG v0.2314 (current)?

Re: Empires of the undergrowth

Posted: Tue Jul 18, 2023 2:26 pm
by kilya
Would it be possible to update to the new version? above all a table that can modify the available food, not only the visible number

Re: Empires of the undergrowth

Posted: Thu Jul 20, 2023 1:51 pm
by kilya
mop wrote:
Sun Aug 15, 2021 10:36 pm
this is what I was working on

also if you update table some tips:

------

Values all seem to be in 4-byte when searching

Once you find the food rest of the values are nearby look for them and modify

-Changing food-
you won’t be able to modify the food its a accumulation value of lot of other values
if you look at the code there is a instruction above one of the food WRITE to values
that handles bunch of values use WHAT ACCESS this on that instruction, now you can
build a tiles and see what value show up, try to modify first few values

then delete the tiles, this is when the new value should show up IN GAME,
possibly because the game adds all the values up when deleting tiles not before

so, mess around and test with stuff see what happens

-----

Could you update the table, to the current version of the game, if it's not too much trouble ^^? thanks ^^