Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
string AD_Name = "Crane Hinge Wrist 3"; //Name of A & D Block / Block group
string WS_Name = "Crane Pistons Forward"; //Name of W & S Block / Block group
string QE_Name = "Crane Advanced Rotor Wrist"; //Name of Q & E Block / Block group
string SpaceC_Name = "Crane Hinge Wrist Middle"; //Name of Space & C Block / Block group
string MouseX_Name = "Crane Advanced Rotor Rotate"; //Name of MouseX/LeftRight Arrow Block / Block group
string MouseY_Name = "Crane Piston Support"; //Name of MouseY/UpDown Arrow Block / Block group
double AD_Movespeed = 10.0; //A & D speed multiplier.
double WS_Movespeed = -2.0; //W & S speed multiplier.
double QE_Movespeed = 10.0; //Q & E speed multiplier.
double SpaceC_Movespeed = 2.0; //Space & C speed multiplier.
double MouseX_Movespeed = 0.1; //MouseX speed multiplier.
double MouseY_Movespeed = -0.1; //MouseY speed multiplier.
"reverse mouse is fixed :D" you just need to reverse double Mouse X and Y and string mouse X and Y.
Correct:
string AD_Name = "base rotor"; //Name of A & D Block / Block group
string WS_Name = "Hinge"; //Name of W & S Block / Block group
string QE_Name = "Pistons2"; //Name of Q & E Block / Block group
string SpaceC_Name = "Pistons"; //Name of Space & C Block / Block group
string MouseY_Name = "neck"; //Name of MouseX/UpDown Arrow Block / Block group
string MouseX_Name = "Hinge3"; //Name of MouseY/LeftRight Arrow Block / Block group
string BN_Name = ""; //Name of B & N Block / Block group
string WS_Name = "empty name"; //Name of W & S Block / Block group
string QE_Name = "empty name"; //Name of Q & E Block / Block group
string SpaceC_Name = "empty name"; //Name of Space & C Block / Block group
string MouseY_Name = "empty name"; //Name of MouseX/UpDown Arrow Block / Block group
string MouseX_Name = "empty name"; //Name of MouseY/LeftRight Arrow Block / Block group
string BN_Name = ""; //Name of B & N Block / Block group
There is a question of controlling two hinges with one setting im going to experiment with that using two programable blocks and running the script twice with different settings . maybe even a second control console.