Space Engineers

Space Engineers

MArmOS 3.0 Example: Welding Crane
20 件のコメント
Corki99 2024年12月30日 22時18分 
Has the blueprint been corrupted? I can't get it to load into the game
Sokolovsito 2021年7月16日 8時33分 
Does someone know how can I paste the crane in a station and get it to work?
Trik 2021年2月12日 5時35分 
omg I just fried my brains with this script
JohnyRico 2020年11月7日 12時06分 
Assemble 2 rotors An cockpit name = Arm Controlle, show error - no controller deifne O_О
Chuckles 2020年1月29日 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 2019年10月25日 18時04分 
can u pick heavy shit up wiith this script
im making a base layer
sneakyzebra1 2019年3月19日 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 2018年10月1日 21時38分 
Wow this is AMAZING the worst part is seting it up but once its working wow
Timotei~  [作成者] 2017年11月17日 18時12分 
Updated for 1.185 :steamhappy:
Timotei~  [作成者] 2017年6月16日 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 2017年6月16日 0時28分 
Shouldn't first SolidLG be (0,0,2) and not (0,0,3)?
Image with annotation [imgur.com]
XCysC warpig2255 2017年5月28日 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~  [作成者] 2017年5月28日 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 2017年5月28日 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~  [作成者] 2017年5月28日 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 2017年5月28日 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 2017年5月28日 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 2017年2月14日 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 2016年12月14日 10時24分 
go to dev mode
pooter actual 2016年12月3日 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?