A V6 Version of this mod can be found here.
A mindustry mod that allows you to calculate the efficiency, bottle neck and ratios of your machinations.
may or may not work with modded items / blocks
In-Game Installation
- Open mindustry, go to
mods
section - Select
Browse Mods
- Search for
Max Rate Calculator
- Download and Enable the mod
Manual Installation
- Download the latest mod verion in #Releases.
- Open mindustry, go to
mods
section, selectOpen Folder
- Move the mod (
Jar
file) into the folder - Reopen mindustry. If you get a welcome message, the mod was successfully installed
The Max Rate is ran by selecting the are you want the mrc[1] to calculate. This is done by pressing the [ ` ~ ] button in your keyboard and selecting a area as if you were making a schematic.
- Press [ ` ~ ] in your keyboard
- Move your mouse
- Select what type of calculation you want (Max Rate, Real Rate, etc.)
- Profit.
- Calculations with weapons will assume they are always shooting
Calculate Real
- If a weapon does not have coolant, it will not boost or consume coolant, even if available.
- If a drill does not have coolant, it will not boost or consume coolant, even if available.
Calculate Max
- If a weapon does not have coolant, it will use the best available coolant inside the selection area.
If no coolant is available inside the selection area, it will default to cryo-fluid.
- Install JDK 16. If you don't know how, look it up.
- Open CMD/Terminal to the plugin directory. The one were the gradle.bat file is located
- Type and Run
gradlew jar
[2]. - Your mod jar will be in the
build/libs
directory.
no.
English (en)
Spanish (es)
This mod will automatically switch language if a Language Pack is available.
If you have any questions on how to run / build / use this mod you can contact me through discord.
Discord: L0615T1C4L.N16HTM4R3#6238
( I respond to DM's)
Discord-Server: https://discord.gg/e5t2672rm2
[1] Acronym for Max Rate Calculator
[2] On Linux/Mac it's ./gradlew
, If the terminal returns Permission denied or Command not found run chmod +x ./gradlew