WARNING: settings from this version are not compatible with 0.5.2 downwards. Please make a backup if you plan to rollback.
Recording:
- Recording performance improvements:
- Updated BASS library that fixes excessive buffering
- Faster rendering with selected
Recording.PixelFormat
s:- yuv420p
- yuv422p
- yuv444p
- nv12
- nv21
- Audio is recorded during rendering (not after it like in 0.5.x), resulting in slightly faster combine process.
- Intermediate files are now stored in
videoName_temp
directory to not clutter main directory, it's removed automatically when rendering finishes - Fixed rendering crashing at the end if beatmap has no music
- Added
Recording.EncodingFPSCap
(0 for unlimited) - limits encoding speed if you don't want your danser to hog up too much resources
Example speed comparison on i7 8700K and GTX1080:
UI:
- Changed PP counter and UR font to Quicksand Bold
- PP counter can now be colored
- Added HideOverlayOnBreaks to knockout options
- Fix leaderboard glitching if multiple players are being knocked out at the same time
- Added an option to show PC's timezone instead of UTC in play results
- Added hit counter
- Force disable bloom in results screen
Beatmaps:
- Fixed speed not being changeable when beatmap has no music
- Slider fixes to Solace Of Oblivion maps
- Slider fixes to old maps
- Fix hit circle overlay not showing up on idke skins
Cursors:
- Hide smoke and ripples when cursor is hidden
- Fixes to cursor position at the start
Colors:
- Fixed object/cursor rainbow not matching in recording mode or when skip/start is used
Replays/Performance:
- Updated pp system to late July changes
- Fixed TouchDevice being nerfed two times
- App is now crashing when replay has no input data in -replay
- Added timewarp warning during replay load
- Added ScoreV2 support
Background:
- Fixed videos not being loaded if LoadStoryboards is false but LoadVideos is true
- Fixed some videos (like Streaming Heart) being distorted
- Changed default triangle colors to shades of gray instead of random
Cursordance:
- Added dancing pippi mover
- Fixed danser's play date being 0001-01-01
- Fixed ExGon mover not clicking circles
- Added combo based TAG
- Individual mover options per tag cursor, for example first cursor can use different Momentum settings than the second one:
Settings:
- UTF-16 settings files are readable now
- Settings are now stored in
settings
directory to not clutter the main directory (WARNING: they will be auto-migrated on first 0.6.0 start, be aware of that) - Dropped
settings-
prefix from custom settings, default settings are now stored at{danser home}/settings/default.json
- Settings can now be nested: -settings=a/b/c will result in settings located in
{danser home}/settings/a/b/c.json
And probably something I forgot about.