I was attempting to set up the Apprehension game mode on my server which uses MVE. I'm not sure if Apprehension is a game mode or a mutator, but I assumed it was a game mode based on its .int file:
Code: Select all
[Public]
Object=(Name=Apprehension.AppGame,Class=Class,MetaClass=Botpack.TournamentGameInfo)
Preferences=(Caption="Apprehension",Parent="Game Types",Class=Apprehension.AppGame,Immediate=True)
Code: Select all
CustomGame[15]=(bEnabled=True,GameName="Apprehension.AppGame",RuleName="Normal",GameClass="Botpack.Apprehension",FilterCode="dm"[...])
Also, is there a more updated version of this game mode on the net somewhere?