Space Engineers
MArmOS 3.0 Example: Welding Crane
20 σχόλια
Corki99 30 Δεκ 2024, 22:18 
Has the blueprint been corrupted? I can't get it to load into the game
Sokolovsito 16 Ιουλ 2021, 8:33 
Does someone know how can I paste the crane in a station and get it to work?
Trik 12 Φεβ 2021, 5:35 
omg I just fried my brains with this script
JohnyRico 7 Νοε 2020, 12:06 
Assemble 2 rotors An cockpit name = Arm Controlle, show error - no controller deifne O_О
Chuckles 29 Ιαν 2020, 21:33 
Does this arm definition work better for you? I believe your solids are off slightly, so the arm doesn't move exactly the way you'd expect it to.

var Prefix = "WC: ";
new Rotor( Name: Prefix+"Motor1", Axis: "Z" );
new SolidLG( 0, -1, 2 );
new Rotor( Name: Prefix+"Motor2", Axis: "-Y" );
new SolidLG( -8, 1, 1 );
new Rotor( Name: Prefix+"Motor3", Axis: "Y" );
new SolidLG (10, 1, 0);
new Rotor( Name: Prefix+"Motor4", Axis: "Y" );
new SolidLG( -5, 0, 0 );
new Piston( Name: Prefix+"Piston1", Axis: "-X" );
new Rotor( Name: Prefix+"Motor5", Axis: "-X", OriMode: 1 );
new SolidSG( -4, 5, 0 );
new Rotor( Name: Prefix+"Motor6", Offset: 180, Axis: "Y", OriMode: 1 );
new Rotor( Name: Prefix+"Motor7", Axis: "X", OriMode: 1 );
new SolidSG( 7, 0, 0 );
new UserControl( Speed: 10, UseArmAsReference: true );
A Very Stoned Frog 25 Οκτ 2019, 18:04 
can u pick heavy shit up wiith this script
im making a base layer
sneakyzebra1 19 Μαρ 2019, 19:33 
So im trying to reverse engineer this thing and i cant seem to get it to work. i even tried ripping it off your truck and pasting the arm onto a different grid as well as the timer block,control seat and PB. I can get the arm to go home but i cant control it like i can on the truck. What argument are you using in the timer block? Also, if i were to change up the length of some of the conveyors and paste the pistons and rotors from your blueprint back on, do you think would it still operate? or would it be a waste of time because i would have to change something in the PB
zeckmon3 1 Οκτ 2018, 21:38 
Wow this is AMAZING the worst part is seting it up but once its working wow
Timotei~  [Δημιουργός] 17 Νοε 2017, 18:12 
Updated for 1.185 :steamhappy:
Timotei~  [Δημιουργός] 16 Ιουν 2017, 7:55 
@Ribena Good observation. But in this case, since the Rotor is rotating along the same axis, it doesn't make a big difference. The coordinate system is only shifted 2.5 m lower. The 0 would actually be inside the platform instead of on top of it. But I guess I should still fix that when I get free time to avoid confusion. Thanks for reporting.
Ribena 16 Ιουν 2017, 0:28 
Shouldn't first SolidLG be (0,0,2) and not (0,0,3)?
Image with annotation [imgur.com]
XCysC warpig2255 28 Μαϊ 2017, 10:57 
@Timotei i tryd out your MArmOS V3.0 Example Large Excavator works for me also i m a bit cofused about controlls couse when i press like W the crane move from a sorten point of few forward-expand S to dexpand move backwards. Also it would be great to Press like W like 1 Time and it expand lets say (Forward W) to a Point where the Work Area (Like on a 3D Printer Moves. Its just a Idea. I know your Script has potential but even for me really hard to set it up.
Timotei~  [Δημιουργός] 28 Μαϊ 2017, 10:12 
@XCysC warpig2255 Currently, there is no way to change the keybinding but it's a good suggestion. I'll see what I can do for that.
Also, while I look for a solution to the problem you're experiencing, you can take a look at other examples.
I'd recomend looking at the boom truck example. It has a control scheme like the one you asked for and it always worked well as far as I know.
http://sp.zhabite.com/sharedfiles/filedetails/?id=913359573
XCysC warpig2255 28 Μαϊ 2017, 8:35 
I made a Point where i operate. Like a 0 Point couse the script of yours work in a same way like a 3D Printer or did i catch there something wrong ? So for me i can set all Pistons like you showd in your picture like UP DOWN Z Achsix So Z means up like + and - means down but the thing is where i can set the key to oprate up and down ? There i have some problems. Also the Trucks shows a Error Message from a Piston that is not in the truck so that means the controlls are (broke) i just need a working crane to see where i need to set this all. Hope you can undeerstand what i mean :) Gretings :)
Timotei~  [Δημιουργός] 28 Μαϊ 2017, 8:27 
@XCysC warpig2255 well, this is weird. I'll take a look at this problem when Iget to my gaming computer. Also, just to be sure, did you try to pilot the arm from the seat facing backward? The seat facing forward is set for driving the truck only.
XCysC warpig2255 28 Μαϊ 2017, 7:32 
Oke i did look over it and the blueprint aint work anymore Script says: Piston WC not found.
Also the Time Block needs to set only to : START and not like START and TRIGGER NOW
XCysC warpig2255 28 Μαϊ 2017, 7:23 
Same Problem goes for me i m confudes about the Keys why they dont work and hob to set them up. Also i did read the guide but i dont find where i set up these keys to move it.... HELP ! :D
Enigmus 14 Φεβ 2017, 5:49 
I gave this a try, but I wasn't able to get the WASD keys to move teh arm. The Arm group was powered on, but I couldn't get the timer to engage. I ended up pasting a new timer in and setting it up, but even after the timer was running the WASD Keys did not run the arm. I didn't check the perticulars of the script, is there something in there that needs to be set first?
Laine 14 Δεκ 2016, 10:24 
go to dev mode
pooter actual 3 Δεκ 2016, 20:46 
so im trying to paste this into my world and im getting a created in dev verison error and wont let me select it out of the bp menu?