Get OxygenLevel
Hey guys, have a question regarding my first selfmade script (using kscript^^) undependent from the airvent status it passes first two cases and the doors are always off. programm can turn them off if...
View Articlehow to get GPS relative to position & direction?
Hi there, I'm currently on a drone script and it's almost finished. All i need is how to calculate an actuale GPS Coordinate. I have a Position to which it should relate. What I need to know is how can...
View ArticleGetting Font type
Code: IMyTextPanel panel = GridTerminalSystem.GetBlockWithName("panel") as IMyTextPanel; string selectedFont = panel.GetValue<string>("Font"); Echo(selectedFont); panel.SetValue("Font", "Red");...
View ArticleClass for work with lcd as char grid
This class represents text as characters grid https://gist.github.com/krypt-lynx/ba92afbc316f63bf887389da47003697 It is a part of bigger project, but it can be usable by itself. All drawing methods...
View ArticleObtaining Filled % from a tank
I have been unable to utilize GetOxygenLevel() to obtain the fill % from a Hydrogen (or oxygen) tank. Here is what I have been trying: Code: void Main(string argument) { var tankArray = new...
View ArticleVanilla Animated GIF Player for LCDs
Thanks to everyone who worked on getting the monospace font (with color pixels) added to the game. I created an animated gif player script which plays an animated gif on an LCD screen using the new...
View ArticleString class extension for string width measuring with default font
There is an extantion for string class with some methods in purpose to measure string width. https://gist.github.com/krypt-lynx/497a0b8846705846038ea3f5cf8579bd It contains: public static int...
View ArticleLog4PB - Logging/Debugging Lib
What is Log4PB? Log4PB is a versatile loggin framework for Programable Blocks Minified Version: Download Current Size: 5248 chars. Feature highlights Various logging destinations, including...
View ArticlePasscodes in Space Engineers!
Hey Hey Peoples! =) i saw here is a Forum for In-Game Scripts. So i wanted to show you my Script for Passwords in Space Engineers, you are safe now from unauthorized guys in you part of the Station!...
View ArticleNew Camera Raycast and Sensor API (Update 01.162 DEV)
by Rexxar: -------------------------------------------------------------------- This week brings several big changes to the programmable block API. The major features are:...
View ArticleCommunication Satellite bugs
I'm currently working on a new communication satellite. It is desgined to work at low altitude (15km to 18km for use without relay in the middle) and has modded solar panels for extra power and...
View ArticleNeed help for this script
need help for this script: merges doesn't turn on or off when a rotor has a certain degree range maybe the problem is in the getMerges() method because i used IMyTerminalBlock or maybe it's the FOR...
View ArticleTaleden's Inventory Manager
Latest version: 1.5.0 (2016-05-24) Steam Workshop Page User's Guide Taleden's Inventory Manager (TIM) is an in-game script which automates the management of your inventory, refineries and assemblers....
View ArticleQuestion to Vector Angle
found my error i should use arccos of the angle, cause both are normalized (uvDist and vFront)
View ArticleSatellite gravity awareness and thrust managment
I'm trying to write code to make my satellite aware to the gravity well (that it may be inside of). I've been reading few of the posts here about doing that and on how to rotate a ship which is inside...
View ArticleTransfer items from one container to another - Example please?
Here is a method I've wrote, it's missing the code to transfer items from container to container[k]. Please could you write in the simplest way to transfer all of one containers inventory to another...
View ArticleNaed's Market Script - No mods
Introducing a fully functional market system! Using two programmable blocks, a timer block, a button panel and a handfull of LCD screens; the following features are available: Login\Register users...
View Article[Beta] Space Engineers Workbench - A feature rich IDE for Space Engineers...
Hello all. My name is Tim and I'm a professional and hobbyist software developer. I had posted my original thread in the modding forum, but I think this forum may be more appropriate. For the last few...
View ArticleI need a script updated...
I need this scripts updated as it no longer works and i do not know script. http://steamcommunity.com/sharedfiles/filedetails/?id=367676577 The error is: Nobody ↑ : Program969,40: Error: The type 'T'...
View ArticleSaving/Loading data from Storage in format of "file"
Another class I'm working on which will be importent for the satellite script and for the ship OS script is a class the utilize the Storage variable and store data in format similar to real computer...
View Article