Skip to content

Releases: RagingLightning/TSW2-Livery-Manager

Update to .NET 6

28 Apr 10:10
Compare
Choose a tag to compare

Nothing changed, except the tool now runs on .NET 6 (like the TSW3 version)

Version 1.0.0

22 Nov 15:41
Compare
Choose a tag to compare
v1.0.0

reuse UpdateNotifier to inform about TSW3 version

Version 0.5.1 - Fixes quotes etc. in livery name

14 Jan 13:36
Compare
Choose a tag to compare

Fixed crash when exporting Livery with one of
/ \ : * ? " < > |
in their name, resulting in illegal file name characters

Version 0.5.0 - Microsoft-Store version support

25 Sep 07:16
Compare
Choose a tag to compare

For the Microsoft-Store version, simply select the TrainSimWorld2WGDK folder, the tool will find the required file automatically.

Many thanks to @Adiyyzzz

Note: you can only export liveries created in the Microsoft Store version, importing won't work and MIGHT DELETE ALL CREATED LIVERIES!!

Dev-Version 0.5.0a

23 Sep 10:00
Compare
Choose a tag to compare
Dev-Version 0.5.0a Pre-release
Pre-release

Trying to make the tool compatible with the windows store version

As always, please make sure you have enabled debug logging by running the tool with -debug

To select the windows store version, select the TrainSimWorld2WGDK folder, the tool will determine the right save location

Version 0.4.0 - Epic Games Store recognition

26 Aug 10:18
Compare
Choose a tag to compare

Added:

  • Recognition for different Epic Games Store save location on config reset

Version 0.3.2 - Auto-Backup on Save

01 May 10:30
Compare
Choose a tag to compare

Inspired by a post on the dovetail forums, I added an auto-backup function;

Every time you hit save, a backup with suffix "_yyMMdd-HHmmss.bak" will be created where the UGCLiveries_0.sav file exists.

Version 0.3.1 - Fixed Constant update window

16 Apr 17:07
Compare
Choose a tag to compare

pretty much as the name suggests, also liveries get sorted by name now

Version 0.3.0 - More Supported Liveries

02 Feb 19:24
Compare
Choose a tag to compare

I'm excited to bring this feature to you:

In order for you to be able to put more liveries into the game, the tool needs to be run from the commandline once:

TSW2LM.exe -maxGameLiveries <30-255>

after that, the setting will be saved

for other command line options, refer to the wiki or run the tool with -?

Development build 0.3.0c - fixed dev updater

06 Jan 15:16
Compare
Choose a tag to compare

This is a development build for everyone, who wants to help me testing this feature, since it is not officially supported.

if you want to receive dev-build updates, make sure to run the tool once from the command line:

TSW2LM.exe -devUpdates true

to change the number of liveries you can put in the game, run the tool from the command line:

TSW2LM.exe -maxGameLiveries {num}

other options and their usage are listed at

TSW2LM.exe -help

please tell me about any problems you encounter, especially with more than 30 Liveries.

!!!! This is a development build, any new features are highly experimental and may lead to a loss of in-game liveries !!!!