Raised This Month: $51 Target: $400
 12% 

Galileo 1.1.290 (a feature rich map voting plugin)


Post New Thread Reply   
 
Thread Tools Display Modes
dogeh1
Junior Member
Join Date: May 2011
Old 06-20-2011 , 15:44   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #1121

Quote:
Originally Posted by dogeh1 View Post
I have the folders OK, thats not the problem. The problem is that this are all the maps on the server:

Code:
dod_anduzesnow
dod_anzio
dod_avalanche
bow_colors
dod_assault
dod_aztec
dod_dust
dod_dust2
dod_kalt
dod_lennon_b2
dod_lil_trooper
dod_murky2
dod_orange
dod_orange_tunnels
dod_purple
dod_saints
dod_yellow
fy_pool_day
And in every map vote they are always the same:

Code:
dod_assault
dod_aztec
dod_dust
dod_dust2
dod_orange
dod_orange_tunnels
dod_purple
fy_pool_day
And the maps that appears every time are the first map that i added to the server. The others i added then and they are never shown in the mapvotes.

Can someone help me with this? In all my votes there are shown the same maps.
dogeh1 is offline
oglop
Member
Join Date: Jul 2010
Location: Czech Republic
Old 06-22-2011 , 05:25   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #1122

Please, can you help me? Are my settings right?
I have XX maps on server and I want to:
Empty server = 3 maps cycle, change map when empty = 10mins

I tried to test it but it seems it doesn't work or I don't fully understand to config file, because my English isn't very good

Thank you for response.

server settings:
Code:
mp_timelimit 25


galileo.cfg

