Difference between revisions of "Authentication"
From QWiki
m |
|||
Line 1: | Line 1: | ||
+ | == Introduction == | ||
Authentication was added by [[Meag]] back in 2020. In this page you can find simplified instructions on how to set it up as a player. It shouldn't take more than 5 minutes of your time, and it will automatically authenticate you on compatible servers. | Authentication was added by [[Meag]] back in 2020. In this page you can find simplified instructions on how to set it up as a player. It shouldn't take more than 5 minutes of your time, and it will automatically authenticate you on compatible servers. | ||
</br> | </br> | ||
The goal is to simplify the [https://github.com/QW-Group/ezquake-source/wiki/Authentication original instructions]. | The goal is to simplify the [https://github.com/QW-Group/ezquake-source/wiki/Authentication original instructions]. | ||
</br></br> | </br></br> | ||
+ | == Process == | ||
# Create account on [https://badplace.eu/ badplace.eu], linked to quakeworld.nu account | # Create account on [https://badplace.eu/ badplace.eu], linked to quakeworld.nu account | ||
##Follow link posted to quakeworld.nu account to complete process | ##Follow link posted to quakeworld.nu account to complete process | ||
Line 12: | Line 14: | ||
# done | # done | ||
</br> | </br> | ||
+ | == Optional == | ||
If you want to authenticate automatically (recommended), add the following to your config:</br> | If you want to authenticate automatically (recommended), add the following to your config:</br> | ||
<code>alias infoset "cmd info ev 13"</code></br> | <code>alias infoset "cmd info ev 13"</code></br> | ||
Line 19: | Line 22: | ||
You can also add flags to the scoreboard - [https://github.com/ezQuake/ezquake-source/releases/download/latest/scoreboard_flags.pk3 get this pk3] and place in /qw. | You can also add flags to the scoreboard - [https://github.com/ezQuake/ezquake-source/releases/download/latest/scoreboard_flags.pk3 get this pk3] and place in /qw. | ||
</br> | </br> | ||
+ | == More help? == | ||
'''Need more help?''' See [https://github.com/QW-Group/ezquake-source/wiki/Authentication original instructions]. | '''Need more help?''' See [https://github.com/QW-Group/ezquake-source/wiki/Authentication original instructions]. |
Revision as of 10:49, 8 October 2024
Introduction
Authentication was added by Meag back in 2020. In this page you can find simplified instructions on how to set it up as a player. It shouldn't take more than 5 minutes of your time, and it will automatically authenticate you on compatible servers.
The goal is to simplify the original instructions.
Process
- Create account on badplace.eu, linked to quakeworld.nu account
- Follow link posted to quakeworld.nu account to complete process
- Create an authentication token, download & save in your config directory
- in the client, there's one setting you need to save to your config:
/cl_username <your_user_name>
- in the client, you can now authenticate when connected to a compatible server:
/authenticate
- done
Optional
If you want to authenticate automatically (recommended), add the following to your config:
alias infoset "cmd info ev 13"
alias sinfoset "cmd info ev 13"
alias on_connect "authenticate"
You can also add flags to the scoreboard - get this pk3 and place in /qw.
More help?
Need more help? See original instructions.