Lost-MSth / Arcaea-server

一个微型的 Arcaea 本地服务器 A small local server for Arcaea
MIT License
358 stars 53 forks source link

Ptt system #136

Closed MrTerr1riym closed 10 months ago

MrTerr1riym commented 10 months ago

Hello, could you change the capacity system a potential? It's not nice when you try to clear ftr 11 and score 9'700, even though it was 9'650, and you get ptt taken away because - yes Please make it so that if the record was at least 00'005'000+ better (in the global top), the ptt is not taken away

Lost-MSth commented 10 months ago

You want to make PTT not decrease when breaking historic records, right?

At least currently, I don't have any ideas about adding this feature, because it is not in the offical server. Surely we haven't known all about the PTT system. If you think there are the new mechanisms, show me your evidence.

However, this feature is not complex. You can change the code by yourself. In line 481 & 485 of core/score.py, you can see a flag first_protect_flag and a compare between new and old scores, so just making flag true in that case can protect your PTT.

MrTerr1riym commented 10 months ago

I can't provide evidence that such a system exists in Arcaea but I can't recall a single time when I had a score of 9'100 and improved it to 9'440~ on a song (ftr 9) and ptt fell (ptt was saved) (I was playing on a friend's account at the time with ~12.20 ptt

But on a private server ptt is taken away :с IMG_20231026_132322 IMG_20231026_132239 IMG_20231026_132310

It is unpleasant...

MrTerr1riym commented 10 months ago

Changing score.py seemed to help Thanks