You are not logged in.

rain

Super Moderator

  • "rain" started this thread

Posts: 1,410

Location: Lutherstadt Wittenberg

Occupation: Anlagenmechaniker

wcf.user.option.userOption53: Ja

  • Send private message

1

Wednesday, July 1st 2009, 7:17pm

mapchooser bzw mapvote!

Hallöchen,


ich wollte mit dem mapchooser von SM ein mapvote erstellen das der vote 3 min vor map ende erscheint und 5 maps zur auswahl anzeigt! Ich hätte es aber gern das diese maps zB nicht in der mapcycle.txt stehen sondern das der vote die maps von einer anderen datei wie etwa der maplist.txt laden soll. Ich wollte das im cycle nur 2 maps stehen und in der maplist.txt zum vote dann die anderen. Irgendwie find ich bei SM nicht wo der beim vote nicht auf die mapcycle.txt zugreifen soll sondern dann auf die maplist.txt oder halt eine andere Datei.





Posts: 2,498

Location: Schwelm

Occupation: Immobilien-Verwalter / Serveradministrator

wcf.user.option.userOption53: Nein

  • Send private message

2

Thursday, July 2nd 2009, 12:21am

Re: mapchooser bzw mapvote!

Na dann guckste mal bei addons/sourcemod/configs/maplists.cfg right

rain

Super Moderator

  • "rain" started this thread

Posts: 1,410

Location: Lutherstadt Wittenberg

Occupation: Anlagenmechaniker

wcf.user.option.userOption53: Ja

  • Send private message

3

Thursday, July 2nd 2009, 5:59pm

Re: mapchooser bzw mapvote!

hmmm wie sollte denn die maplist.cfg aussehen wenn der mapcycle bleiben soll wie er ist aber bei 3 min vor dem map ende der die maps zum vote anbieten die in der maplist.txt drin stehen?!





Posts: 2,498

Location: Schwelm

Occupation: Immobilien-Verwalter / Serveradministrator

wcf.user.option.userOption53: Nein

  • Send private message

4

Thursday, July 2nd 2009, 9:23pm

Re: mapchooser bzw mapvote!

Der erste Eintrag sollte auf die mapcycle.txt verweisen, das plugin mapchooser sollte auf deine maplist.txt datei zugreifen.

rain

Super Moderator

  • "rain" started this thread

Posts: 1,410

Location: Lutherstadt Wittenberg

Occupation: Anlagenmechaniker

wcf.user.option.userOption53: Ja

  • Send private message

5

Thursday, July 2nd 2009, 11:14pm

Re: mapchooser bzw mapvote!

also würde es dann so aussehen:

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
/**
 * Use this file to configure map lists.
 *
 * Each section is a map list that plugins can use.  For example, the Admin Menu 
 * requests an "admin menu" map list, and you can control which maps appear via 
 * this file.
 *
 * Each section must have a property that explains where to read the maps from.
 * There are two properties:
 *
 *    target         - Redirect the request to another section.
 *    file			 - Read a file of map names, in mapcycle.txt format.
 *
 * There is one section by default, called "mapcyclefile" - it is mapped to the 
 * mapcycle.txt file, or whatever the contents of your mapcyclefile cvar is.
 *
 * If a plugin requests a map list file which doesn't exist, or is empty, SourceMod 
 * tries the "default" section, and then the "mapcyclefile" section.
 */
"MapLists"
{
	/**
	 * Default requests go right to the mapcyclefile.
	 */
	"default"
	{
		"target"		"mapcyclefile"
	}
	
	/* Admin menu, map menu */
	"sm_map menu"
	{
		"file"			"addons/sourcemod/configs/adminmenu_maplist.ini"
	}
	
	/* Admin menu, map voting menu */
	"sm_votemap menu"
	{
		"file"			"addons/sourcemod/configs/adminmenu_maplist.ini"
	}
	
	/* For the "randomcycle" plugin */
	"randomcycle"
	{
		"target"		"default"
	}
	
	/* For the "mapchooser" plugin */
	"mapchooser"
	{
		"target"		"maplist.txt"
	}
	
	/* For the "nominations" plugin */
	"nominations"
	{
		"target"		"default"
	}
}





