summaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Collapse)Author
2024-05-31Add destination-based dispatchingcheapie
Still uses a crude ETA algorithm for now and is missing some features, but it is working and usable at a basic level
2024-05-11Add craft recipescheapie
Uses items from default (MTG or DB should work, along with most other MTG-based games), mesecons, digilines (digilines I/O module only), and basic_materials. The mod is still usable in creative mode without any of these.
2024-04-28Add Digilines interfacecheapie
2024-04-27Add Mesecons outputcheapie
2024-04-27Add decorative buffers in two stylescheapie
2024-04-23Initial work on remote monitoring software for the laptop modcheapie
No scrolling yet (so you can only see 10 floors) and also no dispatcher UI yet (only the controller)
2024-04-19Initial dispatcher work (not yet functional)cheapie
2024-04-14Add fire service phase 1cheapie
(no phase 2 yet)
2024-04-04Convert the drive to use the new communication systemcheapie
2023-08-11Add hoistway door nodescheapie
No motion or other functionality yet
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-07Initial car prototypecheapie
No textures yet and all of the nodes have to be placed manually at the moment
2023-08-04Add position indicatorcheapie
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)