How to Create a Config for Creating servers with Best. Ever. or TSPG
Posted: Wed Jan 20, 2016 5:17 pm
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
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
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
with another Pk3 or Wad:
then you finish this.... There it comes the DMFLAGS and everything..
theres a example about how to set the DMFLAGS And everything:
more information of the DMFLAGS and things?.. Go Here
Server variables: A thing to set the Master server's things exactly like:
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"):
other example but with complex doom
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 :)
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
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
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
Code: Select all
addmap DTINV01
theres a example about how to set the DMFLAGS And everything:
Code: Select all
DMFLAGS 2446340
DMFLAGS2 1088
ZADMFLAGS 0
Compatflags 311493
ZACOMPATFLAGS 16777240
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
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
Code: Select all
set cd_sharedkeys 1
set cd_alwaysdrop 1
i hope then this tutorial for your master servers of the config will be sucssesuful for you :)