Space Engineers

Space Engineers

63 hodnocení
MArmOS V3.0 Example Large Excavator
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Type: Blueprint
Velikost souboru
Přidáno
Aktualizováno
877.634 KB
25. dub. 2017 v 18.51
21. lis. 2017 v 19.59
Poznámky ke změnám (6) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
MArmOS V3.0 Example Large Excavator

V 1 kolekci od uživatele Timotei~
MArmOS V3.0 Examples
10 položek
Popis
This is an example of excavator controlled by MArmOS.
You can find MArmOS here:
http://steamproxy.net/sharedfiles/filedetails/?id=767595187

MArmOS's Steam guide:
Clic here to see the steam guide.


Controls:
1. Control drills
2. View from drill camera
8. Move the arm to it's home position. Command: "GoHome"
9. Turn the arm inputs off (to allow driving without moving the arm). Command: "OnOff Toggle"


Arm Definition:
var Prefix = "Excavator: "; var R1 = new Rotor( Name: Prefix+"Motor1", Axis: "Z" ); var S1 = new SolidLG( -2, 0, 2 ); var R2_1 = new Rotor( Name: Prefix+"Motor2_1", Axis: "Y" ); var R2_2 = new Rotor( Name: Prefix+"Motor2_2", Axis: "-Y" ); var S2 = new SolidLG( 4, 0, 11 ); var R3 = new Rotor( Name: Prefix+"Motor3", Axis: "-Y" ); var S3 = new SolidLG( 7.1F, 0, 0 ); var P4_1 = new Piston( Name: Prefix+"Piston4_1", Axis: "X" ); var P4_2 = new Piston( Name: Prefix+"Piston4_2", Axis: "X" ); var P5 = new Piston( Name: Prefix+"Piston5", Axis: "X" ); var R6 = new Rotor( Name: Prefix+"Motor6", Axis: "X", OriMode: 1 ); var R7 = new Rotor( Name: Prefix+"Motor7", Axis: "Y", OriMode: 1 ); var S7 = new SolidLG( 3, 0, 0 ); var R8 = new Rotor( Name: Prefix+"Motor8", Axis: "Z", OriMode: 1 ); var MyArm = R1 + S1 + R2_1*R2_2 + S2 + R3 + S3 + P4_1*P4_2 + P5 + R6 + R7 + S7 + R8; new UserControl( Arm: MyArm, ReferenceFrame: MyArm, Speed: 5 );
Počet komentářů: 17
Deizelpunk 18. led. v 11.51 
I dont understand how to use the arm. everything just says recompile but pressing the recompile button does nothing.
三星赵四★★★ 29. lis. 2019 v 8.26 
should be var S2 = new SolidLG( 3, 0, 11 ); ?
[RS] eagle40 3. čvn. 2019 v 0.49 
tested it in survival spend 90% of the time fixing the convayor on the drill bit every 2 minutes
GalvazimGX 4. dub. 2019 v 11.42 
Is it possible to get this survival ready?
Kel_Thezuad 1. dub. 2019 v 18.11 
(basiclly asking for help)
Kel_Thezuad 1. dub. 2019 v 18.11 
So I attempted to replicate this in a small grid & I was successful though I needed to add another advanced rotor to 3 so it would have a little more strength so I added what I thought could work with your program and i'm confident I made a mistake since it's quite gittery.
pyroexplosive 23. úno. 2018 v 8.25 
This is the most effective excavator I have ever opperated! Wonderful control of the mining head. I like how i can look side to side while still drilling away! I have not yet tried it in survival. But otherwise, What a great piece of work!
Esend 14. úno. 2018 v 7.31 
Wow, just wow. This is probably the greatest mining vehicle I've ever seen! Great work! I was having problems moving the first one but the second one seems to be functioning wonderfully, thanks!
Timotei~  [autor] 21. lis. 2017 v 20.07 
Updated for 1.185 :steamhappy:
priorius 23. říj. 2017 v 8.05 
The excavator arm works like a dream, but the vehicle itself doesn't move at all. The wheels won't spin no matter what, only turn left and right. The same goes for other example trucks, which is a shame. Still awesome work nonetheless.