Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

hey... were is turret health and damage located? I'm trying to mod mindustry but all ive done so far is made titanium have a shiner looking sprite. (but you probably dont want me to know how to hack your game)

Well, actually, the source code is public here, so if you'd like, you can make a fork of the code and edit the game as you want. Although, I'm not sure how much coding experience you have, so it might take some effort to set everything up for building the game.

(as for your question about turret health and damage, it's defined programmatically inside the WeaponBlocks class, or in this source file)

(1 edit)

Im still learning about compileing java programs but i did make some custom maps and i found the save with 2 million of every resource. 

(here's my map it dosn't look that good yet)

Nice! I should really add a level importer sometime soon

If you want to start with every resource (and some other debug features), you can run the .JAR file through the command-line with 

java -jar desktop-1.0.jar -debug

to enable debugging. There's a bunch of random keys mapped to things like spawning a wave, but it's not documented anywhere.