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)
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.