The Crashday Track Picture Helper Script is tool that aims to simplify the process of integrating custom images into Crashday tracks as in-game track previews, something that orginally was only possible via the command line. This helper script provides tips on how players should prepare their image file, it also presents an easy-to-use menu for users to input their track and image files. In case any issues arise, it also provides the user with informative notices and error messages. As the cherry on top, the script also uses an included Python Interpreter in order to perform file checks, ensuring that all input files are of a compatible format.
- Players can run a simple batch script instead of having to learn how to use the command line
- Displays tips on how to adjust your screenshots to be compatible with the tool
- Supports dragging and dropping files
- Automatically adds .trk/.tga extensions to user inputs as necessary
- Automatically backs up tracks before merging screenshots into them
- Included Python Interpreter and Python script, which:
- Checks if the input track file is in Crashday TRK format
- Checks if the input image file is in a compatible TGA format
- Might any issues arise, the user is informed of the issue and what actions to take
- Exact both folders into
.../Crashday/tools
(default location C:/Program Files/Steam/steamapps/common/Crashday/tools) - Run the included
cdtrkpic_mica.bat
file - Follow the on-screen instructions
- After successfully completing the merge, copy/move your track file into
.../Crashday/user
THE INITIAL VIEW | A SUCCESSFUL MERGE |
---|---|
CHANGING A SETTING | IMPROPER TRK FILE | IMPROPER TGA FILE |
---|---|---|
This project makes use of some code and text generated with the help of Bing Chat and ChatGPT.