Space Engineers

Space Engineers

【C-Tech】Static Merge-Engine Type II(静态磁力引擎2型)
Showing 1-10 of 11 entries
< 1  2 >
Update: 20 Apr, 2018 @ 9:56pm

Reduced a lot of program blocks and timer blocks, streamlined a lot of program code, and changed the key functions.
Key operation instructions:
The first group of keys:
Key 1,Start the Engine.
Key 2,Shutdown the Engine.
Key 3,Switch the flight mode:Inertia dampeners On/Cruise Mode/Inertia dampeners Off.
Key 4,Change the cruise speed when in Cruise Mode.
Key 5,Make the spacecraft fly along the orbit.
Key 6,Switch the orbit-flight mode(Mode 1,Mode 2).
Key 7,Camera.
Key 8,Rockets.

The second group of keys:
Key 1,Autoland Mode On/Off.
Key 2,(Landing Gears)Autolock On/Off.
Key 3,(Landing Gears)Switch lock.

Note:
1.In the first group of keys,we must first press Key 1 to start the engine,then you can press "A W S D Space C"to Control the engine move around.We can press Key 2 to shutdown the engine,press Key 3 to Switch the flight mode(Inertia dampeners On/Cruise Mode/Inertia dampeners Off).
2.When in Cruise Mode,you can press Key 4 to Change the cruise speed(There are five preset speeds,0/5/20/50/75/100m/s).
3.If the spacecraft is not in the gravity circle of the planets,when you press Key 5 and 6 in the first group,the spacecraft will remains stationary.If the spacecraft is in the gravity circle of the planets,when you press Key 5 and 6 in the first group,the spacecraft will fly along the orbit in Mode 1 or 2.
4.If you want to land on the planets(asteroids),you can first press Key 1 in the second group to start the autoland mode,and drive the spacecraft near the surface of the planet or asteroid, it will automatically shut down the engine wh and use the landing gears to absorb the surface of the planets(asteroids).


减少了大量程序块和计时器块,精简了大量程序代码,并更改了键位。
第一组键位:
1 开启引擎
2 关闭引擎
3 飞行模式切换,按下后分别切换至惯性抑制打开\定速巡航模式\惯性抑制关闭3种运行模式
4 切换定速巡航模式下的预设巡航速度
5 进入环轨运行模式
6 切换环轨运行模式,按下后分别切换至动态环轨模式\静态环轨模式
7 摄像头
8 火箭筒
第二组键位:
1 开关降落检测模式
2 开关起落架自动锁定
3 切换起落架锁定状态

具体操作方法,首先,第一组,按1键打开引擎,打开后按AWSD空格C可以前后所有上下飞行,按2键关闭引擎,按3键切换惯性抑制的,按3键能够切换3种不同的飞行模式,分别是惯性抑制打开(Iner-damp On)\定速巡航模式(Cruise mode)\惯性抑制关闭(Iner-damp Off)3种运行模式。在定速巡航模式(Cruise mode)下,按4键可以切换预设的巡航速度,每按一次,速度就提高一档,共分5档,分别是0、5、20、50、75、100M/S,当达到100M/S后再按一次,速度又会归零。5键是进入环轨道运行模式。6键切换环轨运行模式,按下后分别切换至动态环轨模式\静态环轨模式,5、6键需要飞船在星球重力场内才能实现,如果检测不到重力场,飞船则静止。
第二组键位:1键是开关降落检测模式,当打开降落检测模式后,分为两种场景:1、在星球表面降落,程序检测降落伞的状态,一旦降落伞到达指定开伞高度(一般设为30米),程序就会自动关闭引擎,飞船依靠星球重力自动降落星球表面并依靠起落架自动吸附星球表面。2、在陨石表面降落,船体先以较慢的速度靠近陨石,并且周围的传感器打开,一旦陨石进入传感器范围,传感器就自动关闭引擎,船体以惯性贴近并依靠起落架自动吸附陨石表面。

Update: 18 Apr, 2018 @ 7:07am

修复了程序块在Iner-damp Off状态,即惯性抑制关闭情况下的移动不正常BUG

Update: 15 Apr, 2018 @ 7:24am

现在能够同时按住多个方向键实现斜向运动了,例如同时按住"A+W",就会往左前方运动,同时按住“AWC",就会往左前下方运动。同时优化了在关闭惯性抑制情况下移动的表现。

Update: 15 Apr, 2018 @ 3:19am

进一步精简了程序块和计时器块的内容和数量,并更改了驾驶舱其中两块LCD屏的显示内容

Update: 14 Apr, 2018 @ 11:18pm

修复了AWSD控制时有时会失效的BUG

Update: 13 Apr, 2018 @ 5:54pm

优化了AWSD控制程序,使得按住按键时消耗的计算力资源更少,程序运行更流畅

Update: 13 Apr, 2018 @ 9:56am

托MEA群主“两弹一星杰出贡献者”的指导,进一步优化了程序,使得引擎能够通过键盘的“AWSD空格C”来实现上下左右前后移动,并增加了惯性抑制切换控制

Update: 11 Apr, 2018 @ 8:51am

在驾驶舱左右两侧增加了英文操作说明面板,并修复了第三组键位的键位3——降落检测计时器块的设置

Update: 11 Apr, 2018 @ 8:39am

Update: 9 Apr, 2018 @ 8:59am

修改了第二组键位的按键8——设置巡航速度的程序BUG