Space Engineers

Space Engineers

SESC-CleanProduction
17 kommentarer
Shorty  [ophavsmand] 10. juni 2016 kl. 11:02 
Just pushed up the fix to the store. should be good now. Thanks for letting me know it broke!
Shorty  [ophavsmand] 8. juni 2016 kl. 10:22 
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. juni 2016 kl. 10:20 
Similar to Gather, receiving an error on line 67... "The type or namespace name "Ingame" does not exist in the namespace "VRage.ModAPI".
Shorty  [ophavsmand] 8. mar. 2016 kl. 15:06 
Updated to work with latest chagnes to SE
xxDragon492xx 9. juli 2015 kl. 19:14 
narr, It's a station, and it seems to be managing *Everything* the reactors are just named default "Large reactor #"
Shorty  [ophavsmand] 9. juli 2015 kl. 15:41 
@Dragon492, It shouldn't target reactors at all. Did you rename them? Are you running it on a small ship or something?
xxDragon492xx 8. juli 2015 kl. 16:10 
Is there a way to null uranium? Lol... Script keeps stealing all my uranium from my reactors..
EnvyMe2010 8. mar. 2015 kl. 17:27 
When I hit remember code, it no longer said it was too complex.
DerpHerpson 8. mar. 2015 kl. 14:33 
usually it's happen when there is a endless loop in the programm... like: while(true){}
Shorty  [ophavsmand] 8. mar. 2015 kl. 13:28 
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 kl. 19:51 
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 kl. 14:39 
thx^^
Shorty  [ophavsmand] 6. mar. 2015 kl. 20:01 
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 kl. 18:03 
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  [ophavsmand] 6. mar. 2015 kl. 16:28 
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 kl. 13:46 
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 kl. 16:54 
works fine it helps alot thank you!