You are not logged in.

[CS:GO] Deathmatch Mode

OnkelBazi

Beginner

  • "OnkelBazi" started this thread

Posts: 6

Location: Ingolstadt

Occupation: Techniker

wcf.user.option.userOption53: Nein

  • Send private message

1

Tuesday, November 26th 2013, 12:56am

Deathmatch Mode

Mahlzeit,
ich weiss nicht mehr weiter.
Hoffe hier kann mir jemand helfen. Ich versuche meinen Gameserver mit dem mode Deathmatch zu starten (nicht der Sourcemod-Mod)!!

Leider kapiere ich das nicht mit der gamemod_server.txt, wie ich denn dort Deathmatch unterbringen soll. Da dies ein Mod von Steam ja selbst ist, verstehe ich nicht wieso dieser dann nicht auch von Steam mit eingetragen wird.....wie Arms Race cassual usw......

Hat jemand eventuell eine Lösung wie man die gamemod_server.txt denn richtig schreibt so das deathmatch auch funzt?

bisher hab ich das Problem das wenn ich den Server mit dem Mod versuche zu connecten, dann kann man nicht drauf connecten..er bleibt im Ladebildschirm hängen

Was muss ich denn wo eintragen?`

Ich hab etwas gegoogelt..aber nicht wirklich gibt es was brauchbares über den Deathmatch Mod

Ich hoffe ich finde hier Hilfe

MfG
OnkelBazi

fluxX

Super Moderator

Posts: 1,056

Location: Österreich

Occupation: IT Systemadministrator

wcf.user.option.userOption53: Ja

  • Send private message

2

Tuesday, November 26th 2013, 1:22am

gamemode_server.txt:

Spoiler Spoiler


Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
"GameModes_Server.txt"
{
	"gameTypes"
	{
		"gungame"
		{
			"gameModes"
			{
				"deathmatch"
				{
					"maxplayers"			"24"
					
					"exec"
					{
						"exec" 			"gamemode_deathmatch_server.cfg"
					}

					"mapgroupsMP"
					{
						"mg_deathmatch"		""
					}
				}
			}	
		}
	}
	
	"mapgroups"
	{
		"mg_deathmatch"
		{
			"name"			"mg_deathmatch"
			"maps"
			{
				"de_dust2"		""
			}
		}
	}
}

Startbefehl:
./srcds_run +game csgo +map de_dust2 +game_type 1 +game_mode 2 +mapgroup mg_deathmatch

sollte so eig. funktioniren.

Greetz

OnkelBazi

Beginner

  • "OnkelBazi" started this thread

Posts: 6

Location: Ingolstadt

Occupation: Techniker

wcf.user.option.userOption53: Nein

  • Send private message

3

Tuesday, November 26th 2013, 6:06pm

danke