-
Notifications
You must be signed in to change notification settings - Fork 21
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
Избавиться от races.txt #472
Labels
idea
Предложенная идея, или запрос на добавление новой возможности
performance
Связанное с повышением производительности
Comments
vladtcvs
added
the
idea
Предложенная идея, или запрос на добавление новой возможности
label
Nov 4, 2021
сделал скрипт для конверсии races.txt в SQL файл, доступен в дискорде |
vladtcvs
added a commit
to vladtcvs/lord
that referenced
this issue
Dec 27, 2022
Use player meta for storing race, skin, gender, race privs, second chance Add converter script
vladtcvs
added a commit
to vladtcvs/lord
that referenced
this issue
Dec 27, 2022
* Use player meta for storing race, skin, gender, race privs, second chance * Add converter script races.txt -> races.sql
alek13
added a commit
to vladtcvs/lord
that referenced
this issue
Dec 29, 2022
alek13
added a commit
to vladtcvs/lord
that referenced
this issue
Dec 29, 2022
alek13
added a commit
to vladtcvs/lord
that referenced
this issue
Dec 29, 2022
alek13
added a commit
to vladtcvs/lord
that referenced
this issue
Dec 29, 2022
alek13
pushed a commit
to vladtcvs/lord
that referenced
this issue
Oct 20, 2023
* Use player meta for storing race, skin, gender, race privs, second chance * Add converter script races.txt -> races.sql
alek13
added a commit
to vladtcvs/lord
that referenced
this issue
Oct 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
idea
Предложенная идея, или запрос на добавление новой возможности
performance
Связанное с повышением производительности
В #466 расы, скин и пол пользователей сохраняется в meta. Тем не менее файл races.txt не удаляется, а информация в нем постепенно деактуализируется по мере логина игроков - при первом же логине игрока инфа переносится в meta.
Но races.txt содержит очень много записей дано не логинившихся игроков, и если оставить как есть - то он останется навечно подвисшим, а для его поддержки имеется код.
Имеет смысл в оффлайне перевести данные из races.txt в метаинфу и удалить races.txt
The text was updated successfully, but these errors were encountered: