Skip to content

v23.10.a

Latest
Compare
Choose a tag to compare
@amalon amalon released this 01 Oct 10:57
· 1 commit to master since this release
v23.10.a
cfc991d

Highlights:

Resource Pack:

  • Rearrange train model data codes for skinning (NOTE: this makes existing
    trains that use old resource packs incompatible with the new resource pack,
    and vice versa. Only newly spawned trains will display correctly).
  • Separate models & textures into nested directories
  • Add generation of skin model wrappers
  • Update resource pack pack_version to 15
  • Tweak resource pack description

Saved train module:

  • Reduce wait distance to reduce lag (NOTE: this may make trains queue up
    closer to one another and cause congestion if you have missing mutex zones).
  • Prepare trains for skinning
  • Turn off collisions to reduce lag
  • Refactor saved train configuration list

LNER Class A4 ("a4"):

  • Allow every model to be skinned

British Rail Class 158 Express Sprinter ("class158"):

  • Add a GWR livery variant ("class158_gwr")
  • Allow most models to be skinned
  • Adjust seat positions to fix exit
  • Minor UV mapping corrections
  • Fix seat up UV mapping
  • Update documentation

Metro ("metro"):

Documentation:

  • README: Add nice banner showing multiple trains
  • README: Add donation links
  • README: Fix typo "resouce"
  • Restructure documentation
  • Add CHANGELOG.md