Release

Docking Simulator II

6

SP4CEBAR 2023-11-07 13:37 (Edited)

Try to dock the rocket with the station.

Docking ports:

RCS Controls:

These circle sprites are amazing, they achieve great results with great performance, I could even perform a transformation matrix on them and scale the sizes of the circles to turn them into 3D objects (kind of like that 3D cube in one of the early NX projects).

You can make your own circle sprites in my rocket builder tool, the files are encoded as NX sprite registers.

Predecessors:

Rocket Game.nx | Open in app
2023-11-08 18:13
Rocket Game.nx | Open in app
2023-11-08 17:20
Rocket Game.nx | Open in app
2023-11-07 13:47
Rocket Game.nx | Open in app
2023-11-07 13:37

SP4CEBAR 2023-11-08 17:25

The camera now follows the rocket with this smoothening function applied to it:
SUB SMOOTHEN( VALUE, TARGET, LEVEL )
VALUE = (1-LEVEL)*VALUE + LEVEL*TARGET
END SUB

Also, the size of the code has been doubled, anyone wanna land on the moon?


SP4CEBAR 2023-11-08 18:15 (Edited)

It now tells you what parameters are wrong whenever you damage the station by highlighting them, the shown parameters are x, y, rotation, x speed, y speed, and rotation speed


Log in to reply.