PDA

View Full Version : Adding the ® character in the server name server.CFG COD2



zhaiks
1st January 2024, 20:28
I am adding the ® character in the server name server.CFG COD2:

set sv_hostname "®"

Where the letter â is added. Resulting in: â ®. How can I eliminate the â, I only need the ®

IzNoGoD
1st January 2024, 23:37
cod2 only does extended ascii, in which the extended part is different based on localisation (english will show â, russian version will show [some russian character]).

You only get 256 characters to choose from, and it's somewhat likely that none of those are (r). You could check all characters from 0x00 to 0xFF to be sure.