Quick UTComp INI help..

  • 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.

DDRRE

Flesh is a design flaw.
Feb 13, 2004
283
0
0
Israel
I want to rearrange the gametypes with several options in the UTComp voting menu, but I need your help, guys.

So, right to the point:

Current code:
Code:
VotingGametypes=(GametypeClass=,GameTypeName="Just Change Map",MapList=,ExtraOptions=)
VotingGametypes=(GametypeClass="UTGame.UTDeathmatch",GameTypeName="Deathmatch",MapList=("DM"),ExtraOptions=)
VotingGametypes=(GametypeClass="UTGame.UTTeamGame",GameTypeName="Team Deathmatch",MapList=("DM"),ExtraOptions=)
VotingGametypes=(GametypeClass="UTGameContent.UTCTFGame_Content",GameTypeName="Capture the flag",MapList=("CTF"),ExtraOptions=)
VotingGametypes=(GametypeClass="UTGameContent.UTVehicleCTFGame_Content",GameTypeName="Vehicle CTF",MapList=("vCTF"),ExtraOptions=)
VotingGametypes=(GametypeClass="UTGameContent.UTOnslaughtGame_Content",GameTypeName="Warfare",MapList=("WAR"),ExtraOptions=)

I want it to have (with the relevant maplist):

Just Change Map
Deathmatch
Team Deathmatch
Capture the Flag
Vehicle Capture the Flag
Warfare
Instagib Deathmatch
Instagib Team Deathmatch
Instagib Capture the Flag
;Titan Deathmatch (DM maplist) (the ; was on purpose, Linux has 2.0 but no Titan so far, so I want it future-proof for now)
Greed
Betrayal
 
Last edited:

Cox

New Member
Mar 31, 2004
99
0
0
Croatia
This is how mine looks. I hope it helps.

Code:
VotingGametypes=(GametypeClass="UTGame.UTDuelGame",GameTypeName="Duel [PRO]",MapList=("DM"),ExtraOptions="?TimeLimit=15?MaxPlayers=10?NumPublicConnections=10?GoalScore=0?EnableDuelTDmMod=True?ForceRespawn=True?PlayersMustBeReady=False?AllowMapVoting=True?AllowWeaponStay=False?Mutator=utcomp3v4b1.UTMutator_utcomp3v4b1,TitanTeamFixUT3.TTeamFixMut,ServerAdverts.ServerAdverts")
VotingGametypes=(GametypeClass="UTGame.UTTeamGame",GameTypeName="TDM XvX [PRO] (Adv. Vote)",MapList=("DM"),ExtraOptions="?TimeLimit=20?MaxPlayers=10?MaxSpectators=2?GoalScore=0?EnableDuelTDmMod=True?EnableArmorStacking=True?AllowWeaponStay=False?AlwaysAllowWeaponPickup=True?EnableFullTeamDamage=True?ForceRespawn=True?PlayersMustBeReady=False?AllowMapVoting=True?Mutator=utcomp3v4b1.UTMutator_utcomp3v4b1")
VotingGametypes=(GametypeClass="UT3GoldGame.UTGreedGame_Content",GameTypeName="Greed",MapList=("CTF","VCTF"),ExtraOptions="?TimeLimit=20?MaxPlayers=10?NumPublicConnections=10?GoalScore=0?EnableDuelTDmMod=False?EnableNoSpawnProtection=False?EnableFullTeamDamage=False?AllowWeaponStay=True?AlwaysAllowWeaponPickup=False?ForceRespawn=True?PlayersMustBeReady=False?AllowMapVoting=True?Mutator=utcomp3v4b1.UTMutator_utcomp3v4b1,TitanTeamFixUT3.TTeamFixMut,UTGame.UTMutator_Hero")
VotingGametypes=(GametypeClass="UTGame.UTBetrayalGame",GameTypeName="Betrayal",MapList=("DM"),ExtraOptions=)
VotingGametypes=(GametypeClass="UTGame.UTDeathmatch",GameTypeName="Deathmatch",MapList=("DM"),ExtraOptions="?TimeLimit=20?MaxPlayers=10?NumPublicConnections=10?GoalScore=50?EnableDuelTDmMod=False?ForceRespawn=True?PlayersMustBeReady=False?AllowMapVoting=True?AllowWeaponStay=True?Mutator=utcomp3v4b1.UTMutator_utcomp3v4b1")
VotingGametypes=(GametypeClass="UTGame.UTTeamGame",GameTypeName="Team Deathmatch",MapList=("DM"),ExtraOptions="?TimeLimit=20?MaxPlayers=10?NumPublicConnections=10?GoalScore=0?EnableDuelTDmMod=False?ForceRespawn=True?PlayersMustBeReady=True?AllowMapVoting=True?AllowWeaponStay=True?Mutator=utcomp3v031.UTMutator_utcomp3v031,TitanTeamFixUT3.TTeamFixMut")
VotingGametypes=(GametypeClass="UTGameContent.UTCTFGame_Content",GameTypeName="iCTF XvX [PRO] (Adv. Vote)",MapList=("CTF"),ExtraOptions="?TimeLimit=20?MaxPlayers=10?MaxSpectators=2?GoalScore=0?EnableDuelTDmMod=True?EnableArmorStacking=True?ForceRespawn=True?PlayersMustBeReady=False?AllowMapVoting=True?Mutator=UTGame.UTMutator_Instagib,utcomp3v4b1.UTMutator_utcomp3v4b1,TitanTeamFixUT3.TTeamFixMut")
VotingGametypes=(GametypeClass="UTGameContent.UTVehicleCTFGame_Content",GameTypeName="Vehicle CTF",MapList=("vCTF"),ExtraOptions="?Mutator=utcomp3v4b1.UTMutator_utcomp3v4b1,TitanTeamFixUT3.TTeamFixMut")
VotingGametypes=(GametypeClass="UTGameContent.UTOnslaughtGame_Content",GameTypeName="Warfare",MapList=("WAR"),ExtraOptions="?Mutator=utcomp3v4b1.UTMutator_utcomp3v4b1,TitanTeamFixUT3.TTeamFixMut")
 
