Skip to content

OsuLiveStatusPanel v2.0.0 Release Candidate

Pre-release
Pre-release
Compare
Choose a tag to compare
@MikiraSora MikiraSora released this 22 Jun 04:46
· 69 commits to master since this release
version md5
x64 a94fc107d2b1a1ce615976c846a4e73b
Any CPU ae4fc993ad283e5e8f8cb42df3e0dd11

最低支持ORTDP插件v1.4.0,使用前请检查好版本

  • 废弃oppai.exe调用,使用oppai-ng.dll,你也可以从RTPP插件的oppai拿过来用
  • 支持选图以及其他非打图界面输出谱面PP以及Mod图片,需要找到config.ini里面[OsuRTDataProvider.SettingIni]节,选项EnableModsChangedAtListening并设为True
  • 支持ConfigGUI命令,Sync输入config即可方便设置本插件以及自定义输出内容
  • 支持内存映射文件输出,以mmf://开头为标识,比如:
  • 即将废弃NowPlaying
                {
			"output_file": "mmf://mods",
			"output_format": "Mods:${mods}"
		},
		{
			"output_file": "mmf://current_playing",
			"output_format": "CurrentPlaying:${artist_avaliable} - ${title_avaliable} [${version}]"
		},
		{
			"output_file": "mmf://current_playing_map_info",
			"output_format": "Creator:${creator} \t Link:${beatmap_link}"
		}

推荐OBS使用插件读取mmf来显示内容,而不是读取文本文件
obs读取mmf插件及相关介绍

  • 优化部分代码,顺便加了一些bug