Skip to content

Instantly share code, notes, and snippets.

View TIMcre's full-sized avatar
💭
doing something

TIMcre TIMcre

💭
doing something
  • 01:52 (UTC +01:00)
View GitHub Profile
@TIMcre
TIMcre / Accurate hinge control
Last active August 20, 2024 16:25
Lets you control hinges in space Engeniers with precison
//any questions or it isnt working? just contact me and i will try to help you :)
// The script parses arguments to control hinge limits and therefore control the hinges
// the command ("increase" or "decrease"), optional group name, velocity, and step size.
// For example, "increase MyHingeGroup 2 0.5" will increase the limit by 0.5 degrees for the specified group at 2 RPM.
// If you place a button select the Programmabel Block and pass the argument. If that doesnt work for you just message me.
// You only need to pass ("increase" or "decrease") just to make that clear. Be sure to set the default group name then tho.
// Variables to edit
@TIMcre
TIMcre / Better Piston Control
Last active August 22, 2023 07:35
You are abel to Control Pistons in Space Engeniers in a better way
//start
//any questions or it isnt working? just contact me and i will try to help you :)
//The argument you pass in throught the button needs to be a valid Group name in the grid
//Idealy with only pistons in it. Like this you will only need this script only once per grid.
//velo stands for the velocity of the piston. Needs to be positive.
//for numbers that use an , put an f behind it.