in reply to Re^2: Game Nicknames to HTML
in thread Game Nicknames to HTML

What's the name of the game engine? If it's something that's been used widely1, a search on that name might turn something up. Otherwise, you'll probably have to go from the game's documentation (or its source code) to identify the codes and their meanings, then write something to convert them to HTML.

Alternately, if users are running it entirely through a web interface, you could tell them it's time to abandon the legacy formatting codes and switch to BBCode (or raw HTML, if you trust them enough) to format their names.

1 ...this decade. The style of the codes gives me the impression that this may be a converted BBS door game and I have a feeling there aren't too many of those still running around these days.

Replies are listed 'Best First'.
Re^4: Game Nicknames to HTML
by ambrus (Abbot) on Mar 29, 2009 at 14:02 UTC
Re^4: Game Nicknames to HTML
by baltic.sailor (Novice) on Mar 29, 2009 at 14:12 UTC
    The game is called "Virtual Skipper" (http://www.virtualskipper-game.com/en/) and because it is a sailing race simulator there are just about 100000 users. I found another game that seems to use the same coding. It is called Trackmania and I have found a converter there but it is PHP code. Perhaps I will use this code and port it to perl (http://www.tm-forum.com/viewtopic.php?f=28&t=14924).
    The software is not a web based application so I can't change anything there.

    Thanks for your support

    Thomas