Multiplayer Lagout Logging

Moderators: GSH, VSMIT, Red Devil, Commando

Post Reply
Commando
Flying Mauler
Posts: 2176
Joined: Fri Feb 18, 2011 6:41 pm

Multiplayer Lagout Logging

Post by Commando »

I recommend adding the following to your LocalPrefs_bzone.ini file. The file location is %bz2install%\addon\config. Replace %bz2install% with your bz2 folder which could be C:\Program Files (x86)\Activision\Battlezone II or even C:\Program Files\Activision\Battlezone II.
// The following are settable by the user. They are assigned to the
// default values, as if this file was empty. Comments above them
// should indicate what possible settings are available.

// Note that only things that cannot affect game synchronization are
// in here (views, etc).

// This file is used only when running bzone.exe, the multiplayer-enabled
// exe

// User's changes should be placed in this file, below the
// [UserPrefs] line below.

[UserPrefs]
aipLogging = true
ExtraFPSInfo = true

CheckMemoryEachFrame = false
//PowerUser = true

KeepChatLogFile = true
KeepIRCLogFile = true

// Items to try and track down the 4+ player lagouts
// Delete before pb6 is released
LagSpamTimeout = 1
MinMWLagSeconds = 3
MinLaggedPlayerSeconds = 3
MinReallyLaggedPlayerSeconds = 6
KeepChatLogFile = true
KeepIRCLogFile = true
VerboseLagInfo = true

// Whether onscreen chat messages have a timestamp or not
TimestampOnscreenChat = true

// Controls whether verbose (excessive(?)) info is printed with
// info about NatNeg
VerboseNatNegInfo = true
Post Reply