Disable Multiplayer Chat
Posted: Fri Sep 15, 2006 7:58 pm
Flaming Cliffs 1: A change that has to be made by EACH client (if desired) is to remove the Multiplayer Chat (window in-game). Follow these steps:
Source: ED (VFTC).
- Go to: ...Ubisoft\Eagle Dynamics\Lock On\Config\network\config.lua
- Open the config.lua in Notepad
- Find the following:
Code: Select all
chat { height = 95; delay = 10000; };
- Change it to read:
Code: Select all
chat { height = 0; delay = 0; };
- Save the changes in the config.lua
Source: ED (VFTC).