UWAGA
W związku z upgrade'em Forum Wiaderko do vB 4.x ewentualne błędy i nieprawidłowości proszę zgłaszać w tym temacie
Serwery Counter Strike 1.6 wiaderko.com

HashJama [TP] 193.33.176.148:27015 status serwera HashJama [TP] połącz

HashJama [FFA] 193.33.176.188:27015status serwera HashJama [FFA] połącz

HashJama [DM] 193.33.176.53:27015status serwera HashJama [DM] połącz

HashJama [Aim Hs] 193.33.176.15:27015status serwera HashJama [Aim Hs] połącz

HashJama [Flags] 193.33.176.111:27015status serwera HashJama  [Flags] połącz

HashJama [AWP/HG DM] 193.33.176.50:27015status serwera HashJama [AWP/HG DM] 193.33.176.50:27015 połącz

HashJama [TP #2] 193.33.176.54:27015status serwera HashJama [TP #2] 193.33.176.54:27015 połącz

wiaderko.com [Ventrilo] v1.svoice.pl:6416status serwera wiaderko.com [Ventrilo]

SPONSOR:
pukawka.pl

Wątek: galileo nie znajduje map lub pliku z mapami

Pokaż wyniki od 1 do 7 z 7
  1. #1 galileo nie znajduje map lub pliku z mapami 
    Starsza lamka
    Dołączył
    Dec 2007
    Wiek
    32
    Posty
    86
    A otóż galileo, po skonfigurowaniu nie znajduje mi mapek, przed votem wyskakuje, że vote nie bedzie, bo nie znaleziono zadnych map... Plugin działa, wszystkie komendy itp, tylko vote nie wyskakuje, pisze tylko ze vote nie bedzie, bo nie znaleziono zadnych map. Nazwy map mam zapisane w maps.ini. Oto konfiguracja galileo:
    amx_extendmap_max 60
    amx_extendmap_step 15
    gal_cmd_votemap 0
    gal_cmd_listmaps 2
    gal_banrecent 3
    gal_banrecentstyle 1
    gal_rtv_commands 3
    gal_rtv_wait 10
    gal_rtv_ratio 0.60
    gal_rtv_reminder 2
    gal_nom_playerallowance 2
    gal_nom_mapfile maps.ini
    gal_nom_prefixes 1
    gal_nom_qtyused 3
    gal_runoff_enabled 1
    gal_runoff_duration 15
    gal_vote_weight 2
    gal_vote_weightflags y
    gal_endonround 1
    gal_vote_showstatus 1
    gal_vote_showstatustype 2
    gal_srv_start 0
    gal_endofmapvote 1
    gal_listmaps_paginate 10
    gal_vote_mapchoices 6
    gal_vote_duration 15
    gal_vote_mapfile maps.ini
    gal_vote_uniqueprefixes 0
    gal_vote_expirationcountdown 1
    gal_vote_announcechoice 0
    gal_emptyserver_wait 3
    gal_emptyserver_mapfile pusty.ini
     

  2. #2 Odp: galileo nie znajduje map lub pliku z mapami 
    Adminus pospolitus
    Dołączył
    Jan 2008
    Wiek
    20
    Posty
    9,226
    dopisałeś nazwy map do plików konfiguracyjnych?(wyłączyłeś nextmap i mapchoosera?)
    Najlepszy hosting www tutaj
    Konfiguracja amxx, instalacja pluginów, pisanie pluginów AMXX. Więcej info na www.naven.com.pl
    Jebać steama.
     

  3. #3 Odp: galileo nie znajduje map lub pliku z mapami 
    Starsza lamka
    Dołączył
    Dec 2007
    Wiek
    32
    Posty
    86
    No podałem konfigurację mojego galileo, a mapki mam w maps.ini i są dobrze zapisane, bo dmm działa... Z tym, że ja nie chcę dmm tylko galileo. Ale powiedz, co może być źle w tej konfiguracji, że mi map nie widzi i nie votuje? Votuje tylko po wpisywaniu przez graczy rtv
     

  4. #4 Odp: galileo nie znajduje map lub pliku z mapami 
    Adminus pospolitus
    Dołączył
    Jan 2008
    Wiek
    20
    Posty
    9,226
    galileo.cfg
    Kod:
     Galileo Configuration File
    echo Executing Galileo (GAL) Configuration File
    
    
    ////////////////////////////////////////////////////////////////////////
    // Allowing an extension of the current map's time limit will add an  //
    // "extend the map" option to map votes which, if the option wins,    //
    // will increase the time limit by a predetermined amount, letting    //
    // players stay on the current map longer.                            //
    ////////////////////////////////////////////////////////////////////////
    
    // Specifies the maximum number of minutes a map can be played, if it 
    // has been extended. A value less than mp_timelimit will not let the 
    // map be extended.
    amx_extendmap_max 90
    
    // Specifies the number of minutes a map will be extended each time 
    // the "Extend Map" option wins the map vote.
    amx_extendmap_step 15
    
    
    ////////////////////////////////////////////////////////////////////////
    // There are two standard HL1 map related commands that you may not   //
    // want to function normally, if at all, when using this plugin, so   //
    // as to avoid conflicts of map voting procedures.                    //
    ////////////////////////////////////////////////////////////////////////
    
    // Indicates how the standard HL1 "votemap" command should function.
    // 0 - disable
    // 1 - behave normally
    gal_cmd_votemap 0
    
    // Indicates how the standard HL1 "listmaps" command should function.
    // 0 - disable
    // 1 - behave normally
    // 2 - behave the same as the "gal_listmaps" command (galileo default)
    gal_cmd_listmaps 2
    
    
    ////////////////////////////////////////////////////////////////////////
    // Banning recently played maps means that the last several maps that //
    // have been played can not be nominated or otherwise placed in the   //
    // map vote. This ensures that a map can not be played over and over  //
    // again at the expense of playing a variety of other maps.           //
    ////////////////////////////////////////////////////////////////////////
    
    // Specifies how many of the most recent maps are disallowed from a 
    // map vote. A value of 0 will disable this feature.
    gal_banrecent 3
    
    // Indicates the style in which the recent maps are displayed when a 
    // player uses the "recentmaps" say command.
    // 1 - all maps on one line
    // 2 - each map on a separate line
    gal_banrecentstyle 1
    
    
    ////////////////////////////////////////////////////////////////////////
    // Rocking the vote is a way players can indicate their desire to     //
    // start an early map vote to change maps. Once enough players have   //
    // rocked it, a vote will begin.                                      //
    ////////////////////////////////////////////////////////////////////////
    
    // Indicates which say commands can be used to rock the vote. 
    // The flags are additive. A value of 0 will disable this feature.
    // 1 - standard "rockthevote" command
    // 2 - shorthand "rtv" command
    // 4 - dynamic "rockthe<anything>vote" command (allows a player to type 
    //     any one word (i.e. no spaces) that starts with "rockthe" and ends 
    //     with "vote". Some examples might be: "rockthedamnvote", 
    //     "rockthesillylittlevote", or "rockthefreakingvote". The total 
    //     length of the word can not be longer than 31 characters. That 
    //     leaves 20 characters for creativeness once you factor in the 
    //     lengths of "rockthe" and "vote")
    gal_rtv_commands 3
    
    // Specifies the number of minutes after a map starts that players 
    // have to wait before they can rock the vote. When a single player
    // is on the server, that player can rock the vote at any time, 
    // regardless of this setting.
    gal_rtv_wait 10
    
    // Specifies the ratio of players that need to rock the vote before a
    // vote will be forced to occur. When a single player is on the server,
    // that player can rock the vote and start an immediate vote.
    gal_rtv_ratio 0.60
    
    // Specifies how often, in minutes, to remind everyone how many more
    // rocks are still needed, after the last rock has been made.
    // A value of 0 will disable this feature.
    gal_rtv_reminder 2
    
    
    ////////////////////////////////////////////////////////////////////////
    // Nominations can be used to let players nominate maps they would    //
    // like included in the next map vote. Depending on how many maps     //
    // have been nominated, it is possible that not all nominations will  //
    // make it into the next vote.                                        //
    ////////////////////////////////////////////////////////////////////////
    
    // Specifies how many nominations each player can make.
    // There is a hard cap defined, MAX_NOMINATION_CNT, that is set to 5
    // in the SMA.  It can be changed, if needed.
    // This CVAR needs to be set equal to or less than the hard cap.
    // A value of 0 will disable this feature.
    gal_nom_playerallowance 2
    
    // Specifies the file to use which holds the names of the maps that 
    // players can nominate. Use * for all maps in the server's maps folder.
    gal_nom_mapfile mapcycle.txt
    
    // Indicates if the ./amxmodx/configs/gal/prefixes.ini file should 
    // be used to attempt to match map names if the player's entered 
    // text doesn't match any.
    gal_nom_prefixes 1
    
    // Specifies how many of the nominations made will be 
    // considered for use in the next map vote. 
    // A value of 0 means all the nominated maps will be considered.
    gal_nom_qtyused 0	
    
    
    ////////////////////////////////////////////////////////////////////////
    // Runoff voting happens when none of the normal vote options receive //
    // over 50% of a given vote. The two options with the highest vote    //
    // counts will be in the runoff vote.                                 //
    ////////////////////////////////////////////////////////////////////////
    
    // Indicates whether to allow runoff voting or not.
    // 0 - disable runoff voting
    // 1 - enable runoff voting
    gal_runoff_enabled 1
    
    // Specifies the number of seconds the runoff vote should last.
    gal_runoff_duration 15
    
    
    ////////////////////////////////////////////////////////////////////////
    // Weighted votes allows admins to have their vote counted as more    //
    // than a regular player's vote.                                      //
    ////////////////////////////////////////////////////////////////////////
    
    // Specifies how many votes a single admin vote should count as. 
    // A value of 0 or 1 will disable this feature.
    gal_vote_weight 2
    
    // Specifies the standard access flags needed to have weighted votes. 
    // You can specify multiple flags.
    gal_vote_weightflags y
    
    
    ////////////////////////////////////////////////////////////////////////
    // Ending a map on a new round after time has expired, for round-     //
    // based mods, is a much nicer way of ending the current map than the //
    // standard HL1 way, which is to suddenly end the map the second time //
    // runs out.                                                          //
    ////////////////////////////////////////////////////////////////////////
    
    // Indicates when a map should end when time runs out.
    // 0 - end immediately when time runs out
    // 1 - when time runs out, end after the current round
    gal_endonround 1
    
    
    ////////////////////////////////////////////////////////////////////////
    // By showing the status of the vote, you allow players to see how    //
    // many votes the various choices received.                           //
    ////////////////////////////////////////////////////////////////////////
    
    // Indicates when the vote progress should be shown to a player.
    // A value of 0 disables this feature.
    // 0 - never
    // 1 - after player has voted
    // 2 - after the vote ends
    gal_vote_showstatus 1
    
    // Indicates how to show the progress of a vote.
    // 1 - as vote count
    // 2 - as percentage of all votes cast
    gal_vote_showstatustype 2
    
    
    ////////////////////////////////////////////////////////////////////////
    // Server restarts could be due to a benign reason or could be due to //
    // a map that just crashed the server. In any case, you can specify   //
    // what happens when the server restarts.                             //
    ////////////////////////////////////////////////////////////////////////
    
    // Indicates which action to take when it is detected 
    // that the server has been restarted.
    // 0 - stay on the map the server started with
    // 1 - change to the map that was being played when the server was reset
    // 2 - change to what would have been the next map had the server not
    //     been restarted (if the next map isn't known, this acts like 3)
    // 3 - start an early map vote after the first two minutes
    // 4 - change to a randomly selected map from your nominatable map list
    gal_srv_start 0
    
    
    ////////////////////////////////////////////////////////////////////////
    // Some people like to stick to their defined map cycle unless a vote //
    // is started in the meantime. Other people like to always have a     //
    // vote near the end of the map to decide what the next map will be.  //
    ////////////////////////////////////////////////////////////////////////
    
    // Indicates whether there should be a vote near the end 
    // of the map to decide what the next map will be.
    gal_endofmapvote 1
    
    
    ////////////////////////////////////////////////////////////////////////
    // Paginating the map listings displayed from the gal_listmaps        //
    // console command will prevent players from getting kicked when you  //
    // are listing a large number of maps. When paginated, the listings   //
    // will only display a portion of the total map list at a time.       //
    ////////////////////////////////////////////////////////////////////////
    
    // Specifies how many maps per "page" to show when using 
    // the gal_listmaps console command. 
    // Setting it to 0 will not paginate the map listing.  
    // Pagination will be in the style of the amx_help command.
    gal_listmaps_paginate 10
    
    
    ////////////////////////////////////////////////////////////////////////
    // Primary voting is what most people generally think of when they    //
    // think of starting a vote for a new map. It's just your standard    //
    // map vote.                                                          //
    ////////////////////////////////////////////////////////////////////////
    
    // Specifies the number of maps players can choose from during the vote.
    // The number of maps must be between 2 and 8.
    gal_vote_mapchoices 5
    
    // Specifies the number of seconds the vote should last.
    gal_vote_duration 15
    
    // Specifies the file to use which either holds the names of the maps 
    // that the vote will be filled with or is used in the map group feature 
    // to specify how many maps to use from each group as determined by 
    // the gal_vote_mapfiletype CVAR.
    gal_vote_mapfile mapcycle.txt
    
    // Indicates whether the maps being added, after nominations have been
    // added to a vote, should have unique map prefixes from those already 
    // in the vote.
    gal_vote_uniqueprefixes 0
    
    
    ////////////////////////////////////////////////////////////////////////
    // The vote expiration countdown begins display a timer, to players   //
    // that haven't voted, when there are 10 seconds left in the current  //
    // vote. The timer counts down from 10 to 0, at which point the vote  //
    // will be over.                                                      //
    ////////////////////////////////////////////////////////////////////////
    
    // Indicates whether a vote expiration countdown should be displayed.
    // 0 - do not show the countdown
    // 1 - show the countdown
    gal_vote_expirationcountdown 1
    
    
    ////////////////////////////////////////////////////////////////////////
    // When the player's choice is announced, everyone on the server is   //
    // shown what every other player's selection was.                     //
    ////////////////////////////////////////////////////////////////////////
    
    // Indicates whether to announce each player's choice.
    // 0 - keep the player's choice private
    // 1 - announce the player's choice
    gal_vote_announcechoice 1
    
    
    ////////////////////////////////////////////////////////////////////////
    // You may have a lot of maps but only a few are sure to attract a    //
    // lot of players. When the server is empty, you may want the server  //
    // to change to those maps.                                           //
    ////////////////////////////////////////////////////////////////////////
    
    // Specifies how many minutes to wait, when the server is empty, before 
    // changing to an alternate empty-server map cycle. 
    // A value of 0 disables this feature.
    gal_emptyserver_wait 0
    
    // Specifies the file which contains a listing of maps, in the style of
    // mapcycle.txt, to be used as the map cycle when the server is empty.
    gal_emptyserver_mapfile emptycycle.txt
    daj taki i zobacz
    Ostatnio edytowane przez naven ; 10-02-2009 o 15:07
    Najlepszy hosting www tutaj
    Konfiguracja amxx, instalacja pluginów, pisanie pluginów AMXX. Więcej info na www.naven.com.pl
    Jebać steama.
     

  5. #5 Odp: galileo nie znajduje map lub pliku z mapami 
    Starsza lamka
    Dołączył
    Dec 2007
    Wiek
    32
    Posty
    86
    Ale wtedy muszę zrobić plik mapcycle.txt i dać go do configs, a w nim nazwy mapek, takie coś jak maps.ini?
     

  6. #6 Odp: galileo nie znajduje map lub pliku z mapami 
    Adminus pospolitus
    Dołączył
    Jan 2008
    Wiek
    20
    Posty
    9,226
    mapcycle.txt zawsze było i ma być
    Najlepszy hosting www tutaj
    Konfiguracja amxx, instalacja pluginów, pisanie pluginów AMXX. Więcej info na www.naven.com.pl
    Jebać steama.
     

  7. #7  
    Starsza lamka
    Dołączył
    Dec 2007
    Wiek
    32
    Posty
    86
    Nie chodzi:|

    No nie wiem, teraz dałem amxmodx 1.80 i w logach był błąd, prosiło żebym włączył debugowanie, włączyłem i inny błąd wyskoczył:
    L 02/10/2009 - 20:53:33: [AMXX] Run time error 4: index out of bounds
    L 02/10/2009 - 20:53:33: [AMXX] [0] textOiwgNG.sma::map_loadPrefixList (line 800)
    L 02/10/2009 - 20:53:33: [AMXX] [1] textOiwgNG.sma::plugin_cfg (line 260)
    L 02/10/2009 - 20:53:33: [AMXX] Displaying debug trace (plugin "galileo.amxx")
    L 02/10/2009 - 20:53:33: [AMXX] Run time error 4: index out of bounds
    L 02/10/2009 - 20:53:33: [AMXX] [0] textOiwgNG.sma::map_getIdx (line 932)
    L 02/10/2009 - 20:53:33: [AMXX] [1] textOiwgNG.sma::cmd_say (line 983)
    L 02/10/2009 - 20:53:44: [AMXX] Displaying debug trace (plugin "galileo.amxx")
    Ostatnio edytowane przez naven ; 11-02-2009 o 17:01
     

Podobne wątki

  1. [Steam] Dźwięk w cs szukam i nie znajduje
    By ExeN in forum Problemy z CS 1.6
    Odpowiedzi: 6
    Ostatni post / autor: 13-01-2011, 16:18
  2. Galileo
    By MatheoW in forum Problem z pluginem AMX/AMXX
    Odpowiedzi: 3
    Ostatni post / autor: 03-01-2010, 12:14
  3. cs nie znajduje amx
    By Palczak in forum Problemy i konfiguracja AMXX
    Odpowiedzi: 8
    Ostatni post / autor: 11-08-2009, 13:10
  4. Nie znajduje serwerów
    By Jarek 24 in forum Problemy z CS 1.6
    Odpowiedzi: 3
    Ostatni post / autor: 30-01-2009, 15:30
  5. Nie znajduje mi żadnych serwerów
    By marcin98721 in forum Problemy z CS 1.6
    Odpowiedzi: 18
    Ostatni post / autor: 28-01-2009, 10:56
  6. Znajduje mało serwerów...
    By Doakes in forum Problemy z CS 1.6
    Odpowiedzi: 5
    Ostatni post / autor: 22-09-2008, 21:35
  7. Nie znajduje serwerów
    By blackstar in forum Problemy z CS 1.6
    Odpowiedzi: 7
    Ostatni post / autor: 12-05-2008, 14:09
  8. Nie znajduje mi serwów
    By robocop1992 in forum Problemy z CS 1.6
    Odpowiedzi: 2
    Ostatni post / autor: 23-03-2008, 23:24
  9. Gdzie znajduje się ?
    By Apex1995 in forum Amx Mod X
    Odpowiedzi: 4
    Ostatni post / autor: 15-03-2008, 12:36
  10. Amx nie znajduje cstrike
    By redlin in forum Amx Mod X
    Odpowiedzi: 3
    Ostatni post / autor: 04-08-2007, 20:24

Odwiedzający znaleźli tę stronę szukając:

Nikt jeszcze nie odwiedził tej strony poprzez wyszukiwarki
Uprawnienia umieszczania postów
  • Nie możesz zakładać nowych tematów
  • Nie możesz pisać wiadomości
  • Nie możesz dodawać załączników
  • Nie możesz edytować swoich postów
  •