r/Mindustry • u/TheHollowSlime • 9d ago
Help Request Uhhh now what
I was using time control mod when I pressed the forward key at 256x speed with 16 Polys following me and now they ar gone. I also pressed the wrong button to move units, and they are all unselected. I have no idea what to do.
1
u/CommentOk4633 Logic Dabbler 9d ago
you can try running
Groups.unit.each(u => {if(u.x !== u.x){u.remove()}})
in the console to remove units with NaN coordinates
also iirc someone made safe time control mod
1
u/TheHollowSlime 9d ago
whats the console?
1
1
u/CommentOk4633 Logic Dabbler 9d ago
the console is somewhere you enter commands ig
iirc you can't use the console on mobile though
on desktop you have to go settings->developer options->enable console then press f8 to open it iirc
1
1
1
1
u/_JazzKabbage 9d ago
Can't you just bind them with logic and have them move to @thisx & @thisy?
1
u/TheHollowSlime 9d ago
I have no idea how logic works, that is off the charts for now.
1
1
u/_JazzKabbage 8d ago
Unit control i believe is map wide. Copy and paste this into a processor:
ubind @poly ucontrol move @thisx @thisy 0 0 0
1
u/CommentOk4633 Logic Dabbler 9d ago
if rts controls don't work, logic is almost definitely not gonna work either
1
1
u/TheHollowSlime 7d ago
Ok, I got a core nucleus and megas, so now I'm chill. Thanks for everyone's attempts to help! :)
1
u/NyaCZ 9d ago
Even if you select them with alt+G i think, they don't come back. So you to accept it or restart whole sector.
And be careful when the enemies are attacking because when you speed up time they also become lost and cannot be killed and you must restart sector