Space Engineers

Space Engineers

Ship Main Computer (broken)
Showing 11-20 of 73 entries
< 1  2  3  4 ... 8 >
Update: 5 Nov, 2016 @ 3:57pm

Changed the code so it will stop from saying "unreachable code".

Update: 16 Oct, 2016 @ 10:50am

Bug Fix: Airlock = fixed code if more than one airlock is changing at one time.

Update: 13 Oct, 2016 @ 10:57pm

Move part of construction to ZoneConstruction method.
Realtime now calls that at each start.

Code improvement due to this.
MD200 Instruction count
Hardcode 1406
default 7716 on build then 1406
Old realtime 26063
new realtime 7716

Update: 13 Oct, 2016 @ 10:04pm

Optimization pass.
Size reduction pass

Update: 13 Oct, 2016 @ 6:02pm

used lots of var. reduced size of code.

Update: 13 Oct, 2016 @ 5:37pm

Quick update to bring up to 1.153
Set default altitude to -1000.
default orbit change to 90m/s
Set default h2 tank to 90-100 range.

More update coming to reduce code size and refactor code.

Update: 10 Oct, 2016 @ 11:23am

changed Autogyro to print 0.000.
Adjust height to starting landing sequence to 100m (what it was).
Adjusted Velocity adjustment to 12.5m
(if cockpit hight is correct this should change v=1 at 2.5m)

For edge cases can adjust the cockpit height upward. (default is at 100m)

To Do: IMyThrust.MaxEffectiveThrust
Update 2 spots in Orbital.
Change effectiveThrust to remove ion.

Update: 7 Oct, 2016 @ 9:14pm

Using argument orbit to turn off orbital code will now turn off override on normal orbital and gravDrive.

To Do:
on the autogyro use ToString("0.000")
Following was done wrong . needs to be the line above. Think it was 40m before.
turn down Altitude adjustment to 20m(high delta-v cannot take 10m) Speed at 1m/s

To Do: IMyThrust.MaxEffectiveThrust
Update 2 spots in Orbital.
Change effectiveThrust to remove ion.

Update: 7 Oct, 2016 @ 5:54pm

Turned off the 1 axis at a time limiter in SolarArray.

To Do: IMyThrust.MaxEffectiveThrust
Update 2 spots in Orbital.
Change effectiveThrust to remove ion.

Update: 7 Oct, 2016 @ 1:46pm

Fixed bug in Solar Array.
Made changes to Solar Array to try to get it working better.
Limiter put in gravDrive.
Adjusted altitude landing code.
Added another LCD Varriable (set to be the same as normal)
changed WriteToLCD to only call 2-4 times for each run.(reduces network traffic)

To Do: IMyThrust.MaxEffectiveThrust
Update 2 spots in Orbital.
Change effectiveThrust to remove ion.