Documentation.chm
Hi, I really don't know what I'm doing when it comes to scripting but I've been trying to setup visual studio to autocomplete space engineers scripts and I've finally just got it working. It turns out...
View ArticleDebugging Scripts: Request For Input
We all know debugging scripts is a pain. What could be done to improve your debugging experience? Obviously things like breakpoints is not possible. I suggest moving the output from the small...
View ArticleUpdate Explination
Can a programmer explain the improvement that they just added to the programming block and what those improvements can be used for? Community Fixes - Programmable Block: Added runtime information to...
View ArticleCrashing by updating the LCD. Workaround?
Updating LCDs every game tick crashes the game. See Here Does anyone have a workaround except not updating every tick?
View ArticleHow can I roll my ship to align its floor with the floor of a station?
So I'm trying to make an automated ferry that will bounce around between 2 or more stations. To make this work really well, I want the ship to orient itself on the roll axis so that it's idea of "down"...
View Articlein-game fleet control script (mass autopilot)
Hello all, by trade I am an experienced programmer. My over all goal of this script is so you place your fleet in a formation you like then board your main ship. The idea is all the thrusters, speed,...
View ArticleLists and textPanels...
Hello all, I'm new to this forum and just recently started playing with programming in space engineers. I'm trying to develop a program that will list each door in a list I've filled with all doors on...
View ArticleScanner script help.
I messed around with detecting objects with GetFreeDestination. While it works its incredibly slow due to calling the GetFreeDestination-method too often. Here is the script: Code: static readonly...
View ArticleIngame Programming missing API and functions and known issues
So i've decided to sum up, what i'm mostly missing on blocks in ingame API Please add things you want to see, or that should be here Before i list missing APIs i add few known issue and possible...
View Articletext lcd panel word wrapping
ever think to yourself "why doesn't the text panel word wrap" etc... enter the code loop that can word wrap. This code can be inserted into a function for a string. It's just a way of wrapping heh heh...
View ArticleProgramming help needed - newbie here
Hello all My top achivement in C++ is "Hello world" program and one that can compare 2 nubers and reports wich is bigger...lol Not much , but I am getting slowly somwhere. Now, I would like to dwell...
View ArticleFeedback for docking/undocking script please
I renovated my old script which I use for docking and undocking and extended it with a simple state machine based on classes for each state. I would welcome feedback on what I could improve. I know...
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 Article01.130 programming block fixes and changes?
Does any one know what changes where made to the programming block? "- fixed several Programmable Block issues and added a last running time indicator (community contribution by Malware)" is all I can...
View ArticleOn the subject of Strong Artificial Intelligence...
Okay, I'll level with you all; I had the idea, knowing what I know about computer science and biology, to try to program a true AI for a ship in SE. Let me give you a bit of background about what I...
View ArticleHow do you all Debug your Scripts?
I am curious, this is becoming such a problem for me these days Its when I get the typical exception because some index was out of bounds, and I think lovely now I look forward to goi9ng nuts for one...
View Article[Help] Overriding or reordering waypoints in remote block.
Is there a way to take the list of waypoints in the remote block and reverse their order so the last entry is now the first and the first the last? I know of the functionality to add a waypoint via the...
View Article[wip] [MAJOR SETBACK] kScript; a flowchart based graphical programming...
kScript (the K stands for Keen) is a little project I have been working on for the past few weeks, which will hopefully make ingame programming much more accessible. Most of you already know that a...
View ArticleIMySoundBlock has limitations?
I am using the Audio Mod ( http://steamcommunity.com/sharedfiles/filedetails/?id=420416429 ) that has over 150+ sound samples. I would love it if I could change tracks, skip track back/forward, skip...
View ArticleGravity information
Is there a way of getting gravity information, including strength of actual/planet/artif. and the angles of those? I searched around and couldn't find anything useful. I plan to make an automatic...
View Article