Posts: 2,498

Location: Schwelm

Occupation: Immobilien-Verwalter / Serveradministrator

wcf.user.option.userOption53: Nein

  • Send private message

6

Thursday, July 2nd 2009, 11:53pm

Re: mapchooser bzw mapvote!

Nein so:

Source code

1
2
3
4
5
6
   /**
    * Default requests go right to the mapcyclefile.
    */
   "default"
   {
      "target"      "mapcycle.txt"


der Rest müsste nun richtig sein.

rain

Super Moderator

  • "rain" started this thread

Posts: 1,410

Location: Lutherstadt Wittenberg

Occupation: Anlagenmechaniker

wcf.user.option.userOption53: Ja

  • Send private message

7

Saturday, July 4th 2009, 11:21am

Re: mapchooser bzw mapvote!

Hmm geht leider immer noch nicht!

Meine Maplist.cfg sieht jetzt so hier aus,

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
"MapLists"
{
	/**
	 * Default requests go right to the mapcyclefile.
	 */
	"default"
	{
		"target"		"mapcycle.txt"
	}
	
	/* Admin menu, map menu */
	"sm_map menu"
	{
		"file"			"addons/sourcemod/configs/adminmenu_maplist.ini"
	}
	
	/* Admin menu, map voting menu */
	"sm_votemap menu"
	{
		"file"			"addons/sourcemod/configs/adminmenu_maplist.ini"
	}
	
	/* For the "randomcycle" plugin */
	"randomcycle"
	{
		"target"		"default"
	}
	
	/* For the "mapchooser" plugin */
	"mapchooser"
	{
		"target"		"maplist.txt"
	}
	
	/* For the "nominations" plugin */
	"nominations"
	{
		"target"		"default"
	}
}


in der mapcycle.txt befinden sich 2 maps die halt immer so laufen sollen. In der maplist.txt hab ich 5 maps die halt bei 3 min vor mapende als vote erscheinen sollen. Leider aber erscheinen nicht die 5 maps im Vote sondern die maps aus der mapcycle.txt :(





Posts: 2,498

Location: Schwelm

Occupation: Immobilien-Verwalter / Serveradministrator

wcf.user.option.userOption53: Nein

  • Send private message

8

Saturday, July 4th 2009, 3:02pm

Re: mapchooser bzw mapvote!

Ersetze mal die beiden "targets" durch "file"

Also so:

"file" "mapcycle.txt"
"file" "maplist.txt"

Syphon

Intermediate

Posts: 175

Location: Speyer

  • Send private message

9

Wednesday, September 2nd 2009, 4:11pm

Re: mapchooser bzw mapvote!

Hallo,

Sorry das ich jetzt diesen (2 Monate alten) Thread wieder zum Leben erwecke .. aber irgendwie klappt bei mir rein garnichts keinahn .

Mapchooser.smx usw habe ich aktiviert und die cfg ist auch vorhanden ..
Nur was mir fehlt ist die addons/sourcemod/configs/adminmenu_maplist.ini

Wo bitte schön kommen die Maps rein die ich nur als Admin wählen kann ?? Im moment kommen dort unzählige viele Maps wenn ich dies über das Admin Menü öffne.

Das mit Mapvote und rtv geht eigentlich .. nur habe ich ein Problem . und zwar werden alle maps nach votemap eingabe aufgelistet.. die auch in der maplist.txt stehen .. aber nur dust2 wird nicht aufgelistet ?? Jemand eine Ahnung wieso?

Und wo kann ich den bitte extend von Standart 20 min auf z.B. 30 min erhöhen? Wie lautet der Befehl?

Lg
Syphon

iVeDAkiLLa

Trainee

Posts: 128

Location: Straubing

  • Send private message

10

Thursday, September 3rd 2009, 8:26am

Re: mapchooser bzw mapvote!

Hey Leute,

will die Tage auch endlich auf Sourcemod umstellen, hätte gerne das man von 22-15 Uhr nur Standartmaps voten kann die zb. in der mapcyclenight.txt stehen, und von 15-22 Uhr alle Maps inkl. Custommaps die dann in der mapcycleday.txt stehen.

Wie muss die Datei maplist.cfg dann bei mir aussehen bzw. was muss ich noch verändern das dies funktioniert?
DoD:S & CS:S Public Community visit http://www.kodclan.org

Syphon

Intermediate

Posts: 175

Location: Speyer

  • Send private message

11

Thursday, September 3rd 2009, 9:27am

Re: mapchooser bzw mapvote!

Ich höre und lese immer wieder Custom Maps und Custom Admin .. Was bitte ist den das ??

Ist das was besseres ??

Lg
Syphon

iVeDAkiLLa

Trainee

Posts: 128

Location: Straubing

  • Send private message

12

Thursday, September 3rd 2009, 10:40am

Re: mapchooser bzw mapvote!

Ich denke mal stark das Custommaps von den normalen Spielern auf dem Server gevotet werden können, und Admincustoms nur bei Admins im Sourcemod Menü angezeigt werden. Korrigiert bitte wenn ich falsch liege.

Ich hoffe mir kann auch noch jemand weiterhelfen mit meinem Problem. ;)
DoD:S & CS:S Public Community visit http://www.kodclan.org

13

Friday, September 4th 2009, 8:35am

Re: mapchooser bzw mapvote!

Quoted from ""Syphon""

Hallo,

Sorry das ich jetzt diesen (2 Monate alten) Thread wieder zum Leben erwecke .. aber irgendwie klappt bei mir rein garnichts keinahn .

Mapchooser.smx usw habe ich aktiviert und die cfg ist auch vorhanden ..
Nur was mir fehlt ist die addons/sourcemod/configs/adminmenu_maplist.ini

Wo bitte schön kommen die Maps rein die ich nur als Admin wählen kann ?? Im moment kommen dort unzählige viele Maps wenn ich dies über das Admin Menü öffne.

Das mit Mapvote und rtv geht eigentlich .. nur habe ich ein Problem . und zwar werden alle maps nach votemap eingabe aufgelistet.. die auch in der maplist.txt stehen .. aber nur dust2 wird nicht aufgelistet ?? Jemand eine Ahnung wieso?

Und wo kann ich den bitte extend von Standart 20 min auf z.B. 30 min erhöhen? Wie lautet der Befehl?

Lg
Syphon


Die adminmenu_maplist.ini gibt es so nicht, hab mit der auch noch nicht gearbeitet, sie muss wahrscheinlich erstellt werden.
Man kann den Pfad aber ändern.
Standart:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
   /* Admin menu, map menu */
   "sm_map menu"
   {
      "file"         "addons/sourcemod/configs/adminmenu_maplist.ini"
   }
   
   /* Admin menu, map voting menu */
   "sm_votemap menu"
   {
      "file"         "addons/sourcemod/configs/adminmenu_maplist.ini"
   }
}

