Jump to content
Sign in to follow this  
sirxazor

How to select game "Type" in dedicated server? DeathMatch, Capture the Flag, Etc...

Recommended Posts

How can I setup my server so it only shows when filtering the DeathMatch servers? right now it doesn't have anything.

Share this post


Link to post
Share on other sites

In your description.ext for the mission. Can't be done by server settings as far as I know.

// Mission Header
class Header
{
 gameType = Team;
 minPlayers = 1;
 maxPlayers = 16;
};

gameType can be one of following

DM - Death Match

CTF - Capture the Flag

FF - Flag Fight

Coop -Cooperative Mission

Team - Team Mission

Scont - Sector Control

Hold - Hold Location

Unknown - Unknown - is used when no class header is defined.

Share this post


Link to post
Share on other sites

opps just realized its ON the mission :(

is there anyway to edit downloaded missions?

---------- Post added at 22:53 ---------- Previous post was at 22:32 ----------

I made the mission into a folder, edited the description file but still cannot make it deatchmatch... do I have to make the folder back into one file?

Share this post


Link to post
Share on other sites

Yeah you'd have to export it back as a .pbo

Ctrl+Shift+S -> Export as multiplayer mission

in the editor.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×