This is a small tool for the game SnowRunner.
It reads all data of usable trucks, trailers and addons from game data ([SnowRunner]/preload/paks/client/initial.pak) and also parses savegame data.
You can download my releases here. You will need a JAVA 17 VM.
This project is currently configured as an Eclipse project. The libraries, it depends on, are imported as projects into java build path via Eclipse. This is more convenient, when changes in SnowRunnerTool need changes in the libraries.
Following libraries are currently imported as projects into java build path via Eclipse.
If you want to develop for your own and
- you use Eclipse as IDE,
- then you should clone the projects above too and add them to the same workspace as the SnowRunnerTool project.
- you use another IDE (e.q. VS Code)
- then you should clone the said projects, build JAR files of them and add the JAR files as libraries.
- TODO