Skip to content

Releases: jenchanws/create-track-map

v1.4

24 May 01:51
Compare
Choose a tag to compare
  • Hopefully fixes some crashes (especially on Forge) relating to trains not being on tracks.
  • Signals are now displayed with the correct colors and at the correct angles.
  • Different layers (signals, stations, etc.) can now be turned on or off in the Layers menu.
  • Layers can be configured to only be visible at certain zoom levels. Check the layers section of the example config in the README for an example of how to set this up.

Create 0.5.1 integration for Forge is now available; integration for Fabric is happening as soon as Create Fabric 0.5.1 is out.

v1.3

21 Apr 04:46
Compare
Choose a tag to compare
  • The lead car of each train now has a triangular tip, and is now colored differently to visually distinguish it from the train's other cars. The map_style.colors.lead_car config option can be used to change the color.
  • Chain signals are now triangular, pointing towards the next signal. The colors still reflect the state of the signal.
  • Signals can now be configured to display on either side of the track with the map_view.signals_on option.
  • (Forge) Move config file from defaultconfigs to config where it should be.

v1.2

20 Apr 07:18
Compare
Choose a tag to compare
  • Adds support for Forge! I know quite a few of you have been asking for it.
  • Backported to 1.18, with thankfully minimal changes.
  • Switched the web server backend to CIO instead of Netty, for better portability (i.e. the Forge version couldn't quite build right with Netty)

v1.1

12 Apr 03:56
Compare
Choose a tag to compare
  • Adds train and station lists to the top right. Clicking on each one moves the map to the location of the train or station, changing dimensions if necessary.

v1.0.1

08 Apr 19:34
Compare
Choose a tag to compare
  • Fixes an issue with train cars not having location information, causing an exception in the update loop.

v1.0

22 Mar 06:26
Compare
Choose a tag to compare

Finally, a stable release!

  • Each dimension is now its own separate layer, and you can switch between them using the layer button on the top right of the screen. Check the README for more information on configuring this.
  • Clicking on a portal icon now also automatically switches to the other dimension.
  • Trains crossing portals are now shown properly as heading into the portal and emerging from the other portal, rather than jumping across the screen.

v0.4

21 Mar 04:18
Compare
Choose a tag to compare
  • Added config options for the map's initial viewport (coordinates and zoom level), and maximum and minimum zoom levels. Check the README for more information.

  • Added an overlay to the map that displays the coordinates of the map center and the cursor:
    Screenshot 2023-03-21 at 12 15 09 AM

v0.3.2

20 Mar 19:47
Compare
Choose a tag to compare
  • Allows CTM to be used in single-player worlds and LAN servers.
  • Adds a config option to disable the server.

v0.3.1

16 Mar 03:00
Compare
Choose a tag to compare

Fixes an issue where loading the map stylesheet returns an error.

v0.3

14 Mar 21:43
Compare
Choose a tag to compare
  • Map styling can now be configured! Check the README for more information.