Jawshy 13 Posted May 2, 2016 Text chat (player text messages, system messages, et cetera) disappear upon entering the Splendid Camera. Exiting the camera does not resolve the issue; aborting to the lobby and rejoining the mission will restore text chat. Steps to reproduce: Start up and join a dedicated server. Login as the admin. Hit escape and enter the Splendid Camera. Notice that text chat is no longer visible in-game. Text chat should still be visible to other clients, and will appear in the server and RCon logs. Abort to lobby and rejoin. Text chat should be visible again. Game version: 1.58.135742 Share this post Link to post Share on other sites
Jawshy 13 Posted May 18, 2016 This issue persists in version 1.60.136125 Release Candidate (RC) branch. Share this post Link to post Share on other sites
razazel 625 Posted May 19, 2016 This issue persists in version 1.60.136125 Release Candidate (RC) branch. Thank you for the info, already looking into that. Share this post Link to post Share on other sites
Jawshy 13 Posted September 22, 2016 I am experiencing this issue again in version 1.64.138497 (21-09-2016) RC6. The steps to reproduce are the same. Share this post Link to post Share on other sites
Jawshy 13 Posted September 27, 2016 See Text chat disappearing upon entering Splendid Camera on the Bohemia Interactive Feedback Tracker. Share this post Link to post Share on other sites
ViperAleks 7 Posted October 5, 2016 I had the same problem. There is option in game settings for video capture (I forgot exact name) which disables chat window to keep window empty for people who record their game play for youtube without chat. You need to uncheck that parameter to return your chat box back. Share this post Link to post Share on other sites
aaco 10 Posted October 25, 2016 Just to add the information here (incase there are some poor souls scouring the forums for this issue). https://feedback.bistudio.com/T120418#1518242 This appears to be a strange issue with where the camera display is actually being created. The camera display is normally created on the RscDisplayMission display, which causes issues when you quit out of it (i.e. no text showing up). If the camera display is created on RscDisplayMPInterrupt the text comes back as it is supposed to. A quick fix to just get rid of the symptoms is to call showChat = true; on the Exit mode of the a3\functions_f\Debug\fn_camera.sqf script. In the mean time players can fix the symptoms by locally executing showChat = true; in the debug console, or if they have CBA by adding class Extended_DisplayUnload_EventHandlers { class RscDisplayCamera { potato = "showChat true"; }; }; to their mission's description.ext or a mod's config.cpp. Share this post Link to post Share on other sites
teabagginpeople 398 Posted October 25, 2016 Noticed this last week when I used the enabled streaming mode option In game settings . When I went to disable streaming mode it did nothing.the chat was gone. Only when I rejoined server did it return. Share this post Link to post Share on other sites