Skip to content

B3 plugin that works with CoD4X to change player names if it does not conform to UTF-8 standards or unrecognizable by B3.

Notifications You must be signed in to change notification settings

ph03n1x9000/Cod4Xasciiname

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cod4Xasciiname

B3 plugin that works with CoD4X to change player name if it is Unicode (or unrecognizable by B3).

This plugin was designed to address the problem of player with Unicode names being unable to be banned/tempbanned due to empty name.

NOTE: Installation requires some knowledge about installing custom scripts on your server.

Installation:

  1. Put the file named "cod4xasciiname.py" into your b3\extplugins folder.
  2. In the b3.ini under the [plugins] section, enter the following:

cod4xasciiname: none

  1. Put the contents of the main_shared folder into your CoD4X root\main_shared
  2. Add the follwing line into the file named _callbacksetup.gsx. At the end of the function named CodeCallback_StartGameType.

thread asciirename::init();

  1. Restart both the CoD4X server and B3. All done!

About

B3 plugin that works with CoD4X to change player names if it does not conform to UTF-8 standards or unrecognizable by B3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published