MantisBT - Zandronum
View Issue Details
0002845Zandronum[All Projects] Suggestionpublic2016-10-01 18:482016-10-01 18:48
AtomicLugia 
 
normalminorN/A
newopen 
MicrosoftWindowsXP/Vista/7
3.0-beta 
 
0002845: Multilanguage bots
Since almost everything in ZDoom can be tagged with these $NAMES, doing this with bots would be not bad. This could help players, who can't read english very well. I have an example here:

LANGUAGE lump:
[enu default]
BOT1_NAME = "AI player 1";
BOT1_INTRO1 = "Hello, I'm a multilanguage bot!";
[de]
BOT1_NAME = "KI-Spieler 1";
BOT1_INTRO1 = "Hallo, ich bin ein mehrsprachiger Bot!";
[ita]
BOT1_NAME = "Giocatori IA 1";
BOT1_INTRO1 = "Ciao, sono un bot multilingua!";

BOTINFO lump:
Name = "$BOT1_NAME"
ChatLump = "BOT1CHAT"

BOT1CHAT lump:
[IntermissionStrings]
"$BOT1_INTRO1"
No tags attached.
Issue History
2016-10-01 18:48AtomicLugiaNew Issue

There are no notes attached to this issue.