Last edited:

DDRRE

Flesh is a design flaw.
Feb 13, 2004
283
0
0
Israel
Well, that's something. Thanks. I'd still be grateful if someone could compile the INI as specified above.
 

Dark Pulse

Dolla, Dolla. Holla, Holla.
Sep 12, 2004
6,186
0
0
38
Buffalo, NY, USA
darkpulse.project2612.org
Uhh... this isn't too hard, dude. Really. You could've figured it out if you actually looked at his post and code.

Code:
VotingGametypes=(GametypeClass=,GameTypeName="Just Change Map",MapList=,ExtraOptions=)
VotingGametypes=(GametypeClass="UTGame.UTDeathmatch",GameTypeName="Deathmatch",MapList=("DM"),ExtraOptions=)
VotingGametypes=(GametypeClass="UTGame.UTTeamGame",GameTypeName="Team Deathmatch",MapList=("DM"),ExtraOptions=)
VotingGametypes=(GametypeClass="UTGameContent.UTCTFGame_Content",GameTypeName="Capture the flag",MapList=("CTF"),ExtraOptions=)
VotingGametypes=(GametypeClass="UTGameContent.UTVehicleCTFGame_Content",GameTypeName="Vehicle CTF",MapList=("vCTF"),ExtraOptions=)
VotingGametypes=(GametypeClass="UTGameContent.UTOnslaughtGame_Content",GameTypeName="Warfare",MapList=("WAR"),ExtraOptions=)
VotingGametypes=(GametypeClass="UT3GoldGame.UTGreedGame_Content",GameTypeName="Greed",MapList=("CTF","VCTF"),ExtraOptions=)
VotingGametypes=(GametypeClass="UTGame.UTBetrayalGame",GameTypeName="Betrayal",MapList=("DM"),ExtraOptions=)
VotingGametypes=(GametypeClass="UTGame.UTDeathmatch",GameTypeName="Instagib Deathmatch",MapList=("DM"),ExtraOptions="?Mutator=UTGame.UTMutator_Instagib")
VotingGametypes=(GametypeClass="UTGame.UTTeamGame",GameTypeName="Instagib Team Deathmatch",MapList=("DM"),ExtraOptions="?Mutator=UTGame.UTMutator_Instagib")
VotingGametypes=(GametypeClass="UTGameContent.UTCTFGame_Content",GameTypeName="Instagib Capture the Flag",MapList=("CTF"),ExtraOptions="?Mutator=UTGame.UTMutator_Instagib")
VotingGametypes=(GametypeClass="UTGame.UTDeathmatch",GameTypeName="Titans Deathmatch",MapList=("DM"),ExtraOptions="?Mutator=UTGame.UTMutator_Hero")