//========================================================================== // -= FilterMsg Preferences File =- // By: xgalaxy / Halide Version: 3.11; // // You may alter the settings in this file but it would be easier // to do so in the in-game options page specified for FilterMsg. // // Tribes 2 must be restarted for changes to take affect in this file. //========================================================================== // Settings //========================================================================== FilterMsg.isVisible = 1; FilterMsg.isTrans = 1; FilterMsg.colorNames = 1; FilterMsg.colorMe = 1; FilterMsg.scrollDown = 1; FilterMsg.timeOut = 1; FilterMsg.muteDeathMsgs = 1; FilterMsg.globalKills = 1; FilterMsg.stripTags = 1; FilterMsg.numMsgLines = 5; FilterMsg.textAlign = 1; FilterMsg.curSet = "Default"; //========================================================================== // These options not available in the options gui //========================================================================== FilterMsg.enabled = 1; FilterMsg.msgTimeOutDelay = 10000; FilterMsg.fontColor[0] = ""; FilterMsg.fontColor[1] = ""; FilterMsg.fontColor[2] = ""; FilterMsg.fontColor[3] = ""; //==========================================================================