Ultimate Mapchooser

Technická podpora k herním serverům Counter-Strike: Source
Message
Autor
Lamin
Příspěvky: 25
Registrován: 03 zář 2010, 18:28
Reputation: 0

Ultimate Mapchooser

#1 Příspěvekod Lamin » 11 bře 2011, 15:58

Zdravím,
na svůj server jsem si nahrál do sourcemodu plugin jménem Ultimate Mapchooser v2.4.2, ale bohužel mi nefunguje správně. Vím, že to není chyba pluginu, ale mezi monitorem a židlí, jenže nedokážu to nějak opravit :D
Jde mi o to, že 4 minuty před koncem má být ukázáno menu s možností volby nové mapy.
V logu Sourcemodu jsou tyto chyby:

Kód: Vybrat vše

L 03/11/2011 - 14:01:52: [ultimate-mapchooser.smx] RTV: Unable to create RTV menu, voting aborted.
L 03/11/2011 - 14:18:38: [ultimate-mapchooser.smx] VOTING: Not enough maps to run a map vote. 0 maps available.
L 03/11/2011 - 14:26:11: [ultimate-mapchooser.smx] RANDOM MAP: Cannot pick a random map, no available map groups found in rotation.


a v umc_mapcycle.txt mám tohle:

Kód: Vybrat vše

"umc_rotation"
{
"Standart"
{
"maps_invote"           "int >= 4"

"de_dust2"
{
"min_players"   "int >= 0"
"max_players"   "int >= 20"
}

"de_dust"
{
"min_players"   "int >= 0"
"max_players"   "int >= 20"
}


"cs_office"
{
"min_players"   "int >= 0"
"max_players"   "int >= 20"
}


"de_inferno"
{
"min_players"   "int >= 0"
"max_players"   "int >= 20"
}

"de_aztec"
{
"min_players"      "int >= 0"
"max_players"      "int >= 20"
}

"de_cbble"
{
"min_players"      "int >= 0"
"max_players"      "int >= 20"
}

"de_chateau"
{
"min_players"      "int >= 0"
"max_players"      "int >= 20"
}

"de_piranesi"
{
"min_players"      "int >= 0"
"max_players"      "int >= 20"
}

"cs_italy"
{
"min_players"      "int >= 0"
"max_players"      "int >= 20"
}

"cs_havana"
{
"min_players"      "int >= 0"
"max_players"      "int >= 20"
}

"de_train"
{
"min_players"      "int >= 0"
"max_players"      "int >= 20"
}

"cs_compound"
{
"min_players"      "int >= 0"
"max_players"      "int >= 20"
}

"de_prodigy"
{
"min_players"      "int >= 0"
"max_players"      "int >= 20"
}

"de_tides"
{
"min_players"      "int >= 0"
"max_players"      "int >= 20"
}

"de_port"
{
"min_players"      "int >= 0"
"max_players"      "int >= 20"
}

"cs_assault"
{
"min_players"      "int >= 0"
"max_players"      "int >= 20"
}

"de_nuke"
{
"min_players"      "int >= 0"
"max_players"      "int >= 20"
}

"cs_militia"
{
"min_players"      "int >= 0"
"max_players"      "int >= 20"
}
}
}


Soubor ultimate_mapchooser.cfg

Kód: Vybrat vše

sm_umc_cyclefile "umc_mapcycle.txt"
sm_umc_endvote_enabled "1"
sm_umc_endvote_endsound ""
sm_umc_endvote_fragwarnings ""
sm_umc_endvote_groupexclude "0"
sm_umc_endvote_ignorelimits "0"
sm_umc_endvote_mapexclude "3"
sm_umc_endvote_roundwarnings ""
sm_umc_endvote_startfrags "10"
sm_umc_endvote_startrounds "2"
sm_umc_endvote_startsound ""
sm_umc_endvote_starttime "6"
sm_umc_endvote_timewarnings "addons/sourcemod/configs/vote_warnings.txt"
sm_umc_endvote_type "0"
sm_umc_extend_fragstep "10"
sm_umc_extend_roundstep "5"
sm_umc_extend_timestep "15"
sm_umc_extends "1"
sm_umc_logging_verbose "0"
sm_umc_nominate_displaylimits "0"
sm_umc_nominate_enabled "1"
sm_umc_nominate_ignorelimits "0"
sm_umc_nominate_strict "0"
sm_umc_nominate_tiermenu "0"
sm_umc_playerlimit_delay "240.0"
sm_umc_playerlimit_maxaction "0"
sm_umc_playerlimit_minaction "0"
sm_umc_playerlimit_voteaction "1"
sm_umc_randcycle_enabled "1"
sm_umc_randcycle_groupexclude "0"
sm_umc_randcycle_ignorelimits "0"
sm_umc_randcycle_mapexclude "3"
sm_umc_randcycle_nogroupweight "0"
sm_umc_rtv_changetime "1"
sm_umc_rtv_dontchange "1"
sm_umc_rtv_enabled "1"
sm_umc_rtv_endsound ""
sm_umc_rtv_groupexclude "0"
sm_umc_rtv_ignorelimits "0"
sm_umc_rtv_initialdelay "30"
sm_umc_rtv_interval "240"
sm_umc_rtv_mapexclude "3"
sm_umc_rtv_minplayers "0"
sm_umc_rtv_percent "0.65"
sm_umc_rtv_postvoteaction "0"
sm_umc_rtv_startsound ""
sm_umc_rtv_type "0"
sm_umc_runoff_display "C"
sm_umc_runoff_selective "0"
sm_umc_runoff_sound ""
sm_umc_runoff_threshold ".50"
sm_umc_runoffs "0"
sm_umc_vote_allowduplicates "1"
sm_umc_vote_blockslots "0"
sm_umc_vote_duration "20"
sm_umc_vote_menuscrambled "0"
sm_umc_vote_tieramount "6"
sm_umc_vote_tierdisplay "C"


Za každou radu budu vděčný. Díky
Lamin

Uživatelský avatar
Mysteria
Příspěvky: 9122
Registrován: 26 pro 2009, 15:40
Reputation: 7
Bydliště: Česká republika
Kontaktovat uživatele:

Re: Ultimate Mapchooser

#2 Příspěvekod Mysteria » 11 bře 2011, 16:33

:lol: :lol: :lol: :lol: :lol:

Jak máš tohle, tak to je nesmysl... tam musí být jenom číslo!

Kód: Vybrat vše

"maps_invote"   "int >= 4"
"min_players"    "int >= 0"
"max_players"   "int >= 20"


Třeba:

Kód: Vybrat vše

"maps_invote"   "4"
"min_players"    "0"
"max_players"   "20"

Lamin
Příspěvky: 25
Registrován: 03 zář 2010, 18:28
Reputation: 0

Re: Ultimate Mapchooser

#3 Příspěvekod Lamin » 11 bře 2011, 16:57

Jo, to je ono :D Já věděl, že to bude nějaká hovadina :D
A jen mě napadá ještě, nevíš jak udělat nějaký limit map? Aby se třeba nevotovala jedna mapa dokola? U amx tam jde nastavit limi, kolik map se musí odehrát aby se ta mapa mohla znovu votovat.

Uživatelský avatar
Mysteria
Příspěvky: 9122
Registrován: 26 pro 2009, 15:40
Reputation: 7
Bydliště: Česká republika
Kontaktovat uživatele:

Re: Ultimate Mapchooser

#4 Příspěvekod Mysteria » 11 bře 2011, 18:42

sm_umc_endvote_mapexclude "3" - Nastaví kolik posledních hraných map nebude v hlasování ;)

Lamin
Příspěvky: 25
Registrován: 03 zář 2010, 18:28
Reputation: 0

Re: Ultimate Mapchooser

#5 Příspěvekod Lamin » 11 bře 2011, 20:34

Mysteria píše:sm_umc_endvote_mapexclude "3" - Nastaví kolik posledních hraných map nebude v hlasování ;)


Díky :)


Zpět na „Counter-Strike: Source“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 2 hosti