![]() |
|
|
#1 |
|
Registered User
Join Date: May. 16th, 2005
Posts: 15
|
Problem with spectate
I only use 2 game types. Deathmatch and TeamDeath Match. I have them both set up to allow 2 spectators. It allows anybody BUT me to spectate...
Any Ideas? Code:
ServerMuts=QFeedback.QFeedback,NSK_ProSniperRiflev4.MutProSniper,USSpawnProtect_BETA1.MutUSSpawnProtect,StealthTrans10.MutStealthTrans,UAdminModV095b.UAdminMod ServerLine=?Gamestats=True bAllowArena=False bAllowMuts=False bAllowKick=False bAllowGames=True bNoVotePopup=False bDoGamePopup=True bColorSkins=False MesgTypeTime=60 MaxPlayersIsp=32 bAllowBehind=True bShowBotsKick=True bVoteWhenDead=False bWebadmin=False bArenaAlone=False bMutAlone=False bNoRestart=True bHideNames=False bAlwaysKick=True bAltSwitch=False bMinMaxMaps=True bDisAllVoting=False bDisServAdmin=False bDisOpinion=True bDisAdminMesg=True bClanServName=False bDisDemoRec=False bUseChatLog=True bUseChatMap=True bUseChatIDs=False bSwitchDefMap=False bUseRandomMap=True bUseUniqueID=True bArena=False bArenaAST=False bArenaBIO=False bArenaFLK=False bArenaLNK=False bArenaMIN=False bArenaRED=False bArenaROC=False bArenaSHK=False bArenaLIT=False bArenaAVR=False bArenaGRN=False bArenaMLY=False bArenaSNP=False LevelEndTime=41728288 Nounce=1 [UT2Vote51.UT2VoteVoting] bChangeVote=True VoteMinTime=80 VoteMaxTime=120 VoteStepTime=5 VoteIdleTime=15 GameVoteTime=5 VotePercent=51 GameVoteLimit=3 [UT2Vote51.UT2VoteIniOnly] bSortOpinion=False bDisplayRec=True bCheckMaps=False bDisMapCon=False bAdminAtEnd=True bUseGameName=True bDetectUTComp=False bSortMutsList=True bSortGameList=True bNoClientWarn=False bNoPlayerMute=False bMapCheckSpecs=False bClanAdminExtra=True bUseChatIcons=False BanMinLevs=3 BanMaxLevs=99 DefaultSwitch=3 MapListSort=3 WaitForLevel=90 [UT2Vote51.UT2VoteGameTypes] GameType=(GameName="DeathMatch",HideVote=False,Clan=False,RequiredPlayers=1,MapLimits=0,ServerName="None",UseMapList=False,DefaultMap="DM-Enemy_at_the_gates][",MapPrefix="DM",AltMapPrefix=,GameClass="XGame.xDeathMatch",Mutators="None",Commands="?MaxLives=0?GoalScore=30?TimeLimit=20?MinPlayers=4?MaxPlayers=32?MaxSpectators=2?Translocator=True?WeaponStay=True?BalanceTeams=True?ForceRespawn=False?PlayersMustBeReady=False?Tournament=0?GamePassword=?GameStats=True?GameSpeed=1.00?FF=0.00?NoOverTime=False?VsBots=False?NumBots=1?Difficulty=1?bCustomGame=True") GameType=(GameName="Team DeathMatch",HideVote=False,Clan=True,RequiredPlayers=1,MapLimits=4,ServerName="None",UseMapList=False,DefaultMap=,MapPrefix="DM",AltMapPrefix=,GameClass="XGame.xTeamGame",Mutators="None",Commands="?MaxLives=0?GoalScore=50?TimeLimit=20?MinPlayers=6?MaxPlayers=32?MaxSpectators=2?Translocator=True?WeaponStay=True?BalanceTeams=True?ForceRespawn=True?PlayersMustBeReady=False?Tournament=0?GamePassword=?GameStats=True?GameSpeed=1.10?FF=0.00?NoOverTime=False?VsBots=False?NumBots=3?Difficulty=1?bCustomGame=True") [UT2Vote51.UT2VoteMutators] Mutator=(FriendlyName="NSK_ProSniperRiflev4.MutProSniper.FriendlyName",HideVote=True,MutClassName="NSK_ProSniperRiflev4.MutProSniper",Voted=False) Mutator=(FriendlyName="QFeedback.QFeedback.FriendlyName",HideVote=True,MutClassName="QFeedback.QFeedback",Voted=False) Mutator=(FriendlyName="StealthTrans10.MutStealthTrans.FriendlyName",HideVote=True,MutClassName="StealthTrans10.MutStealthTrans",Voted=False) Mutator=(FriendlyName="UAdminModV095b.UAdminMod.FriendlyName",HideVote=True,MutClassName="UAdminModV095b.UAdminMod",Voted=False) Mutator=(FriendlyName="USSpawnProtect_BETA1.MutUSSpawnProtect.FriendlyName",HideVote=True,MutClassName="USSpawnProtect_BETA1.MutUSSpawnProtect",Voted=False) |
|
|
|
|
|
#2 |
|
[UT2Vote51.UT2VoteGameTypes]
Well before you go any further UT2Vote requires ALL its default games. You have removed them and thus UT2Vote has lost all it reference. You MUST put them back! Just set all the HideVote=True so players cannot vote for them. Once that is done we can look further if need be. Last edited by ProAsm; 7th Nov 2005 at 09:01 AM. |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: May. 16th, 2005
Posts: 15
|
Thanks I fixed the gametypes but it didn't fix the spectating...When I try to spectate is says Server is now full.
Code:
DefaultGame=XGame.xDeathMatch DefServerName=#### Team[NSK] 32 Player Sniper Server - CAMPERS ONLY! ServerMuts=QFeedback.QFeedback,NSK_ProSniperRiflev4.MutProSniper,USSpawnProtect_BETA1.MutUSSpawnProtect,StealthTrans10.MutStealthTrans,UAdminModV095b.UAdminMod ServerLine=?Gamestats=True bAllowArena=False bAllowMuts=False bAllowKick=False bAllowGames=True bNoVotePopup=False bDoGamePopup=True bColorSkins=False MesgTypeTime=60 MaxPlayersIsp=32 bAllowBehind=True bShowBotsKick=True bVoteWhenDead=False bWebadmin=False bArenaAlone=False bMutAlone=False bNoRestart=True bHideNames=False bAlwaysKick=True bAltSwitch=False bMinMaxMaps=True bDisAllVoting=False bDisServAdmin=False bDisOpinion=True bDisAdminMesg=True bClanServName=False bDisDemoRec=False bUseChatLog=True bUseChatMap=True bUseChatIDs=False bSwitchDefMap=False bUseRandomMap=True bUseUniqueID=True bArena=False bArenaAST=False bArenaBIO=False bArenaFLK=False bArenaLNK=False bArenaMIN=False bArenaRED=False bArenaROC=False bArenaSHK=False bArenaLIT=False bArenaAVR=False bArenaGRN=False bArenaMLY=False bArenaSNP=False LevelEndTime=44828291 Nounce=1 [UT2Vote51.UT2VoteVoting] bChangeVote=True VoteMinTime=80 VoteMaxTime=120 VoteStepTime=5 VoteIdleTime=15 GameVoteTime=5 VotePercent=51 GameVoteLimit=3 [UT2Vote51.UT2VoteIniOnly] bSortOpinion=False bDisplayRec=True bCheckMaps=False bDisMapCon=False bAdminAtEnd=True bUseGameName=True bDetectUTComp=False bSortMutsList=True bSortGameList=True bNoClientWarn=False bNoPlayerMute=False bMapCheckSpecs=False bClanAdminExtra=True bUseChatIcons=False BanMinLevs=3 BanMaxLevs=99 DefaultSwitch=3 MapListSort=3 WaitForLevel=90 [UT2Vote51.UT2VoteGameTypes] GameType=(GameName="DeathMatch",HideVote=False,Clan=False,RequiredPlayers=1,MapLimits=0,ServerName="###Team[NSK] 32 Player SNIPER SERVER-campers only-",UseMapList=False,DefaultMap="DM-Enemy_at_the_gates][",MapPrefix="DM",AltMapPrefix=,GameClass="XGame.xDeathMatch",Mutators="None",Commands="?MaxLives=0?GoalScore=30?TimeLimit=20?MinPlayers=4?MaxPlayers=32?MaxSpectators=2?Translocator=True?WeaponStay=True?BalanceTeams=True?ForceRespawn=False?PlayersMustBeReady=False?Tournament=0?GamePassword=?GameStats=True?GameSpeed=1.10?FF=0.00?NoOverTime=False?VsBots=False?NumBots=1?Difficulty=1?bCustomGame=True") GameType=(GameName="Team DeathMatch",HideVote=False,Clan=True,RequiredPlayers=1,MapLimits=4,ServerName="None",UseMapList=False,DefaultMap=,MapPrefix="DM",AltMapPrefix=,GameClass="XGame.xTeamGame",Mutators="None",Commands="?MaxLives=0?GoalScore=50?TimeLimit=20?MinPlayers=6?MaxPlayers=32?MaxSpectators=2?Translocator=True?WeaponStay=True?BalanceTeams=True?ForceRespawn=True?PlayersMustBeReady=False?Tournament=0?GamePassword=?GameStats=True?GameSpeed=1.10?FF=0.00?NoOverTime=False?VsBots=False?NumBots=3?Difficulty=1?bCustomGame=True") GameType=(GameName="Capture the Flag",HideVote=True,Clan=True,RequiredPlayers=2,MapLimits=0,ServerName="None",UseMapList=False,DefaultMap="CTF-Chrome",MapPrefix="CTF",AltMapPrefix="",GameClass="XGame.xCTFGame",Mutators="None",Commands="?MaxLives=0?GoalScore=5?TimeLimit=20?MinPlayers=2?MaxPlayers=16?MaxSpectators=2?Translocator=True?Weaponstay=True?BalanceTeams=True?ForceRespawn=False?PlayersMustBeReady=False?Difficulty=5?GameStats=False?GameSpeed=1.00?FF=0?NoOverTime=False?VsBots=False?NumBots=3") GameType=(GameName="Double Domination",HideVote=True,Clan=True,RequiredPlayers=2,MapLimits=0,ServerName="None",UseMapList=False,DefaultMap="DOM-Core",MapPrefix="DOM",AltMapPrefix="",GameClass="XGame.xDoubleDom",Mutators="None",Commands="?MaxLives=0?GoalScore=5?TimeLimit=20?MinPlayers=2?MaxPlayers=16?MaxSpectators=2?Translocator=False?Weaponstay=True?BalanceTeams=True?ForceRespawn=False?PlayersMustBeReady=False?Difficulty=5?GameStats=False?GameSpeed=1.00?FF=0?NoOverTime=False?VsBots=False?NumBots=3") GameType=(GameName="Bombing Run",HideVote=True,Clan=True,RequiredPlayers=2,MapLimits=0,ServerName="None",UseMapList=False,DefaultMap="BR-Anubis",MapPrefix="BR",AltMapPrefix="",GameClass="XGame.xBombingRun",Mutators="None",Commands="?MaxLives=0?GoalScore=15?TimeLimit=0?MinPlayers=2?MaxPlayers=16?MaxSpectators=2?Translocator=True?Weaponstay=True?BalanceTeams=True?ForceRespawn=False?PlayersMustBeReady=False?Difficulty=5?GameStats=False?GameSpeed=1.00?FF=0?NoOverTime=False?VsBots=False?NumBots=3") GameType=(GameName="Invasion",HideVote=True,Clan=False,RequiredPlayers=0,MapLimits=0,ServerName="None",UseMapList=False,DefaultMap="DM-Antalus",MapPrefix="DM",AltMapPrefix="",GameClass="SkaarjPack.Invasion",Mutators="None",Commands="?MaxLives=1?GoalScore=0?TimeLimit=0?MinPlayers=2?MaxPlayers=16?MaxSpectators=2?Translocator=False?Weaponstay=True?BalanceTeams=False?ForceRespawn=False?PlayersMustBeReady=True?Difficulty=5?GameStats=False?GameSpeed=1.00?FF=0?NoOverTime=False?VsBots=False?NumBots=1") GameType=(GameName="Mutant",HideVote=True,Clan=False,RequiredPlayers=0,MapLimits=0,ServerName="None",UseMapList=False,DefaultMap="DM-Antalus",MapPrefix="DM",AltMapPrefix="",GameClass="BonusPack.xMutantGame",Mutators="None",Commands="?MaxLives=0?GoalScore=30?TimeLimit=20?MinPlayers=2?MaxPlayers=16?MaxSpectators=2?Translocator=False?Weaponstay=True?BalanceTeams=False?ForceRespawn=False?PlayersMustBeReady=False?Difficulty=5?GameStats=False?GameSpeed=1.00?FF=0?NoOverTime=False?VsBots=False?NumBots=1") GameType=(GameName="Last Man Standing",HideVote=True,Clan=False,RequiredPlayers=0,MapLimits=0,ServerName="None",UseMapList=False,DefaultMap="DM-Antalus",MapPrefix="DM",AltMapPrefix="",GameClass="BonusPack.xLastManStandingGame",Mutators="None",Commands="?MaxLives=30?GoalScore=0?TimeLimit=20?MinPlayers=2?MaxPlayers=16?MaxSpectators=2?Translocator=False?Weaponstay=True?BalanceTeams=False?ForceRespawn=False?PlayersMustBeReady=False?Difficulty=5?GameStats=False?GameSpeed=1.00?FF=0?NoOverTime=False?VsBots=False?NumBots=1") GameType=(GameName="Assault",HideVote=True,Clan=True,RequiredPlayers=1,MapLimits=0,ServerName="None",UseMapList=False,DefaultMap="AS-Convoy",MapPrefix="AS",AltMapPrefix="",GameClass="UT2k4Assault.ASGameInfo",Mutators="None",Commands="?MaxLives=0?GoalScore=3?TimeLimit=0?MinPlayers=4?MaxPlayers=16?MaxSpectators=2?Translocator=True?Weaponstay=True?BalanceTeams=True?ForceRespawn=False?PlayersMustBeReady=False?Difficulty=5?GameStats=False?GameSpeed=1.00?FF=0?NoOverTime=False?VsBots=False?NumBots=1") GameType=(GameName="Onslaught",HideVote=True,Clan=True,RequiredPlayers=1,MapLimits=0,ServerName="None",UseMapList=False,DefaultMap="ONS-Torlan",MapPrefix="ONS",AltMapPrefix="",GameClass="Onslaught.ONSOnslaughtGame",Mutators="None",Commands="?MaxLives=0?GoalScore=3?TimeLimit=0?MinPlayers=4?MaxPlayers=16?MaxSpectators=2?Translocator=False?Weaponstay=True?BalanceTeams=True?ForceRespawn=False?PlayersMustBeReady=False?Difficulty=5?GameStats=False?GameSpeed=1.00?FF=0?NoOverTime=False?VsBots=False?NumBots=1") GameType=(GameName="InstaGib CTF",HideVote=True,Clan=True,RequiredPlayers=2,MapLimits=0,ServerName="None",UseMapList=False,DefaultMap="CTF-Chrome",MapPrefix="CTF",AltMapPrefix="",GameClass="XGame.InstagibCTF",Mutators="None",Commands="?MaxLives=0?GoalScore=5?TimeLimit=20?MinPlayers=2?MaxPlayers=16?MaxSpectators=2?Translocator=True?Weaponstay=True?BalanceTeams=True?ForceRespawn=False?PlayersMustBeReady=False?Difficulty=5?GameStats=False?GameSpeed=1.00?FF=0?NoOverTime=False?VsBots=False?NumBots=3") GameType=(GameName="Vehicle CTF",HideVote=True,Clan=True,RequiredPlayers=2,MapLimits=0,ServerName="None",UseMapList=False,DefaultMap="None",MapPrefix="VCTF",AltMapPrefix="",GameClass="XGame.xVehicleCTFGame",Mutators="None",Commands="?MaxLives=0?GoalScore=5?TimeLimit=20?MinPlayers=2?MaxPlayers=16?MaxSpectators=2?Translocator=True?Weaponstay=True?BalanceTeams=True?ForceRespawn=False?PlayersMustBeReady=False?Difficulty=5?GameStats=False?GameSpeed=1.00?FF=0?NoOverTime=False?VsBots=False?NumBots=3") [UT2Vote51.UT2VoteMutators] Mutator=(FriendlyName="NSK_ProSniperRiflev4.MutProSniper.FriendlyName",HideVote=True,MutClassName="NSK_ProSniperRiflev4.MutProSniper",Voted=False) Mutator=(FriendlyName="QFeedback.QFeedback.FriendlyName",HideVote=True,MutClassName="QFeedback.QFeedback",Voted=False) Mutator=(FriendlyName="StealthTrans10.MutStealthTrans.FriendlyName",HideVote=True,MutClassName="StealthTrans10.MutStealthTrans",Voted=False) Mutator=(FriendlyName="UAdminModV095b.UAdminMod.FriendlyName",HideVote=True,MutClassName="UAdminModV095b.UAdminMod",Voted=False) Mutator=(FriendlyName="USSpawnProtect_BETA1.MutUSSpawnProtect.FriendlyName",HideVote=True,MutClassName="USSpawnProtect_BETA1.MutUSSpawnProtect",Voted=False) Mutator=(FriendlyName="Berserk Weapons",HideVote=True,MutClassName="UnrealGame.MutBerserk",Voted=False) Mutator=(FriendlyName="Big Head",HideVote=True,MutClassName="UnrealGame.MutBigHead",Voted=False) Mutator=(FriendlyName="Camouflage combo",HideVote=True,MutClassName="Bonuspack.MutCrateCombo",Voted=False) Mutator=(FriendlyName="Classic Sniper",HideVote=True,MutClassName="UTClassic.MutUseSniper",Voted=False) Mutator=(FriendlyName="Fast Weapon Switch",HideVote=True,MutClassName="XGame.MutFastWeapSwitch",Voted=False) Mutator=(FriendlyName="InstaGib",HideVote=True,MutClassName="XGame.MutInstaGib",Voted=False) Mutator=(FriendlyName="Low Gravity",HideVote=True,MutClassName="UnrealGame.MutLowGrav",Voted=False) Mutator=(FriendlyName="No Adrenaline",HideVote=True,MutClassName="XGame.MutNoAdrenaline",Voted=False) Mutator=(FriendlyName="No Score Limit",HideVote=TrueMutClassName="UT2Vote51.UT2VoteZeroScore",Voted=False) Mutator=(FriendlyName="No Superweapons",HideVote=True,MutClassName="XWeapons.MutNoSuperWeapon",Voted=False) Mutator=(FriendlyName="Onslaught Weapons",HideVote=True,MutClassName="Onslaught.MutOnslaughtWeapons",Voted=False) Mutator=(FriendlyName="Pint-sized combo",HideVote=True,MutClassName="Bonuspack.MutPintSizeCombo",Voted=False) Mutator=(FriendlyName="Quad Jump",HideVote=True,MutClassName="XGame.MutQuadJump",Voted=False) Mutator=(FriendlyName="Regeneration",HideVote=True,MutClassName="XGame.MutRegen",Voted=False) Mutator=(FriendlyName="Slow Motion Corpses",HideVote=True,MutClassName="XGame.MutSlomoDeath",Voted=False) Mutator=(FriendlyName="UT Classic",HideVote=True,MutClassName="UTClassic.MutUTClassic",Voted=False) Mutator=(FriendlyName="Vampire",HideVote=True,MutClassName="XGame.MutVampire",Voted=False) Mutator=(FriendlyName="Zoom InstaGib",HideVote=True,MutClassName="XGame.MutZoomInstaGib",Voted=False) |
|
|
|
|
|
#4 |
|
I see you have MaxPlayers=32
As far as I know, any UnrealTournament Game can only handle a maximum of 32 Players and Spectators combined, whether its UT99, UT2003 or UT2004. So if you want 2 Spectators (MaxSpectators=2) then you must subtract that from 32 making your MaxPlayers=30 There is an option in UT2Vote in cases like this where the max of 32 has been reached and you need to get on as a AdminSpectator though. Open WebAdmin and in its console, remove the 'Say' and replace it with: UT2Vote ?AdminSpec=YourNickname - then click on Send. UT2Vote will now wait 5 minutes for you to logon. Best still is to make MaxPlayers=30 and not 32. Last edited by ProAsm; 7th Nov 2005 at 02:11 PM. |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: May. 16th, 2005
Posts: 15
|
Ok that seems to make alot of sense...I changed the maxplayers=32 to maxplayers=30 in both gametypes that I use (DM and TDM) but when I try to spectate it still says "Server is full"
|
|
|
|
|
|
#6 |
|
Registered User
Join Date: Nov. 8th, 2005
Posts: 1
|
We're running vote51...we just replaced vote49 with it tonight. having the same problem in both..
the max spectators is set at 2, and my maximum players is set at 16. I cannot spectate either. the message "sorry you cannot become a spectator at this time" is what I get in-game no matter if I'm logged in as admin or not. I'm pretty much having the same problem as Warlord[NSK] any ideas would be greatly appreciated thank you!! Reguards ![]() I'd be happy to include a copy of the ini's if needbe but I decided to wait since they're pretty much the same reguarding the settings in question of spectating and such. Last edited by [PSI]MasterSeal; 8th Nov 2005 at 03:54 AM. |
|
|
|
|
|
#7 | |
|
Quote:
I tried on our servers here and it seems ok as we have also MaxPlayers=16 and MaxSpectators=2 - wierd. Maybe there is some another mut causing this as UT2Vote in no way controls the players/specs on the server, that is 100% controlled by UT2004. I'll check what the team think about this problem. |
||
|
|
|
|
|
#8 |
|
a simple tshoot would be remove all muts except ut2vote then add them back one at a time until the problem comes back then check the configs of that mut as i suspect its a mut possibly uadmin and USSpawnProtect_BETA1 not getting along i really dont think its ut2vote
|
|
|
|
|
|
|
#9 |
|
what about the log? any usefull information in it?
|
|
|
|
|
|
|
#10 |
|
Also make sure you have set the MaxPlayersIsp high as that will effect it badly.
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|