Create Steam 'n Rails is an addon mod for Create that aims to extend Create's train and steam systems. Current features include custom tracks, semaphores, and conductors.
- Create a new branch for your feature (named
1.18/<feat>
) - Write your feature
- Make a pull request
- Have somebody review it, and merge
Can occasionally have some bugs, see here for more info. (There should be an upstream Create fix for this, but that is not yet in any 1.18 release, and so we can't take advantage of it.)
- Include
[ci skip]
in your commit message to skip the automatic preview build you can use this for example if the change you made is very minor, and not worth a preview, or if you are just fixing a typo in the README, etc.
hanging bogeys on slopes/curves are wrong: Fix bogey's anchor pt
specifically: TravellingPoint#getPositionWithOffset
,
look at edge.getNormal(node1, node2, t).scale(1)
, maybe replace
scale(1)
with scale(-1)
need to:
- store bogey type in TravellingPoint
- change rendering offsets for:
- assembly
- disassembly
- hanging bogeys