forum

Ingame PP Counter of RealtimePPDisplayer[Work in Fullscreen]

posted
Total Posts
225
show more
-Forsaken-_old
Is this toleratable by osu? I don't want to risk my account get banned.
Dioglois
i type plugins install displayer, it instals, restart and dont run!
Nerdface
I Try to type in the command but it crashes every time I type
Lucia Nanami
wont work smh
Exia727
hi can u fix it? [15:57:28] [RealTimePPDisplayer]Can't get beatmap information!
NoobOsu123
I can't set my X and Y beyond x=1280 and y=720.
I'm using 1920x1080 resolution in game.
Does anyone know how to fix this.
skyhunter45
i need help on this too
kiir0chii
In what language this pp counter is programmed? (Sorry for bad English tho)
astroman33

NYAWINTHENIGHT wrote:

I tried 2 times make it work step by step but
It doesn't work to me, I don't see pp display ingame while console's output looks fine


your stupid
P3psi

HIDI wrote:

hi can u fix it? [15:57:28] [RealTimePPDisplayer]Can't get beatmap information!
hi, I had the same problem. I got it fixed by running sync in admin mode. Hopefully this helps!
Kinzvier

- Remilia wrote:

A ingame counter for https://osu.ppy.sh/forum/t/685031 this plugin

NOTICE:
New version maintaining by KedamaOvO, see https://osu.ppy.sh/community/forums/topics/773429



how to import this?
tenkugin

KUR0 wrote:

I typed "plugins install overlay" but it doesn't recognise the command.

try plugins install counter
SlySlacker
This Doesnt Work on CTB, how can i fix this?
PapaDiSaster
[1:10:42] [OsuRTDataProviderPlugin]System.NullReferenceException: Ссылка на объект не указывает на экземпляр объекта.
в OsuRTDataProvider.Listen.OsuListenerManager.ListenLoopUpdate() what problem?
Thqnos
I can't see the post's images somehow
IIANTONIOII
...
RaidenCham
I'm having a seizure trying to read the blue text.
Fopisstillbad
It's great buuuuut it keeps saying "Cannot find osu!.exe process"
Ryume
Very great idea, everyone has been needing this since Narrator did a video on it. We need to implement so kind of in-game pp counter for osu!
SuSBoy06
good job bro
mexanarock
it shows this command when i try o i
[OsuRTDataProviderPlugin][ID:0]Cannot find osu!.exe process
oJoshu

kj415j45 wrote:

Good job!

- Remilia wrote:

A ingame counter for https://osu.ppy.sh/forum/t/685031 this plugin

NOTICE:
New version maintaining by KedamaOvO, see community/forums/topics/773429

Old introducing
It work in FullScreen
> Ingame counter based on the 'Realtime PP Displayer'<
After setting up in-game counter, please make sure the base plugins work fine.
[/s]


Known issues:
- Randomly reset position to center.
- Font was not antialiasing while rendering

Update:
> I really busy for my real life now, may I can't do any update. <
> The source code I will create a repo to github, and you guys can do what you want. <
> ↓↓↓↓↓↓↓↓↓ <
> https://github.com/OsuSync






How to install

1. Follow this thread https://osu.ppy.sh/forum/t/685031, download 'Realtime PP Displayer'
2. Open 'Sync.exe' and type 'plugins install overlay' and press 'Enter' key
3. If operation success, program will ask you restart to take effect. type 'y' and press Enter.
4. After restart, close 'Sync' and open 'config.ini'
5. Find OutputMethods and change value to ingame. If you using multi-way to output, use ',' to split them. e.g : OutputMethods=ingame,mmf
6. Save config, and open 'Sync.exe', If you complete follow steps, it will show a EUAL like :
7. Make sure you are not running osu!. To accept eual, type 'o i' and press 'enter' to allow us inject to osu!
8.If you accept, will recive this tip, now open osu!. In Sync, will recive this tips when inject success
9. Select any osu!std/taiko beatmap and play will see a pp counter in game!
10. Edit config and save will update position and color to ingame-overlay realtime!

Configurations

These config will apply immediately
X - X axis[-1 to 1]
Y - Y axis[-1 to 1]
XF - HitCount X axis[-1 to 1]
YF - HitCount Y axis[-1 to 1]
R/G/B/A - R/G/B/Alpha of text color

These config will apply when next inject to osu! (If you restart osu!, you need execute 'o i' command again before start osu!)
FontSize
Font

Warning
It will inject to osu!(Like Steam's overlay or FARPS's fps counter) and render additional texts.
Other links
Sync repo: https://github.com/Deliay/Sync
RealTimePPDisplayer repo:https://github.com/KedamaOvO/RealTimePPDisplayer
IngameOverlay Plugin repo:https://github.com/Deliay/RealTimePPIngameOverlay
Can you please help me it says OsuRTdataProvider retry in 3 seconds please help
Ohone
plugins install displayer nor plugins install counter dont work for me



alternative images/urls:
https://unsee.cc/album#H5OgiGZWxRbbdiuP
or
ImPalyYT

Ohone wrote:

plugins install displayer nor plugins install counter dont work for me



alternative images/urls:
https://unsee.cc/album#H5OgiGZWxRbbdiuP
or
it happens to me too
MiakloES
what if you can't write "plugins install config"?
VUKPRO25
I get this error




Unhandled Exception: System.IO.DirectoryNotFoundException: Could not find a part of the path 'F:\output'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj, Boolean checkHost)
at System.IO.Directory.InternalCreateDirectoryHelper(String path, Boolean checkHost)
at System.IO.Directory.CreateDirectory(String path)
at OsuLiveStatusPanel.PPShow.Output.DiskFileOutput..ctor(String path)
at OsuLiveStatusPanel.PPShow.Output.OutputBase.Create(String path)
at OsuLiveStatusPanel.PPShow.InfoOutputterWrapper.Init(String config_path)
at OsuLiveStatusPanel.PPShow.InfoOutputterWrapper..ctor(String config_path)
at OsuLiveStatusPanel.OsuLiveStatusPanelPlugin.SetupPlugin(SyncHost host)
at OsuLiveStatusPanel.OsuLiveStatusPanelPlugin.OsuLiveStatusPanelPlugin_onLoadComplete(LoadCompleteEvent evt)
at Sync.Plugins.EventDispatcher.RaiseEvent[Event](Type eventType, Event event)
at Sync.Plugins.BaseEventDispatcher`1.RaiseEvent[Event](Event event)
at Sync.Plugins.PluginManager.ReadyProgram()
at Sync.SyncHost.Load()
at Sync.Tools.StartupHelper.InitSync()
at Sync.Tools.StartupHelper.Start()
at Sync.Program.Main(String[] args)
- [MIOLINUX] -
imgae?
---APEX---
good
s23gokil
why when I try to go full screen it won't appear?
Please sign in to reply.

New reply