Space Engineers

Space Engineers

SESC-CleanProduction
17 Comments
Shorty  [author] 10 Jun, 2016 @ 11:02am 
Just pushed up the fix to the store. should be good now. Thanks for letting me know it broke!
Shorty  [author] 8 Jun, 2016 @ 10:22am 
Thanks for the heads up. As a quick work around look in the code for lines that start with VRage.ModAPI....MyInventory. Remove everything before MyInventory. I'll fix it on my side and update soon.
BRiM4799 8 Jun, 2016 @ 10:20am 
Similar to Gather, receiving an error on line 67... "The type or namespace name "Ingame" does not exist in the namespace "VRage.ModAPI".
Shorty  [author] 8 Mar, 2016 @ 3:06pm 
Updated to work with latest chagnes to SE
xxDragon492xx 9 Jul, 2015 @ 7:14pm 
narr, It's a station, and it seems to be managing *Everything* the reactors are just named default "Large reactor #"
Shorty  [author] 9 Jul, 2015 @ 3:41pm 
@Dragon492, It shouldn't target reactors at all. Did you rename them? Are you running it on a small ship or something?
xxDragon492xx 8 Jul, 2015 @ 4:10pm 
Is there a way to null uranium? Lol... Script keeps stealing all my uranium from my reactors..
EnvyMe2010 8 Mar, 2015 @ 5:27pm 
When I hit remember code, it no longer said it was too complex.
DerpHerpson 8 Mar, 2015 @ 2:33pm 
usually it's happen when there is a endless loop in the programm... like: while(true){}
Shorty  [author] 8 Mar, 2015 @ 1:28pm 
I've seen that too, not sure what causes it. Usually it will fix by opening up the programmable block, and hitting remember and exit, and then try again. If it still fails, then try exiting the map you are playing and re-enter. That also seems to fix it for me. If you can figure out what causes it let me know. If I can't fix it then we can at least send a bug report to Keen.
EnvyMe2010 7 Mar, 2015 @ 7:51pm 
It keeps telling me that it cant execute the script because it is too complex. did i do something wrong maybe?
DerpHerpson 7 Mar, 2015 @ 2:39pm 
thx^^
Shorty  [author] 6 Mar, 2015 @ 8:01pm 
That could help, I used this reddit thread to get started (I mostly code in Java for Android right now, so I understand). http://www.reddit.com/r/spaceengineers/comments/2r1j1q/scripting_in_visual_studio/
DerpHerpson 6 Mar, 2015 @ 6:03pm 
http://thecavegaming.com/sedocs/html/N_Sandbox_ModAPI_Ingame.htm
what's about this? I gues i see some interfaces in your visual studio code, but i don't realy know how to use this site. I know basics about C and C++, but C# is like a new world :D
Shorty  [author] 6 Mar, 2015 @ 4:28pm 
There really isn't much. There's some docs in the steam app dir at: C:\Program Files (x86)\Steam\SteamApps\common\SpaceEngineers\Tools

Most of what I figured out came from looking at the obects in the Sandbox*.dll files in C:\Program Files (x86)\Steam\SteamApps\common\SpaceEngineers\Bin

Also, take alook at my git hub for these, you'll find the visual studio project I use to develop them, and some more scripts that I'm playing with. You might be able to figure out how stuff works from those.
DerpHerpson 6 Mar, 2015 @ 1:46pm 
Good Job!
Do you know where i can find a documentation for the Objects? I can't find an good one.
MrSpyCat 5 Mar, 2015 @ 4:54pm 
works fine it helps alot thank you!