Sie sind nicht angemeldet.

1

Sonntag, 18. November 2007, 21:41

End of map vote

Hi Leute ich hab ein problem ich hab mani admin auf meinem GunGame server und Eventscripts 2.0 beta

in den configs ist eigentlich alles eingestellt trotz allem kommt kein end of map vote
obwohl angeschaltet.
wenn ich nextmap eingebe kommt "Map decided by vote"
aber voten tut er alleine.
kann mir bitte jemand helfen ich weiß nicht mehr weiter

danke schon mal im voraus gruß Terrorgismo

nuX

ホミカ - ドイツ plays カウンターストライク

Beiträge: 298

Wohnort: aua-WG Hamburg

Beruf: IT Systemadministrator

Rootserver vorhanden: Ja

  • Nachricht senden

2

Sonntag, 18. November 2007, 22:36

Re: End of map vote

Probiere es damit mal:


// *****************************************************************************
// Module : Voting functionality
//
// Desc : There are two types of vote. System started where an admin has
// triggered a vote or User started where a user has started a vote
// The following cvars control the configuration of the voting
// *****************************************************************************

// Allow voting 1 = on, 0 = off (this cvar controls ALL voting)
mani_voting 1

// Defines the last number of maps played to not show in random votemap lists
mani_vote_dont_show_last_maps 3

// Defines the time in minutes a extend vote will add to the timeleft counter
mani_vote_extend_time 20

// Defines the whether the a map can be extended
mani_vote_allow_extend 1

// Defines amount of time in seconds a vote will be allowed for
mani_vote_allowed_voting_time 45

// Defines whether a random map vote will be displayed towards the end of
// the map
mani_vote_allow_end_of_map_vote 1

// Number of extensions a map is allowed via user vote or random map vote,
// 0 = infinite
mani_vote_max_extends 2

// Number of rounds to extend by if mp_winlimit is not 0
mani_vote_extend_rounds 10

// Define the file to use for random map vote
// 0 = mapcycle.txt, 1 = votemapslist.txt, 2 = maplist.txt
mani_vote_mapcycle_mode_for_random_map_vote 0

// Define the file that admin can select from for admin
// started vote.
// 0 = mapcycle.txt, 1 = votemapslist.txt, 2 = maplist.txt
mani_vote_mapcycle_mode_for_admin_map_vote 0

// Defines how many minutes before the end of the map that a random map vote
// is started
mani_vote_time_before_end_of_map_vote 3

// Defines how many maps can be in the end of map vote
mani_vote_max_maps_for_end_of_map_vote 6

// Allow team swap option as part of Extend map on end
// of map vote (CSS Only)
mani_vote_end_of_map_swap_team 0

// Defines the vote percentage required to set map
mani_vote_end_of_map_percent_required 60

// Defines the vote percentage required to set rcon vote
mani_vote_rcon_percent_required 60

// Defines the vote percentage required to set question vote
mani_vote_question_percent_required 60

// Defines the vote percentage required to set map vote
mani_vote_map_percent_required 60

// Defines the vote percentage required to set random map vote
mani_vote_random_map_percent_required 60

// This cvar determines how the players see the votes during voting
// 0 = quiet mode,
// 1 = show players as they vote but not their choice,
// 2 = Show voted choice but not player,
// 3 = show player name and their choice
mani_vote_show_vote_mode 3

// Following cvar now has 2 modes of operation
// 0 = alive players will see vote menu,
// 1 = alive players will need to type vote to access the menu,
mani_vote_dont_show_if_alive 0

// Allow user started votemaps
mani_vote_allow_user_vote_map 0

// Allow the users to extend maps if time based
mani_vote_allow_user_vote_map_extend 1

// Allow the users to kick players by vote
mani_vote_allow_user_vote_kick 0

// Allow the users to ban players by vote
mani_vote_allow_user_vote_ban 0

// Defines the vote percentage required to set an extend map vote
mani_vote_extend_percent_required 60

// Percentage of votes required from players before map change
mani_vote_user_vote_map_percentage 60

// Time after a new map starts that voting is allowed
mani_vote_user_vote_map_time_before_vote 60

// Minimum number of votes required to change a map (override vote percentage)
mani_vote_user_vote_map_minimum_votes 4

