in-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 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 ArticleUse turrets to detect players/ships/stuff at long range
I've searched Google and this forum and can't find an answer to my question. I have no idea how to code so might just be searching for the wrong keywords. Anyway, this is what I want... I want a way to...
View ArticlePlatinum Distribution script (Request)
Hello Folks! I was wondering if anyone has made an ore distribution script that can be tailored (very easily) to manage platinum distribution among refineries? I'm in the process of making a modular...
View ArticleSetValueBool
This is driving me crazy. it works, then it doesn't, then it works now it doesn't again. How the heck do you use the method SetValueBool( ) in IMyTerminalBlock? I have tried using it as...
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 ArticleThere is a way to send a "component order" to assembler via programmable block?
Example, I want to when I push a simple button, he send an order of 1000 steel plates to assembler X ? Thanks in advance guys!
View ArticleAI Base Defense Drone ( / Modifying the Pirate Drone Script )
So I've been looking at drone defense scripts. I found a couple on here and workshop, but they rely on sensors. The KSH pirate drone script has a GetNearestPlayer() for it's remote, and I understand...
View Articlechecking the type of a property
I would like to know how to check what the type of a property is befor I acquire it. basicly I would like to do this string _requestedValue = property.Id if(if propertyType = single)...
View ArticleExtended welder range help
ok since the mods ive been using to extend welder range seem to have stopped working i was hoping some one on here might clue me in on how to copy the orginal welder model and extend its range, ive not...
View ArticleGenerics: The Revenge - Request For Input
Once my current task is completed and merged, I intend to restart my battle with the IL injector and get the generics working again. In relation to this, I need your scripts: The ones you want to have...
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 ArticleAccessing JumpDrives from programmable block
I checked jumpdrives in the Mod API reference, they don't seem to have any public functions listed, is there a way to have a program block access them to add a gps point for jumping and then jump if...
View ArticleEquivalent exchange trading script
i know there is an ecoin mod. I'm interested in a vanilla solution for automated trading bases
View ArticleSandbox.Common.ObjectBuilders.MyObjectBuilder_PhysicalObject forbidden in...
Hello there, I just noticed that one of my inventory management scripts is not working anymore What my script did, was to check if there are two items of the same type/subtype combination within one...
View ArticleSolar Tracking Scripts list
There is a lot of solar tracking scripts out there. I suggest we make an aggregation thread, which would help people like me choose the one to ones liking. probably pin this thread if it starts being...
View ArticleTarget Lead Indicator: Is it possible? [Question for the Scripting Gods]
This is coming from a complete script noob, BTW, so please forgive any noobishness. The question's all in the title: what is still needed to make a script that can predict where the target will be in X...
View ArticleSearching for better scanning algorithms for AESA Radar
Allo programming wizards! I'm in need of your wisdom once again. I'm working on an Active Electronically-Scanned Array Radar using the GetFreeDestination function of the Remote Control block, the idea...
View ArticleNews Broadcasting, or message broadcasting? [Request]
So I been trying my hand at programming to develop some sort of simple broadcast system. That simply shows various messages on LCD's every 30 seconds or so. I have figured out the message part in a...
View ArticleInteractive In-game Space Gameboy Emulator
I ported a javascript Gameboy emulator over to the Space Engineers in-game API. See screenshot above of tetris running in a programming block and on an lcd. It is interactive as well, but very slow....
View Article