PHP Code:
// Galileo Configuration File
// $Revision: 286 $ $Date: 2009-02-18 21:49:33 -0500 (Wed, 18 Feb 2009) $
echo Executing Galileo (GALConfiguration 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 1

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


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

// 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, listed 
// one per line, that players can nominate. Use * for all maps in the 
// server's maps folder.
// You can specify a relative path before the filename, relative from
// your gamemod folder (i.e. /addons/amxmodx/configs/mymapcycle.txt).
gal_nom_mapfile /addons/amxmodx/configs/galileo/VOTE-PUB.txt

// Indicates if the ./amxmodx/configs/galileo/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 b


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

// 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,
// one per line, 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.
// You can specify a relative path before the filename, relative from
// your gamemod folder (i.e. /addons/amxmodx/configs/mymapcycle.txt).
gal_vote_mapfile /addons/amxmodx/configs/galileo/VOTE-PUB.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 10

// Specifies the file which contains a listing of maps, one per line,
// to be used as the map cycle when the server is empty.
// You can specify a relative path before the filename, relative from
// your gamemod folder (i.e. /addons/amxmodx/configs/mymapcycle.txt).
gal_emptyserver_mapfile /addons/amxmodx/configs/galileo/PRAZDNY-PUB.txt


////////////////////////////////////////////////////////////////////////
// There will be words spoken during certain events to reinenforce,   //
// in a player's mind, what is happening. You may choose to mute any  //
// that you would rather not have spoken.                             //
////////////////////////////////////////////////////////////////////////

// Indicates if any sounds should be muted during the various events in
// which they'd normal be spoken.
// The flags are additive. A value of 0 will not mute any of the sounds.
// 1 - "get ready to choose a map"
// 2 - "7", "6", "5", "4", "3", "2", "1"
// 4 - "time to choose"
// 8 - "runoff voting is required"
gal_sounds_mute 3 
VOTE-PUB.txt (vote fill and nomination file)

PHP Code:
cs_assault_mini
de_clan1_mill
de_cpl_mill
de_cpl_strike
de_dust
de_dust2
de_inferno
de_mirage
de_nuke
de_train
de_tuscan 
PRAZDNY-PUB.txt (empty mapcycle file)
PHP Code:
de_dust2
de_inferno
de_nuke 
and in maps.ini are all maps from cstrike/maps folder (for admins)


meta list
Code:
16:57:08 meta list
16:57:08 Currently loaded plugins:
               description      stat pend  file              vers      src   load  unlod
          [ 1] AMX Mod X        RUN   -    amxmodx_mm_i386.  v1.8.1.3  ini   Start ANY  
          [ 2] MySQL            RUN   -    mysql_amxx_i386.  v1.8.1.3  pl1   ANY   ANY  
          [ 3] SQLite           RUN   -    sqlite_amxx_i386  v1.8.1.3  pl1   ANY   ANY  
          [ 4] Fun              RUN   -    fun_amxx_i386.so  v1.8.1.3  pl1   ANY   ANY  
          [ 5] Engine           RUN   -    engine_amxx_i386  v1.8.1.3  pl1   ANY   ANY  
          [ 6] FakeMeta         RUN   -    fakemeta_amxx_i3  v1.8.1.3  pl1   ANY   ANY  
          [ 7] CStrike          RUN   -    cstrike_amxx_i38  v1.8.1.3  pl1   ANY   ANY  
          [ 8] CSX              RUN   -    csx_amxx_i386.so  v1.8.1.3  pl1   ANY   ANY  
          [ 9] Ham Sandwich     RUN   -    hamsandwich_amxx  v1.8.1.3  pl1   ANY   ANY  
          [10] Orpheu           RUN   -    orpheu_amxx_i386  v2.3      pl1   ANY   ANY  
         10 plugins, 10 running
amxx plugins
Code:
16:59:14 Currently loaded plugins:
                name                    version     author            file             status   
          [  1] AMXBans Core            6.0.2       AMXBans Dev Team  amxbans_core.am  running  
          [  2] AMXBans Main            6.0.2       AMXBans Dev Team  amxbans_main.am  running  
          [  3] AMXBans Freeze          1.0         |PJ|ShOrTy        amxbans_freeze.  running  
          [  4] Admin Commands          1.8.1.3746  AMXX Dev Team     admincmd.amxx    running  
          [  5] Admin Help              1.8.1.3746  AMXX Dev Team     adminhelp.amxx   running  
          [  6] Slots Reservation       1.8.1.3746  AMXX Dev Team     adminslots.amxx  running  
          [  7] Multi-Lingual System    1.8.1.3746  AMXX Dev Team     multilingual.am  running  
          [  8] Menus Front-End         1.8.1.3746  AMXX Dev Team     menufront.amxx   running  
          [  9] Commands Menu           1.8.1.3746  AMXX Dev Team     cmdmenu.amxx     running  
          [ 10] Players Menu            1.8.1.3746  AMXX Dev Team     plmenu.amxx      running  
          [ 11] Maps Menu               1.8.1.3746  AMXX Dev Team     mapsmenu.amxx    running  
          [ 12] Plugin Menu             1.8.1.3746  AMXX Dev Team     pluginmenu.amxx  running  
          [ 13] Admin Chat              1.8.1.3746  AMXX Dev Team     adminchat.amxx   running  
          [ 14] Anti Flood              1.8.1.3746  AMXX Dev Team     antiflood.amxx   running  
16:59:14  [ 15] Scrolling Message       1.8.1.3746  AMXX Dev Team     scrollmsg.amxx   running  
          [ 16] Info. Messages          1.8.1.3746  AMXX Dev Team     imessage.amxx    running  
          [ 17] Admin Votes             1.8.1.3746  AMXX Dev Team     adminvote.amxx   running  
          [ 18] TimeLeft                1.8.1.3746  AMXX Dev Team     timeleft.amxx    running  
          [ 19] Pause Plugins           1.8.1.3746  AMXX Dev Team     pausecfg.amxx    running  
          [ 20] Stats Configuration     1.8.1.3746  AMXX Dev Team     statscfg.amxx    running  
          [ 21] Restrict Weapons        1.8.1.3746  AMXX Dev Team     restmenu.amxx    running  
          [ 22] StatsX                  1.8.1.3746  AMXX Dev Team     statsx.amxx      running  
          [ 23] CS Misc. Stats          1.8.1.3746  AMXX Dev Team     miscstats.amxx   running  
          [ 24] AMX Mod Compat Engine   1.76.rc4    AMXX Dev Team     amxmod_compat.a  running  
          [ 25] Galileo                 1.1.290     Brad Jones        galileo.amxx     running  
         25 plugins, 25 running
amxx cvars
Code:
Registered cvars:
                name                     value                    plugin          
          [  1] amx_mode                 1                        amxbans_core.am 
          [  2] amx_password_field       _pw                      amxbans_core.am 
          [  3] amx_default_access       z                        amxbans_core.am 
          [  4] amx_vote_ratio           0.02                     amxbans_core.am 
          [  5] amx_vote_time            10                       amxbans_core.am 
          [  6] amx_vote_answers         1                        amxbans_core.am 
          [  7] amx_vote_delay           10                       amxbans_core.am 
          [  8] amx_last_voting          0                        amxbans_core.am 
          [  9] amx_show_activity        2                        amxbans_core.am 
          [ 10] amx_votekick_ratio       0.40                     amxbans_core.am 
          [ 11] amx_voteban_ratio        0.40                     amxbans_core.am 
          [ 12] amx_votemap_ratio        0.40                     amxbans_core.am 
          [ 13] amx_sql_table            admins                   amxbans_core.am 
          [ 14] amxbans_server_address                            amxbans_core.am 
          [ 15] amx_sql_prefix           amx                      amxbans_core.am 
          [ 16] amxbans_use_admins_file  0                        amxbans_core.am 
          [ 17] amx_sql_host             127.0.0.1                amxbans_core.am 
          [ 18] amx_sql_user             XXXXXX                   amxbans_core.am 
          [ 19] amx_sql_pass             XXXXXXXXXX         amxbans_core.am 
          [ 20] amx_sql_db               amxbans                  amxbans_core.am 
          [ 21] amx_sql_type             mysql                    amxbans_core.am 
          [ 22] amxbans_version          6.0.2                    amxbans_main.am 
          [ 23] amxbans_servernick       www.gggamers.sk          amxbans_main.am 
          [ 24] amxbans_discon_players_  10                       amxbans_main.am 
          [ 25] amxbans_complain_url     http://gggamers.sk/ban-  amxbans_main.am 
          [ 26] amxbans_debug            0                        amxbans_main.am 
          [ 27] amxbans_add_mapname_in_  1                        amxbans_main.am 
          [ 28] amxbans_flagged_all_ser  1                        amxbans_main.am 
          [ 29] amxbans_show_in_hlsw     1                        amxbans_main.am 
          [ 30] amxbans_show_hud_messag  1                        amxbans_main.am 
          [ 31] amxbans_higher_ban_time  n                        amxbans_main.am 
          [ 32] amxbans_admin_mole_acce  r                        amxbans_main.am 
          [ 33] amxbans_show_name_eveni  1                        amxbans_main.am 
          [ 34] amxbans_custom_staticti  1440                     amxbans_main.am 
          [ 35] amxbans_show_prebanned   1                        amxbans_main.am 
17:06:26  [ 36] amxbans_show_prebanned_  2                        amxbans_main.am 
          [ 37] amxbans_default_ban_rea  unknown                  amxbans_main.am 
          [ 38] amxbans_freeze_mode      abc                      amxbans_freeze. 
          [ 39] amx_reservation          0                        adminslots.amxx 
          [ 40] amx_hideslots            0                        adminslots.amxx 
          [ 41] amx_language             cz                       multilingual.am 
          [ 42] amx_client_languages     1                        multilingual.am 
          [ 43] amx_flood_time           0.75                     antiflood.amxx  
          [ 44] amx_freq_imessage        180                      imessage.amxx   
          [ 45] amx_time_voice           1                        timeleft.amxx   
          [ 46] amx_timeleft             00:00                    timeleft.amxx   
          [ 47] amx_restrweapons         00000000000000000000000  restmenu.amxx   
          [ 48] amx_restrequipammo       000000000                restmenu.amxx   
          [ 49] amx_statsx_duration      12.0                     statsx.amxx     
          [ 50] amx_statsx_freeze        -2.0                     statsx.amxx     
          [ 51] gal_version              1.1.290                  galileo.amxx    
          [ 52] gal_server_starting      0                        galileo.amxx    
          [ 53] gal_in_empty_cycle       0                        galileo.amxx    
17:06:26  [ 54] gal_debug                0                        galileo.amxx    
          [ 55] amx_nextmap                                       galileo.amxx    
          [ 56] amx_extendmap_max        90                       galileo.amxx    
          [ 57] amx_extendmap_step       15                       galileo.amxx    
          [ 58] gal_cmd_votemap          0                        galileo.amxx    
          [ 59] gal_cmd_listmaps         2                        galileo.amxx    
          [ 60] gal_listmaps_paginate    10                       galileo.amxx    
          [ 61] gal_banrecent            1                        galileo.amxx    
          [ 62] gal_banrecentstyle       1                        galileo.amxx    
          [ 63] gal_endonround           1                        galileo.amxx    
          [ 64] gal_endofmapvote         1                        galileo.amxx    
          [ 65] gal_emptyserver_wait     10                       galileo.amxx    
          [ 66] gal_emptyserver_mapfile  /addons/amxmodx/configs  galileo.amxx    
          [ 67] gal_srv_start            0                        galileo.amxx    
          [ 68] gal_rtv_commands         7                        galileo.amxx    
          [ 69] gal_rtv_wait             10                       galileo.amxx    
          [ 70] gal_rtv_ratio            0.60                     galileo.amxx    
          [ 71] gal_rtv_reminder         2                        galileo.amxx    
17:06:26  [ 72] gal_nom_playerallowance  2                        galileo.amxx    
          [ 73] gal_nom_mapfile          /addons/amxmodx/configs  galileo.amxx    
          [ 74] gal_nom_prefixes         1                        galileo.amxx    
          [ 75] gal_nom_qtyused          0                        galileo.amxx    
          [ 76] gal_vote_weight          2                        galileo.amxx    
          [ 77] gal_vote_weightflags     b                        galileo.amxx    
          [ 78] gal_vote_mapfile         /addons/amxmodx/configs  galileo.amxx    
          [ 79] gal_vote_duration        15                       galileo.amxx    
          [ 80] gal_vote_expirationcoun  1                        galileo.amxx    
          [ 81] gal_vote_mapchoices      5                        galileo.amxx    
          [ 82] gal_vote_announcechoice  1                        galileo.amxx    
          [ 83] gal_vote_showstatus      2                        galileo.amxx    
          [ 84] gal_vote_showstatustype  2                        galileo.amxx    
          [ 85] gal_vote_uniqueprefixes  0                        galileo.amxx    
          [ 86] gal_runoff_enabled       1                        galileo.amxx    
          [ 87] gal_runoff_duration      15                       galileo.amxx    
          [ 88] gal_sounds_mute          3                        galileo.amxx    
         88 cvars

Last edited by oglop; 06-24-2011 at 11:14.
oglop is offline
Old 06-24-2011, 12:09
ichris14xx
This message has been deleted by ichris14xx. Reason: nvm
ichris14xx
New Member
Join Date: Jun 2011
Old 06-24-2011 , 14:48   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #1123

how do you make it when the vote is rocked, other maps will fill in for the choices? I tested it by just nominating one map and rtving and only that map showed up as a choice. any advice?
ichris14xx is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 06-24-2011 , 14:57   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #1124

Quote:
Originally Posted by ichris14xx View Post
how do you make it when the vote is rocked, other maps will fill in for the choices? I tested it by just nominating one map and rtving and only that map showed up as a choice. any advice?
// Specifies the file to use which either holds the names of the maps,
// one per line, 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.
// You can specify a relative path before the filename, relative from
// your gamemod folder (i.e. /addons/amxmodx/configs/mymapcycle.txt).
gal_vote_mapfile
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
oglop
Member
Join Date: Jul 2010
Location: Czech Republic
Old 06-24-2011 , 15:23   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #1125

still no answer for me ? (
oglop is offline
dogeh1
Junior Member
Join Date: May 2011
Old 06-24-2011 , 16:04   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #1126

And for me
dogeh1 is offline
ichris14xx
New Member
Join Date: Jun 2011
Old 06-24-2011 , 16:51   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #1127

Quote:
Originally Posted by wickedd View Post
// Specifies the file to use which either holds the names of the maps,
// one per line, 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.
// You can specify a relative path before the filename, relative from
// your gamemod folder (i.e. /addons/amxmodx/configs/mymapcycle.txt).
gal_vote_mapfile
Is the default cstrike folder?
ichris14xx is offline
oglop
Member
Join Date: Jul 2010
Location: Czech Republic
Old 07-07-2011 , 16:46   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #1128

/bump my question!

http://forums.alliedmods.net/showpos...postcount=1123
oglop is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 07-07-2011 , 17:49   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #1129

Quote:
Originally Posted by oglop View Post
I'm not sure because I don't use galileo, but try this:
Code:
gal_in_empty_cycle 1
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
examtot
Senior Member
Join Date: May 2011
Location: Germany
Old 07-08-2011 , 07:29   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #1130

Need help!?!? when i wait in my server 15 minutes comes vote for maps i press 6.the same map 15. ..map gonna be for 15min not changed and then in 1 min changes random map to whatever map
examtot is offline
Send a message via Skype™ to examtot
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:42.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode