Space Engineers

Space Engineers

评价数不足
WCCS - Orbital Launch [OBSOLETE]
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
22.173 KB
2016 年 1 月 21 日 下午 5:27
2018 年 4 月 26 日 下午 8:33
20 项改动说明 ( 查看 )

订阅以下载
WCCS - Orbital Launch [OBSOLETE]

在 Wicorel 的 1 个合集中
Wico Drone Control Scripts
8 件物品
描述
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://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1436521807


8 条留言
Wicorel  [作者] 2018 年 4 月 26 日 下午 7:24 
I loaded the current script and I'm not seeing any compile errors. Please verify you have the updated code from the workshop.

Wicorel  [作者] 2018 年 4 月 26 日 下午 5:04 
I have updated the other scripts recently (last day or two), but not this one. I'll post an update.
Kam Solastor 2018 年 4 月 26 日 上午 10:11 
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  [作者] 2017 年 4 月 3 日 下午 10:11 
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 2017 年 4 月 3 日 下午 9:31 
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 2017 年 4 月 3 日 下午 9:28 
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  [作者] 2017 年 4 月 3 日 下午 9:20 
ah.. no. not really.. I just am good at putting things together :)
V4D4RS F1ST 2017 年 4 月 3 日 下午 9:13 
Holy Sh*t your good with math.