Page 1 of 1

[Request] Mindustry

Posted: Tue Aug 27, 2019 5:42 pm
by zlatko
Game Name: Mindustry
Game Engine: libGDX
Game Version: 4.0 Build 91
Options Required: instant mining
Game/Steam Website: [Link]
Mindustry is a hybrid tower-defense sandbox factory game. Create elaborate supply chains of conveyor belts to feed ammo into your turrets, produce materials to use for building, and defend your structures from waves of enemies.

Re: [Request] Mindustry

Posted: Sat Sep 28, 2019 7:34 am
by Raigoth
I second this.

Re: [Request] Mindustry

Posted: Sun Sep 29, 2019 2:54 am
by Viken
Mindustry is now on Steam too.
Game/Steam Website:

Resource values in the 'Core' are 4-byte. But those are only used for construction and 'delivery' after a mission. The Core won't accept every type of resource, either. Kind of confusing there. Fun game though. Heh.

I'd really like a way to stop the spawn timer though. I enjoy the building aspect, but I've never been that good under pressure. So a simple option would be great, thanks!

Re: [Request] Mindustry

Posted: Sun Sep 29, 2019 8:41 am
by Machine à Coudre
+1

Re: [Request] Mindustry

Posted: Mon Sep 30, 2019 8:04 am
by Raigoth
Viken wrote:
Sun Sep 29, 2019 2:54 am
Mindustry is now on Steam too.
Game/Steam Website:

Resource values in the 'Core' are 4-byte. But those are only used for construction and 'delivery' after a mission. The Core won't accept every type of resource, either. Kind of confusing there. Fun game though. Heh.

I'd really like a way to stop the spawn timer though. I enjoy the building aspect, but I've never been that good under pressure. So a simple option would be great, thanks!
I dont know how to stop the timer, but I figured out the address to increase it.

8122EB58

At least thats what it was for me. On stained mountains I think it was. Not sure if the timer is the same address on each map or not. Timer was/is a major thing for me as well, so I know your pain.

*EDIT*
Hmmm...I reloaded the game and had to find the address again since apparently it changed. This time it was 813AD000

Re: [Request] Mindustry

Posted: Thu Oct 03, 2019 5:18 pm
by Raigoth
Still trying to pin the codes down...they seem to change after I close the game and open it again.

Re: [Request] Mindustry

Posted: Tue Oct 08, 2019 12:47 pm
by Kraash
My rudimentory method
I search for Copper. Find 1 or 2 results. I do a "dissect Data/Structures" et give all ressources 9 999 999.
[Link]
The results of memory addresses changes over time. We can't freeze them or maybe just the couple first minutes.
I tried "what writes this address" but I'm not familiar with the complex code (for me :) ) like :
mov [rdx+rbx*4+10],eax

So, I stick with the first method for now :)


Edit: Update
I unpause the game and the values change by itself
[Link]

Re: [Request] Mindustry

Posted: Sat Oct 12, 2019 5:02 pm
by Kraash
After hours searching for answers, I found some pointers but I guess they're not proper pointers.

I also found this game work on java. That's why the adresses change. My pointers work at the beginning and they break the moment the game change the adresses.

Here's my outstanding masterpiece ;)

Load the game
Launch CE
Attach/Load Table
Launch a map
Change value and enjoy :)

Re: [Request] Mindustry

Posted: Wed Jan 29, 2020 11:29 pm
by apatel13
Kraash wrote:
Sat Oct 12, 2019 5:02 pm
After hours searching for answers, I found some pointers but I guess they're not proper pointers.

I also found this game work on java. That's why the adresses change. My pointers work at the beginning and they break the moment the game change the adresses.

Here's my outstanding masterpiece ;)

Load the game
Launch CE
Attach/Load Table
Launch a map
Change value and enjoy :)
can we get an update?

Re: [Request] Mindustry

Posted: Sun Feb 02, 2020 8:08 am
by Kraash
I did not update the cheat table, I'm too lazy :)

I've found 2 interesting cheat mods on the steam workshop, zmod is one of them.

Re: [Request] Mindustry

Posted: Sat Feb 29, 2020 9:29 pm
by Fenekie
Raigoth wrote:
Mon Sep 30, 2019 8:04 am
I dont know how to stop the timer, but I figured out the address to increase it.

8122EB58

At least thats what it was for me. On stained mountains I think it was. Not sure if the timer is the same address on each map or not. Timer was/is a major thing for me as well, so I know your pain.

*EDIT*
Hmmm...I reloaded the game and had to find the address again since apparently it changed. This time it was 813AD000
Would you kindly tell us, how did you find the time variable? Address is always different for almost everything. :D

Re: [Request] Mindustry

Posted: Tue Oct 06, 2020 3:41 pm
by Nili3000042
Kraash wrote:
Sun Feb 02, 2020 8:08 am
I did not update the cheat table, I'm too lazy :)

I've found 2 interesting cheat mods on the steam workshop, zmod is one of them.
Could you please post the Link or the Name of those Mods thank you

Re: [Request] Mindustry

Posted: Fri Oct 09, 2020 3:38 pm
by Kraash
Nili3000042 wrote:
Tue Oct 06, 2020 3:41 pm
Kraash wrote:
Sun Feb 02, 2020 8:08 am
I did not update the cheat table, I'm too lazy :)

I've found 2 interesting cheat mods on the steam workshop, zmod is one of them.
Could you please post the Link or the Name of those Mods thank you
I don't know if it's still working.

[Link]
[Link]

Re: [Request] Mindustry

Posted: Thu Oct 14, 2021 11:41 am
by Nili3000042
Kraash wrote:
Fri Oct 09, 2020 3:38 pm
Nili3000042 wrote:
Tue Oct 06, 2020 3:41 pm
Kraash wrote:
Sun Feb 02, 2020 8:08 am
I did not update the cheat table, I'm too lazy :)

I've found 2 interesting cheat mods on the steam workshop, zmod is one of them.
Could you please post the Link or the Name of those Mods thank you
I don't know if it's still working.

[Link]
[Link]
Thanks

Re: [Request] Mindustry

Posted: Tue Sep 13, 2022 12:10 am
by Zeitaro
Resource values are 4-byte. These can be found easily by searching for your copper amount, mining/spending a little, then searching again.
Other resources are in the same memory region.

Countdown timer is Float. This can be found by multiplying the seconds by 60. So if there's a minute value you can multiply it by 3600 and use "value between" search.
Assume you paused the timer and it reads 2:56 in this example. Search for Float, Value between 3600*2+50*60 and 3600*3. Unpause the game for a sec. Rescan "decreased value" then "value between" again.
Every time I've done this, I get a single value. Just repeat if you have multiple values.
Just add a bunch of time by moving the decimal place a couple digits. DO NOT FREEZE THIS VALUE as it may change and crash the game.