Jump to content

Recommended Posts

Posted

Hi,

 

I searched the forums for this but I didn't find a solution. Changing

 

disable_events = false,

to

disable_events = true, 

in my network.cfg has no effect whatsoever...

 

I've been on Servers that had these messages disabled so I wonder if I need to change something else for this to take effect. I know about the mod that disables these messages client side but I want them to be disabled for all clients when I host a mission ;)



CPU: AMD Ryzen 7 9800X3D | Mobo: ASRock X870E Taichi Lite | RAM: 96GB DDR5-6000 CL30 | GPU: ASUS RTX5090 32GB ROG Astral | SSDs: 3xSamsung 990 Pro 4TB M.2

Peripherals: Warthog HOTAS | Virpil MongoosT-50CM3 Base | TrackIR 5 | MFG Crosswinds | 3xTM Cougar MFDs | HP Reverb G2
 
  • 4 months later...
Posted
Hi,

 

I searched the forums for this but I didn't find a solution. Changing

 

disable_events = false,

to

disable_events = true, 

in my network.cfg has no effect whatsoever...

 

I've been on Servers that had these messages disabled so I wonder if I need to change something else for this to take effect. I know about the mod that disables these messages client side but I want them to be disabled for all clients when I host a mission ;)

 

Same here !

 

Please tell me how to turn off this cheat feature...

 

Thks

  • 2 weeks later...
Posted

Yes, I got it !

 

On server side:

 

 

  1. In file C:\Users\galevsky\Saved Games\DCS\Config\network.cfg, set :
    disable_events = true,

    This will prevent clients from viewing events messages

  2. In file C:\Program Files\Eagle Dynamics\DCS World\Scripts\net\events.lua, comment out the content of variable report:
    local report = function(msg, ...)
      [b]--[/b]net.recv_chat(string.format(msg, ...))
    end

    This will prevent the hoster (if any) from viewing events messages

 

 

YES !!!

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...