g-spot Posted December 2, 2003 Share Posted December 2, 2003 hi, just wondering how to escape characters in Quake3 engine games (specifically Jedi Knight Jedi Academy): Example: "rcon addbot botname 5 red" is fine if the botname is one word... like "rcon addbot Jedi 5 red" addbot command is: addbot <botname> <skill> <team> this works if you are the server, e.g.: addbot "Luke Skywalker" 5 red BUT if you are a remote admin using rcon, the problem of escaping the " (quote character) comes in!!! so rcon addbot "Luke Skywalker" 5 red doesn't work... i've tried rcon addbot \"Luke Skywalker\" 5 red and rcon "addbot \"Luke Skywalker\" 5 red" but it doesn't work!!! always says Luke bot is not defined, so it thinks "Skywalker" is the skill not part of the name... help -g Link to comment Share on other sites More sharing options...
Kurgan Posted December 2, 2003 Share Posted December 2, 2003 I use a modified bot list pk3, that puts underscores in their names. I just assumed you did it like this: addbot "Luke Skywalker" 5 blue Perhaps try ' instead of " ? Dunno, because the above should work. ; p Link to comment Share on other sites More sharing options...
The KONG Posted June 22, 2004 Share Posted June 22, 2004 Anyone fould away around this? Same prob, can't get it to work. I"ve tried ' and " and having no luck. Anyone? Link to comment Share on other sites More sharing options...
TK-8252 Posted June 22, 2004 Share Posted June 22, 2004 Originally posted by Kurgan I use a modified bot list pk3, that puts underscores in their names. That's the only way to fix this. Link to comment Share on other sites More sharing options...
Ace-_Ventura Posted June 22, 2004 Share Posted June 22, 2004 well you can add bots with the menu(press escape). in the console normally the bots can be spawned by their name. don't try to spawn with the name luke skywalker. try it with luke, it worked for me. Link to comment Share on other sites More sharing options...
TK-8252 Posted June 22, 2004 Share Posted June 22, 2004 Originally posted by Ace-_Ventura well you can add bots with the menu(press escape). in the console normally the bots can be spawned by their name. don't try to spawn with the name luke skywalker. try it with luke, it worked for me. You can only add bots with the menu if you're the server host. If you're not the server host, it's grayed out. If you type "addbot luke" it just says bot not found. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.