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
***
For the mean time, the best resource I found is the truck Timotei did, search workshop for: Thomas Nacelle Replica
You need to treat the section that goes from the Joint(or Pivot) to the Head of the actuator as Normal 2, not Tangent 2!
It has taken me HOURS of research to dissect this. Put his test crane at a 90 degree angle and look at the position on the Programmable block. Notice the position called out seems really odd, because it is.. Switch the data of Tangent 2 and Normal 2, take another look.
Thanks for your hard work, not pointing fingers, everyone makes mistakes. Figured i'd spare the next guy the amount of time it took me to figure this simple error out.
It's only noticable if OriMode = 0 and going e.g. forward/"W"
Great script (& clean code), many thanks to you!
If you still have problems, post your definition in the Help discussion on the mod page.
However the line
"var MyController = new UserControl( Arm: MyArm );"
meas that the UserControl is given to the Arm defined as MyArm, which just means that it becomes controllable.
The line before defines the arm called MyArm as H1+S1.
Did that help you?