Bottom status not showing
I can not seem to figure out how to get the bottom loading message to show up. Any help?
{
  "Text Display Frequency (Seconds)": 0.3,
  "Enable Messages Cyclicity": false,
  "Use Random Cyclicity (Instead of sequential)": false,
  "Cycle Messages Every ~N Seconds": 3.0,
  "Messages": [{
    "Top Status": "<color=#ffff00>Welcome To The New World 5x!</color>",
    "Bottom Status": "<color=#add8e6>Join Our Discord.....</color>"
  }, {
    "Top Status": "<color=#add8e6>Is This Thing Even Loading??</color>",
    "Bottom Status": "<color=#ffff00>Setting Up Auto Turrets On Spawn Point...</color>"
  }],
  "Enable Queue Messages": false,
  "Queue Messages": [{
    "Top Status": "<color=##ffff00>You're in queue...</color>",
    "Bottom Status": "<color=#add8e6>{AHEAD} players ahead of you.</color>"
  }, {
    "Top Status": "<color=#add8e6>You're in queue...</color>",
    "Bottom Status": "<color=#ffff00>{BEHIND} players behind you.</color>"
  }],
  "QueuePosition": null,
  "Last Message (When entering game)": {
    "Top Status": "<color=#ffff00>Finally Loading In.</color>",
    "Bottom Status": "<color=#008000>Good Luck...</color>"
  }
}​
The regular 9736/18356 type loading messages there refresh in that spot too quickly and overwrite the bottom line. Play with the frequency and see it blip on and off often. If you change the Text Display Frequency higher, it should show most of the time.
  "Text Display Frequency (Seconds)": 0.1,
  "Enable Messages Cyclicity": false,
  "Use Random Cyclicity (Instead of sequential)": false,
  "Cycle Messages Every ~N Seconds": 3.0,​
Ahh, Thank you! Also, how would I go about changing the loading text in between the editable text? I do not see anything but the basics in the cofig.