Space Engineers

Space Engineers

Not enough ratings
WCCS - Orbital Launch [OBSOLETE]
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
22.173 KB
21 Jan, 2016 @ 5:27pm
26 Apr, 2018 @ 8:33pm
20 Change Notes ( view )

Subscribe to download
WCCS - Orbital Launch [OBSOLETE]

In 1 collection by Wicorel
Wico Drone Control Scripts
8 items
Description
Replaced by the new version of the code.


Sub-system of the Wico Craft Control

Use requires the master module.

See the example ships in my workshop.

Add to a craft with the Wico Craft Control script running.

Needs a timer and a programmable block
To coordinate with the main control, a "Wico Craft Save" text panel must exist.

Put [WCCS] into the name of the timer.
Have it run the programmable block with this script.
You DO NOT have to have it restart the timer; it will just waste simspeed and things may get confused on init.


Drone Script Collection
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1436521807


8 Comments
Wicorel  [author] 26 Apr, 2018 @ 7:24pm 
I loaded the current script and I'm not seeing any compile errors. Please verify you have the updated code from the workshop.

Wicorel  [author] 26 Apr, 2018 @ 5:04pm 
I have updated the other scripts recently (last day or two), but not this one. I'll post an update.
Kam Solastor 26 Apr, 2018 @ 10:11am 
It looks like this, and your other scripts, are throwing an error when you check the code. Something about being unable to implicitly convert type 'double' to 'float'
Wicorel  [author] 3 Apr, 2017 @ 10:11pm 
Start with the Keen Forums. https://forums.keenswh.com/forums/programming-guides-and-tools.410941/

Keen also has a Discord server that has an in-game programming channel https://discord.gg/KeenSWH
V4D4RS F1ST 3 Apr, 2017 @ 9:31pm 
I find that the equations are easier to put in. doing the math yourself (especially by hand) just sucks.

Anyway are there any lists of key terms, words, or commands i need to know to start my own scripting?
V4D4RS F1ST 3 Apr, 2017 @ 9:28pm 
Well i am ok at coding but the math behind this is a bit beyond me. Im guessing you uses variables that independently fill themselves based on ship mass ect.?
Wicorel  [author] 3 Apr, 2017 @ 9:20pm 
ah.. no. not really.. I just am good at putting things together :)
V4D4RS F1ST 3 Apr, 2017 @ 9:13pm 
Holy Sh*t your good with math.