hello all i'm trying to create a dm server with samsara with the following config
.host iwad="doom2.wad" gamemode="dm" wad="samsara-v0.31-beta.pk3, samsara_extraheroesv1.1ob3z22.pk3, newtextcolours1_220.pk3"
and yet it still comes out as cooperative.any help about it?
Help creating a dm server
- Sean
- IRC Operator
- Posts: 982
- Joined: Thu Jan 16, 2014 9:09 pm
- Location: United Kingdom
- Clan: Zandronum
- Clan Tag: [Za]
- Contact:
RE: Help creating a dm server
This is an issue with Best-Ever for some reason.
You'll want to connect to your server's RCon and do type this command:
where <MAPNAME> is the name of the map.
Also, you don't need newtextcolours1_220.pk3, as that is automatically loaded by Best-Ever.
You'll want to connect to your server's RCon and do type this command:
Code: Select all
deathmatch true
map <MAPNAME>
Also, you don't need newtextcolours1_220.pk3, as that is automatically loaded by Best-Ever.
<capodecima> i dont say any more word without my loyer jenova
RE: Help creating a dm server
oh ok thanks for the info.
for "connecting to server's RCon".. what do i have to do?
for "connecting to server's RCon".. what do i have to do?
- Cyber'
- Retired Staff / Community Team Member
- Posts: 252
- Joined: Fri May 25, 2012 1:14 am
- Location: Colorado
- Clan: The Professionals
- Clan Tag: <PRO>
- Contact:
RE: Help creating a dm server
For servers hosted by best ever you are given an rcon password via bestbot. Use this to enable server modifying commands like "Deathmatch true" in the console.
You would use send_password "password" to enable rcon usage, then you would use "rcon Deathmatch true" to enable the game mode. A map reset is required as well, so use "rcon map map01" to reset.
You would use send_password "password" to enable rcon usage, then you would use "rcon Deathmatch true" to enable the game mode. A map reset is required as well, so use "rcon map map01" to reset.
Last edited by Cyber' on Sun Jun 14, 2015 6:11 pm, edited 1 time in total.
Projects completed : PROCTF, Jump Maze, Tricky ST, RJX, RJX Remastered, Jump Maze X
Newest Project : Nothing at present, potentially a JM1 update.
Jumpmaze X post is here viewtopic.php?f=58&t=9981&p=115929#p115929
I always love these calm moments before the storm...
Newest Project : Nothing at present, potentially a JM1 update.
Jumpmaze X post is here viewtopic.php?f=58&t=9981&p=115929#p115929
I always love these calm moments before the storm...
RE: Help creating a dm server
perfect,that worked out.thanks
one question though:how can i "see" the map list(and names)inside a wad?
one question though:how can i "see" the map list(and names)inside a wad?