MovingBlocks
Add an activator rail to AdditionalRails
Rails is a module that adds carts and rails to Terasology. This module at the moment has a base cart, a base rail segment and a T junction that can be flipped. We would like to expand on this and add a variety of both new rail segments and carts to the AdditionalRails module
This task is to add a rail that will send an activation event to any carts passing over it. A new event will need to be added for this task.
Add a rail that will trigger a cart that passes over it. This task involves adding an additional event that will be sent to the cart that passes over the activator segment. It is acceptable to use the same model as another rail in the module however it is a substantial bonus if a custom model is included.
Definition of 'Done'
- A pull request on the AdditionalRails repo that adds the new rail
- A screenshot that shows the rail in action (If possible)
- Bonus: Include a custom tile for the rail.
Where to start
- Look at the example locomotive that comes with the AdditionalRails module.
- Look at the Event and Systems guide for info on creating an event.
See also
Task tags
Students who completed this task
Aleksander Wójtowicz