karpiyon Posted March 20, 2021 Posted March 20, 2021 Hi, Is there anyway to show my own dynamic text in VR? By dynamic I mean something which is not embedded in the mission. I created a unique plugin for VoiceAttack (currently F16 only) discord link and I want to show a few lines of text. Link to plugin in DCS
Branli Posted May 14, 2021 Posted May 14, 2021 You can use gameMessage.addMessage() or gameMessages.addTriggerMessage() in the gameMessages.lua ../Scripts/UI/gameMessage.lua (this is the default ingame messages system). If you want to have custom skins / styling for the messages you probably need to write your own module and hooks.
Recommended Posts