I've created a twitter account you can follow to get notified of new releases https://twitter.com/unnamed_sdvx
New features:
- Score Replays
This is not gameplay replays, they're replays of the score progression of a previous score so that you can compete against your previous bests. - Ksh FX Chip Keysounds
The game had support for keysounded FX Chips earlier but they were different to the ones that were added in ksh, the game now reads the ksh ones instead. - Timestamped scores
- Score screenshots with F12 (only on the result screen)
Screenshots are saved in a screenshots folder that the game creates, the result screen lua script can define a capture region for perfectly cropped screenshots. - Mouse wheel scrolling on song select
New in lua:
- Scores now have a timestamp, in POSIX Time (seconds since Jan 1 1970 00:00:00)
- Gameplay:
- Score replays are available so that you can compare the current score against them https://unnamed-sdvx-clone.readthedocs.io/en/latest/gameplay.html#scorereplay
- Result Screen:
- get_capture_rect() function the game calls to get the capture region for screenshots so that they can be cropped, the game will capture entire game window is this function isn't defined.
- screenshot_captured(path) function the game calls once a screenshot is saved so that a notification can be displayed.
Bug fixes:
- Fixed crash when launching with
-notitle
- Fixed crash when pressing F5 during the gameplay outro
- Made the game fall back to shared mode when WASAPI Exclusive mode fails to open.