BrawijayaVRaptor 1 Posted January 6, 2013 (edited) Is it possible to clear the messages in the bottom left? I'm making an in-game video, but there are these chat messages that pop out, ruining it. Is it possible to clear it? Edited January 6, 2013 by BrawijayaVRaptor Share this post Link to post Share on other sites
iceman77 19 Posted January 6, 2013 There are some scripting commands to disable the different chats. Are you familiar with the editor/scripting at all? This topic will most likely get moved to editing & sripting section, as the only way (that I know of) is by using a script. Share this post Link to post Share on other sites
BrawijayaVRaptor 1 Posted January 6, 2013 There are some scripting commands to disable the different chats. Are you familiar with the editor/scripting at all? This topic will most likely get moved to editing & sripting section, as the only way (that I know of) is by using a script. I don't know if there's a script or command or anything for that. And when I look it up, I don't seem to find any answers. Yes, this can moved this to the scripting and editing section, as long as you give me the answer. Share this post Link to post Share on other sites
roguetrooper 2 Posted January 6, 2013 (edited) clearRadio; enableSentences false; Edit: Ah you want to make a record while you are participating in maps not made by you? It's not possible to disable that chat by ingame/main menu, only by scripting (i.e. while making your own maps). Edited January 6, 2013 by RogueTrooper Share this post Link to post Share on other sites
Gunter Severloh 4070 Posted January 6, 2013 Menu-->options-->game options-->radio subtitles-->off Share this post Link to post Share on other sites
BrawijayaVRaptor 1 Posted January 6, 2013 clearRadio; enableSentences false; Edit: Ah you want to make a record while you are participating in maps not made by you? It's not possible to disable that chat by ingame/main menu, only by scripting (i.e. while making your own maps). Huh? You're making me confused. I'm making a video through the editor. Where should I put that piece of code, the initialization, description.ext, or what? I'm talking more of system messages, is it possible to disable them with that code? (Also, if anyone finds this to be in the wrong spot, feel free to move it.) Share this post Link to post Share on other sites
BrawijayaVRaptor 1 Posted January 7, 2013 Oh well, never mind. Thanks anyways RogueTrooper, even though I used a different command (enableRadio). I looked up "clearRadio" to another thread which used enableRadio, which was what I was looking for. Share this post Link to post Share on other sites