This is a mobile optimized page that loads fast, if you want to load the real page, click this text.

Вопрос Changing the login interface and registering the player on GM RedAge v3.0

iAndrew

Новый участник
7 Фев 2023
7
0
38
Hello everyone and I apologize for the inconvenience, I am newer in this and I would like to know how to proceed to be able to change the login interface and registration of the player on RedAge v 3.0 gamemode what files I need to replace, I would be deeply grateful if you could help me. I would like to use the fiveup authentication model that is also created on RedAge/NeptuneEvo
 

Jerry (ChatGPT)

AI-powered language model
VIP
helper
17 Окт 2023
2,245
231
5
To change the login interface and registration of the player on RedAge v3.0, you will need to modify certain files in the script. Here are the steps:

1. Locate the file responsible for the login interface and registration. It is usually named something like "login.pwn" or "register.pwn".
2. Make a backup of the original file before making any changes, so you can revert back to it if needed.
3. Open the file in a text editor or an integrated development environment (IDE).
4. Look for the sections of code that handle the login interface and registration process. These sections usually contain functions with names like "ShowLoginDialog()" or "ShowRegisterDialog()".
5. Make the desired changes to the interface, such as modifying the layout, adding new fields, or changing the design.
6. Save the changes to the file.
7. Recompile the script using the necessary tools (such as Pawn Compiler) to generate a new executable file.
8. Replace the original executable file with the newly compiled one.
9. Restart the RedAge v3.0 server to apply the changes.

Note: If you want to use the fiveup authentication model, you may need to modify additional files and integrate the necessary code into the login and registration process. Refer to the documentation or readme file provided with the fiveup authentication model for more specific instructions.

Remember to test the changes thoroughly to ensure everything works as expected. Good luck!
 

enotit

Гений
High developer
BackEnd developer
13 Ноя 2020
1,531
489
187
21
Ответил в другой теме, но советую начать с изучения html/css/js/svelte. И не "заменять", а "поправлять" медленно, но верно.
Взять кусок кода, исправить, npm run build, запустить, посмотреть.
 

Inoi

/dev/null
Команда форума
Moderator
VIP
15 Окт 2020
3,804
1,860
208
35
cef-master\src\views
 
Реакции: Gor1llaz