forum

RTPP Displayer - display real-time pp for ALL MODES! (2022/4/11)

posted
Total Posts
1,592
show more
Flandre ZM

DarkProjector wrote:

Flandre ZM wrote:

log

[1:12:34] Fetch Sync update..
[1:12:35] [OsuRTDataProvider][ID:0]发现osu!.exe进程
[1:12:35] [OsuRTDataProvider][ID:0]初始化StatusFinder成功!
[1:12:36] [OsuRTDataProvider][ID:0]初始化BeatmapFinder成功!
[1:12:38] [OsuRTDataProvider][ID:0]初始化PlayFinder成功!
[1:12:38] [OsuRTDataProvider][ID:0]初始化ModeFinder成功!
[1:12:41] Newtonsoft.Json.JsonReaderException: Additional text encountered after finished reading JSON content: [. Path '', line 1, position 574.
在 Newtonsoft.Json.JsonTextReader.ReadInternal()
在 Newtonsoft.Json.JsonTextReader.Read()
在 Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
在 Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
在 Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
在 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
在 OsuLiveStatusPanel.BeatmapInfomationGenerator.GetOppaiResult(String oppai_cmd)
在 OsuLiveStatusPanel.BeatmapInfomationGenerator.TrigOutput(OutputType output_type, String osu_file_path, String raw_mod_list, KeyValuePair`2[] extra)
在 OsuLiveStatusPanel.BeatmapInfomationGeneratorPlugin.Output(OutputType output_type, String osu_file_path, String mods_list)
在 OsuLiveStatusPanel.OsuLiveStatusPanelPlugin.OutputBeatmapInfomation(BeatmapEntry current_beatmap, String mod)
在 OsuLiveStatusPanel.OsuLiveStatusPanelPlugin.ApplyBeatmapInfomationforOsuRTDataProvider(BeatmapEntry current_beatmap)
在 OsuLiveStatusPanel.OsuLiveStatusPanelPlugin.TryApplyBeatmapInfomation(Object obj)
在 OsuLiveStatusPanel.OsuLiveStatusPanelPlugin.OnBeatmapChanged(SourceWrapperBase source, BeatmapChangedParameter evt)
在 OsuLiveStatusPanel.OsuRTDataProviderWrapper.OnCurrentModsChange(ModsInfo mod)
在 OsuRTDataProvider.Listen.OsuListenerManager.?????????????????????????????????????????()


极有可能是PPShowConfig.json你撸错格式了,你检查一下,能不能让我看看?


这个我没动额
log

{
"oppai": "oppai.exe",
"output_list": [
{
"output_format": "92%:${pp:92.00%}pp 94%:${pp:94.00%}pp 96%:${pp:96.00%}pp 98%:${pp:98.00%}pp 100%:${pp:100.00%}pp",
"output_file": "..\\output\\PP.txt"
},
{
"output_format": "CS:${cs} \nAR:${ar} \nOD:${od} \nHP:${hp} \n \nStars:${stars}* \nAim:${aim_stars}* \nSpeed:${speed_stars}* \n \nMaxCombo:${max_combo}",
"output_file": "..\\output\\map_info.txt"
},
{
"output_format": "Mods:${mods}",
"output_file": "..\\output\\mods.txt"
},
{
"output_format": "CurrentPlaying:${artist_avaliable} - ${title_avaliable} [${version}]",
"output_file": "..\\output\\current_playing.txt"
},
{
"output_format": "Creator:${creator} \t Link:${beatmap_link}",
"output_file": "..\\output\\current_playing_map_info.txt"
}
],
"listen_list": [
{
"output_format": "选图中 >///<",
"output_file": "..\\output\\current_playing.txt"
},
{
"output_format": "推荐铺面可按以下格式发送弹幕:",
"output_file": "..\\output\\current_playing_map_info.txt"
},
{
"output_format": "\"?suggest -b 铺面ID号码\" ,或者\"?suggest -s 铺面SetID号码\"",
"output_file": "..\\output\\PP.txt"
}
]
}
Topic Starter
DarkProjector

Flandre ZM wrote:

DarkProjector wrote:

Flandre ZM wrote:

log

[1:12:34] Fetch Sync update..
[1:12:35] [OsuRTDataProvider][ID:0]发现osu!.exe进程
[1:12:35] [OsuRTDataProvider][ID:0]初始化StatusFinder成功!
[1:12:36] [OsuRTDataProvider][ID:0]初始化BeatmapFinder成功!
[1:12:38] [OsuRTDataProvider][ID:0]初始化PlayFinder成功!
[1:12:38] [OsuRTDataProvider][ID:0]初始化ModeFinder成功!
[1:12:41] Newtonsoft.Json.JsonReaderException: Additional text encountered after finished reading JSON content: [. Path '', line 1, position 574.
在 Newtonsoft.Json.JsonTextReader.ReadInternal()
在 Newtonsoft.Json.JsonTextReader.Read()
在 Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
在 Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
在 Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
在 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
在 OsuLiveStatusPanel.BeatmapInfomationGenerator.GetOppaiResult(String oppai_cmd)
在 OsuLiveStatusPanel.BeatmapInfomationGenerator.TrigOutput(OutputType output_type, String osu_file_path, String raw_mod_list, KeyValuePair`2[] extra)
在 OsuLiveStatusPanel.BeatmapInfomationGeneratorPlugin.Output(OutputType output_type, String osu_file_path, String mods_list)
在 OsuLiveStatusPanel.OsuLiveStatusPanelPlugin.OutputBeatmapInfomation(BeatmapEntry current_beatmap, String mod)
在 OsuLiveStatusPanel.OsuLiveStatusPanelPlugin.ApplyBeatmapInfomationforOsuRTDataProvider(BeatmapEntry current_beatmap)
在 OsuLiveStatusPanel.OsuLiveStatusPanelPlugin.TryApplyBeatmapInfomation(Object obj)
在 OsuLiveStatusPanel.OsuLiveStatusPanelPlugin.OnBeatmapChanged(SourceWrapperBase source, BeatmapChangedParameter evt)
在 OsuLiveStatusPanel.OsuRTDataProviderWrapper.OnCurrentModsChange(ModsInfo mod)
在 OsuRTDataProvider.Listen.OsuListenerManager.?????????????????????????????????????????()


极有可能是PPShowConfig.json你撸错格式了,你检查一下,能不能让我看看?


这个我没动额
log

{
"oppai": "oppai.exe",
"output_list": [
{
"output_format": "92%:${pp:92.00%}pp 94%:${pp:94.00%}pp 96%:${pp:96.00%}pp 98%:${pp:98.00%}pp 100%:${pp:100.00%}pp",
"output_file": "..\\output\\PP.txt"
},
{
"output_format": "CS:${cs} \nAR:${ar} \nOD:${od} \nHP:${hp} \n \nStars:${stars}* \nAim:${aim_stars}* \nSpeed:${speed_stars}* \n \nMaxCombo:${max_combo}",
"output_file": "..\\output\\map_info.txt"
},
{
"output_format": "Mods:${mods}",
"output_file": "..\\output\\mods.txt"
},
{
"output_format": "CurrentPlaying:${artist_avaliable} - ${title_avaliable} [${version}]",
"output_file": "..\\output\\current_playing.txt"
},
{
"output_format": "Creator:${creator} \t Link:${beatmap_link}",
"output_file": "..\\output\\current_playing_map_info.txt"
}
],
"listen_list": [
{
"output_format": "选图中 >///<",
"output_file": "..\\output\\current_playing.txt"
},
{
"output_format": "推荐铺面可按以下格式发送弹幕:",
"output_file": "..\\output\\current_playing_map_info.txt"
},
{
"output_format": "\"?suggest -b 铺面ID号码\" ,或者\"?suggest -s 铺面SetID号码\"",
"output_file": "..\\output\\PP.txt"
}
]
}


那不是插件配置的锅,有可能是你企图打mania铺面或者ctb铺面,而这个插件是依赖oppai.exe来计算PP和获取铺面信息,只不过后者不支持mania和ctb而已。

如果不是以上问题的锅,那再试着从 这里试试看。

再不行的话你只能加q群140072310找我了,咕咕
Lunagamer128
What are the commands for the other plugins?
Topic Starter
DarkProjector

Lunagamer128 wrote:

What are the commands for the other plugins?
type "help" and it will output all commands which all plugins provide.
olimp
http://solid-snake.is-a-good-waifu.com/97c01a.png
Sync tell me that everything is done
http://solid-snake.is-a-good-waifu.com/320735.jpg
but pp counter still doesn't displayed
Topic Starter
DarkProjector

Olimp666 wrote:

http://solid-snake.is-a-good-waifu.com/97c01a.png
Sync tell me that everything is done
http://solid-snake.is-a-good-waifu.com/320735.jpg
but pp counter still doesn't displayed
It seems fine but I dont know why doesn't appear.
You can set DebugMode=true at [RealTimePPDisplayer.SettingIni] and [OsuRTDataProvider.SettingIni] in config.ini , and then try again.
olimp

DarkProjector wrote:

Olimp666 wrote:

http://solid-snake.is-a-good-waifu.com/97c01a.png
Sync tell me that everything is done
http://solid-snake.is-a-good-waifu.com/320735.jpg
but pp counter still doesn't displayed
It seems fine but I dont know why doesn't appear.
You can set DebugMode=true at [RealTimePPDisplayer.SettingIni] and [OsuRTDataProvider.SettingIni] in config.ini , and then try again.
That didn't help
Topic Starter
DarkProjector

Olimp666 wrote:

It seems fine but I dont know why doesn't appear.
You can set DebugMode=true at [RealTimePPDisplayer.SettingIni] and [OsuRTDataProvider.SettingIni] in config.ini , and then try again.[/quote]
That doesn't help[/quote]
Are you set Compatibility mode on? Please turn off.
And you can input "o test" to check if ingame pp works
olimp
1
Tuskocin
not firetruck working, ussles app
ChrisS3097
Ctb pp counter when ? kappa
Topic Starter
DarkProjector

L3gEnDaRy97 wrote:

Ctb pp counter when ? kappa
Trying to implment and we have no enough time to do.But we are never give up
Takumi Usui -
Could you help me? I get this error:

GIF:
https://gyazo.com/3e0219c485437f621bff9c8b1d85611b
Topic Starter
DarkProjector

Takumi Usui - wrote:

Could you help me? I get this error:

GIF:
https://gyazo.com/3e0219c485437f621bff9c8b1d85611b
Try to install net4.6
HammyChez
https://gyazo.com/d4a62a2e720f9f1b4585b719eed1a9f7 This is what I get everytime I open Sync? Any one know a fix or what Im doing wrong?
DarkTrollerMC

Cookie The Fox wrote:

ZioBill wrote:

I have a question.. How do i change the language? (If there is a way :3)


other post here said type "lang en" or "lang us" for english but after that it seems to be still in CN


lang en-US
And restart the displayer by typing "restart"
_ROM_

How to customize this
elke_
So I get this problem : https://imgur.com/MGAcUmQ
Any ideas???
Topic Starter
DarkProjector

HammyChez wrote:

https://gyazo.com/d4a62a2e720f9f1b4585b719eed1a9f7 This is what I get everytime I open Sync? Any one know a fix or what Im doing wrong?

AForAsterisks wrote:

So I get this problem : https://imgur.com/MGAcUmQ
Any ideas???

[*] Why it always arise 0x80131515 for each plugin loading? - Please view this or this2.


_ROM_ wrote:


How to customize this

[*] How to customize my pp displayer window? - See this and this2
Nerkos
VERY GOOD
elke_
Thanks for the quick reply :)
Siz
Is there a way to make it so the pp counter isn't on top of everything constantly?
Topic Starter
DarkProjector

RottenCore wrote:

Is there a way to make it so the pp counter isn't on top of everything constantly?
set Topmost=False in config.ini
Mugino
I tested the pp calculations on some highest pp plays in Mania and the pp from your program is showing a different pp number (usually higher) then the player got on his page (pp on players page is 100% weighted)?
Topic Starter
DarkProjector

Mugino wrote:

I tested the pp calculations on some highest pp plays in Mania and the pp from your program is showing a different pp number (usually higher) then the player got on his page (pp on players page is 100% weighted)?

We havent updated mania pp for lastest changing.We are trying to update :D
Mugino

DarkProjector wrote:

Mugino wrote:

I tested the pp calculations on some highest pp plays in Mania and the pp from your program is showing a different pp number (usually higher) then the player got on his page (pp on players page is 100% weighted)?

We havent updated mania pp for lastest changing.We are trying to update :D



Alright :) I'm looking forward to it :P
Amperious
its just a epti file theres nothing in the file so wtf
Mito Hoshi
Will you make an osx version for pp counter too?
Topic Starter
DarkProjector

JayJayJermain wrote:

Will you make an osx version for pp counter too?
Sorry it's only for Win not for other OS because it used win api and we all havent mac ;
LtSnowy
I'm not seeing that anyone asked this, so...

What fonts are accepted with the editing, or does anyone even know...?
Topic Starter
DarkProjector

