-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not get right file name of beatmap file. #56
Comments
I found that the offset of the filename has changed to 0x90. Please update your code. |
First 8 bytes of this region are {0x08, 0xfe, 0xfa ,0x00, 0x59, 0x00, 0x00, 0x00} |
This is what I found about the matching patterns. Base Addresses:
|
OsuRTDataProvider.zip |
Hello, can you send new offsets? |
here #57 |
Thanks |
I wrote it also. Form 0x8c to 0x90. |
The new offset of Beatmap filename. |
I had modified and compiled the code about Beatmap Filename myself. The new problem is the ModFinder init failed. Now we need a new base address of Mode. |
ok, thanks |
I will confirm it. |
Maybe is host program error. I use osu!sync 2.18.5 is ok, I haven't used osu!sync GUI |
I used an elder version because of some reason. |
Maybe related to system |
My environment is Win10 1809, My friend Win7 is ok. |
Mine is Win11 22000.194 |
But this works before 7 days |
Can you sent your program or add QQ(1051249625) talk.(English bad,gg) |
直接开始问题也不大 |
程序的话,没啥好说的,一个样 |
偏了2个字节 |
\x0F\x84\x73\x01\x00\x00\x83\x3D\x00\x00\x00\x00\x01\x0F\x84\x66\x01\x00\x00\x8B |
不应该啊,咋偏的 |
改了一下调用的偏移,好像可以了 |
win11这波是要单独处理了么Orz |
但是啥数据都没有啊 |
虽然模式整个可以读出来,但是RealTimePPDisplayer那边的数据完全读不到 |
Acc我本来是自己计算的,但是因为c300那些数据都读不到 |
读不到是因为事件根本就没触发,再次炸裂 |
Win11这是几个意思 |
我用源码重新搭建了一次环境,正常能用 |
我等会儿发下整个项目你试试 |
找pattern真的很烦人 |
所有的项目全部编译一次是吗 |
忘了传oppai.dll, 不过加进去应该就能用, mania貌似算不到pp,但是miss 100 50那些可以拿到 |
你就重新编译一次吧,我这边std模式是正常的,mania就不显示pp |
Sync不见了 |
要不这样,我把我这边的插件打个包,发到你那里去 |
待会儿加你qq |
ortdp我弄你那个 |
草 |
然后要手动复制下dll到plugins目录 |
太草了 |
我qq 2668585799,待会儿同意一下 |
DirectoryName seems right, but the filename is wrong.
Whatever the filename is made up of only ASCII characters or other multi-byte characters.
Osu version: b20211004
ORTDP version: 1.6.6
The text was updated successfully, but these errors were encountered: