You are not logged in.

FERO

Beginner

  • "FERO" started this thread

Posts: 20

Location: localhost

wcf.user.option.userOption53: Nein

  • Send private message

1

Tuesday, January 15th 2013, 11:04pm

Mapvote Fenster buggt

Guten tag,

Ich habe ein kleines Problem mit meinen round end votes...
Immer wenn der Vote für die Nächste Map kommt, erscheinen nur 1, manchmal auch 2 Maps im Fenster...

Ich möchte aber das 5-6 Maps angezeigt werden :/

Ich benutze keinen besonderen Mapvote Plugin, benutze das Hauseigene von Sourcemod.

Screen wie es meistens aussieht: http://img.fero.tv/images/2013/01/15/2013-01-14_00001.jpg

Ich wäre sehr dankbar wenn man mir helfen könnte^^

Posts: 2,498

Location: Schwelm

Occupation: Immobilien-Verwalter / Serveradministrator

wcf.user.option.userOption53: Nein

  • Send private message

2

Wednesday, January 16th 2013, 6:35am

Wieviele vergangene Maps sollen NICHT im Mapvote erscheinen?
Aus welcher Liste holt sich der Mapchooser die Maps für den Vote?
Wieviele Maps stehen in dieser Liste?

Ohne diese Infos kann man dir nicht helfen.

Canc3lL0g0ut

Professional

Posts: 881

Location: L.E.

Occupation: KiN im Betriebsdienst

wcf.user.option.userOption53: Nein

  • Send private message

3

Thursday, January 17th 2013, 7:45am

Moin,

schau mal in die mapchooser.cfg. Die betreffenden Abschnitte sollten so aussehen (ist jetzt ne config von unserem Server):

Spoiler Spoiler


....
// Specifies how many past maps to exclude from the vote.
// -
// Default: "5"
// Minimum: "0.000000"
sm_mapvote_exclude "60"

...

// Specifies how many maps to include in the vote.
// -
// Default: "5"
// Minimum: "2.000000"
// Maximum: "6.000000"
sm_mapvote_include "6"


LG

Steffen
24/7 Teamspeak³ Server:


Linux is like a wigwam → No windows. No gates. Apache inside.

1. Frage des Admin: was wurde vorher verändert?
2. Antwort des Users: nichts
3. Frage des Admin: was wurde verändert, bevor NICHTS verändert wurde?

Ene mene muh gebasht wirst du,
ene mene miste headOr durch die Kiste,
ene mene meck kaum siehste mich schon fliegste weg :D

Toxix3

Intermediate

Posts: 158

wcf.user.option.userOption53: Ja

  • Send private message

4

Thursday, January 17th 2013, 3:39pm

Lösch mal in deinem Ordner cfg/sourcemod die mapchooser.cfg und restarte.
Bescheid sagen :)

gruß

Posts: 2,498

Location: Schwelm

Occupation: Immobilien-Verwalter / Serveradministrator

wcf.user.option.userOption53: Nein

  • Send private message

5

Thursday, January 17th 2013, 4:09pm

Und was soll ihm das bringen?

Er möchte schließlich 6 Maps zur Auswahl haben, und das ist nicht der Standardwert in der mapchooser.cfg

Fehler wird eher sein, dass

Spoiler Spoiler

// Specifies how many past maps to exclude from the vote.
// -
// Default: "5"
// Minimum: "0.000000"
sm_mapvote_exclude "4"


eingestellt ist. Somit können nur maximal 2 Maps im Vote erscheinen (was bei ihm der Fall ist).

Oder / und es befinden sich zuwenig Maps in der mapcycle. txt (auf die das mapchooser Plugin wahrscheinlich bei ihm zugreift). Zusammen mit einem anderen Wert von
sm_mapvote_exclude kann es auch dann zu nur maximal 2 Maps im Vote kommen.

Toxix3

Intermediate

Posts: 158

wcf.user.option.userOption53: Ja

  • Send private message

6

Thursday, January 17th 2013, 4:29pm

Vielleicht hat er ja etwas falsches eingestellt.
Versuch ist er wert. :)

Posts: 2,498

Location: Schwelm

Occupation: Immobilien-Verwalter / Serveradministrator

wcf.user.option.userOption53: Nein

  • Send private message

7

Thursday, January 17th 2013, 5:28pm

Das er etwas falsch eingestellt hat, ist schon klar.

Dies wird sich aber durch eine Originale Config auch nicht ändern, denn er weiss dann immer noch nicht woran es überhaupt lag.

FERO

Beginner

  • "FERO" started this thread

Posts: 20

Location: localhost

wcf.user.option.userOption53: Nein

  • Send private message

8

Thursday, January 17th 2013, 6:23pm

Tut mir leid das ich mich nicht gemeldet habe, hatte Internet Probleme.

So sieht meine Mapchooser.cfg aus:

Mapchooser.cfg

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
// This file was auto-generated by SourceMod (v1.4.6)
// ConVars for plugin "mapchooser.smx"


// Specifies how many more frags are allowed when map is extended.
// -
// Default: "10"
// Minimum: "5.000000"
sm_extendmap_fragstep "10"

// Specifies how many more rounds each extension makes
// -
// Default: "5"
// Minimum: "1.000000"
sm_extendmap_roundstep "5"

// Specifies how much many more minutes each extension makes
// -
// Default: "15"
// Minimum: "5.000000"
sm_extendmap_timestep "15"

// Specifies if a 'Don't Change' option should be added to early votes
// -
// Default: "1"
// Minimum: "0.000000"
sm_mapvote_dontchange "1"

// Specifies if MapChooser should run an end of map vote
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_mapvote_endvote "1"

// Specifies how many past maps to exclude from the vote.
// -
// Default: "5"
// Minimum: "0.000000"
sm_mapvote_exclude "5"

// Number of extensions allowed each map.
// -
// Default: "0"
// Minimum: "0.000000"
sm_mapvote_extend "0"

// Specifies how many maps to include in the vote.
// -
// Default: "5"
// Minimum: "2.000000"
// Maximum: "6.000000"
sm_mapvote_include "5"

// Specifies whether or not MapChooser should pick a map if no votes are received.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_mapvote_novote "1"

// Specifies when to start the vote based on time remaining.
// -
// Default: "3.0"
// Minimum: "1.000000"
sm_mapvote_start "3.0"

// Specifies when to start the vote base on frags remaining.
// -
// Default: "5.0"
// Minimum: "1.000000"
sm_mapvote_startfrags "5.0"

// Specifies when to start the vote based on rounds remaining. Use 0 on TF2 to start vote during bonus round time
// -
// Default: "2.0"
// Minimum: "0.000000"
sm_mapvote_startround "2.0"

// Specifies how long the mapvote should be available for.
// -
// Default: "20"
// Minimum: "5.000000"
sm_mapvote_voteduration "20"


Wie man sieht hab ich den Wert auf 5, aber trotzdem wird nur 1, manchmal auch 2 Maps angezeigt.

Source code

1
2
3
4
5
// Specifies how many past maps to exclude from the vote.
// -
// Default: "5"
// Minimum: "0.000000"
sm_mapvote_exclude "5"


Die Maps sind in der Mapcylce Datei.

This post has been edited 2 times, last edit by "General_V" (Jan 17th 2013, 9:09pm)


Posts: 2,498

Location: Schwelm

Occupation: Immobilien-Verwalter / Serveradministrator

wcf.user.option.userOption53: Nein

  • Send private message

9

Thursday, January 17th 2013, 10:40pm

Und da ist der Fehler:

Spoiler Spoiler

// Specifies how many past maps to exclude from the vote.
// -
// Default: "5"
// Minimum: "0.000000"
sm_mapvote_exclude "5"


Würdest du die Bedeutung des Befehles, bzw. des Wortes "exclude" bitte mal nachforschen?

Zusammen mit dem Befehl

Spoiler Spoiler

// Specifies how many maps to include in the vote.
// -
// Default: "5"
// Minimum: "2.000000"
// Maximum: "6.000000"
sm_mapvote_include "5"


dürfte eigentlich alles klar sein.

Lest euch eure Configs durch, Jungs!

This post has been edited 3 times, last edit by "templetonpeck" (Jan 17th 2013, 10:52pm)


FfoPrinz

Intermediate

Posts: 417

Location: 127.0.0.1

wcf.user.option.userOption53: Ja

  • Send private message

10

Thursday, January 17th 2013, 11:47pm

Das sind doch die einfachsten Einstellungen bei Sourcemod ...

MFG
FfoPrinz
Rechtschreibfehler sind voll normal und passieren nunmal 8)
Ich gebe keine Antworten auf PN, dazu ist das komplette Forum da um Anfragen zu beantworten ...



FERO

Beginner

  • "FERO" started this thread

Posts: 20

Location: localhost

wcf.user.option.userOption53: Nein

  • Send private message

11

Friday, January 18th 2013, 3:42pm

Das waren die Default Settings... Ich wusste nicht einmal das so eine cfg existiert!
Aber hey, nicht jeder kennt sich in Sourcemod so aus wie manche hier ;)
Trotzdem danke.

@ FfoPrinz, danke für den Beitrag, hat mir sehr geholfen.


//kann geclosed werden, bevor hier noch weitere Beiträge auftauchen die eigentlich nix mit Support zutun haben. Danke

This post has been edited 1 times, last edit by "FERO" (Jan 18th 2013, 5:38pm)


Similar threads