remove server messages

Issue #15 resolved
Former user created an issue

Merely a suggestion to clear up the chat so people (who dont have/arent on SRS) can see messages. Disable server messages like takeoffs/landings/crashes, etc. Human ATC/CGI chat shows up white so often gets lots in the mix when trying to contact people via text chat.

Comments (5)

  1. Acidic

    Seems reasonable to me. These are the things we can play with, and their current settings:

            ["event_Takeoff"] = true, -- Takeoff (and maybe landings too?)
            ["event_Role"] = false, -- Jumping into an aircraft
            ["event_Connect"] = true, -- "Player" has connected
            ["event_Ejecting"] = false, -- Ejections
            ["event_Kill"] = true, -- Kills
            ["event_Crash"] = true, -- Crashes
    

    It sounds like you're proposing to disable the event_Takeoff and event_Crash ones, is that right?

  2. Acidic

    After a discussion on discord, changing to just remove the takeoff event (assuming it also handles landings also). Leaving crash on

  3. LazyBoot

    I'd also maybe suggest removing kills, since against ground targets, it could end up quite spammy.

  4. Jeremy Smitherman

    Also you don't have edit any lua for that, it's in the advanced options when you start up the server

  5. Log in to comment