LtSnowy wrote:

I'm not seeing that anyone asked this, so...

What fonts are accepted with the editing, or does anyone even know...?

TCKSP_Adam
An error has occurred and the program must be terminated.
Error message: The overlay module could not be found. Make sure the "Overlay.dll" file is located in the same folder as this loader (and that the working directory is right)
deflateddolphin
so I've gotten it to appear in obs, but it stays at 0pp, and only sometimes updates to the correct pp when I pause the map.
Hate_MyLife
[Osu!IRC]Network is interrupted, now try to reconnect.
What is that?
Godoffailur
does it show the pp with mods like if i put on nf will it count the decrease too? Also LOVE THIS!!
Topic Starter
DarkProjector

Hate_MyLife wrote:

[Osu!IRC]Network is interrupted, now try to reconnect.
What is that?

Did you input 'start', It's will login your bot account and take a commuication between your main account and live chat room.But you have to do dome setup before you want to use this.
We will make a lot of video tutorials about how to use Sync in the feature.
Topic Starter
DarkProjector

Godoffailur wrote:

does it show the pp with mods like if i put on nf will it count the decrease too? Also LOVE THIS!!
Now it can't able to show Mods , but PP is correct if you put some mods
PhasiconN
I don't really know if anyone else had this problem. (I'm too lazy to read 46 pages of post's)


But here's the problem.
It does this over and over and over again. I've tried the unblock method, nothing. I've also tried re-downloading, no progress. Someone help me with this?
Topic Starter
DarkProjector

PhasiconN wrote:

I don't really know if anyone else had this problem. (I'm too lazy to read 46 pages of post's)


But here's the problem.
It does this over and over and over again. I've tried the unblock method, nothing. I've also tried re-downloading, no progress. Someone help me with this?
Well maybe you pressed "Start Sync" button ? It's just take a commuication between stream chat room and your osu!irc private channel.
If you just need show rtpp , you needn't do anything after open Sync.exe
PhasiconN

DarkProjector wrote:

PhasiconN wrote:

I don't really know if anyone else had this problem. (I'm too lazy to read 46 pages of post's)


But here's the problem.
It does this over and over and over again. I've tried the unblock method, nothing. I've also tried re-downloading, no progress. Someone help me with this?
Well maybe you pressed "Start Sync" button ? It's just take a commuication between stream chat room and your osu!irc private channel.
If you just need show rtpp , you needn't do anything after open Sync.exe
Oooh, thanks! I thought I needed to do other things, guess not. Thanks again!
show more
Please sign in to reply.

New reply