// 0 = only when no admin on server, 1 = all the time
mani_vote_user_vote_kick_mode 0

// Percentage of votes required from players before kick occurs
mani_vote_user_vote_kick_percentage 60

// Time after a new map starts that voting is allowed
mani_vote_user_vote_kick_time_before_vote 60

// Minimum number of votes required (override vote percentage)
mani_vote_user_vote_kick_minimum_votes 4

// 0 = only when no admin on server, 1 = all the time
mani_vote_user_vote_ban_mode 0

// Percentage of votes required from players before kick occurs
mani_vote_user_vote_ban_percentage 60

// Time after a new map starts that voting is allowed
mani_vote_user_vote_ban_time_before_vote 60

// Minimum number of votes required (override vote percentage)
mani_vote_user_vote_ban_minimum_votes 4

// Time in minutes for the ban, 0 = permanent ban
mani_vote_user_vote_ban_time 30

// 0 = ban by ID, 1 = ban by IP, 2 = ban by ID and IP
mani_vote_user_vote_ban_type 0

// Allow rock the vote
mani_vote_allow_rock_the_vote 1

// Defines the vote percentage required to set map
mani_vote_rock_the_vote_percent_required 60

// Time before rockthevote can be started after a new map starts
mani_vote_time_before_rock_the_vote 120

// Number of nominations included in the vote
mani_vote_rock_the_vote_number_of_nominations 4

// Number of random maps chosen from votemaplist.txt
mani_vote_rock_the_vote_number_of_maps 8

// Percentage of players on server required to type rockthevote before
// it starts
mani_vote_rock_the_vote_threshold_percent 60

// Minimum number of players required to type rockthevote before it starts
mani_vote_rock_the_vote_threshold_minimum 4

// This controls the default mode a player will have their 'show vote progress'
// set to when they first ever join your server. This setting is applied to
// the player's stored record withing player_settings.dat it does not control
// whether the vote progress functionality is on or off.
// 0 = player settings default to off, 1 = player settings default to on
// 1 = default on, 0 = default off
mani_player_settings_vote_progress 1


私たちはそのような外部のコンテンツについて、一切の責任を負いません.

3

Montag, 19. November 2007, 08:59

Re: End of map vote

danke werd es gleich ausprobieren.
hoffe es geht

4

Dienstag, 20. November 2007, 06:24

Re: End of map vote

also irgendwie geht es nicht trotzden einstellungen frägt er nicht nach dem vote
er geht wieder den mapcycle durch.
ich versteh das nicht helft mir

5

Dienstag, 20. November 2007, 08:38

Re: End of map vote

wir haben jetzt eine auf einem anderen server funktionierende mani_server.cfg genommen aber er votet immer noch
nicht.
kann das was mit eventscrips zu tun haben.
????
ich brauch ne lösung

danke im voraus

HSFighter

Administrator

Beiträge: 1 517

Wohnort: Flensburg

Beruf: Industrieelektroniker

Rootserver vorhanden: Nein

  • Nachricht senden

6

Dienstag, 20. November 2007, 10:06

Re: End of map vote

Moin moin,

Deaktiviere mal alle Plugins bis auf das Mani-Admin.
Dann schau noch mal nach ob es geht.
Danach aktivierst du ein plugin nach dem anderen,
und schaust ob es zwischen durch immer noch geht.

Server neustart dabei nicht vergessen.

MfG



-
Anti Cheat: www.smacbans.com
Kein direkter Support per PM (nur auf Anforderung)

7

Dienstag, 27. November 2007, 20:29

Re: End of map vote

ich hab aber den Gungame mod laufen und für den ist ja eventscrips vorausetzung oder nicht?
denn mein Warserver läuft gut und der läuft ohne mod also auch ohn eventscrips.

DeaD_EyE

Administrator

Beiträge: 3 980

Wohnort: Hagen

Beruf: Mechatroniker (didaktische Systeme)

Rootserver vorhanden: Nein

  • Nachricht senden

8

Dienstag, 27. November 2007, 21:15

Re: End of map vote

Was möchtest du denn bei nextmap drinstehen haben? Wenn der Vote kommt, wird sowiso eine andere Map besimmt.

Probier mal mani_vote_allow_end_of_map_vote 0.

Wenn das auch nicht hilft, werfe mal einen Blick auf:

// The following cvar controls how the mapcycle is calculated
// 0 = standard Valve map cycle,
// 1 = if you don't want your mapcycle to reset to the first in the
// list when moving to a map not in the cycle,
// 2 = random cycle (uses mani_vote_dont_show_last_maps cvar to exclude
// last maps played)
// 3 = skip to the next unplayed map in the map cycle list until all maps
// have been played when it is reset.
mani_mapcycle_mode 0

9

Montag, 3. Dezember 2007, 06:50

Re: End of map vote

ich möchte das wenn mann bei dem HE kill angelangt ein mapvote kommt so das wir wählen können welche map als nächstes
kommt.
wenn ich end of map vote auf 0 setzte wählt er alleine.
wenn ich end of map vote auf 1 setzte geht er den mapcycle durch.
beides ist scheiße da wir dann immer wieder die gleichen maps spielen.
weil jedesmal rtv gemacht wird und die scheiße von vorne los geht.

10

Donnerstag, 20. Dezember 2007, 19:04

Re: End of map vote

hab den fehler gefunden in der Gungame cfg wahr der mapvote nicht fürs mani admin eingestellt.

oele

Schüler

Beiträge: 53

Wohnort: Bayern

Beruf: LKW Fahrer

Rootserver vorhanden: Ja

  • Nachricht senden

11

Montag, 27. Dezember 2010, 16:34

Re: End of map vote

Hallo

Hab auch ein Problem mit End of map vote.
Wenn am ende der Map ein vote kommt und die leute sich eine map aussuchen, kommt immer eine andere map.
Bei ManiAdmin hat es immer geklappt aber mit source mod geht es iwi nicht. :heul:

Pls help

Danke
Community/Clan
--------------------

http://www.oeles-multigamer-community.de

CHUluck4

Fortgeschrittener

Beiträge: 313

Wohnort: düsseldorf

Beruf: Industriemechaniker

  • Nachricht senden

12

Montag, 27. Dezember 2010, 18:12

Re: End of map vote

Irgendwelche Errorlogs oder der gleichen?
Was für Plugins nutzt du?
Hast du schon irgendetwas versucht oder gemacht?

oele

Schüler

Beiträge: 53

Wohnort: Bayern

Beruf: LKW Fahrer

Rootserver vorhanden: Ja

  • Nachricht senden

13

Montag, 27. Dezember 2010, 18:25

Re: End of map vote

Allso in den Errorlogs steht nicht.
klar hab ich schon was versuch, hab in der maplist.cfg geschaut auf welche datei sie zugreift.
Hab source mod und metamod neu gemacht und nutzen tu ich das standart plugin mapchooser.smx.
Ich habe es jetzt mit sm_mapvote_endvote "0" deaktiviert.


mapchooser.cfg

Spoiler Spoiler

// This file was auto-generated by SourceMod (v1.3.7-dev)
// 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 "0"

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

// 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"


maplists.cfg

Spoiler Spoiler

/**
* 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" "maplist.txt"
}

/* Admin menu, map voting menu */
"sm_votemap menu"
{
"file" "maplist.txt"
}

/* For the "randomcycle" plugin */
"randomcycle"
{
"target" "maplist.txt"
}

/* For the "mapchooser" plugin */
"mapchooser"
{
"target" "mapcycle.txt"
}

/* For the "nominations" plugin */
"nominations"
{
"target" "maplist.txt"
}
}



oele


Kann das sein das, daß was mit DM zu tun hat ???

cssdm_force_mapchanges "1"
cssdm_mapchange_file "mapcycle.txt"
das steht in der cssdm.cfg
Community/Clan
--------------------

http://www.oeles-multigamer-community.de

oele

Schüler

Beiträge: 53

Wohnort: Bayern

Beruf: LKW Fahrer

Rootserver vorhanden: Ja

  • Nachricht senden

14

Dienstag, 28. Dezember 2010, 16:53

Re: End of map vote

Niemand ne lösung ????
Community/Clan
--------------------

http://www.oeles-multigamer-community.de