Building an effective refinery ship from a small welder array using merge block
I have already built an effective large grid torpedo welder. The torpedoes are 2X2X7 blocks long. I want to build a refinery/assembler ship from the same welder array that I use for the torpedoes, but...
View ArticleCalling enum by index does not work
Whenever in my script I try to use a "(EnumName)SomeCalculatedInt" expression I receive an error inside ingame complier - "The type or namespace name 'EnumName' could not be found (are you missing a...
View ArticleAutomatic Landing System
Hi, I try to build an Automatic Landing System but the code fails. During landing at a certain hight from sea level the space ships stops and does not continue descending. Here is my code: Code: using...
View ArticleAutomatic mining program
Hi, I am triing to build and to program an automatic space mining ship/drone. I was looking for scripts on different pages and forums but non of those seems to be working. I would like my ship to do...
View ArticleGetting instance from modded block
Is there any way to import a mod in Visual Studio so i can get an instance of the implemented blocks? I'm currently getting my data parsing the IMyTerminalBlock#DetailedInfo property. I really don't...
View ArticleProgramming Oxygen Gauge
So I got this script, and it is not mine. However, it can be modified from a Hydrogen Gauge Script, to an Oxygen Gauge Script with some modification. I made some changes, and I was wondering where I am...
View ArticleParsing to Vector3D always returns 0;0;0
Hi, after the last Update my conversion from String to Vector3D doesn't work anymore. Here an example: Vector3D PoSi = new Vector3D(5, 5, 5); string GPS = Me.Position.ToString(); Echo(GPS); >>...
View ArticleFuzz on LCDs filled with spaces?
Hi, I'm working on a multi-LCD project and am seeing some texture bleeding on what appear to be the glyph quads as well as the edge of the LCD, from one side to the other (see near the yellow...
View ArticleHow to check if the electricity i'm reading from MyResourceSinkComponent is...
Hi there, i'm reading wrong params from this method below because some are in W others in Kw etc. How to convert them? readonly MyDefinitionId electricityId = new...
View ArticleMDK: Malware's DevKit for Space Engineers
https://github.com/malware-dev/MDK-SE MDK-SE (Malware's Development Kit for SE) A toolkit to help with ingame script (programmable block) development for Keen Software House's space sandbox Space...
View ArticleNoob programming: play a sound if a group block turns on
Hi, I'm a noob at programming in Space Engineers, this is the first time at all that I try to program. I read online many tips, guide and examples and tried to figure it out how the Space Engineers...
View ArticleRotors look at Vector3
I'm trying to get rotors to look at a certain position but can't seem to really find anything out since everything I've tried so far redirected me to Unity's transform.lookAt but sadly no calculations...
View ArticleIMyTextPanel GetPublicTitle() after loading game
GetPublicTitle() returns nothing for all LCD panels after loading the game. The title needs to be changed in order to make the method return a proper value. Are there any solutions for this? My scripts...
View ArticleSensor problem
Hi, I have a problem. I don't know why the script gets stuck in the while Loop when I leave the sensor area. If the while Loop the entity_list_out does not change and runs into the while Loop,...
View ArticleHelp with a script?
So, I use some scripts.. Whips horizon, isy solar rotor, JRGD, auto lcds, PAM, etc.. But I donno how to make 'em *blushes (I can actually barely work this computer thingy) I am looking for one that is...
View ArticleContinue Write in LCD
Hi, the LCD is cleared before each output. Can I somehow continue to write without deleting? Best regards Rodiboki
View ArticleNeed a second set of eyes - Coast/Cruise Control
When I'm out in space, to conserve fuel and maintain a speed, I typically turn off all of my front thrusters so they don't slow me down. I don't like turning off the dampeners and cruise like that,...
View ArticleHelp! How to translate IGC data through custom method?
Hello. I'm new here, and not so familiar with C#, SE scripting and even english language. I can't understand how to solve my problem and asking for some help. I need some method which will contain...
View ArticleBlock scripts requests thread
As programmable blocks came to SE, and not all players are programmers, I guess a thread with block requests is reasonable. Basically, if you want a script on your block, post explanation here. Other...
View Articlehow to use blockdefinition
I am trying to get all hydrogen engines in a grid but the only thing I can find for that is IMyPowerProducer and I can't find out how to use blockdefinition for it. --- Automerge --- bump
View Article