Announcement

Collapse
No announcement yet.

Map Voting Causing Issues

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Map Voting Causing Issues

    I want to host a listen server for a few friends, but the map voting system doesn't work properly. After I enter the match and vote another map, the game doesn't switch maps at all. Instead, the bots and myself get stuck in movment and the hp becomes negative. The map doesn't function properly (in BR, the ball is no longer obtainable, in many maps, the jumps don't work anymore). Here's the major error that keeps repeating thousands of times:

    Code:
    Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.FindIndex:0062) Accessed array 'H' out of bounds (276/0)
    Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.FindIndex:009E) Accessed array 'H' out of bounds (276/0)
    Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.FindIndex:0062) Accessed array 'H' out of bounds (414/0)
    Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.FindIndex:009E) Accessed array 'H' out of bounds (414/0)
    Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.FindIndex:0062) Accessed array 'H' out of bounds (483/0)
    Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.FindIndex:009E) Accessed array 'H' out of bounds (483/0)
    Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.FindIndex:0062) Accessed array 'H' out of bounds (518/0)
    Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.FindIndex:009E) Accessed array 'H' out of bounds (518/0)
    In MapVoteHistory, it shows all zero values for the lettered sections and there are no map names in there either. One line keeps repeating itself.

    Here's the UT2004.ini main sections involving voting:

    Code:
    [xVoting.xVotingHandler]
    VoteTimeLimit=120
    ScoreBoardDelay=5
    bAutoOpen=True
    MidGameVotePercent=50
    bScoreMode=False
    bAccumulationMode=False
    bEliminationMode=False
    MinMapCount=2
    MapVoteHistoryType=xVoting.MapVoteHistory_INI
    RepeatLimit=0
    DefaultGameConfig=5
    bDefaultToCurrentGameType=True
    bMapVote=True
    bKickVote=True
    bMatchSetup=False
    KickPercent=51
    bAnonymousKicking=True
    MapListLoaderType=xVoting.DefaultMapListLoader
    ServerNumber=1
    CurrentGameConfig=5
    GameConfig=(GameClass="XGame.xDeathMatch",Prefix="DM",Acronym="DM",GameName="DeathMatch",Mutators="GibLife.GibLife,Gibalicious2.MutGibaliciousII,XGame.MutSlomoDeath,XGame.MutUDamageReward",Options=)
    GameConfig=(GameClass="XGame.xTeamGame",Prefix="DM",Acronym="TDM",GameName="Team DeathMatch",Mutators="GibLife.GibLife,Gibalicious2.MutGibaliciousII,XGame.MutSlomoDeath,XGame.MutUDamageReward",Options=)
    GameConfig=(GameClass="XGame.xCTFGame",Prefix="CTF",Acronym="CTF",GameName="Capture the Flag",Mutators="GibLife.GibLife,Gibalicious2.MutGibaliciousII,XGame.MutSlomoDeath,XGame.MutUDamageReward",Options=)
    GameConfig=(GameClass="XGame.xVehicleCTFGame",Prefix="VCTF",Acronym="VCTF",GameName="Vehicle CTF",Mutators="GibLife.GibLife,Gibalicious2.MutGibaliciousII,XGame.MutSlomoDeath,XGame.MutUDamageReward",Options=)
    GameConfig=(GameClass="XGame.InstagibCTF",Prefix="CTF",Acronym="ICTF",GameName="Instagib CTF",Mutators="GibLife.GibLife,Gibalicious2.MutGibaliciousII,XGame.MutSlomoDeath,XGame.MutUDamageReward",Options=)
    GameConfig=(GameClass="XGame.xBombingRun",Prefix="BR",Acronym="BR",GameName="Bombing Run",Mutators="GibLife.GibLife,Gibalicious2.MutGibaliciousII,XGame.MutSlomoDeath,XGame.MutUDamageReward",Options=)
    GameConfig=(GameClass="XGame.xDoubleDom",Prefix="DOM",Acronym="DOM2",GameName="Double Domination",Mutators="GibLife.GibLife,Gibalicious2.MutGibaliciousII,XGame.MutSlomoDeath,XGame.MutUDamageReward",Options=)
    GameConfig=(GameClass="BonusPack.xMutantGame",Prefix="DM",Acronym="MUT",GameName="Mutant",Mutators="GibLife.GibLife,Gibalicious2.MutGibaliciousII,XGame.MutSlomoDeath,XGame.MutUDamageReward",Options=)
    GameConfig=(GameClass="BonusPack.xLastManStandingGame",Prefix="DM",Acronym="LMS",GameName="Last Man Standing",Mutators="GibLife.GibLife,Gibalicious2.MutGibaliciousII,XGame.MutSlomoDeath,XGame.MutUDamageReward",Options=)
    GameConfig=(GameClass="SkaarjPack.Invasion",Prefix="DM",Acronym="INV",GameName="Invasion",Mutators="GibLife.GibLife,Gibalicious2.MutGibaliciousII,XGame.MutSlomoDeath,XGame.MutUDamageReward",Options=)
    GameConfig=(GameClass="Onslaught.ONSOnslaughtGame",Prefix="ONS",Acronym="ONS",GameName="Onslaught",Mutators="GibLife.GibLife,Gibalicious2.MutGibaliciousII,XGame.MutSlomoDeath,XGame.MutUDamageReward",Options=)
    GameConfig=(GameClass="UT2k4Assault.ASGameInfo",Prefix="AS",Acronym="AS",GameName="Assault",Mutators="GibLife.GibLife,Gibalicious2.MutGibaliciousII,XGame.MutSlomoDeath,XGame.MutUDamageReward",Options=)
    GameConfig=(GameClass="Jailbreak.Jailbreak",Prefix="JB",Acronym="JB",GameName="Jailbreak",Mutators="GibLife.GibLife,Gibalicious2.MutGibaliciousII,XGame.MutSlomoDeath,XGame.MutUDamageReward",Options=)
    
    [xVoting.DefaultMapListLoader]
    bUseMapList=True
    MapNamePrefixes=DM,TDM,CTF,VCTF,ICTF,BR,DOM2,MUT,LMS,INV,ONS,AS,JB
    
    
    [Engine.MaplistManager]
    Games=(GameType="BonusPack.xLastManStandingGame",ActiveMaplist="LMS")
    Games=(GameType="BonusPack.xMutantGame",ActiveMaplist="MUT")
    Games=(GameType="Onslaught.ONSOnslaughtGame",ActiveMaplist="ONS")
    Games=(GameType="SkaarjPack.Invasion",ActiveMaplist="INV")
    Games=(GameType="UT2k4Assault.ASGameInfo",ActiveMaplist="AS")
    Games=(GameType="XGame.xBombingRun",ActiveMaplist="BR")
    Games=(GameType="XGame.xCTFGame",ActiveMaplist="CTF")
    Games=(GameType="XGame.xDeathMatch",ActiveMaplist="DM")
    Games=(GameType="XGame.xDoubleDom",ActiveMaplist="DOM2")
    Games=(GameType="XGame.xTeamGame",ActiveMaplist="TDM")
    Games=(GameType="XGame.xVehicleCTFGame",ActiveMaplist="VCTF")
    Games=(GameType="Jailbreak.Jailbreak",ActiveMaplist="JB")
    Games=(GameType="XGame.InstagibCTF",ActiveMaplist="ICTF")
    
    [DefaultJB MaplistRecord]
    DefaultTitle=Default JB
    DefaultGameType=Jailbreak.Jailbreak
    DefaultActive=0
    
    [DefaultDM MaplistRecord]
    DefaultTitle=Default DM
    DefaultGameType=XGame.xDeathMatch
    DefaultActive=0
    
    [DefaultTDM MaplistRecord]
    DefaultTitle=Default TDM
    DefaultGameType=XGame.xTeamGame
    DefaultActive=0
    
    [DefaultONS MaplistRecord]
    DefaultTitle=Default ONS
    DefaultGameType=Onslaught.ONSOnslaughtGame
    DefaultActive=0
    
    [DefaultINV MaplistRecord]
    DefaultTitle=Default INV
    DefaultGameType=SkaarjPack.Invasion
    DefaultActive=0
    
    [DefaultAS MaplistRecord]
    DefaultTitle=Default AS
    DefaultGameType=UT2k4Assault.ASGameInfo
    DefaultActive=0
    
    [DefaultICTF MaplistRecord]
    DefaultTitle=Default ICTF
    DefaultGameType=XGame.InstagibCTF
    DefaultActive=0
    
    [DefaultBR MaplistRecord]
    DefaultTitle=Default BR
    DefaultGameType=XGame.xBombingRun
    DefaultActive=0
    
    [DefaultCTF MaplistRecord]
    DefaultTitle=Default CTF
    DefaultGameType=XGame.xCTFGame
    DefaultActive=0
    
    [DefaultDOM2 MaplistRecord]
    DefaultTitle=Default DOM2
    DefaultGameType=XGame.xDoubleDom
    DefaultActive=0
    
    [DefaultLMS MaplistRecord]
    DefaultTitle=Default LMS
    DefaultGameType=BonusPack.xLastManStandingGame
    DefaultActive=0
    
    [DefaultMUT MaplistRecord]
    DefaultTitle=Default MUT
    DefaultGameType=BonusPack.xMutantGame
    DefaultActive=0
    
    [DefaultVCTF MaplistRecord]
    DefaultTitle=Default VCTF
    DefaultGameType=XGame.xVehicleCTFGame
    DefaultActive=0
    
    [AS MaplistRecord]
    DefaultTitle=AS
    DefaultGameType=UT2k4Assault.ASGameInfo
    DefaultActive=0
    DefaultMaps=AS-BP2-Acatana
    DefaultMaps=AS-BP2-Jumpship
    DefaultMaps=AS-BP2-Outback
    DefaultMaps=AS-BP2-SubRosa
    DefaultMaps=AS-BP2-Thrust
    DefaultMaps=AS-CBP2-Thrust
    DefaultMaps=AS-Confexia
    DefaultMaps=AS-Convoy
    DefaultMaps=AS-FallenCity
    DefaultMaps=AS-Glacier
    DefaultMaps=AS-Junkyard
    DefaultMaps=AS-MotherShip
    DefaultMaps=AS-RobotFactory
    DefaultMaps=AS-UCMP2-Cruciatus
    DefaultMaps=AS-UCMP3-IslandStrike
    
    [ONS MaplistRecord]
    DefaultTitle=ONS
    DefaultGameType=Onslaught.ONSOnslaughtGame
    DefaultActive=0
    DefaultMaps=ONS-Adara?LinkSetup=Default
    DefaultMaps=ONS-Adara?LinkSetup=Alternate_2
    DefaultMaps=ONS-Adara?LinkSetup=Alternate
    DefaultMaps=ONS-Adara?LinkSetup=Random
    DefaultMaps=ONS-ArcticStronghold?LinkSetup=Default
    DefaultMaps=ONS-ArcticStronghold?LinkSetup=Choke_Point
    DefaultMaps=ONS-ArcticStronghold?LinkSetup=Random
    DefaultMaps=ONS-ArcticStronghold?LinkSetup=Default?BonusVehicles=true
    DefaultMaps=ONS-ArcticStronghold?LinkSetup=Choke_Point?BonusVehicles=true
    DefaultMaps=ONS-Aridoom?LinkSetup=Default
    DefaultMaps=ONS-Aridoom?LinkSetup=Random
    DefaultMaps=ONS-Ascendancy?LinkSetup=1.Default
    DefaultMaps=ONS-Ascendancy?LinkSetup=2.Air_Domination
    DefaultMaps=ONS-Ascendancy?LinkSetup=3.Morning_Star
    DefaultMaps=ONS-Ascendancy?LinkSetup=4.Aldebaran
    DefaultMaps=ONS-Ascendancy?LinkSetup=5.Crown_Of_Ascendancy
    DefaultMaps=ONS-Ascendancy?LinkSetup=Default......................so forth...
    ...................DefaultMaps=ONS-RedPlanet?LinkSetup=Random
    DefaultMaps=ONS-RedPlanet?LinkSetup=Full_Circle?BonusVehicles=true
    DefaultMaps=ONS-RedPlanet?LinkSetup=Default?BonusVehicles=true
    DefaultMaps=ONS-Severance?LinkSetup=Criss-Cross
    DefaultMaps=ONS-Severance?LinkSetup=Default
    DefaultMaps=ONS-Severance?LinkSetup=Random
    DefaultMaps=ONS-Severance?LinkSetup=Criss-Cross?BonusVehicles=true
    DefaultMaps=ONS-Severance?LinkSetup=Default?BonusVehicles=true
    DefaultMaps=ONS-Torlan?LinkSetup=Split_Square
    DefaultMaps=ONS-Torlan?LinkSetup=Default
    DefaultMaps=ONS-Torlan?LinkSetup=Random
    DefaultMaps=ONS-Torlan?LinkSetup=Split_Square?BonusVehicles=true
    DefaultMaps=ONS-Torlan?LinkSetup=Default?BonusVehicles=true
    DefaultMaps=ONS-Tricky?LinkSetup=Default
    DefaultMaps=ONS-Tricky?LinkSetup=Random
    DefaultMaps=ONS-UCMP-ABC?LinkSetup=Letter_M
    DefaultMaps=ONS-UCMP-ABC?LinkSetup=Letter_X
    DefaultMaps=ONS-UCMP-ABC?LinkSetup=Default
    DefaultMaps=ONS-UCMP-ABC?LinkSetup=Random
    DefaultMaps=ONS-UCMP-ABC-ECE?LinkSetup=Letter_M
    DefaultMaps=ONS-UCMP-ABC-ECE?LinkSetup=Letter_X
    DefaultMaps=ONS-UCMP-ABC-ECE?LinkSetup=Default
    DefaultMaps=ONS-UCMP-ABC-ECE?LinkSetup=Random
    DefaultMaps=ONS-Urban?LinkSetup=Center_Node_and_Leviathan_Reserves
    DefaultMaps=ONS-Urban?LinkSetup=Leviathans_Only
    DefaultMaps=ONS-Urban?LinkSetup=Center_Node_Only
    DefaultMaps=ONS-Urban?LinkSetup=Default
    DefaultMaps=ONS-Urban?LinkSetup=Default_No_Leviathans
    DefaultMaps=ONS-Urban?LinkSetup=Random
    
    [DM MaplistRecord]
    DefaultTitle=DM
    DefaultGameType=XGame.xDeathMatch
    DefaultActive=0
    DefaultMaps=DM-1on1-Albatross
    DefaultMaps=DM-1on1-Argel
    DefaultMaps=DM-1on1-Crash
    DefaultMaps=DM-1on1-Desolation
    DefaultMaps=DM-1on1-Idoma
    DefaultMaps=DM-1on1-Irondust
    DefaultMaps=DM-1on1-Mixer
    DefaultMaps=DM-1on1-Roughinery
    DefaultMaps=DM-1on1-Serpentine
    DefaultMaps=DM-1on1-Spirit
    DefaultMaps=DM-1on1-Squader
    DefaultMaps=DM-1on1-Trite
    DefaultMaps=DM-Antalus
    DefaultMaps=DM-Asbestos
    DefaultMaps=DM-BP2-Calandras
    DefaultMaps=DM-BP2-GoopGod
    DefaultMaps=DM-CBP1-Arkanos
    DefaultMaps=DM-CBP1-AugustNoon.....so forth.....
    ......DefaultMaps=DM-Goliath
    DefaultMaps=DM-HyperBlast2
    DefaultMaps=DM-Icetomb
    DefaultMaps=DM-Inferno
    DefaultMaps=DM-Injector
    DefaultMaps=DM-Insidious
    DefaultMaps=DM-IronDeity
    DefaultMaps=DM-Junkyard
    DefaultMaps=DM-Leviathan
    DefaultMaps=DM-Metallurgy
    DefaultMaps=DM-Morpheus3
    DefaultMaps=DM-Oceanic
    DefaultMaps=DM-Phobos2
    DefaultMaps=DM-Plunge
    DefaultMaps=DM-Rankin
    DefaultMaps=DM-Redkin
    DefaultMaps=DM-Rrajigar
    DefaultMaps=DM-Rustatorium
    DefaultMaps=DM-Sae
    DefaultMaps=DM-Sulphur
    DefaultMaps=DM-TheDeck2004
    DefaultMaps=DM-TokaraForest
    DefaultMaps=DM-TrainingDay
    DefaultMaps=DM-UCMP-1on1-Derelict
    DefaultMaps=DM-UCMP-BloodRun
    DefaultMaps=DM-UCMP-Contrast
    DefaultMaps=DM-UCMP-ImMortalis
    DefaultMaps=DM-UCMP-PleasantValley
    DefaultMaps=DM-UCMP-RancidMetal
    DefaultMaps=DM-UCMP-ThePits
    DefaultMaps=DM-UCMP-Xanadu
    DefaultMaps=DM-UCMP2-Adamantium
    DefaultMaps=DM-UCMP2-Churn
    DefaultMaps=DM-UCMP2-Dynarak
    DefaultMaps=DM-UCMP2-Hieron
    DefaultMaps=DM-UCMP2-Saiko
    DefaultMaps=DM-UCMP2-Taron
    DefaultMaps=DM-UCMP2-Thebes
    DefaultMaps=DM-UCMP3-Altitude
    DefaultMaps=DM-UCMP3-Gantham
    DefaultMaps=DM-UCMP3-Glorian
    DefaultMaps=DM-UCMP3-Sympathy
    DefaultMaps=DM-UCMP4-Elucidation
    DefaultMaps=DM-UCMP4-Mania
    DefaultMaps=DM-UCMP4-Propaganda
    DefaultMaps=DM-UCMP4-Speos
    
    [CTF MaplistRecord]
    DefaultTitle=CTF
    DefaultGameType=XGame.xCTFGame
    DefaultActive=0
    DefaultMaps=CTF-1on1-Joust
    DefaultMaps=CTF-AbsoluteZero
    DefaultMaps=CTF-Avaris
    DefaultMaps=CTF-BP2-Concentrate
    DefaultMaps=CTF-BP2-Pistola
    DefaultMaps=CTF-BridgeOfFate
    DefaultMaps=CTF-CBP1-Betrayal
    DefaultMaps=CTF-CBP1-Concentrate
    DefaultMaps=CTF-CBP1-Ferris
    DefaultMaps=CTF-CBP1-TechDream
    DefaultMaps=CTF-CBP2-Bahera
    DefaultMaps=CTF-CBP2-Botanic
    DefaultMaps=CTF-CBP2-Decadence
    DefaultMaps=CTF-CBP2-Deep
    DefaultMaps=CTF-CBP2-Gazpacho
    DefaultMaps=CTF-CBP2-Pistola
    DefaultMaps=CTF-CBP2-Skorbut
    DefaultMaps=CTF-Chrome
    DefaultMaps=CTF-Citadel
    DefaultMaps=CTF-Colossus
    DefaultMaps=CTF-DE-ElecFields
    DefaultMaps=CTF-DE-LavaGiant2
    DefaultMaps=CTF-December
    DefaultMaps=CTF-DoubleDammage
    DefaultMaps=CTF-Face3
    DefaultMaps=CTF-FaceClassic
    DefaultMaps=CTF-Geothermal
    DefaultMaps=CTF-Grassyknoll
    DefaultMaps=CTF-Grendelkeep
    DefaultMaps=CTF-January
    DefaultMaps=CTF-Lostfaith
    DefaultMaps=CTF-Magma
    DefaultMaps=CTF-Maul
    DefaultMaps=CTF-MoonDragon
    DefaultMaps=CTF-Orbital2
    DefaultMaps=CTF-Smote
    DefaultMaps=CTF-TwinTombs
    DefaultMaps=CTF-UCMP-Aithanarid
    DefaultMaps=CTF-UCMP-Aquatica
    DefaultMaps=CTF-UCMP-DecaneCaldera
    DefaultMaps=CTF-UCMP2-Campgrounds
    DefaultMaps=CTF-UCMP2-Enlightenment
    DefaultMaps=CTF-UCMP2-Orcus
    DefaultMaps=CTF-UCMP2-RottenCity
    DefaultMaps=CTF-UCMP2-Sublimity
    DefaultMaps=CTF-UCMP2-Vadamerca
    DefaultMaps=CTF-UCMP3-Tidal
    DefaultMaps=CTF-UCMP4-Talya
    DefaultMaps=CTF-UCMP4-Virility
    
    [TDM MaplistRecord]
    DefaultTitle=TDM
    DefaultGameType=XGame.xTeamGame
    DefaultActive=0
    DefaultMaps=DM-1on1-Albatross
    DefaultMaps=DM-1on1-Argel
    DefaultMaps=DM-1on1-Crash
    DefaultMaps=DM-1on1-Desolation
    DefaultMaps=DM-1on1-Idoma
    DefaultMaps=DM-1on1-Irondust
    DefaultMaps=DM-1on1-Mixer
    DefaultMaps=DM-1on1-Roughinery
    DefaultMaps=DM-1on1-Serpentine
    DefaultMaps=DM-1on1-Spirit
    DefaultMaps=DM-1on1-Squader
    DefaultMaps=DM-1on1-Trite......so forth....
    .........DefaultMaps=DM-Goliath
    DefaultMaps=DM-HyperBlast2
    DefaultMaps=DM-Icetomb
    DefaultMaps=DM-Inferno
    DefaultMaps=DM-Injector
    DefaultMaps=DM-Insidious
    DefaultMaps=DM-IronDeity
    DefaultMaps=DM-Junkyard
    DefaultMaps=DM-Leviathan
    DefaultMaps=DM-Metallurgy
    DefaultMaps=DM-Morpheus3
    DefaultMaps=DM-Oceanic
    DefaultMaps=DM-Phobos2
    DefaultMaps=DM-Plunge
    DefaultMaps=DM-Rankin
    DefaultMaps=DM-Redkin
    DefaultMaps=DM-Rrajigar
    DefaultMaps=DM-Rustatorium
    DefaultMaps=DM-Sae
    DefaultMaps=DM-Sulphur
    DefaultMaps=DM-TheDeck2004
    DefaultMaps=DM-TokaraForest
    DefaultMaps=DM-TrainingDay
    DefaultMaps=DM-UCMP-1on1-Derelict
    DefaultMaps=DM-UCMP-BloodRun
    DefaultMaps=DM-UCMP-Contrast
    DefaultMaps=DM-UCMP-ImMortalis
    DefaultMaps=DM-UCMP-PleasantValley
    DefaultMaps=DM-UCMP-RancidMetal
    DefaultMaps=DM-UCMP-ThePits
    DefaultMaps=DM-UCMP-Xanadu
    DefaultMaps=DM-UCMP2-Adamantium
    DefaultMaps=DM-UCMP2-Churn
    DefaultMaps=DM-UCMP2-Dynarak
    DefaultMaps=DM-UCMP2-Hieron
    DefaultMaps=DM-UCMP2-Saiko
    DefaultMaps=DM-UCMP2-Taron
    DefaultMaps=DM-UCMP2-Thebes
    DefaultMaps=DM-UCMP3-Altitude
    DefaultMaps=DM-UCMP3-Gantham
    DefaultMaps=DM-UCMP3-Glorian
    DefaultMaps=DM-UCMP3-Sympathy
    DefaultMaps=DM-UCMP4-Elucidation
    DefaultMaps=DM-UCMP4-Mania
    DefaultMaps=DM-UCMP4-Propaganda
    DefaultMaps=DM-UCMP4-Speos
    
    [DUEL MaplistRecord]
    DefaultTitle=DUEL
    DefaultGameType=XGame.xDeathMatch
    DefaultActive=0
    DefaultMaps=DM-1on1-Albatross
    DefaultMaps=DM-1on1-Argel
    DefaultMaps=DM-1on1-Crash
    DefaultMaps=DM-1on1-Desolation
    DefaultMaps=DM-1on1-Idoma
    DefaultMaps=DM-1on1-Irondust
    DefaultMaps=DM-1on1-Mixer
    DefaultMaps=DM-1on1-Roughinery
    DefaultMaps=DM-1on1-Serpentine
    DefaultMaps=DM-1on1-Spirit
    DefaultMaps=DM-1on1-Squader
    DefaultMaps=DM-1on1-Trite
    DefaultMaps=DM-UCMP-1on1-Derelict
    
    [DOM2 MaplistRecord]
    DefaultTitle=DOM2
    DefaultGameType=XGame.xDoubleDom
    DefaultActive=0
    DefaultMaps=DOM-Access
    DefaultMaps=DOM-Aswan
    DefaultMaps=DOM-Atlantis
    DefaultMaps=DOM-CBP1-Aphrodite
    DefaultMaps=DOM-CBP1-Hathor
    DefaultMaps=DOM-CBP1-Verde
    DefaultMaps=DOM-CBP2-Gerroid
    DefaultMaps=DOM-CBP2-Summit
    DefaultMaps=DOM-Conduit
    DefaultMaps=DOM-Core
    DefaultMaps=DOM-Junkyard
    DefaultMaps=DOM-Outrigger
    DefaultMaps=DOM-Renascent
    DefaultMaps=DOM-Ruination
    DefaultMaps=DOM-ScorchedEarth
    DefaultMaps=DOM-SepukkuGorge
    DefaultMaps=DOM-Suntemple
    DefaultMaps=DOM-UCMP-Cerebral
    DefaultMaps=DOM-UCMP2-1on1-Smelter
    DefaultMaps=DOM-UCMP2-Meskhenet
    
    [BR MaplistRecord]
    DefaultTitle=BR
    DefaultGameType=XGame.xBombingRun
    DefaultActive=0
    DefaultMaps=BR-Anubis
    DefaultMaps=BR-Bifrost
    DefaultMaps=BR-BridgeOfFate
    DefaultMaps=BR-CBP1-BreakLimit2004
    DefaultMaps=BR-CBP2-Aquarius
    DefaultMaps=BR-CBP2-Bahera
    DefaultMaps=BR-Canyon
    DefaultMaps=BR-Colossus
    DefaultMaps=BR-DE-ElecFields
    DefaultMaps=BR-Disclosure
    DefaultMaps=BR-IceFields
    DefaultMaps=BR-Serenity
    DefaultMaps=BR-Skyline
    DefaultMaps=BR-Slaughterhouse
    DefaultMaps=BR-TwinTombs
    DefaultMaps=BR-UCMP2-Sublimity
    
    [MUT MaplistRecord]
    DefaultTitle=MUT
    DefaultGameType=BonusPack.xMutantGame
    DefaultActive=0
    DefaultMaps=DM-1on1-Albatross
    DefaultMaps=DM-1on1-Argel
    DefaultMaps=DM-1on1-Crash
    DefaultMaps=DM-1on1-Desolation
    DefaultMaps=DM-1on1-Idoma
    DefaultMaps=DM-1on1-Irondust
    DefaultMaps=DM-1on1-Mixer
    DefaultMaps=DM-1on1-Roughinery
    DefaultMaps=DM-1on1-Serpentine
    DefaultMaps=DM-1on1-Spirit
    DefaultMaps=DM-1on1-Squader
    DefaultMaps=DM-1on1-Trite
    DefaultMaps=DM-Antalus
    DefaultMaps=DM-Asbestos
    DefaultMaps=DM-BP2-Calandras
    DefaultMaps=DM-BP2-GoopGod
    DefaultMaps=DM-CBP1-Arkanos
    DefaultMaps=DM-CBP1-AugustNoon
    DefaultMaps=DM-CBP1-BlackJackal
    DefaultMaps=DM-CBP1-Downgrave
    DefaultMaps=DM-CBP1-Elegance
    DefaultMaps=DM-CBP1-Emperor
    DefaultMaps=DM-CBP1-Finale
    DefaultMaps=DM-CBP1-GoldenDawn
    DefaultMaps=DM-CBP1-Neandertalus
    DefaultMaps=DM-CBP1-Ougaldwin
    DefaultMaps=DM-CBP1-Shifter
    DefaultMaps=DM-CBP2-Achilles
    DefaultMaps=DM-CBP2-Archipelago
    DefaultMaps=DM-CBP2-Azures
    DefaultMaps=DM-CBP2-Buliwyf
    DefaultMaps=DM-CBP2-Drakonis
    DefaultMaps=DM-CBP2-Griffin
    DefaultMaps=DM-CBP2-Kadath
    DefaultMaps=DM-CBP2-Kerosene
    DefaultMaps=DM-CBP2-Khrono
    DefaultMaps=DM-CBP2-KillbillyBarn
    DefaultMaps=DM-CBP2-Koma
    DefaultMaps=DM-CBP2-KroujKran
    DefaultMaps=DM-CBP2-Masurao
    DefaultMaps=DM-CBP2-Meitak
    DefaultMaps=DM-CBP2-Niflheim
    DefaultMaps=DM-CBP2-Reconstruct
    DefaultMaps=DM-CBP2-Summit
    DefaultMaps=DM-CBP2-TelMecoMEX
    DefaultMaps=DM-CBP2-Tempest
    DefaultMaps=DM-CBP2-TensileSteel
    DefaultMaps=DM-CBP2-Torkenstein
    DefaultMaps=DM-CBP2-Tydal
    DefaultMaps=DM-Compressed
    DefaultMaps=DM-Corrugation
    DefaultMaps=DM-Curse4
    DefaultMaps=DM-DE-Grendelkeep
    DefaultMaps=DM-DE-Ironic
    DefaultMaps=DM-DE-Osiris2
    DefaultMaps=DM-Deck17
    DefaultMaps=DM-DesertIsle
    DefaultMaps=DM-Flux2
    DefaultMaps=DM-Forbidden
    DefaultMaps=DM-Gael
    DefaultMaps=DM-Gestalt
    DefaultMaps=DM-Goliath
    DefaultMaps=DM-HyperBlast2
    DefaultMaps=DM-Icetomb
    DefaultMaps=DM-Inferno
    DefaultMaps=DM-Injector
    DefaultMaps=DM-Insidious
    DefaultMaps=DM-IronDeity
    DefaultMaps=DM-Junkyard
    DefaultMaps=DM-Leviathan
    DefaultMaps=DM-Metallurgy
    DefaultMaps=DM-Morpheus3
    DefaultMaps=DM-Oceanic
    DefaultMaps=DM-Phobos2
    DefaultMaps=DM-Plunge
    DefaultMaps=DM-Rankin
    DefaultMaps=DM-Redkin
    DefaultMaps=DM-Rrajigar
    DefaultMaps=DM-Rustatorium
    DefaultMaps=DM-Sae
    DefaultMaps=DM-Sulphur
    DefaultMaps=DM-TheDeck2004
    DefaultMaps=DM-TokaraForest
    DefaultMaps=DM-TrainingDay
    DefaultMaps=DM-UCMP-1on1-Derelict
    DefaultMaps=DM-UCMP-BloodRun
    DefaultMaps=DM-UCMP-Contrast
    DefaultMaps=DM-UCMP-ImMortalis
    DefaultMaps=DM-UCMP-PleasantValley
    DefaultMaps=DM-UCMP-RancidMetal
    DefaultMaps=DM-UCMP-ThePits
    DefaultMaps=DM-UCMP-Xanadu
    DefaultMaps=DM-UCMP2-Adamantium
    DefaultMaps=DM-UCMP2-Churn
    DefaultMaps=DM-UCMP2-Dynarak
    DefaultMaps=DM-UCMP2-Hieron
    DefaultMaps=DM-UCMP2-Saiko
    DefaultMaps=DM-UCMP2-Taron
    DefaultMaps=DM-UCMP2-Thebes
    DefaultMaps=DM-UCMP3-Altitude
    DefaultMaps=DM-UCMP3-Gantham
    DefaultMaps=DM-UCMP3-Glorian
    DefaultMaps=DM-UCMP3-Sympathy
    DefaultMaps=DM-UCMP4-Elucidation
    DefaultMaps=DM-UCMP4-Mania
    DefaultMaps=DM-UCMP4-Propaganda
    DefaultMaps=DM-UCMP4-Speos
    
    [INV MaplistRecord]
    DefaultTitle=INV
    DefaultGameType=SkaarjPack.Invasion
    DefaultActive=0
    DefaultMaps=DM-1on1-Albatross
    DefaultMaps=DM-1on1-Argel
    DefaultMaps=DM-1on1-Crash
    DefaultMaps=DM-1on1-Desolation
    DefaultMaps=DM-1on1-Idoma
    DefaultMaps=DM-1on1-Irondust
    DefaultMaps=DM-1on1-Mixer
    DefaultMaps=DM-1on1-Roughinery
    DefaultMaps=DM-1on1-Serpentine
    DefaultMaps=DM-1on1-Spirit
    DefaultMaps=DM-1on1-Squader
    DefaultMaps=DM-1on1-Trite
    DefaultMaps=DM-Antalus
    DefaultMaps=DM-Asbestos
    DefaultMaps=DM-BP2-Calandras
    DefaultMaps=DM-BP2-GoopGod
    DefaultMaps=DM-CBP1-Arkanos
    DefaultMaps=DM-CBP1-AugustNoon
    DefaultMaps=DM-CBP1-BlackJackal
    DefaultMaps=DM-CBP1-Downgrave
    DefaultMaps=DM-CBP1-Elegance
    DefaultMaps=DM-CBP1-Emperor
    DefaultMaps=DM-CBP1-Finale
    DefaultMaps=DM-CBP1-GoldenDawn
    DefaultMaps=DM-CBP1-Neandertalus
    DefaultMaps=DM-CBP1-Ougaldwin
    DefaultMaps=DM-CBP1-Shifter
    DefaultMaps=DM-CBP2-Achilles
    DefaultMaps=DM-CBP2-Archipelago
    DefaultMaps=DM-CBP2-Azures
    DefaultMaps=DM-CBP2-Buliwyf
    DefaultMaps=DM-CBP2-Drakonis
    DefaultMaps=DM-CBP2-Griffin
    DefaultMaps=DM-CBP2-Kadath
    DefaultMaps=DM-CBP2-Kerosene
    DefaultMaps=DM-CBP2-Khrono
    DefaultMaps=DM-CBP2-KillbillyBarn
    DefaultMaps=DM-CBP2-Koma
    DefaultMaps=DM-CBP2-KroujKran
    DefaultMaps=DM-CBP2-Masurao
    DefaultMaps=DM-CBP2-Meitak
    DefaultMaps=DM-CBP2-Niflheim
    DefaultMaps=DM-CBP2-Reconstruct
    DefaultMaps=DM-CBP2-Summit
    DefaultMaps=DM-CBP2-TelMecoMEX
    DefaultMaps=DM-CBP2-Tempest
    DefaultMaps=DM-CBP2-TensileSteel
    DefaultMaps=DM-CBP2-Torkenstein
    DefaultMaps=DM-CBP2-Tydal
    DefaultMaps=DM-Compressed
    DefaultMaps=DM-Corrugation
    DefaultMaps=DM-Curse4
    DefaultMaps=DM-DE-Grendelkeep
    DefaultMaps=DM-DE-Ironic
    DefaultMaps=DM-DE-Osiris2
    DefaultMaps=DM-Deck17
    DefaultMaps=DM-DesertIsle
    DefaultMaps=DM-Flux2
    DefaultMaps=DM-Forbidden
    DefaultMaps=DM-Gael
    DefaultMaps=DM-Gestalt
    DefaultMaps=DM-Goliath
    DefaultMaps=DM-HyperBlast2
    DefaultMaps=DM-Icetomb
    DefaultMaps=DM-Inferno
    DefaultMaps=DM-Injector
    DefaultMaps=DM-Insidious
    DefaultMaps=DM-IronDeity
    DefaultMaps=DM-Junkyard
    DefaultMaps=DM-Leviathan
    DefaultMaps=DM-Metallurgy
    DefaultMaps=DM-Morpheus3
    DefaultMaps=DM-Oceanic
    DefaultMaps=DM-Phobos2
    DefaultMaps=DM-Plunge
    DefaultMaps=DM-Rankin
    DefaultMaps=DM-Redkin
    DefaultMaps=DM-Rrajigar
    DefaultMaps=DM-Rustatorium
    DefaultMaps=DM-Sae
    DefaultMaps=DM-Sulphur
    DefaultMaps=DM-TheDeck2004
    DefaultMaps=DM-TokaraForest
    DefaultMaps=DM-TrainingDay
    DefaultMaps=DM-UCMP-1on1-Derelict
    DefaultMaps=DM-UCMP-BloodRun
    DefaultMaps=DM-UCMP-Contrast
    DefaultMaps=DM-UCMP-ImMortalis
    DefaultMaps=DM-UCMP-PleasantValley
    DefaultMaps=DM-UCMP-RancidMetal
    DefaultMaps=DM-UCMP-ThePits
    DefaultMaps=DM-UCMP-Xanadu
    DefaultMaps=DM-UCMP2-Adamantium
    DefaultMaps=DM-UCMP2-Churn
    DefaultMaps=DM-UCMP2-Dynarak
    DefaultMaps=DM-UCMP2-Hieron
    DefaultMaps=DM-UCMP2-Saiko
    DefaultMaps=DM-UCMP2-Taron
    DefaultMaps=DM-UCMP2-Thebes
    DefaultMaps=DM-UCMP3-Altitude
    DefaultMaps=DM-UCMP3-Gantham
    DefaultMaps=DM-UCMP3-Glorian
    DefaultMaps=DM-UCMP3-Sympathy
    DefaultMaps=DM-UCMP4-Elucidation
    DefaultMaps=DM-UCMP4-Mania
    DefaultMaps=DM-UCMP4-Propaganda
    DefaultMaps=DM-UCMP4-Speos
    
    [LMS MaplistRecord]
    DefaultTitle=LMS
    DefaultGameType=BonusPack.xLastManStandingGame
    DefaultActive=0
    DefaultMaps=DM-1on1-Albatross
    DefaultMaps=DM-1on1-Argel
    DefaultMaps=DM-1on1-Crash
    DefaultMaps=DM-1on1-Desolation
    DefaultMaps=DM-1on1-Idoma
    DefaultMaps=DM-1on1-Irondust
    DefaultMaps=DM-1on1-Mixer
    DefaultMaps=DM-1on1-Roughinery
    DefaultMaps=DM-1on1-Serpentine
    DefaultMaps=DM-1on1-Spirit
    DefaultMaps=DM-1on1-Squader
    DefaultMaps=DM-1on1-Trite
    DefaultMaps=DM-Antalus
    DefaultMaps=DM-Asbestos
    DefaultMaps=DM-BP2-Calandras
    DefaultMaps=DM-BP2-GoopGod
    DefaultMaps=DM-CBP1-Arkanos
    DefaultMaps=DM-CBP1-AugustNoon
    DefaultMaps=DM-CBP1-BlackJackal
    DefaultMaps=DM-CBP1-Downgrave
    DefaultMaps=DM-CBP1-Elegance
    DefaultMaps=DM-CBP1-Emperor
    DefaultMaps=DM-CBP1-Finale
    DefaultMaps=DM-CBP1-GoldenDawn
    DefaultMaps=DM-CBP1-Neandertalus
    DefaultMaps=DM-CBP1-Ougaldwin
    DefaultMaps=DM-CBP1-Shifter
    DefaultMaps=DM-CBP2-Achilles
    DefaultMaps=DM-CBP2-Archipelago
    DefaultMaps=DM-CBP2-Azures
    DefaultMaps=DM-CBP2-Buliwyf
    DefaultMaps=DM-CBP2-Drakonis
    DefaultMaps=DM-CBP2-Griffin
    DefaultMaps=DM-CBP2-Kadath
    DefaultMaps=DM-CBP2-Kerosene
    DefaultMaps=DM-CBP2-Khrono
    DefaultMaps=DM-CBP2-KillbillyBarn
    DefaultMaps=DM-CBP2-Koma
    DefaultMaps=DM-CBP2-KroujKran
    DefaultMaps=DM-CBP2-Masurao
    DefaultMaps=DM-CBP2-Meitak
    DefaultMaps=DM-CBP2-Niflheim
    DefaultMaps=DM-CBP2-Reconstruct
    DefaultMaps=DM-CBP2-Summit
    DefaultMaps=DM-CBP2-TelMecoMEX
    DefaultMaps=DM-CBP2-Tempest
    DefaultMaps=DM-CBP2-TensileSteel
    DefaultMaps=DM-CBP2-Torkenstein
    DefaultMaps=DM-CBP2-Tydal
    DefaultMaps=DM-Compressed
    DefaultMaps=DM-Corrugation
    DefaultMaps=DM-Curse4
    DefaultMaps=DM-DE-Grendelkeep
    DefaultMaps=DM-DE-Ironic
    DefaultMaps=DM-DE-Osiris2
    DefaultMaps=DM-Deck17
    DefaultMaps=DM-DesertIsle
    DefaultMaps=DM-Flux2
    DefaultMaps=DM-Forbidden
    DefaultMaps=DM-Gael
    DefaultMaps=DM-Gestalt
    DefaultMaps=DM-Goliath
    DefaultMaps=DM-HyperBlast2
    DefaultMaps=DM-Icetomb
    DefaultMaps=DM-Inferno
    DefaultMaps=DM-Injector
    DefaultMaps=DM-Insidious
    DefaultMaps=DM-IronDeity
    DefaultMaps=DM-Junkyard
    DefaultMaps=DM-Leviathan
    DefaultMaps=DM-Metallurgy
    DefaultMaps=DM-Morpheus3
    DefaultMaps=DM-Oceanic
    DefaultMaps=DM-Phobos2
    DefaultMaps=DM-Plunge
    DefaultMaps=DM-Rankin
    DefaultMaps=DM-Redkin
    DefaultMaps=DM-Rrajigar
    DefaultMaps=DM-Rustatorium
    DefaultMaps=DM-Sae
    DefaultMaps=DM-Sulphur
    DefaultMaps=DM-TheDeck2004
    DefaultMaps=DM-TokaraForest
    DefaultMaps=DM-TrainingDay
    DefaultMaps=DM-UCMP-1on1-Derelict
    DefaultMaps=DM-UCMP-BloodRun
    DefaultMaps=DM-UCMP-Contrast
    DefaultMaps=DM-UCMP-ImMortalis
    DefaultMaps=DM-UCMP-PleasantValley
    DefaultMaps=DM-UCMP-RancidMetal
    DefaultMaps=DM-UCMP-ThePits
    DefaultMaps=DM-UCMP-Xanadu
    DefaultMaps=DM-UCMP2-Adamantium
    DefaultMaps=DM-UCMP2-Churn
    DefaultMaps=DM-UCMP2-Dynarak
    DefaultMaps=DM-UCMP2-Hieron
    DefaultMaps=DM-UCMP2-Saiko
    DefaultMaps=DM-UCMP2-Taron
    DefaultMaps=DM-UCMP2-Thebes
    DefaultMaps=DM-UCMP3-Altitude
    DefaultMaps=DM-UCMP3-Gantham
    DefaultMaps=DM-UCMP3-Glorian
    DefaultMaps=DM-UCMP3-Sympathy
    DefaultMaps=DM-UCMP4-Elucidation
    DefaultMaps=DM-UCMP4-Mania
    DefaultMaps=DM-UCMP4-Propaganda
    DefaultMaps=DM-UCMP4-Speos
    
    [VCTF MaplistRecord]
    DefaultTitle=VCTF
    DefaultGameType=XGame.xVehicleCTFGame
    DefaultActive=0
    DefaultMaps=VCTF-Airport
    DefaultMaps=VCTF-ArboreaCrossroad
    DefaultMaps=VCTF-BattleDam
    DefaultMaps=VCTF-DarkFields
    DefaultMaps=VCTF-Fortress
    DefaultMaps=VCTF-MulesMap
    DefaultMaps=VCTF-Tropik
    DefaultMaps=VCTF-UCMP2-RiverCanyon2
    DefaultMaps=VCTF-WindCombat
    DefaultMaps=VCTF-XtremeBridge
    DefaultMaps=VCTF-XtremeCircle
    DefaultMaps=VCTF-Ziggurat
    
    [ICTF MaplistRecord]
    DefaultTitle=ICTF
    DefaultGameType=XGame.InstagibCTF
    DefaultActive=0
    DefaultMaps=CTF-1on1-Joust
    DefaultMaps=CTF-AbsoluteZero
    DefaultMaps=CTF-Avaris
    DefaultMaps=CTF-BP2-Concentrate
    DefaultMaps=CTF-BP2-Pistola
    DefaultMaps=CTF-BridgeOfFate
    DefaultMaps=CTF-CBP1-Betrayal
    DefaultMaps=CTF-CBP1-Concentrate
    DefaultMaps=CTF-CBP1-Ferris
    DefaultMaps=CTF-CBP1-TechDream
    DefaultMaps=CTF-CBP2-Bahera
    DefaultMaps=CTF-CBP2-Botanic
    DefaultMaps=CTF-CBP2-Decadence
    DefaultMaps=CTF-CBP2-Deep
    DefaultMaps=CTF-CBP2-Gazpacho
    DefaultMaps=CTF-CBP2-Pistola
    DefaultMaps=CTF-CBP2-Skorbut
    DefaultMaps=CTF-Chrome
    DefaultMaps=CTF-Citadel
    DefaultMaps=CTF-Colossus
    DefaultMaps=CTF-DE-ElecFields
    DefaultMaps=CTF-DE-LavaGiant2
    DefaultMaps=CTF-December
    DefaultMaps=CTF-DoubleDammage
    DefaultMaps=CTF-Face3
    DefaultMaps=CTF-FaceClassic
    DefaultMaps=CTF-Geothermal
    DefaultMaps=CTF-Grassyknoll
    DefaultMaps=CTF-Grendelkeep
    DefaultMaps=CTF-January
    DefaultMaps=CTF-Lostfaith
    DefaultMaps=CTF-Magma
    DefaultMaps=CTF-Maul
    DefaultMaps=CTF-MoonDragon
    DefaultMaps=CTF-Orbital2
    DefaultMaps=CTF-Smote
    DefaultMaps=CTF-TwinTombs
    DefaultMaps=CTF-UCMP-Aithanarid
    DefaultMaps=CTF-UCMP-Aquatica
    DefaultMaps=CTF-UCMP-DecaneCaldera
    DefaultMaps=CTF-UCMP2-Campgrounds
    DefaultMaps=CTF-UCMP2-Enlightenment
    DefaultMaps=CTF-UCMP2-Orcus
    DefaultMaps=CTF-UCMP2-RottenCity
    DefaultMaps=CTF-UCMP2-Sublimity
    DefaultMaps=CTF-UCMP2-Vadamerca
    DefaultMaps=CTF-UCMP3-Tidal
    DefaultMaps=CTF-UCMP4-Talya
    DefaultMaps=CTF-UCMP4-Virility
    
    [JB MaplistRecord]
    DefaultTitle=JB
    DefaultGameType=Jailbreak.Jailbreak
    DefaultActive=0
    DefaultMaps=JB-Addien-Dwy-Gold
    DefaultMaps=JB-Arboria
    DefaultMaps=JB-Arlon-Gold
    DefaultMaps=JB-Aswan
    DefaultMaps=JB-Atlantis-Gold
    DefaultMaps=JB-BabylonTemple-Gold
    DefaultMaps=JB-Basmma
    DefaultMaps=JB-CastleBreak-Gold
    DefaultMaps=JB-Cavern
    DefaultMaps=JB-Chrome-Gold
    DefaultMaps=JB-Conduit-Gold
    DefaultMaps=JB-Cosmos
    DefaultMaps=JB-Crusher3
    DefaultMaps=JB-EpicBoy-Classic
    DefaultMaps=JB-EternalCaves-Classic
    DefaultMaps=JB-Frostbite
    DefaultMaps=JB-Furia
    DefaultMaps=JB-Grudge
    DefaultMaps=JB-Heights-Gold-v2
    DefaultMaps=JB-IndusRage2-Gold
    DefaultMaps=JB-MoonCraters-Gold
    DefaultMaps=JB-NoSense-Gold
    DefaultMaps=JB-Oasis
    DefaultMaps=JB-Poseidon-Gold
    DefaultMaps=JB-Relic
    DefaultMaps=JB-SavoIsland-Gold
    DefaultMaps=JB-ScorchedEarth
    DefaultMaps=JB-Snifam
    DefaultMaps=JB-Solamander-Gold
    DefaultMaps=JB-SpaceLego
    DefaultMaps=JB-StalwartXL
    DefaultMaps=JB-SubZero
    Any help to get vote working in UT2004 would be greatly appreciated, thanks in advance.

    #2
    Heres what the MapVoteHistory.ini shows:

    Code:
    [MapVoteHistory1 MapVoteHistory_INI]
    LastMapIndex=277
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)
    H=(M=,P=0,S=0,G=,U=)

    Comment


      #3
      Heres some more log errors:

      Code:
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.FindIndex:0062) Accessed array 'H' out of bounds (0/0)
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:00D0) Accessed array 'H' out of bounds (0/0)
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:011E) Accessed array 'H' out of bounds (0/0)
      Log: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01D3) Attempt to insert 1 elements at 1 an 0-element array 'H'
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01E4) Accessed array 'H' out of bounds (1/1)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01E4) Attempt to assign variable through None 'M'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01E4) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01FF) Accessed array 'H' out of bounds (1/1)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01FF) Attempt to assign variable through None 'P'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01FF) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0211) Accessed array 'H' out of bounds (1/1)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0211) Attempt to assign variable through None 'S'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0211) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0223) Accessed array 'H' out of bounds (1/1)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0223) Attempt to assign variable through None 'G'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0223) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:023E) Accessed array 'H' out of bounds (1/1)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:023E) Attempt to assign variable through None 'U'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:023E) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.FindIndex:0062) Accessed array 'H' out of bounds (1/1)
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:00D0) Accessed array 'H' out of bounds (1/1)
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:011E) Accessed array 'H' out of bounds (1/1)
      Log: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01D3) Attempt to insert 1 elements at 2 an 1-element array 'H'
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01E4) Accessed array 'H' out of bounds (2/2)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01E4) Attempt to assign variable through None 'M'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01E4) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01FF) Accessed array 'H' out of bounds (2/2)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01FF) Attempt to assign variable through None 'P'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01FF) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0211) Accessed array 'H' out of bounds (2/2)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0211) Attempt to assign variable through None 'S'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0211) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0223) Accessed array 'H' out of bounds (2/2)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0223) Attempt to assign variable through None 'G'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0223) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:023E) Accessed array 'H' out of bounds (2/2)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:023E) Attempt to assign variable through None 'U'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:023E) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.FindIndex:0062) Accessed array 'H' out of bounds (2/2)
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:00D0) Accessed array 'H' out of bounds (2/2)
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:011E) Accessed array 'H' out of bounds (2/2)
      Log: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01D3) Attempt to insert 1 elements at 3 an 2-element array 'H'
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01E4) Accessed array 'H' out of bounds (3/3)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01E4) Attempt to assign variable through None 'M'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01E4) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01FF) Accessed array 'H' out of bounds (3/3)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01FF) Attempt to assign variable through None 'P'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01FF) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0211) Accessed array 'H' out of bounds (3/3)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0211) Attempt to assign variable through None 'S'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0211) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0223) Accessed array 'H' out of bounds (3/3)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0223) Attempt to assign variable through None 'G'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0223) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:023E) Accessed array 'H' out of bounds (3/3)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:023E) Attempt to assign variable through None 'U'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:023E) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.FindIndex:0062) Accessed array 'H' out of bounds (3/3)
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:00D0) Accessed array 'H' out of bounds (3/3)
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:011E) Accessed array 'H' out of bounds (3/3)
      Log: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01D3) Attempt to insert 1 elements at 4 an 3-element array 'H'
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01E4) Accessed array 'H' out of bounds (4/4)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01E4) Attempt to assign variable through None 'M'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01E4) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01FF) Accessed array 'H' out of bounds (4/4)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01FF) Attempt to assign variable through None 'P'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01FF) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0211) Accessed array 'H' out of bounds (4/4)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0211) Attempt to assign variable through None 'S'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0211) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0223) Accessed array 'H' out of bounds (4/4)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0223) Attempt to assign variable through None 'G'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0223) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:023E) Accessed array 'H' out of bounds (4/4)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:023E) Attempt to assign variable through None 'U'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:023E) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.FindIndex:0062) Accessed array 'H' out of bounds (4/4)
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:00D0) Accessed array 'H' out of bounds (4/4)
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:011E) Accessed array 'H' out of bounds (4/4)
      Log: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01D3) Attempt to insert 1 elements at 5 an 4-element array 'H'
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01E4) Accessed array 'H' out of bounds (5/5)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01E4) Attempt to assign variable through None 'M'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01E4) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01FF) Accessed array 'H' out of bounds (5/5)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01FF) Attempt to assign variable through None 'P'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01FF) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0211) Accessed array 'H' out of bounds (5/5)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0211) Attempt to assign variable through None 'S'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0211) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0223) Accessed array 'H' out of bounds (5/5)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0223) Attempt to assign variable through None 'G'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0223) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:023E) Accessed array 'H' out of bounds (5/5)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:023E) Attempt to assign variable through None 'U'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:023E) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.FindIndex:0062) Accessed array 'H' out of bounds (5/5)
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:00D0) Accessed array 'H' out of bounds (5/5)
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:011E) Accessed array 'H' out of bounds (5/5)
      Log: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01D3) Attempt to insert 1 elements at 6 an 5-element array 'H'
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01E4) Accessed array 'H' out of bounds (6/6)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01E4) Attempt to assign variable through None 'M'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01E4) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01FF) Accessed array 'H' out of bounds (6/6)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01FF) Attempt to assign variable through None 'P'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01FF) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0211) Accessed array 'H' out of bounds (6/6)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0211) Attempt to assign variable through None 'S'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0211) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0223) Accessed array 'H' out of bounds (6/6)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0223) Attempt to assign variable through None 'G'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0223) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:023E) Accessed array 'H' out of bounds (6/6)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:023E) Attempt to assign variable through None 'U'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:023E) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.FindIndex:0062) Accessed array 'H' out of bounds (6/6)
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:00D0) Accessed array 'H' out of bounds (6/6)
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:011E) Accessed array 'H' out of bounds (6/6)
      Log: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01D3) Attempt to insert 1 elements at 7 an 6-element array 'H'
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01E4) Accessed array 'H' out of bounds (7/7)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01E4) Attempt to assign variable through None 'M'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01E4) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01FF) Accessed array 'H' out of bounds (7/7)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01FF) Attempt to assign variable through None 'P'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01FF) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0211) Accessed array 'H' out of bounds (7/7)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0211) Attempt to assign variable through None 'S'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0211) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0223) Accessed array 'H' out of bounds (7/7)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0223) Attempt to assign variable through None 'G'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0223) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:023E) Accessed array 'H' out of bounds (7/7)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:023E) Attempt to assign variable through None 'U'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:023E) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.FindIndex:0062) Accessed array 'H' out of bounds (7/7)
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:00D0) Accessed array 'H' out of bounds (7/7)
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:011E) Accessed array 'H' out of bounds (7/7)
      Log: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01D3) Attempt to insert 1 elements at 8 an 7-element array 'H'
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01E4) Accessed array 'H' out of bounds (8/8)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01E4) Attempt to assign variable through None 'M'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01E4) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01FF) Accessed array 'H' out of bounds (8/8)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01FF) Attempt to assign variable through None 'P'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01FF) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0211) Accessed array 'H' out of bounds (8/8)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0211) Attempt to assign variable through None 'S'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0211) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0223) Accessed array 'H' out of bounds (8/8)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0223) Attempt to assign variable through None 'G'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:0223) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:023E) Accessed array 'H' out of bounds (8/8)
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:023E) Attempt to assign variable through None 'U'
      Warning: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:023E) Attempt to assign variable through None
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.FindIndex:0062) Accessed array 'H' out of bounds (8/8)
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:00D0) Accessed array 'H' out of bounds (8/8)
      Error: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:011E) Accessed array 'H' out of bounds (8/8)
      Log: MapVoteHistory_INI Package.MapVoteHistory1 (Function xVoting.MapVoteHistory_INI.AddMap:01D3) Attempt to insert 1 elements at 9 an 8-element array 'H'
      Code:
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00AE) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00D2) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00F6) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:011A) Accessed None 'MyList'
      Log: MapVoteMultiColumnListBox::PreDraw() has invalid components!
      Log: List was NULL
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00AE) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00D2) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00F6) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:011A) Accessed None 'MyList'
      Log: MapVoteMultiColumnListBox::PreDraw() has invalid components!
      Log: List was NULL
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00AE) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00D2) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00F6) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:011A) Accessed None 'MyList'
      Log: MapVoteMultiColumnListBox::PreDraw() has invalid components!
      Log: List was NULL
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00AE) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00D2) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00F6) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:011A) Accessed None 'MyList'
      Log: MapVoteMultiColumnListBox::PreDraw() has invalid components!
      Log: List was NULL
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00AE) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00D2) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00F6) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:011A) Accessed None 'MyList'
      Log: MapVoteMultiColumnListBox::PreDraw() has invalid components!
      Log: List was NULL
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00AE) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00D2) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00F6) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:011A) Accessed None 'MyList'
      Log: MapVoteMultiColumnListBox::PreDraw() has invalid components!
      Log: List was NULL
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00AE) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00D2) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00F6) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:011A) Accessed None 'MyList'
      Log: MapVoteMultiColumnListBox::PreDraw() has invalid components!
      Log: List was NULL
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00AE) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00D2) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00F6) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:011A) Accessed None 'MyList'
      Log: MapVoteMultiColumnListBox::PreDraw() has invalid components!
      Log: List was NULL
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00AE) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00D2) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00F6) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:011A) Accessed None 'MyList'
      Log: MapVoteMultiColumnListBox::PreDraw() has invalid components!
      Log: List was NULL
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00AE) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00D2) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00F6) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:011A) Accessed None 'MyList'
      Log: MapVoteMultiColumnListBox::PreDraw() has invalid components!
      Log: List was NULL
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00AE) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00D2) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00F6) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:011A) Accessed None 'MyList'
      Log: MapVoteMultiColumnListBox::PreDraw() has invalid components!
      Log: List was NULL
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00AE) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00D2) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00F6) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:011A) Accessed None 'MyList'
      Log: MapVoteMultiColumnListBox::PreDraw() has invalid components!
      Log: List was NULL
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00AE) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00D2) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:00F6) Accessed None 'MyList'
      Warning: MapVotingPage Package.MapVotingPage (Function xVoting.MapVotingPage.AlignBK:011A) Accessed None 'MyList'
      Log: MapVoteMultiColumnListBox::PreDraw() has invalid components!
      I have not even the slightest idea of what this all is lol!

      Comment


        #4
        Delete your mapvote.ini, although that isn't the main problem. The "List was NULL" message is telling you that you don't have any maps in your lists.

        You should have this:

        Code:
        [BonusPack.MapListLastManStanding]
        Maps=DM-RRAJIGAR
        Maps=DM-RANKIN
        Maps=DM-CORRUGATION
        Maps=DM-DE-GRENDELKEEP
        Maps=DM-DE-IRONIC
        Maps=DM-DE-OSIRIS2
        Maps=DM-GESTALT
        Maps=DM-IRONDEITY
        Maps=DM-METALLURGY
        Maps=DM-Deck17
        Maps=DM-Antalus
        Maps=DM-Asbestos
        Maps=DM-Curse4
        Notice it says Maps and not DefaultMaps here?

        And this:
        Code:
        [DefaultDM MaplistRecord]
        DefaultTitle=Default DM
        DefaultGameType=XGame.xDeathMatch
        DefaultActive=0
        DefaultMaps=DM-1on1-Albatross
        DefaultMaps=DM-1on1-Crash
        DefaultMaps=DM-1on1-Desolation
        DefaultMaps=DM-1on1-Idoma
        DefaultMaps=DM-1on1-Mixer
        DefaultMaps=DM-1on1-Roughinery
        DefaultMaps=DM-1on1-Serpentine
        DefaultMaps=DM-1on1-Spirit
        DefaultMaps=DM-1on1-Squader
        DefaultMaps=DM-1on1-Trite
        Notice the difference? In your ini you have DefaultMaps where you should have Maps and nothing in the DefaultMaps lists.


        And just fyi if you change this

        Code:
        [xVoting.DefaultMapListLoader]
        bUseMapList=True
        to false, it enables all installed maps with a specific prefix to be loaded into your map list. Some people find this more convenient.

        Comment


          #5
          I've tried to reset all the settings to defaults. Heres the edit I did to the ini:

          Code:
          [Core.System]
          PurgeCacheDays=30
          SavePath=..\Save
          CachePath=../Cache
          CacheExt=.uxx
          CacheRecordPath=../System/*.ucl
          MusicPath=../Music
          SpeechPath=../Speech
          Paths=../System/*.u
          Paths=../Maps/*.ut2
          Paths=../Textures/*.utx
          Paths=../Sounds/*.uax
          Paths=../Music/*.umx
          Paths=../StaticMeshes/*.usx
          Paths=../Animations/*.ukx
          Paths=../Saves/*.uvx
          Suppress=DevLoad
          Suppress=DevSave
          Suppress=DevNetTraffic
          Suppress=DevGarbage
          Suppress=DevKill
          Suppress=DevReplace
          Suppress=DevCompile
          Suppress=DevBind
          Suppress=DevBsp
          Suppress=DevNet
          Suppress=DevLIPSinc
          Suppress=DevKarma
          Suppress=RecordCache
          ;Suppress=MapVoteDebug
          Suppress=Init
          ;suppress=MapVote
          Suppress=VoiceChat
          Suppress=ChatManager
          Suppress=Timer
          I placed a ";" in front of those two entries to enable their logging.

          Heres my current log errors:

          Code:
          ScriptLog: START MATCH
          MapVote: ___0 - {Ü¿T][MÄS}»ÖMÊGÄ voted for BR-CBP2-Aquarius(BR)
          MapVoteDebug: ___Voted - 1
          MapVoteDebug: ServerTravelString = BR-CBP2-Aquarius?Game=XGame.xBombingRun
          ScriptLog: ProcessServerTravel: BR-CBP2-Aquarius?Game=XGame.xBombingRun
          ScriptLog: PreClientTravel
          Log: Server switch level: BR-CBP2-Aquarius?Game=XGame.xBombingRun?Team=255?Name=ÖMÊGÄ?Class=Engine.Pawn?Character=Xan OMEGA
          Log: Browse: Index.ut2
          MapVote: ___Map change Failed, bad or missing map file.
          MapVoteDebug: Default Map Choosen = BR-TwinTombs(BR)
          MapVoteDebug: ServerTravelString = BR-TwinTombs?Game=XGame.xBombingRun
          ScriptLog: ProcessServerTravel: BR-TwinTombs?Game=XGame.xBombingRun
          ScriptLog: PreClientTravel
          Log: Server switch level: BR-TwinTombs?Game=XGame.xBombingRun?Team=255?Name=ÖMÊGÄ?Class=Engine.Pawn?Character=Xan OMEGA
          Log: Browse: Index.ut2
          MapVote: ___Map change Failed, bad or missing map file.
          MapVoteDebug: Default Map Choosen = BR-Canyon(BR)
          MapVoteDebug: ServerTravelString = BR-Canyon?Game=XGame.xBombingRun
          ScriptLog: ProcessServerTravel: BR-Canyon?Game=XGame.xBombingRun
          ScriptLog: PreClientTravel
          Log: Server switch level: BR-Canyon?Game=XGame.xBombingRun?Team=255?Name=ÖMÊGÄ?Class=Engine.Pawn?Character=Xan OMEGA
          Log: Browse: Index.ut2
          MapVote: ___Map change Failed, bad or missing map file.
          MapVoteDebug: Default Map Choosen = BR-UCMP2-Sublimity(BR)
          MapVoteDebug: ServerTravelString = BR-UCMP2-Sublimity?Game=XGame.xBombingRun
          ScriptLog: ProcessServerTravel: BR-UCMP2-Sublimity?Game=XGame.xBombingRun
          ScriptLog: PreClientTravel
          Log: Server switch level: BR-UCMP2-Sublimity?Game=XGame.xBombingRun?Team=255?Name=ÖMÊGÄ?Class=Engine.Pawn?Character=Xan OMEGA
          Log: Browse: Index.ut2
          MapVote: ___Map change Failed, bad or missing map file.
          MapVoteDebug: Default Map Choosen = BR-DE-ElecFields(BR)
          MapVoteDebug: ServerTravelString = BR-DE-ElecFields?Game=XGame.xBombingRun
          ScriptLog: ProcessServerTravel: BR-DE-ElecFields?Game=XGame.xBombingRun
          ScriptLog: PreClientTravel
          Log: Server switch level: BR-DE-ElecFields?Game=XGame.xBombingRun?Team=255?Name=ÖMÊGÄ?Class=Engine.Pawn?Character=Xan OMEGA
          Log: Browse: Index.ut2
          MapVote: ___Map change Failed, bad or missing map file.
          MapVoteDebug: Default Map Choosen = BR-IceFields(BR)
          MapVoteDebug: ServerTravelString = BR-IceFields?Game=XGame.xBombingRun
          ScriptLog: ProcessServerTravel: BR-IceFields?Game=XGame.xBombingRun
          ScriptLog: PreClientTravel
          Log: Server switch level: BR-IceFields?Game=XGame.xBombingRun?Team=255?Name=ÖMÊGÄ?Class=Engine.Pawn?Character=Xan OMEGA
          Log: Browse: Index.ut2
          MapVote: ___Map change Failed, bad or missing map file.
          MapVoteDebug: Default Map Choosen = BR-Disclosure(BR)
          MapVoteDebug: ServerTravelString = BR-Disclosure?Game=XGame.xBombingRun
          ScriptLog: ProcessServerTravel: BR-Disclosure?Game=XGame.xBombingRun
          ScriptLog: PreClientTravel
          Log: Server switch level: BR-Disclosure?Game=XGame.xBombingRun?Team=255?Name=ÖMÊGÄ?Class=Engine.Pawn?Character=Xan OMEGA
          Log: Browse: Index.ut2
          MapVote: ___Map change Failed, bad or missing map file.
          MapVoteDebug: Default Map Choosen = BR-Bifrost(BR)
          MapVoteDebug: ServerTravelString = BR-Bifrost?Game=XGame.xBombingRun
          ScriptLog: ProcessServerTravel: BR-Bifrost?Game=XGame.xBombingRun
          ScriptLog: PreClientTravel
          Log: Server switch level: BR-Bifrost?Game=XGame.xBombingRun?Team=255?Name=ÖMÊGÄ?Class=Engine.Pawn?Character=Xan OMEGA
          Log: Browse: Index.ut2
          MapVote: ___Map change Failed, bad or missing map file.
          MapVoteDebug: Default Map Choosen = BR-Skyline(BR)
          MapVoteDebug: ServerTravelString = BR-Skyline?Game=XGame.xBombingRun
          ScriptLog: ProcessServerTravel: BR-Skyline?Game=XGame.xBombingRun
          ScriptLog: PreClientTravel
          Log: Server switch level: BR-Skyline?Game=XGame.xBombingRun?Team=255?Name=ÖMÊGÄ?Class=Engine.Pawn?Character=Xan OMEGA
          Log: Browse: Index.ut2
          MapVote: ___Map change Failed, bad or missing map file.
          Even at default settings and only enabling the map vote system, it still doesn't work. For some reason the game thinks I am missing the maps but I'm not, and they all work fine.

          Comment


            #6
            Here is my current MapVoteHistory.ini (after I reset to defaults and deleted this file), notice how there are random numbers in the entries for BR:

            Code:
            [MapVoteHistory1 MapVoteHistory_INI]
            LastMapIndex=15
            H=(M="BR-Anubis",P=5,S=18,G=,U=)
            H=(M="BR-Bifrost",P=9,S=7,G=,U=)
            H=(M="BR-BridgeOfFate",P=2,S=17,G=,U=)
            H=(M="BR-Canyon",P=9,S=12,G=,U=)
            H=(M="BR-CBP1-BreakLimit2004",P=6,S=15,G=,U=)
            H=(M="BR-CBP2-Aquarius",P=4,S=4,G=,U=)
            H=(M="BR-CBP2-Bahera",P=8,S=33,G=,U=)
            H=(M="BR-Colossus",P=4,S=36,G=,U=)
            H=(M="BR-DE-ElecFields",P=2,S=1,G=,U=)
            H=(M="BR-Disclosure",P=6,S=8,G=,U=)
            H=(M="BR-IceFields",P=5,S=9,G=,U=)
            H=(M="BR-Serenity",P=7,S=2,G=,U=)
            H=(M="BR-Skyline",P=5,S=6,G=,U=)
            H=(M="BR-Slaughterhouse",P=6,S=16,G=,U=)
            H=(M="BR-TwinTombs",P=6,S=3,G=,U=)
            H=(M="BR-UCMP2-Sublimity",P=6,S=11,G=,U=)
            Here's my other vote sections' current settings for UT2004.ini:

            Code:
            [Engine.MaplistManager]
            Games=(GameType="BonusPack.xLastManStandingGame",ActiveMaplist="Default LMS")
            Games=(GameType="BonusPack.xMutantGame",ActiveMaplist="Default MUT")
            Games=(GameType="Onslaught.ONSOnslaughtGame",ActiveMaplist="Default ONS")
            Games=(GameType="SkaarjPack.Invasion",ActiveMaplist="Default INV")
            Games=(GameType="UT2k4Assault.ASGameInfo",ActiveMaplist="Default AS")
            Games=(GameType="XGame.xBombingRun",ActiveMaplist="Default BR")
            Games=(GameType="XGame.xCTFGame",ActiveMaplist="Default CTF")
            Games=(GameType="XGame.xDeathMatch",ActiveMaplist="Default DM")
            Games=(GameType="XGame.xDoubleDom",ActiveMaplist="Default DOM2")
            Games=(GameType="XGame.xTeamGame",ActiveMaplist="Default TDM")
            Games=(GameType="XGame.xVehicleCTFGame",ActiveMaplist="Default VCTF")
            Games=(GameType="Jailbreak.Jailbreak",ActiveMaplist="Default JB")
            Games=(GameType="XGame.InstagibCTF",ActiveMaplist="Default ICTF")
            
            [DefaultDM MaplistRecord]
            DefaultTitle=Default DM
            DefaultGameType=XGame.xDeathMatch
            DefaultActive=0
            DefaultMaps=DM-1on1-Albatross
            DefaultMaps=DM-1on1-Crash
            DefaultMaps=DM-1on1-Desolation
            DefaultMaps=DM-1on1-Idoma
            DefaultMaps=DM-1on1-Irondust
            DefaultMaps=DM-1on1-Mixer
            DefaultMaps=DM-1on1-Roughinery
            DefaultMaps=DM-1on1-Serpentine
            DefaultMaps=DM-1on1-Spirit
            DefaultMaps=DM-1on1-Squader
            DefaultMaps=DM-1on1-Trite
            
            [DefaultTDM MaplistRecord]
            DefaultTitle=Default TDM
            DefaultGameType=XGame.xTeamGame
            DefaultActive=0
            DefaultMaps=DM-RRAJIGAR
            DefaultMaps=DM-RANKIN
            DefaultMaps=DM-CORRUGATION
            DefaultMaps=DM-DE-GRENDELKEEP
            DefaultMaps=DM-DE-IRONIC
            DefaultMaps=DM-DE-OSIRIS2
            DefaultMaps=DM-GESTALT
            DefaultMaps=DM-IRONDEITY
            DefaultMaps=DM-METALLURGY
            DefaultMaps=DM-Deck17
            DefaultMaps=DM-Antalus
            DefaultMaps=DM-Asbestos
            DefaultMaps=DM-Curse4
            
            [1on1TeamDeathmatch MaplistRecord]
            DefaultTitle=1 on 1 Team Deathmatch
            DefaultGameType=XGame.xTeamGame
            DefaultActive=0
            DefaultMaps=DM-1on1-Albatross
            DefaultMaps=DM-1on1-Crash
            DefaultMaps=DM-1on1-Desolation
            DefaultMaps=DM-1on1-Idoma
            DefaultMaps=DM-1on1-Irondust
            DefaultMaps=DM-1on1-Mixer
            DefaultMaps=DM-1on1-Roughinery
            DefaultMaps=DM-1on1-Serpentine
            DefaultMaps=DM-1on1-Spirit
            DefaultMaps=DM-1on1-Squader
            DefaultMaps=DM-1on1-Trite
            
            [1on1Deathmatch MaplistRecord]
            DefaultTitle=1 on 1 Deathmatch
            DefaultGameType=XGame.xDeathMatch
            DefaultActive=0
            DefaultMaps=DM-1on1-Albatross
            DefaultMaps=DM-1on1-Crash
            DefaultMaps=DM-1on1-Desolation
            DefaultMaps=DM-1on1-Idoma
            DefaultMaps=DM-1on1-Irondust
            DefaultMaps=DM-1on1-Mixer
            DefaultMaps=DM-1on1-Roughinery
            DefaultMaps=DM-1on1-Serpentine
            DefaultMaps=DM-1on1-Spirit
            DefaultMaps=DM-1on1-Squader
            DefaultMaps=DM-1on1-Trite
            
            [XInterface.MapListDeathMatch]
            MapNum=0
            Maps=DM-RRAJIGAR
            Maps=DM-RANKIN
            Maps=DM-CORRUGATION
            Maps=DM-DE-GRENDELKEEP
            Maps=DM-DE-IRONIC
            Maps=DM-DE-OSIRIS2
            Maps=DM-GESTALT
            Maps=DM-IRONDEITY
            Maps=DM-METALLURGY
            Maps=DM-Deck17
            Maps=DM-Antalus
            Maps=DM-Asbestos
            Maps=DM-Curse4
            
            [XInterface.MapListTeamDeathMatch]
            MapNum=0
            Maps=DM-RRAJIGAR
            Maps=DM-RANKIN
            Maps=DM-CORRUGATION
            Maps=DM-DE-GRENDELKEEP
            Maps=DM-DE-IRONIC
            Maps=DM-DE-OSIRIS2
            Maps=DM-GESTALT
            Maps=DM-IRONDEITY
            Maps=DM-METALLURGY
            Maps=DM-Deck17
            Maps=DM-Antalus
            Maps=DM-Asbestos
            Maps=DM-Curse4
            
            [XInterface.MapListCaptureTheFlag]
            MapNum=0
            Maps=CTF-ABSOLUTEZERO
            Maps=CTF-MOONDRAGON
            Maps=CTF-GRASSYKNOLL
            Maps=CTF-COLOSSUS
            Maps=CTF-SMOTE
            Maps=CTF-DOUBLEDAMMAGE
            Maps=CTF-AVARIS
            Maps=CTF-BRIDGEOFFATE
            Maps=CTF-FaceClassic
            Maps=CTF-CHROME
            Maps=CTF-Citadel
            Maps=CTF-Orbital2
            
            [XInterface.MapListDoubleDomination]
            MapNum=0
            Maps=DOM-ATLANTIS
            Maps=DOM-ACCESS
            Maps=DOM-ASWAN
            Maps=DOM-JUNKYARD
            Maps=DOM-RENASCENT
            Maps=DOM-SUNTEMPLE
            Maps=DOM-SCORCHEDEARTH
            
            [XInterface.MapListBombingRun]
            MapNum=0
            Maps=BR-TWINTOMBS
            Maps=BR-BRIDGEOFFATE
            Maps=BR-CANYON
            Maps=BR-COLOSSUS
            Maps=BR-SERENITY
            Maps=BR-SkyLine
            Maps=BR-Anubis
            
            [BonusPack.MapListMutant]
            Maps=DM-RRAJIGAR
            Maps=DM-RANKIN
            Maps=DM-CORRUGATION
            Maps=DM-DE-GRENDELKEEP
            Maps=DM-DE-IRONIC
            Maps=DM-DE-OSIRIS2
            Maps=DM-GESTALT
            Maps=DM-IRONDEITY
            Maps=DM-METALLURGY
            Maps=DM-Deck17
            Maps=DM-Antalus
            Maps=DM-Asbestos
            Maps=DM-Curse4
            
            [BonusPack.MapListLastManStanding]
            Maps=DM-RRAJIGAR
            Maps=DM-RANKIN
            Maps=DM-CORRUGATION
            Maps=DM-DE-GRENDELKEEP
            Maps=DM-DE-IRONIC
            Maps=DM-DE-OSIRIS2
            Maps=DM-GESTALT
            Maps=DM-IRONDEITY
            Maps=DM-METALLURGY
            Maps=DM-Deck17
            Maps=DM-Antalus
            Maps=DM-Asbestos
            Maps=DM-Curse4
            
            [Onslaught.ONSMapListOnslaught]
            Maps=ONS-TORLAN?LinkSetup=Default
            Maps=ONS-ARCTICSTRONGHOLD?LinkSetup=Default
            Maps=ONS-CROSSFIRE?LinkSetup=Default
            Maps=ONS-DRIA?LinkSetup=Default
            Maps=ONS-SEVERANCE?LinkSetup=Default
            
            [Skaarjpack.MapListSkaarjInvasion]
            Maps=DM-RRAJIGAR
            Maps=DM-RANKIN
            Maps=DM-CORRUGATION
            Maps=DM-DE-GRENDELKEEP
            Maps=DM-DE-IRONIC
            Maps=DM-DE-OSIRIS2
            Maps=DM-GESTALT
            Maps=DM-IRONDEITY
            Maps=DM-METALLURGY
            Maps=DM-Deck17
            Maps=DM-Antalus
            Maps=DM-Asbestos
            
            [UT2K4Assault.ASMapList]
            Maps=AS-CONVOY
            Maps=AS-FALLENCITY
            Maps=AS-MOTHERSHIP
            Maps=AS-GLACIER
            Maps=AS-ROBOTFACTORY
            Maps=AS-JUNKYARD
            
            [DefaultLMS MaplistRecord]
            DefaultTitle=Default LMS
            DefaultGameType=BonusPack.xLastManStandingGame
            DefaultActive=0
            DefaultMaps=DM-RRAJIGAR
            DefaultMaps=DM-RANKIN
            DefaultMaps=DM-CORRUGATION
            DefaultMaps=DM-DE-GRENDELKEEP
            DefaultMaps=DM-DE-IRONIC
            DefaultMaps=DM-DE-OSIRIS2
            DefaultMaps=DM-GESTALT
            DefaultMaps=DM-IRONDEITY
            DefaultMaps=DM-METALLURGY
            DefaultMaps=DM-Deck17
            DefaultMaps=DM-Antalus
            DefaultMaps=DM-Asbestos
            DefaultMaps=DM-Curse4
            
            [DefaultMUT MaplistRecord]
            DefaultTitle=Default MUT
            DefaultGameType=BonusPack.xMutantGame
            DefaultActive=0
            DefaultMaps=DM-RRAJIGAR
            DefaultMaps=DM-RANKIN
            DefaultMaps=DM-CORRUGATION
            DefaultMaps=DM-DE-GRENDELKEEP
            DefaultMaps=DM-DE-IRONIC
            DefaultMaps=DM-DE-OSIRIS2
            DefaultMaps=DM-GESTALT
            DefaultMaps=DM-IRONDEITY
            DefaultMaps=DM-METALLURGY
            DefaultMaps=DM-Deck17
            DefaultMaps=DM-Antalus
            DefaultMaps=DM-Asbestos
            DefaultMaps=DM-Curse4
            
            [Jailbreak.JBMapList]
            Maps=JB-Addien-Dwy-Gold
            Maps=JB-BabylonTemple-Gold
            Maps=JB-CastleBreak-Gold
            Maps=JB-Cosmos
            Maps=JB-Poseidon-Gold
            Maps=JB-Oasis
            Maps=JB-Cavern
            Maps=JB-MoonCraters-Gold
            Maps=JB-Aswan
            Maps=JB-SavoIsland-Gold
            Maps=JB-NoSense-Gold
            Maps=JB-Conduit-Gold
            Maps=JB-IndusRage2-Gold
            Maps=JB-Arlon-Gold
            Maps=JB-SubZero
            Maps=JB-Solamander-Gold
            MapNum=0
            
            [DefaultJB MaplistRecord]
            DefaultTitle=Default JB
            DefaultGameType=Jailbreak.Jailbreak
            DefaultActive=0
            DefaultMaps=JB-Addien-Dwy-Gold
            DefaultMaps=JB-BabylonTemple-Gold
            DefaultMaps=JB-CastleBreak-Gold
            DefaultMaps=JB-Cosmos
            DefaultMaps=JB-Poseidon-Gold
            DefaultMaps=JB-Oasis
            DefaultMaps=JB-Cavern
            DefaultMaps=JB-MoonCraters-Gold
            DefaultMaps=JB-Aswan
            DefaultMaps=JB-SavoIsland-Gold
            DefaultMaps=JB-NoSense-Gold
            DefaultMaps=JB-Conduit-Gold
            DefaultMaps=JB-IndusRage2-Gold
            DefaultMaps=JB-Arlon-Gold
            DefaultMaps=JB-SubZero
            DefaultMaps=JB-Solamander-Gold
            
            [DefaultONS MaplistRecord]
            DefaultTitle=Default ONS
            DefaultGameType=Onslaught.ONSOnslaughtGame
            DefaultActive=0
            DefaultMaps=ONS-TORLAN?LinkSetup=Default
            DefaultMaps=ONS-ARCTICSTRONGHOLD?LinkSetup=Default
            DefaultMaps=ONS-CROSSFIRE?LinkSetup=Default
            DefaultMaps=ONS-DRIA?LinkSetup=Default
            DefaultMaps=ONS-SEVERANCE?LinkSetup=Default
            
            [DefaultINV MaplistRecord]
            DefaultTitle=Default INV
            DefaultGameType=SkaarjPack.Invasion
            DefaultActive=0
            DefaultMaps=DM-RRAJIGAR
            DefaultMaps=DM-RANKIN
            DefaultMaps=DM-CORRUGATION
            DefaultMaps=DM-DE-GRENDELKEEP
            DefaultMaps=DM-DE-IRONIC
            DefaultMaps=DM-DE-OSIRIS2
            DefaultMaps=DM-GESTALT
            DefaultMaps=DM-IRONDEITY
            DefaultMaps=DM-METALLURGY
            DefaultMaps=DM-Deck17
            DefaultMaps=DM-Antalus
            DefaultMaps=DM-Asbestos
            
            [DefaultAS MaplistRecord]
            DefaultTitle=Default AS
            DefaultGameType=UT2k4Assault.ASGameInfo
            DefaultActive=0
            DefaultMaps=AS-CONVOY
            DefaultMaps=AS-FALLENCITY
            DefaultMaps=AS-MOTHERSHIP
            DefaultMaps=AS-GLACIER
            DefaultMaps=AS-ROBOTFACTORY
            DefaultMaps=AS-JUNKYARD
            
            [DefaultICTF MaplistRecord]
            DefaultTitle=Default ICTF
            DefaultGameType=XGame.InstagibCTF
            DefaultActive=0
            DefaultMaps=CTF-ABSOLUTEZERO
            DefaultMaps=CTF-MOONDRAGON
            DefaultMaps=CTF-GRASSYKNOLL
            DefaultMaps=CTF-COLOSSUS
            DefaultMaps=CTF-SMOTE
            DefaultMaps=CTF-DOUBLEDAMMAGE
            DefaultMaps=CTF-AVARIS
            DefaultMaps=CTF-BRIDGEOFFATE
            DefaultMaps=CTF-FaceClassic
            DefaultMaps=CTF-CHROME
            DefaultMaps=CTF-Citadel
            DefaultMaps=CTF-Orbital2
            
            [DefaultBR MaplistRecord]
            DefaultTitle=Default BR
            DefaultGameType=XGame.xBombingRun
            DefaultActive=0
            DefaultMaps=BR-TWINTOMBS
            DefaultMaps=BR-BRIDGEOFFATE
            DefaultMaps=BR-CANYON
            DefaultMaps=BR-COLOSSUS
            DefaultMaps=BR-SERENITY
            DefaultMaps=BR-SkyLine
            DefaultMaps=BR-Anubis
            
            [DefaultCTF MaplistRecord]
            DefaultTitle=Default CTF
            DefaultGameType=XGame.xCTFGame
            DefaultActive=0
            DefaultMaps=CTF-ABSOLUTEZERO
            DefaultMaps=CTF-MOONDRAGON
            DefaultMaps=CTF-GRASSYKNOLL
            DefaultMaps=CTF-COLOSSUS
            DefaultMaps=CTF-SMOTE
            DefaultMaps=CTF-DOUBLEDAMMAGE
            DefaultMaps=CTF-AVARIS
            DefaultMaps=CTF-BRIDGEOFFATE
            DefaultMaps=CTF-FaceClassic
            DefaultMaps=CTF-CHROME
            DefaultMaps=CTF-Citadel
            DefaultMaps=CTF-Orbital2
            
            [DefaultDOM2 MaplistRecord]
            DefaultTitle=Default DOM2
            DefaultGameType=XGame.xDoubleDom
            DefaultActive=0
            DefaultMaps=DOM-ATLANTIS
            DefaultMaps=DOM-ACCESS
            DefaultMaps=DOM-ASWAN
            DefaultMaps=DOM-JUNKYARD
            DefaultMaps=DOM-RENASCENT
            DefaultMaps=DOM-SUNTEMPLE
            DefaultMaps=DOM-SCORCHEDEARTH
            
            [DefaultVCTF MaplistRecord]
            DefaultTitle=Default VCTF
            DefaultGameType=XGame.xVehicleCTFGame
            DefaultActive=0
            DefaultMaps=VCTF-Airport
            DefaultMaps=VCTF-ArboreaCrossroad
            DefaultMaps=VCTF-BattleDam
            DefaultMaps=VCTF-DarkFields
            DefaultMaps=VCTF-Fortress
            DefaultMaps=VCTF-MulesMap
            DefaultMaps=VCTF-Tropik
            DefaultMaps=VCTF-UCMP2-RiverCanyon2
            DefaultMaps=VCTF-WindCombat
            DefaultMaps=VCTF-XtremeBridge
            DefaultMaps=VCTF-XtremeCircle
            DefaultMaps=VCTF-Ziggurat
            Code:
            [xVoting.xVotingHandler]
            VoteTimeLimit=70
            ScoreBoardDelay=5
            bAutoOpen=True
            MidGameVotePercent=50
            bScoreMode=False
            bAccumulationMode=False
            bEliminationMode=False
            MinMapCount=2
            MapVoteHistoryType=xVoting.MapVoteHistory_INI
            RepeatLimit=4
            DefaultGameConfig=0
            bDefaultToCurrentGameType=True
            bMapVote=True
            bKickVote=False
            bMatchSetup=False
            KickPercent=51
            bAnonymousKicking=True
            MapListLoaderType=xVoting.DefaultMapListLoader
            ServerNumber=1
            CurrentGameConfig=0
            
            [xVoting.DefaultMapListLoader]
            bUseMapList=False
            MapNamePrefixes=
            I'm not too sure how other people got this function working fine....... It seems bugged even at my current default settings. Also another bug is when I host a listen server, someone else joins it and we both vote. This causes the other person to get 'kicked' out of my server, while my game remains stuck on the current map, even if that match has finished.

            Hopefully, someone can help find something I didn't do right in those settings. Thanks for the help Jefe, greatly appreciated, although the issue still remains.

            Comment

            Working...
            X