Releases: luckytyphlosion/auto-tt-recorder
v1.3.11
Changes from last release:
- Give a more detailed error message if the user cannot run Dolphin because they do not have Visual C++ Redistributable Packages for Visual Studio 2013
- [Technical] In addition, have auto-tt-recorder return the exit code from Dolphin so that Auto-TT-Recorder GUI can display an error message specific to the above.
- Add better error messages related to WBZ patching (e.g. the dreaded
Expected at least 288 files and directories in auto-add extracted from original track files, but found only xxx instead! ISO possibly damaged?
) - Add two options to mitigate broken ISO dumps related to the above,
ignore-auto-add-missing-files
andpurge-auto-add
:ignore-auto-add-missing-files
: If your ISO somehow doesn't have every single file required for WBZ -> SZS patching, the program will try to create the SZS from the WBZ anyway, and error if the resulting SZS is corrupt.purge-auto-add
: With theonerror
option, the program will removeauto-add
files (files required for WBZ -> SZS patching) if an error related to WBZ patching occurs, so that the files do not persist if switching ISOs. There are alsonever
andalways
options explained in the documentation.
- Allow only OpenGL for the custom Dolphin-Lua-Core used (fix was done via the emulator itself). OpenGL is the only backend that works with the program, as it's the only backend which I added full resolution frame dump support for. Modern Dolphin has support for all backends but the codebase is too different to add it into Dolphin-Lua-Core.
All command documentation here: https://github.com/luckytyphlosion/auto-tt-recorder/blob/master/docs/DOCS.md
JOIN THE DISCORD HERE FOR UPDATES: https://discord.gg/6FqfpnqP57
v1.3.10
Changes from last release:
- Add in
form-complexity
option, which is unused byauto-tt-recorder
itself but is used when importing (and eventually exporting) config template files.
v1.3.9
Changes from last release:
- Fix program erroring out when
aspect-ratio-16-by-9
evaluated to true andinput-display
wasnone
. - Major source code rehaul:
- Rehaul testing script so that it works on any machine
- Upgrade FFmpeg versions; this also required fixing the passlogfile generated in size-based encodes.
- Create installation, running, testing, and building instructions for the source code.
All command documentation here: https://github.com/luckytyphlosion/auto-tt-recorder/blob/master/docs/DOCS.md
JOIN THE DISCORD HERE FOR UPDATES: https://discord.gg/6FqfpnqP57
v1.3.8
Changes from last release:
- Add in basic
top-10-gecko-code-filename
validation. Will check if it is probably a gecko code and if it is the same region as the ISO. - Actually validate
extra-gecko-codes-filename
. Will also error on name collisions with the autogenerated gecko code file. - Valid inputs for
aspect-ratio-16-by-9
are now case-insensitive. - Add in format specifiers for
top-10-title
, as well as anauto
option. The defaulttop-10-title
is now{trackName} {cc} {vehicle} {category} {continent} Top 10
. See the documentation for full details on the format specifiers. - When fetching from the Chadsoft API, the program will now try to retry on non-404, non-200 status codes.
All command documentation here: https://github.com/luckytyphlosion/auto-tt-recorder/blob/master/docs/DOCS.md
JOIN THE DISCORD HERE FOR UPDATES: https://discord.gg/6FqfpnqP57
v1.3.7
Changes from last release:
- Fix input display being positioned incorrectly at 2160p.
v1.3.6
Changes from last release:
- Add option to make video aspect ratio 16:9 (fixes black bars on YouTube) (
aspect-ratio-16-by-9: true
) - Add automatic track name detection (
track-name: auto
) - Add option for adding extra gecko codes (
extra-gecko-codes-filename: your_gecko_code_filename.ini
) - Add option for adding extra HQ textures (
extra-hq-textures-folder: folder_containing_your_hq_textures
) - Add option to customize how long to wait (in frames) after the race ends (
ending-delay: 600
) - Add option to start music at the beginning of the video instead of the beginning of the time trial (
start-music-at-beginning: true
) - Add option to fade in at the start of the video (
fade-in-at-start: true
) - Add option to disable music when on the Mario Kart Channel, for top10 or mkchannel (
no-music-mkchannel: true
) - Fix some command line options' help.
- Add Discord link to readme, update configs.
All command documentation here: https://github.com/luckytyphlosion/auto-tt-recorder/blob/master/docs/DOCS.md
v1.3.5
Changes from last release:
- Added nunchuck input display
- Fix some mistakes in command line help.
- Add chadsoft-cache-folder option
- Add configurable directories for dolphin, storage, temp, and wiimm tools folder
- Fix default location behaviour for regional top 10s with no position.
- Touch up release readme and configs.
All command documentation here: https://github.com/luckytyphlosion/auto-tt-recorder/blob/master/docs/DOCS.md
v1.3.3
Changes from last release:
- Add no background blur and no bloom options
v1.3.2
Changes from last release:
- Add option to purge the chadsoft cache of files outdated after a certain period of time.
- Clean up release configs.
v1.3.1
Changes since last release:
- Add extended regions