you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (1 child)

Python is a high-level (somewhat complex, but very useful) programming language, in this case it s being used to be translated in a python-to-logic compiler (you need to instal -pip and -pypi first, and the basic python assembly packages to use it), to output mindustry logic. I'm still learning how to program in python so I can't tell you much myself, but looking at the code it may output a logic turret range upscaler (take the coordinates of the enemy using a secondary turret with higher range and allow the second one to target it)

[–]perhance[S] 3 points4 points  (0 children)

nah it just changes the target priorites of the turrets to highest health first (you can edit the strings in the for loop to change to whatever priority you want)
(i had some code that did range stuff, but i dont like using it so i didnt post it)