Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: sourceserver.info. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

Samstag, 24. Juli 2010, 11:05

map vote!

hallo!
ich hab nen problem mit dem mapvote bei sourcemod. 3 min vor ende kommt das voting.
das is soweit ok.nur sind es immer die selben maps. wie/wo kann ich das ändern?
also zb 5 maps zufällig aus der gesammten maplist. habe dazu nichts gefunden.

Beiträge: 2 498

Wohnort: Schwelm

Beruf: Immobilien-Verwalter / Serveradministrator

Rootserver vorhanden: Nein

  • Nachricht senden

2

Samstag, 24. Juli 2010, 11:17

Re: map vote!

Die cfg/sourcemod/mapchooser.cfg ist dir also nicht aufgefallen?

Oder die addons/sourcemod/configs/maplists.cfg?

3

Samstag, 24. Juli 2010, 11:36

Re: map vote!

hm,also in die addons/sourcemod/configs/maplists.cfg hab ich alle maps eingetragen.oder wie funktioniert das?

Beiträge: 2 498

Wohnort: Schwelm

Beruf: Immobilien-Verwalter / Serveradministrator

Rootserver vorhanden: Nein

  • Nachricht senden

4

Samstag, 24. Juli 2010, 11:51

Re: map vote!

Warum machst du das? Dort steht doch alles drin was man ändern muss/könnte und das ist sicherlich nicht, einfach
blind alle Maps da rein zu hauen.

Poste bitte die beiden von mir genannten Configs.

HSFighter

Administrator

Beiträge: 1 517

Wohnort: Flensburg

Beruf: Industrieelektroniker

Rootserver vorhanden: Nein

  • Nachricht senden

5

Samstag, 24. Juli 2010, 11:53

Re: map vote!

In die "addons/sourcemod/configs/maplists.cfg" werden keine maps eingetragen,
sondern die pfade zu den verschieden maplisten.

wenn du sie nicht verändert hast,
dann wird für das mapvote die mapcycle Datei verwendet.

in die "addons/sourcemod/configs/adminmenu_maplist.ini" kannst du dann extra Maps
eintragen die nur von Admins gestartet werden können und nicht im Mapcycle auftauchen.

Alle wichtigen Einstellungen zum Mapvote werden in der "../cfg/sourcemod/mapchooser.cfg" gemacht.

Gibt es diese Datei nicht,
dann bitte die Datei "mapchooser.smx" aus deinem "../plugins/disable" Ordner in den "../plugins" Ordner verschieben und Server neu starten!
Dann wird die "../cfg/sourcemod/mapchooser.cfg" automatisch erstellt.

MfG



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

6

Samstag, 24. Juli 2010, 13:06

Re: map vote!

Zitat von »"TempletonPeck"«

Warum machst du das? Dort steht doch alles drin was man ändern muss/könnte und das ist sicherlich nicht, einfach
blind alle Maps da rein zu hauen.

Poste bitte die beiden von mir genannten Configs.



mapchooser.cfg:

Spoiler Spoiler

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

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

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

/* For the "nominations" plugin */
"nominations"
{
"target" "default"
}
}

7

Samstag, 24. Juli 2010, 15:56

Re: map vote!

erledigt! danke ! right