SRCDS Steam group


Some newbie question
#1
Toungue 
hi,I created a mod for HL2DM so i picked it when i was downloading it from the updatetool so first before i started copying over 1000 stuff from my mod to my server location Toungue i noticed 1 file \servers\serverbrowsergametypes.txt

what is that file ? is it the file that is used to say to the steam server:this is a hl2dm server.?

if it is can someone explain me how can i change the file into saying to the Steam server This is some mod for hl2dm created by filip ? <just making the steam server add the server to its server list under Mobile Forces:Source servers whould be nice

if its not well i just wana know what is the file and how to ... the first question

so can anyone explain me that Cool

thanks in advance Big Grin
Reply
#2
Well heres an example:

Code:
"ServerBrowserGameTypes.txt"
{
    "gametype_1"
    {
        "prefix"    "cp_"
        "name"        "capture point"
    }
    "gametype_2"
    {
        "prefix"    "tc_"
        "name"        "territorial control"
    }
    "gametype_3"
    {
        "prefix"    "pl_"
        "name"        "payload"
    }
    "gametype_4"
    {
        "prefix"    "ctf_"
        "name"        "capture the flag"
    }
    "gametype_5"
    {
        "prefix"    "arena_"
        "name"        "arena"
    }
    "gametype_6"
    {
        "prefix"    "plr_"
        "name"        "payload race"
    }
    "gametype_7"
    {
        "prefix"    "koth_"
        "name"        "king of the hill"
    }
}

From what it looks like it just prepends something to the map names so you know what type of map it is. So you'll have a "arena" game on "egypt" or something. I'm sure it just depends on the game on what it does.
Game Servers -- CentralFrag.com -- Use promocode "frag" for 15% off every month!
Reply
#3
oooh so its just the mod name ty Smile
Gamer Big Grin
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)