You are not logged in.

Zero

Intermediate

  • "Zero" started this thread

Posts: 201

wcf.user.option.userOption53: Nein

  • Send private message

1

Wednesday, August 29th 2012, 2:13pm

Slotanzahl stimmt nicht

Haloo zusammen ,
wenn ich meinen Server mit 18 slots starte steht im Serverbrowser auch 0/18 aber nach einem mapchange steht dann da 0/9 .
Ist das ein bug oder habe ich da was falsch gemacht , es können aber 18 leute joinen und spielen .

Jackmaster

Super Moderator

Posts: 660

wcf.user.option.userOption53: Ja

  • Send private message

2

Wednesday, August 29th 2012, 2:22pm

Was steht den in der gamemodes_server.txt ?

Zero

Intermediate

  • "Zero" started this thread

Posts: 201

wcf.user.option.userOption53: Nein

  • Send private message

3

Wednesday, August 29th 2012, 2:25pm

hier mal meine gamemodes_server.txt

Classic Competitive.

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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
"GameModes_Server.txt"
{
	"gameTypes"
	{
		"classic"
		{
			"gameModes"
			{
				"casual"
				{
					"maxplayers"						"12"
					"convars"
					{
						"mp_maxmoney"					"12000"
					}
                    "mapgroupsMP"                 
                    {
                        "mg_meine_mapgroup"  ""
                    }
                }
				"competitive"
				{
					"maxplayers"						"18"
					"convars"
					{
						"mp_maxmoney"					"16000"
                    }
                    "mapgroupsMP"                 
                    {
                        "mg_meine_mapgroup"  ""
                    }
				}
			}	
		}

		"gungame"
		{
			"gameModes"
			{
				"gungameprogressive"
				{
					"maxplayers"						"12"
					"convars"
					{
						"mp_maxmoney"					"12000"
					}
                    "mapgroupsMP"                 
                    {
                    "mg_meine_mapgroup"  ""
                    }
				}

				"gungametrbomb"
				{
					"maxplayers"						"12"
					"convars"
					{
						"mp_maxmoney"					"12000"
					}	
                    "mapgroupsMP"                 
                    {
                    "mg_meine_mapgroup"  ""
                    } 
                }
			}
		}
	}

	"mapgroups"
	{
        "mg_meine_mapgroup" 
        {
            "name"      "mg_meine_mapgroup" 
            "maps" 
            {
                "de_dust"   "" 
                "de_aztec"   "" 
                "de_dust2"   "" 
                "de_train"   "" 
                "de_inferno"   "" 
                "de_nuke"   ""
                "cs_office"   ""
                "cs_italy"   ""
	        "de_tuscan_a3"   ""

            }
        }
    }
}

   

This post has been edited 2 times, last edit by "Kathy" (Aug 29th 2012, 5:05pm)


Similar threads