Now i think i get this dummymuts thing. it is mainly to keep the serverpackages lines from gitting messy.? is this right?
Because u can have many server packages for the class name by using a ",".
PLEASE DO NOT CUT AND PAST THIS I AM GOING OFF OF MY MEMORY AND IT SUCKS AND SO DOES MY SPELLING SO DO NOT CUT AND PASTE THESE LINES.
[UT2Vote50.UT2VotePackages]
Packages=(MutClassName="satoresmonsterpac120.satoresmonsterpac",ServerPackages="satoresmonsterpac120,fhi,parsers,evil,wetams")
and in the game string u would have ?mutators="satoresmonsterpac120.satoresmonsterpac,whatever.whatever,this.that,updown.downandaround"
I am sure that i have missed something somewhere that shows me when and why a dummymut is needed. the only thing i can think of is if u wanted to have another gametype with satores alone in it where the line would go like this
[UT2Vote50.UT2VotePackages]
Packages=(MutClassName="dummymut.dummymuta",ServerPackages="satoresmonsterpac120")
But wouldnt this cause the the other monsters not listed in the serverpackages just not be seen and kill u just the same?
now in this example couldnt it.....
GameType=(GameName="Red Orchestra",HideVote=False,Clan=True,RequiredPlayers=2,MapLim its=0,ServerName="None",UseMapList=False,DefaultMap="RO-MoscowHighway",MapPrefix="RO",GameClass="ROGame.ROTeamGame",Mutators="DummyMut.DummyMutM",Commands="?MaxLives=0?GoalScore=50?TimeLimit=20?MinPlayers=2 ?MaxPlayers=20?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")
[UT2Vote48.UT2VotePackages]
Packages=(MutClassName="DummyMut.DummyMutM",ServerPackages="ROEffects,ROGame,ROWeapons,ROInterface,ROMisc,RORoles,ROVehicles")
Be done like this?
GameType=(GameName="Red Orchestra",HideVote=False,Clan=True,RequiredPlayers=2,MapLim its=0,ServerName="None",UseMapList=False,DefaultMap="RO-MoscowHighway",MapPrefix="RO",GameClass="ROGame.ROTeamGame",Mutators="ROEffects.rogames(i know this is probiply not the correct ".name")",Commands="?MaxLives=0?GoalScore=50?TimeLimit=20?MinPlayers=2 ?MaxPlayers=20?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")
[UT2Vote48.UT2VotePackages]
Packages=(MutClassName="ROEffects.rogames",ServerPackages="ROEffects,ROGame,ROWeapons,ROInterface,ROMisc,RORoles,ROVehicles")
If i am totally wrong then please let me know cause that is why i am still confused.I know the satores one works because that is the way i had set up on my invasion server with a few more packages added to it.