Page 1 of 1

How to Create a Config for Creating servers with Best. Ever. or TSPG

Posted: Wed Jan 20, 2016 5:17 pm
by Matiu
hello Guys.. they're looking another tutorial thing by Metalguy..
about of the configs and everything inestad of hosting separate DMFLAGS,DMFLAGS2,ZADMFLAGS,COMPATFLAGS and ZACOMPATFLAGS during a hosting on #Bestever or #TSPG-Painkiller or #TSPG-Britsteel..
To create a comfig should be added a

Code: Select all

Maplist
Clearmaplist
determinating the Map Rotation of a Maplist.

then doing that.. should be now adding a "Skill" or a "BotSkill" for the bot in Deathmatches or Duels exactly like

Code: Select all

BotSkill 3
Skill 3
if a mod or addon like Complex Doom or Brutal Doom with extra skills should be take care of these skills... Could be for you extremedy hard or insane...
NOTE:i've seen then some servers's configs shouldn't Work on the "Skill" or "Botskill".

adding maps?
to add a map should use "Addmap" on the config file then "MAP01".. if you're using other wad or Pk3 then for example of Delta & Alpha Invasion "DTINV01"
should be looking like

Code: Select all

addmap MAP01
with another Pk3 or Wad:

Code: Select all

addmap DTINV01
then you finish this.... There it comes the DMFLAGS and everything..
theres a example about how to set the DMFLAGS And everything:

Code: Select all

DMFLAGS 2446340
DMFLAGS2 1088
ZADMFLAGS 0
Compatflags 311493
ZACOMPATFLAGS 16777240
more information of the DMFLAGS and things?.. Go Here

Server variables: A thing to set the Master server's things exactly like:

Code: Select all

sv_unblockplayers 1
sv_defeaultdmflags false
sv_Suddendeath true
more about of server variables?.. Go Here

Setting things on a addon: other thing to set the master server's things but into on a addon like Samsara with the original or with Extra heroes or other addon.. could be like exactly (NOTE: MUST be adding the "Set"):

Code: Select all

set samsara_banjetpack 1
other example but with complex doom

Code: Select all

set cd_sharedkeys 1
set cd_alwaysdrop 1
and IT'S DONE!!.. then you finish the config on your notepad.. should add a name like "ShadowZandroCoop.cfg" for your server.. then you're since hosting a master server on each channel with the config.. but NOTE... should be uploaded on the website of the channel.

i hope then this tutorial for your master servers of the config will be sucssesuful for you :)

RE: How to Create a Config for Master servers for Best. Ever. or TSPG

Posted: Wed Jan 20, 2016 5:23 pm
by Sean
Since when did we and BE add support for hosting masterservers?

RE: How to Create a Config for Master servers for Best. Ever. or TSPG

Posted: Wed Jan 20, 2016 5:24 pm
by Ivan
Wow nice tutorial for master server really good pro written.

RE: How to Create a Config for Master servers for Best. Ever. or TSPG

Posted: Wed Jan 20, 2016 5:51 pm
by Matiu
Sean wrote: Since when did we and BE add support for hosting masterservers?
I don't know what are u talking about

RE: How to Create a Config for Master servers for Best. Ever. or TSPG

Posted: Wed Jan 20, 2016 5:54 pm
by FascistCat
Protip: You're mistaken about the type of the server.

RE: How to Create a Config for Master servers for Best. Ever. or TSPG

Posted: Wed Jan 20, 2016 5:56 pm
by Sean
MetalGuy213 wrote:
Sean wrote: Since when did we and BE add support for hosting masterservers?
I don't know what are u talking about
The masterserver is where your server browser gets a list of IP:port pairs to query

RE: How to Create a Config for Master servers for Best. Ever. or TSPG

Posted: Wed Jan 20, 2016 6:08 pm
by Ivan
Sean wrote:
MetalGuy213 wrote:
Sean wrote: Since when did we and BE add support for hosting masterservers?
I don't know what are u talking about
The masterserver is where your server browser gets a list of IP:port pairs to query
You are using too fancy words for him, he won't get it.

RE: How to Create a Config for Master servers for Best. Ever. or TSPG

Posted: Wed Jan 20, 2016 6:19 pm
by Matiu
Ivan wrote:
Sean wrote:
MetalGuy213 wrote:
Sean wrote: Since when did we and BE add support for hosting masterservers?
I don't know what are u talking about
The masterserver is where your server browser gets a list of IP:port pairs to query
You are using too fancy words for him, he won't get it.
oh.
FascistCat wrote: Protip: You're mistaken about the type of the server.
i've forgotten that?

RE: How to Create a Config for Master servers for Best. Ever. or TSPG

Posted: Wed Jan 20, 2016 8:28 pm
by Kokiri
Very helpful guide, thank you metalguy213!

RE: How to Create a Config for Master servers for Best. Ever. or TSPG

Posted: Wed Jan 20, 2016 8:28 pm
by FascistCat
Game server: Server for playing Zandronum.
Master server: Server which "lists" available Game servers.

Your tutorial is for creating config files for Game servers, NOT Master servers.

RE: How to Create a Config for Master servers for Best. Ever. or TSPG

Posted: Wed Jan 20, 2016 8:33 pm
by IdeIdoom
FascistCat wrote: Game server: Server for playing Zandronum.
Master server: Server which "lists" available Game servers.

Your tutorial is for creating config files for Game servers, NOT Master servers.
I think he got it by now. Also, not even game servers, automated server hosters in this case.

On-Topic: Pretty good tutorial. But you forgot how DMFlags values are created. Basically pick the values you need from the wiki and add them together.

For instance: DMFlags 3 = sv_nohealth (prevents health from spawning, value 1) and sv_noitems (prevents powerups from spawning, value 2)

RE: How to Create a Config for Master servers for Best. Ever. or TSPG

Posted: Wed Jan 20, 2016 10:09 pm
by Sean
IdeIdoom wrote:
FascistCat wrote: Game server: Server for playing Zandronum.
Master server: Server which "lists" available Game servers.

Your tutorial is for creating config files for Game servers, NOT Master servers.
I think he got it by now. Also, not even game servers, automated server hosters in this case.

On-Topic: Pretty good tutorial. But you forgot how DMFlags values are created. Basically pick the values you need from the wiki and add them together.

For instance: DMFlags 3 = sv_nohealth (prevents health from spawning, value 1) and sv_noitems (prevents powerups from spawning, value 2)
No. You need to perform a bitwise inclusive OR on the values you want. Even though it's mostly the same, there can be some very minor differences.

Its easier to just copy-paste the values from Doomseeker or I/DE.

RE: How to Create a Config for Creating servers with Best. Ever. or TSPG

Posted: Thu Jan 21, 2016 2:13 am
by Matiu
Fixed Thread and added missing "set" on 2 examples of setting things on a addon.