Apprehension and MVE

Discussions about Servers
User avatar
IRSAgent
Novice
Posts: 22
Joined: Sun Mar 17, 2024 12:05 am

Apprehension and MVE

Post by IRSAgent »

Hello all,

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)
Going off of what was in the .int file, I wrote this line:

Code: Select all

CustomGame[15]=(bEnabled=True,GameName="Apprehension.AppGame",RuleName="Normal",GameClass="Botpack.Apprehension",FilterCode="dm"[...])
MVE says that it can't find the game class "Apprehension.AppGame". I also tried "Apprehension" and "Botpack.Apprehension". What am I doing wrong?

Also, is there a more updated version of this game mode on the net somewhere?
User avatar
Deepu
Adept
Posts: 388
Joined: Mon Nov 11, 2013 7:56 am
Personal rank: Average
Location: India

Re: Apprehension and MVE

Post by Deepu »

User avatar
IRSAgent
Novice
Posts: 22
Joined: Sun Mar 17, 2024 12:05 am

Re: Apprehension and MVE

Post by IRSAgent »

Thanks for that, but how do I set up this game mode with MVE?
User avatar
OjitroC
Godlike
Posts: 3749
Joined: Sat Sep 12, 2015 8:46 pm

Re: Apprehension and MVE

Post by OjitroC »

Try GameName="Apprehension" and GameClass="Apprehension.AppGame".
User avatar
IRSAgent
Novice
Posts: 22
Joined: Sun Mar 17, 2024 12:05 am

Re: Apprehension and MVE

Post by IRSAgent »

Turns out I was missing the CTF4 file.