Page 1 of 1

Requesting module or support for nicknames

Posted: Tue Feb 01, 2005 2:07 am
by binary
I'd like some way to make it so my server allows more symbols into user nicknames. If someone could write a module or something I'd appreciate it.
Using: Unreal 3.2
Windows: 2003
Thanks,
Binary

Posted: Tue Feb 01, 2005 2:22 am
by Stealth
You would need to compile it yourself.

To enable more charaters in nicks, look in include/config.h for the following:

Code: Select all

/*
   If you want to support chinese and/or japanese nicks
*/
#undef NICK_GB2312
#undef NICK_GBK
#undef NICK_GBK_JAP
Change all the "#undef" to "#define", compile, and enjoy.

I think it is that easy, but I am not sure about compiling these options on Win32...

Posted: Tue Feb 01, 2005 2:27 am
by binary
Thanks for your quick reply. I would if I could get to the source code for Win32. You're thinking of Linux. I don't have an Include directory.
Binary

Posted: Tue Feb 01, 2005 2:36 am
by binary
Actually I figured out where to get the source code *Shoot self* but I'd need some way to figure out how to make it work for Windows. Would I need a special compiler like Borland? I use Visual C++ 6.0.
Thanks,
Binary

Posted: Tue Feb 01, 2005 3:32 am
by Solutech
Have a look in your unreal docs for compiling win32 ;) tells you everything you need in there .