And you got that from where? I doubt somebody will dedicate time to implementing something as useless as colored names.I will probably be done in next versions of SRB2.
It Wasent a Realy good idea to remove it, It was kinda of fun :(And you got that from where? I doubt somebody will dedicate time to implementing something as useless as colored names.
1. What he was talking about was a multiplayer menu where you could select your color.It Wasent a Realy good idea to remove it, It was kinda of fun :(
I have No Idea Why they removed it, it was orginaly in Skulltag1. What he was talking about was a multiplayer menu where you could select your color.
2. As this topic shows, it wasn't removed.
3. What's fun about having a colored name?
SRB2 isn't based on Skulltag.I have No Idea Why they removed it, it was orginaly in Skulltag
Can anybody actually tell me what's so fun about having a color in your name?and the bug only works on Win XP and only 3 colors works and its kinda fun using them :/.
I always think it's a attempt someone to making another person jealous with the coloured name to try to feel "popular". I don't find it pretty awesome. It's also confusing if you turn you're name "Blue" if you're on the red team. I find it annoying, atleast they have a chance of getting C-kicked.SRB2 isn't based on Skulltag.
Can anybody actually tell me what's so fun about having a color in your name?
Index: C:/Games/SRB2/sources/dev/_Trunk/src/d_netcmd.c
===================================================================
--- C:/Games/SRB2/sources/dev/_Trunk/src/d_netcmd.c (revision 5956)
+++ C:/Games/SRB2/sources/dev/_Trunk/src/d_netcmd.c (working copy)
@@ -884,8 +884,11 @@
// Note: ANSI C isprint() considers space a printing character.
// Also don't allow semicolons, since they are used as
// console command separators.
+
+ // Also, anything over 0x80 is disallowed too, since compilers love to
+ // differ on whether they're printable characters or not.
for (ix = 0; name[ix] != '\0'; ix++)
- if (!isprint(name[ix]) || name[ix] == ';')
+ if (!isprint(name[ix]) || name[ix] == ';' || (UINT8)(name[ix]) >= 0x80)
return false;
// Check if a player is currently using the name, case-insensitively.
Well... Yes Spirit... It's true. I am colored name and text user amd i don't know what is fun of colored name/text... I am not feeling better than others... I am just using it because I want show I can do something in SRB2... And It's impossible without color before I defeat best match players... Like LXShadow, Hinote, KO.T.E, Tyrzi...SRB2 isn't based on Skulltag.
Can anybody actually tell me what's so fun about having a color in your name?