summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-08Add initial car motion functionalitycheapie
Place a machine (no texture yet) above the car somewhere when the car is at the lowest floor, then pair it to the drive with the pairing tool. Not much error checking yet, it'll probably crash if you do anything weird.
2023-08-08Some work on the final (entity) drivecheapie
Just moves the one node at -726,9,77 for now and you can't ride it yet, but it does properly move and communicate with the controller.
2023-08-08Improve call button/lantern/PI nodeboxescheapie
They now mount to the front of a node instead of having to poke through a slab.
2023-08-08Add car interior texturescheapie
2023-08-07Initial car prototypecheapie
No textures yet and all of the nodes have to be placed manually at the moment
2023-08-04Add lanternscheapie
2023-08-04Add position indicatorcheapie
2023-08-04Add PI font texturescheapie
2023-08-04Add pairing tool and make call buttons functionalcheapie
2023-08-04Add bits that are done so farcheapie
This includes: * Controller (runs and responds to calls placed on the screen, parameter editing and switches work) * Null Drive (simulates motion so the controller can run, no actual movement yet) * Call Buttons (lights can be toggled with right-click, no communication yet)