←  Pytania

AMXX.pl: Support AMX Mod X i SourceMod

»

Jak ustawić tylko 2 mapy?

  • +
  • -
ths's Photo ths 22.09.2015

Witam.

Mam problem... Chce zrobić serwer onlydd2/mirage i chce ustawić tylko te 2 mapy. CHce żeby zmieniały się bez żądnych vote itd. 

Dopisałem, je do maps.ini mapscycle itd. 

Quote

michal7840's Photo michal7840 22.09.2015

Jeśli używasz mapcycle  i je dopisałeś do mapcycle.txt to powinno wszystko grać :)

 

A jeśli nie działa, to w plugins.ini wyłącz mapchooser


Edited by michal7840, 22.09.2015 15:12.
Quote

  • +
  • -
ths's Photo ths 22.09.2015

Rany...Napisałem w dziale SourceMod. 

Quote

  • +
  • -
ths's Photo ths 22.09.2015

ref

Quote

  • +
  • -
Wojtek11438's Photo Wojtek11438 23.09.2015

Spróbuj przenieść funvotes.smx do disable. 

Quote

  • +
  • -
ths's Photo ths 23.09.2015

Nie działa. 

Quote

  • +
  • -
Wojtek11438's Photo Wojtek11438 23.09.2015

sm plugins list w konsole i podaj liste wszystkich aktywnych pluginów. Oraz zawartość maplists.cfg znajdziesz w: /csgo/addons/sourcemod/configs

Quote

  • +
  • -
ths's Photo ths 24.09.2015

Maplists.cfg

/**
 * 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" "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" "default"
}
 
/* For the "nominations" plugin */
"nominations"
{
"target" "default"
}
}
Quote

  • +
  • -
ths's Photo ths 24.09.2015

sm plugins;

 "Fun Commands" (1.7.2-dev+5202) by AlliedModders LLC
 "CS:GO Admin ESP" (2.1) by Root
 "Client Preferences" (1.7.2-dev+5202) by AlliedModders LLC
 "Basic Votes" (1.7.2-dev+5202) by AlliedModders LLC
 "[CS:GO/CSS] AbNeR Round End Sounds" (2.4) by AbNeR_CSS
 "Team Bets" (1.4) by ferret
 "Basic Info Triggers" (1.7.2-dev+5202) by AlliedModders LLC
 "Statystyki" (1.4) by AbNeR_CSS
 "SourceBans" (1.4.11) by SourceBans Development Team
 "Player Commands" (1.7.2-dev+5202) by AlliedModders LLC
To see more, type "sm plugins 11"

Edited by ths, 24.09.2015 11:11.
Quote

  • +
  • -
Polska Wersja's Photo Polska Wersja 25.09.2015

Wchodzisz do

csgo/addons/sourcemod/plugins/disabled

 

I wywalasz tam:

-rockthevote.smx

-nominations.smx

-randomcycle.smx

-mapchooser.smx

 

Następnie wchodzisz do

 

csgo/addons/sourcemod/plugins

 

I wywalasz to samo

 

Dopisujesz mapy do mapcycle.txt i maplist.txt i gitara powinno Ci wczytywać mapy tylko te dwie

 

Quote

  • +
  • -
ths's Photo ths 26.09.2015

Nie działa. 

Quote

  • +
  • -
Polska Wersja's Photo Polska Wersja 26.09.2015

No to do tego dodaj to

 

W serwer.cfg dopisz

sv_allow_votes 0
sv_allow_wait_command 0
 
Lub odhacz w poleceniu startowym
+mapgroup mg_bomb
Quote

  • +
  • -
ths's Photo ths 26.09.2015

Rep dla ciebie

Quote