Quantcast
Channel: Programming (In-game)
Browsing all 903 articles
Browse latest View live
↧

Solar DetailedInfo always output 0W ?

Hi guys, I was messing arround trying to do a solar alignement script and i'm stuck in one of the basic task : get the solar panel output. I'm accessing the detail info in the most basic way i know :...

View Article


Rainbow LCD Panel Script

Hey, I'm trying to make a rainbow LCD Panel script. The script is supposed to: - add all applicable Panels (using a filter) to a filter (working) - go through the list, changing the colour of each...

View Article


problem with Storage variable [never mind.. solved it >.

Spoiler: code Toggle Spoiler Code: /* Simple script to control the lights of one or more runways, it will handle the color and blink offset of the lights version 0.5 */ string SearchSTR = "RW"; int...

View Article

Frist codethingy

Just felt like sharing this, as this took two weeks of reading C# for complete middle aged morons and reading and rereading and googling yalls scripts to work out how to get something onto the lcd...

View Article

Problems with If Then with TimerBlock OnOff_On

I'm trying to create a script where it will analyze a specific group of timer blocks to determine whether each one is on or off. I'm grabbing the entire group, then looping through them. If the code...

View Article


Small Ship Turret Programming

Hi guys ! So I was experimenting with a few designs and script recently (well scripts mostly since SE kept crashing for two week) but I noticed that there doesn't seem to be a variable name for the...

View Article

Long range Lock-On concept, no turrets.

Hello, space engineers! I want to share with you a concept of long-range lock-on. It's described in this short video. I will add script later and transfer this thread to "ingame scripting" tree. But,...

View Article

I want my own guard dog.

This should be easy for one of you wizards. Maybe already mostly done? I want to make a simple atmospheric drone that carries around a Gatling turret. But I need help with the brains. It will hover 10...

View Article


Tuning Thruster Control with PID

I have a script that works, well at higher speeds - it responds in a decent time and adjusts thrust accordingly with maybe a little yo-yo effect. But at low speeds its really not very good, if I set my...

View Article


[wip] kScript; a flowchart based graphical programming interface for space...

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 Article

How is the friction setting for wheels called?

Essentially I want a script to change a wheel's friction on command. The problem is that I don't know how that setting is called because it didn't exist at the time they made the documentation. I...

View Article

Taleden's Inventory Manager

Latest version: 1.1.0 (2015-11-06) 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 Article

Looking for a few good scripts

I guess this is the most appropriate forum for a request? Looking for either recomendations on existing scripts that handle a couple things or even just if the needed functions exist and maybe some...

View Article


inventory question

I was wandering if the problem of not being able to access inventory of cockpits via programming has been solved. I hope it was so i can finish a small script

View Article

Script for Sensor Programming

Good afternoon, I took programming in college but that was something like 20yrs ago. I'm trying to create a simple program for sensors that detects the state On/Off of a sensor. For example, could be...

View Article


Possible to Constrain Turret Range of Motion?

I have a ship with many vanilla turrets nested inside protective armor cubbyholes to shield them from enemy fire. Unfortunately, since Keen broke the turrets again, they will now try to shoot through...

View Article

Gravity aware rotation [Solved]

So, I have my gyroscope controller working good, and my thruster controller also works great. I can command it to move to x location at n speed and it does as requested (even thrusting in the direction...

View Article


Halp! TransferItemsTo is giving me issues.

I've written the following script to take stone from drills and connectors and dump them into a single ejector: Code: List<IMyTerminalBlock> ConnectorList = new List<IMyTerminalBlock>();...

View Article

Block 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 Article

Need an alternative to IMyTermianlBlock.HasInventory()

After waiting two months on a fix for HasInventory(), hoping for some sign that IMyPowerProducer might return, and Really struggling to remain optimistic about any improvement to the in game scripting...

View Article
Browsing all 903 articles
Browse latest View live