Ändern in:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
   /* Admin menu, map menu */
   "sm_map menu"
   {
      "file"         "maplist.txt"
   }
   
   /* Admin menu, map voting menu */
   "sm_votemap menu"
   {
      "file"         "maplist.txt"
   }
}


Es kann sein, dass man das .txt hinter maplist weglassen muss damit es geht. In der maplist stehen normalerweise alle maps die auf dem Server verfügbar sind und ich denke es ist sinnvoll wenn man die alle im Adminmenü aufrufen kann. Du kannst aber auch eine neue Textdatei erstellen und sie Adminmaplist nennen (oder wie du willst) und dort alle maps reinschreiben die du im Adminbereich sehen willst. Anschließend musst du aber auch den Namen in der maplist.cfg im Pfad für das Adminmenü ändern und dort anstelle von maplist.txt dann adminmaplist.txt reinschreiben. Das hab ich so zwar nochnicht probiert, sollte aber funktionieren.

Wegen dem Dust_2 Problem: Öffne mal die Maplist.txt und mapcycle.txt und überprüf mal ob Dust_2 überhaupt da drinn steht und wenn ob es richtig geschrieben ist. Es muss genauso geschrieben sein wie die Datei der Map im map Ordner.
Wegen dem extend Problem:
Wenn du die extendfunktion vom mapchooser meinst kannst du die in der Config vom Mapchooser ändern (cfg/sourcemod/mapchooser.cfg) der Befehl heißt glaube ich sm_extendmap_timestep.

