Difference between revisions of "secureLogin requestCode"

From OpenKore Wiki
Jump to navigation Jump to search
Line 1: Line 1:
; secureLogin_requestCode [<hex string>]
+
; <includeonly>[[secureLogin_requestCode]]</includeonly><noinclude>secureLogin_requestCode</noinclude> [<hex string>]
: If your server uses secure login and [[secureLogin_requestCode]] is not set on your master server details (see tables\servers.txt), Kore will use the code specified here to login to the master server.  
+
: If your server uses secure login, Kore will use the code specified here to login to the master server.
 
+
: The '''<hex string>''' is a space-separated sequence of hex codes. For example: <code>04 02 22 37 D7 FC</code>.
: The '''<hex string>''' is a space-separated sequence of hex codes. For example: 04 02 22 37 D7 FC.
 
 
 
:'''Note.''' If this option is set, the secureLogin_type setting in the master server details is ignored.
 
  
 +
<noinclude>
 
[[Category:config.txt]]
 
[[Category:config.txt]]
 
[[Category:connection]]
 
[[Category:connection]]
 +
</noinclude>

Revision as of 06:56, 27 April 2021

secureLogin_requestCode [<hex string>]
If your server uses secure login, Kore will use the code specified here to login to the master server.
The <hex string> is a space-separated sequence of hex codes. For example: 04 02 22 37 D7 FC.