You are not logged in.

[CS:GO] CSGO map

Dear visitor, welcome to sourceserver.info. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

  • "shuksieno123" started this thread

Posts: 105

wcf.user.option.userOption53: Nein

  • Send private message

1

Sunday, March 22nd 2015, 12:16pm

CSGO map

Hallo
ich hoffe ich bin hier in der richtigen abteilung :D
Undzwar wie folgt nach dem es erfolgslos mit dem root nicht geklappt hat den "missing maps" fehler zu beheben habe ich mir einen gameserver gekauft alles schön und gut nun tritt der fehler auch dort auf Wäre cool wenn mir mal jemand helfen könnte fastdl, netmaxfile , upload/download alles in der server cfg eingetragen ich vermute es liegt an der gamemodes.txt will diese map zum testen drauf machen surf_greatriver_xdre4m
Danke schonmal im vorraus
shuksieno123 has attached the following file:

fluxX

Super Moderator

Posts: 1,056

Location: Österreich

Occupation: IT Systemadministrator

wcf.user.option.userOption53: Ja

  • Send private message

2

Sunday, March 22nd 2015, 12:39pm

Du müsstest schon die Map der Mapgruppe zuweisen:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
"mapgroups"
{
	"mg_surf"
	{
		"imagename"		"mapgroup-custom1"
		"nameID"		"#SFUI_Mapgroup_mg_surf"
		"name"			"mg_surf"
		"maps"
		{
			"surf_greatriver_xdre4m" ""
		}
	}
}

Den Server halt mit der Mapgruppe starten nicht vergessen.

Greetz

  • "shuksieno123" started this thread

Posts: 105

wcf.user.option.userOption53: Nein

  • Send private message

3

Sunday, March 22nd 2015, 12:44pm


Den Server halt mit der Mapgruppe starten nicht vergessen.

Greetz
Wo stelllt man das nochmal ein mit dem starten ?

fluxX

Super Moderator

Posts: 1,056

Location: Österreich

Occupation: IT Systemadministrator

wcf.user.option.userOption53: Ja

  • Send private message

4

Sunday, March 22nd 2015, 12:47pm

Kommt drauf an welches Webinterface benutzt wird, aber dort kann man sicher den Startbefehl bearbeiten/ändern.
Zum Startbefehl dazu:

Source code

1
+mapgroup mg_surf
Sowie halt game_type und game_mode nicht vergessen.

Greetz

  • "shuksieno123" started this thread

Posts: 105

wcf.user.option.userOption53: Nein

  • Send private message

5

Sunday, March 22nd 2015, 12:54pm

Kommt drauf an welches Webinterface benutzt wird, aber dort kann man sicher den Startbefehl bearbeiten/ändern.
Zum Startbefehl dazu:

Source code

1
+mapgroup mg_surf
Sowie halt game_type und game_mode nicht vergessen.

Greetz
STARTCMD="./srcds_run -game csgo -console -usercon +map surf_greatriver_xdre4m +ip 85.114.157.227 -port 27015 +sv_pure 0 -nowatchdog -maxplayers_override 20 +alias tv_maxclients +tv_maxclients 3 +tv_dispatchmode 2 +tv_port 27018 +host_workshop_collection "" -authkey "" +workshop_start_map "" +mapgroup mg_surf -secure +game_type 0 +game_mode 0 -tickrate 128 +tv_enable 0 "

ist schon eingetragen

EDIT: Danke fluxX

This post has been edited 1 times, last edit by "fluxX" (Mar 22nd 2015, 1:31pm)


fluxX

Super Moderator

Posts: 1,056

Location: Österreich

Occupation: IT Systemadministrator

wcf.user.option.userOption53: Ja

  • Send private message

6

Sunday, March 22nd 2015, 1:30pm

Die Map wurde nicht runtergeladen bzw. wurde die sv_downloadurl auskommentiert. Beide // entfernt und funktioniert :-D

Greetz