Syphon

Intermediate

Posts: 175

Location: Speyer

  • Send private message

14

Friday, September 4th 2009, 3:06pm

Re: mapchooser bzw mapvote!

Perfekt Guggie right hat alles Prima gepasst ;) .. Danke dir ..

Was ich jetzt noch bräuchte und ich nach mehrmaligen suche ohne es leider zu finden .. hoffe ich, dass mir vllt jemande von euch weiter helfen kann??

Ich suche noch ein plugin, dass es mir als Admin erlaubt und die möglichkeit gibt, übers Adminmenü Als Admin einen vote zu starten ob die Map verlängert werden soll .. (Ich habe es nämlich so eingestellt das die Map nach 3 mal extend sie im votemap nicht mehr erscheint.)

Aber ab und an .. würden wir sie dann doch noch gerne als Admin verlängern können. Gibt es den überhaupt so ein plugin?

Lg
Syphon

15

Saturday, September 5th 2009, 5:33pm

Re: mapchooser bzw mapvote!

Das hier sollte es sein, hab aber keine Erfahrung damit:
http://forums.alliedmods.net/showthread.php?p=498802">http://forums.alliedmods.net/showthread.php?p=498802</a>
SM Super Commands by pRED*

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
Official support and any future releases will be available at: SuperCentral

Latest version is 0.6 - See the attached zip file.
The posted other files are still 0.52 while I finish up the transition.

I got the idea for this from the plugin amxx super for cs1.6. Credit goes to Bmann_420 and Bo0m! for the idea..

Large range of admin fun commands..
Requires The admin flags Custom 4 for most commands (letter 'r')

You need to put the plugin.supercmds.txt file into your gamedata folder and then restart your server.

Recommended to use SM Super Menu in conjunction with this plugin (they were designed together) to make life easier. Not necessary though.

All powers are reset each round.

Features and Commands:

Armour - sm_armour <player> <armour>
HP - sm_hp <player> <hp> 
Bury - sm_bury <player>, sm_unbury <player>
Igniting Players - sm_burn <player> <seconds>
Give item (weapons etc) - sm_weapon <player> <itemname> (eg weapon_ak47)
Teamswap - sm_teamswap
Move player team - sm_team <player> <teamid> (CSS 1-spec, 2-t, 3-ct)
Defuse Kit - sm_defuser <player> <1|0>
NightVision - sm_nv <player> <1|0>
Helmet - sm_helmet <player> <1|0>
God Mode - sm_god <player> <1|0>
Gravity - sm_gravity <player> <Float gravity multiplier> (eg 1.0 (normal), 0.5 (half))
Extend - sm_extend <minutes>
No Clip - sm_noclip <player> <1|0> 
Speed - sm_speed <player> <Float speed multiplier> (eg 1.0 (normal), 2.0 (double))
Damage Done (shows damage done to other players in a hint text message)
- Cvar: sm_showdamage <1|0>
Respawn - sm_respawn <player>
Shutdown - sm_shutdown (forces players to retry as well, usefull if server auto restarts)
Connect Announce - Cvar: sm_connectannounce <1|0>
Admin See All - Cvar: sm_adminseeall <1|0>
Teleport - sm_teleport <player/@ALL/@CT/@T> <x/#saveloc> <y> <z>
Client Execute - sm_exec <player/@ALL/@CT/@T> <command string>
Get Player Location - sm_getloc <player> - leave blank for your location
Save Player Location - sm_saveloc - Saves your current location and gives you a saveloc number to use with teleport



Dazu passend noch das hier:
http://forums.alliedmods.net/showthread.php?p=498876">http://forums.alliedmods.net/showthread.php?p=498876</a>