SAS UT 2003 mod has extra player

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

burkster

New Member
Dec 29, 2003
2
0
0
HI,

I'm running Linux based UT2003 mod called SAS.

Mapvote works beautifully, I have integrated it great!!!

What happens is that there is an extra player on ONE of the two teams on our display when the mapvote is enabled on the server.

Any ideas.. here is what I have..

[MapVote400b11.MapVote]
VoteTimeLimit=70
ScoreBoardDelay=10
bAutoOpen=True
MidGameVotePercent=50
MinMapCount=2
RepeatLimit=4
bScoreMode=False
bAccumulationMode=False
bEliminationMode=False
DefaultGameConfig=0
bDefaultToCurrentGameType=True
bKickVote=True
KickPercent=51
bRestartWithLastMap=False
bAnonymousKicking=False
MapVoteHistoryType=MapVote400b11.MapVoteHistory1
MapListLoaderType=MapVote400b11.DefaultMapListLoader
; Note: the following GameConfig lines are just examples. You can remove any lines that you dont want or add any
; new ones. See the instruction in the ReadMe.txt file for details.
GameConfig=(GameClass="SASXGame.SASXTeamGame",Prefix="SASTDM",Acronym="TDM",GameName="Team DeathMatch",Mutators="",Options="")

[MapVote400b11.DefaultMapListLoader]
bUseMapList=False
MapNamePrefixes="SASTDM"
; Note: MapListTypeLists are not needed if bUseMapList is set to False. They will be ignored.
; Also, if bUseMapList is set to True and there are no MapListTypeLists MapVote will load maps
; from the default maplists that belong to the GameTypes specified in the GameConfigs.
; The following are just examples and would not be used under this configuration.
MapListTypeList=SASXInterface.SASMapListTeamDeathMatch
 

BDB

New Member
May 9, 2000
398
0
0
NC, USA
www.planetunreal.com
MapVote spawns a Controller (spectator) object that is used to detect the end
of the game, so this is probably what that is.
It's similar to the WebAdmin Spectator used for web admin. Does it do the same
when you have web admin enabled ?
You might want to tel the SAS developers about this, they can fix it.
Just filter out non-players where bIsPlayer = False.
 

burkster

New Member
Dec 29, 2003
2
0
0
Thank you for replying, I have forwarded the information to the SAS development team.

Your assistance is GREATLY appreciated.

Have a Happy New Year!