You are on page 1of 2

SessionType = resetServer

GameProtocolVersion = 31415
DebugThreshold = off

HostSetupTimeoutSeconds = 60
PoolPlayer_TimeoutSeconds = 40
PoolPlayer_MaxPlayers = 8
PoolPlayer_PlayerCountThresholds = 0:2, 5:2, 10:2, 15:2, 20:2, 25:2
PoolPlayer_PlayerFitThresholds = 0:0, 5:0, 10:0, 15:0, 20:0, 25:0, 30:0, 35:0, 40:0

Filter
{
Name = game_type
MatchingGameAttrib = game_type
PossibleValues = 0,1,2 // freestyle unranked, freestyle ranked, career
DefaultValue = 1
}

Filter
{
Name = matchmaking_state
MatchingGameAttrib = matchmaking_state
PossibleValues = 0,1 //disbled, enabled
DefaultValue = 1
}

Filter
{
Name = hub_state
MatchingGameAttrib = hub_state
PossibleValues = 0,1 // pre-race, racing
DefaultValue = 0
}

IntegerPreference
{
Name = skill
MatchingGameAttrib = skill
MatchingOption = Normal
Weight = 3000
Scale = 700
DefaultValue = 1000
}

IntegerPreference
{
Name = player_disc
MatchingGameAttrib = player_disc
MatchingOption = Normal
Weight = 500
Scale = 4
DefaultValue = 0
}

//StringPreference
//{
// Name = location
// MatchingGameAttrib = location
// MatchingOption = MatchUnusedServer
// VotingMethod = Plurality
// Weight = 1000
// Labels = nfs-wc, nfs-ec, nfs-eu
//
// fitTable_my_nfs-wc = 1.000, 0.800, 0.200
// fitTable_my_nfs-ec = 0.800, 1.000, 0.600
// fitTable_my_nfs-eu = 0.200, 0.600, 1.000
//
// DefaultValue = nfs-wc
//}

// don't take this comment out....!

You might also like