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

Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16


Post New Thread Reply   
 
Thread Tools Display Modes
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 01-30-2017 , 07:27   Re: Galileo v5.0.2-727 (a feature rich map voting plugin) | Last Update: 2017-01-29
Reply With Quote #501

Quote:
Originally Posted by Beyond Reality View Post
[B]Im here again with my old bug ... this is happen only when no one voted , map go to extend and after this if i type "rtv" or "gal_startvote" and nothing happens ,
or if i wait to the end of map, the vote doesn't start and when time is up and just change to nextmap from mapcycle file

I use galileo only with "mp_timelimit" .... and all other is disable i have "RoundEndBlock" module
Thanks for the log.

As I suspected and your log confirms, the voting is blocked from start after 2 minutes of the map extension:
Code:
( approvedTheVotingStart ) Returning false, block the new voting after the map extension.
You need to wait for it before doing RTV.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
ish12321
Veteran Member
Join Date: May 2016
Old 01-30-2017 , 07:54   Re: Galileo v5.0.2-727 (a feature rich map voting plugin) | Last Update: 2017-01-29
Reply With Quote #502

Quote:
Originally Posted by addons_zz View Post
It seems not a bug, it is probably a setting. See:
Code:
// Indicates whether to allow runoff voting or extend the current map. // // 0 - disable runoff voting // 1 - enable runoff voting // 2 - extend the current map, instead of perform a runoff voting // // Default: 0 gal_runoff_enabled 2

Update: Yeah I found the problem:
Code:
            else if( runoffEnabled == RUNOFF_EXTEND )             {                 map_extend( "GAL_WINNER_NO_ONE_VOTED" ); // = `No one voted`, instead of `The top choice did not receive enough of the votes`
I am putting the wrong lang to announce the extension. I also do not have a lang for that yet, I am going to do one.
can we make that top choice enough votes doesn't cares and it always change when voting is there..
__________________
['O|s|G'] | Death Wins a.k.a Ish Chhabra was here
ish12321 is offline
Old 01-30-2017, 08:06
ish12321
This message has been deleted by ish12321.
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 01-30-2017 , 08:12   Re: Galileo v5.0.2-727 (a feature rich map voting plugin) | Last Update: 2017-01-29
Reply With Quote #503

Quote:
Originally Posted by ish12321 View Post
can we make that top choice enough votes doesn't cares and it always change when voting is there..
Just set the cvar to 0:
Code:
// Indicates whether to allow runoff voting or extend the current map. // // 0 - disable runoff voting // 1 - enable runoff voting // 2 - extend the current map, instead of perform a runoff voting // // Default: 0 gal_runoff_enabled 0

You can read the configuration file:
Code:
//////////////////////////////////////////////////////////////////////// // 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 extend the current map. // // 0 - disable runoff voting // 1 - enable runoff voting // 2 - extend the current map, instead of perform a runoff voting // // Default: 0 gal_runoff_enabled 0
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective

Last edited by addons_zz; 01-30-2017 at 08:14.
addons_zz is offline
ish12321
Veteran Member
Join Date: May 2016
Old 01-30-2017 , 08:15   Re: Galileo v5.0.2-727 (a feature rich map voting plugin) | Last Update: 2017-01-29
Reply With Quote #504

Okay Thanks alot
__________________
['O|s|G'] | Death Wins a.k.a Ish Chhabra was here
ish12321 is offline
Beyond Reality
Junior Member
Join Date: Jan 2010
Location: Bulgaria,Varna
Old 01-30-2017 , 20:41   Re: Galileo v5.0.2-727 (a feature rich map voting plugin) | Last Update: 2017-01-29
Reply With Quote #505

Quote:
Originally Posted by addons_zz View Post
Thanks for the log.

As I suspected and your log confirms, the voting is blocked from start after 2 minutes of the map extension:
Code:
( approvedTheVotingStart ) Returning false, block the new voting after the map extension.
You need to wait for it before doing RTV.
Hmm i think should to add some text in chat to show it if someone type "rtv" , when noone voted and the map is extended

Or if you can, make it to be without this 2 minutes blocking ... ?

__________________

Last edited by Beyond Reality; 01-30-2017 at 20:46.
Beyond Reality is offline
Send a message via Skype™ to Beyond Reality
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 01-30-2017 , 20:47   Re: Galileo v5.0.2-727 (a feature rich map voting plugin) | Last Update: 2017-01-29
Reply With Quote #506

Yes. Actually I figured out how to remove this limitation. On the next version you should be able to do RTV or `gal_startvote` right away.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective

Last edited by addons_zz; 01-30-2017 at 20:47.
addons_zz is offline
ajax159
BANNED
Join Date: Jan 2017
Location: GB
Old 01-31-2017 , 19:08   Re: Galileo v5.0.2-727 (a feature rich map voting plugin) | Last Update: 2017-01-29
Reply With Quote #507

I have a problem in my sven coop server

Code:
L 01/31/2017 - 23:49:19: [AMXX] Plugin "galileo.amxx" failed to load: Plugin uses an unknown function (name "RegisterHam") - check your modules.ini.
Code:
       name                    version     author            file             status   
 [  1] Admin Base (SQL)        1.8.2       AMXX Dev Team     admin.amxx       running  
 [  2] unknown                 unknown     unknown           admincmd_sc.amx  bad load 
 [  3] Admin Help              1.8.2       AMXX Dev Team     adminhelp.amxx   running  
 [  4] Multi-Lingual System    1.8.2       AMXX Dev Team     multilingual.am  running  
 [  5] Menus Front-End         1.8.2       AMXX Dev Team     menufront.amxx   running  
 [  6] Commands Menu           1.8.2       AMXX Dev Team     cmdmenu.amxx     running  
 [  7] Players Menu            1.8.2       AMXX Dev Team     plmenu.amxx      running  
 [  8] unknown                 unknown     unknown           plmenu_sc.amxx   bad load 
 [  9] Maps Menu               1.8.2       AMXX Dev Team     mapsmenu.amxx    running  
 [ 10] Plugin Menu             1.8.2       AMXX Dev Team     pluginmenu.amxx  running  
 [ 11] Admin Chat              1.8.2       AMXX Dev Team     adminchat.amxx   running  
 [ 12] Scrolling Message       1.8.2       AMXX Dev Team     scrollmsg.amxx   running  
 [ 13] Info. Messages          1.8.2       AMXX Dev Team     imessage.amxx    running  
 [ 14] Admin Votes             1.8.2       AMXX Dev Team     adminvote.amxx   running  
 [ 15] Pause Plugins           1.8.2       AMXX Dev Team     pausecfg.amxx    running  
 [ 16] Stats Configuration     1.8.2       AMXX Dev Team     statscfg.amxx    running  
 [ 17] unknown                 unknown     unknown           galileo.amxx     bad load 
 [ 18] SCXPM                   17.31.28    Silencer          scxpm_modriot.a  running  
 [ 19] fm_gamename             17.31.35    Silencer          gamename.amxx    running  
 [ 20] Sank Sounds Plugin      1.8.6       White Panther, L  sank_sounds.amx  running  
 [ 21] Grab + Hook + Rope      1.0         GHW_Chronic       GHW_GHR.amxx     running  
 [ 22] plugin_teleport         1.8         Bahrmanou         plugin_teleport  running  
(  2) Load fails: Plugin file open error (plugin "admincmd_sc.amxx")
(  8) Load fails: Plugin file open error (plugin "plmenu_sc.amxx")
( 17) Load fails: Plugin uses an unknown function (name "RegisterHam") - check your modules.ini.
Code:
Registered cvars:
       name                     value                    plugin          
 [  1] amx_mode                 1                        admin.amxx      
 [  2] amx_password_field       _pw                      admin.amxx      
 [  3] amx_default_access       z                        admin.amxx      
 [  4] amx_vote_ratio           0.02                     admin.amxx      
 [  5] amx_vote_time            10                       admin.amxx      
 [  6] amx_vote_answers         1                        admin.amxx      
 [  7] amx_vote_delay           10                       admin.amxx      
 [  8] amx_last_voting          0                        admin.amxx      
 [  9] amx_show_activity        2                        admin.amxx      
 [ 10] amx_votekick_ratio       0.40                     admin.amxx      
 [ 11] amx_voteban_ratio        0.40                     admin.amxx      
 [ 12] amx_votemap_ratio        0.40                     admin.amxx      
 [ 13] amx_sql_table            admins                   admin.amxx      
 [ 14] amx_sql_host             127.0.0.1                admin.amxx      
 [ 15] amx_sql_user             root                     admin.amxx      
 [ 16] amx_sql_pass                                      admin.amxx      
 [ 17] amx_sql_db               amx                      admin.amxx      
 [ 18] amx_sql_type             mysql                    admin.amxx      
 [ 19] amx_language             en                       multilingual.am 
 [ 20] amx_client_languages     1                        multilingual.am 
 [ 21] amx_freq_imessage        180                      imessage.amxx   
 [ 22] scxpm_maxlevelup_enable  1                        scxpm_modriot.a 
 [ 23] scxpm_maxlevelup         10                       scxpm_modriot.a 
 [ 24] scxpm_maxlevelup_limit   100                      scxpm_modriot.a 
 [ 25] scxpm_health             1                        scxpm_modriot.a 
 [ 26] scxpm_armor              1                        scxpm_modriot.a 
 [ 27] scxpm_hpregen            1                        scxpm_modriot.a 
 [ 28] scxpm_nano               1                        scxpm_modriot.a 
 [ 29] scxpm_ammo               1                        scxpm_modriot.a 
 [ 30] scxpm_gravity            1                        scxpm_modriot.a 
 [ 31] scxpm_teampower          1                        scxpm_modriot.a 
 [ 32] scxpm_block              1                        scxpm_modriot.a 
 [ 33] scxpm_fraglimit          100                      scxpm_modriot.a 
 [ 34] scxpm_bonus              100                      scxpm_modriot.a 
 [ 35] scxpm_speedctrl          0                        scxpm_modriot.a 
 [ 36] scxpm_speedamt           100                      scxpm_modriot.a 
 [ 37] scxpm_counter            4                        scxpm_modriot.a 
 [ 38] scxpm_savectrl           1                        scxpm_modriot.a 
 [ 39] scxpm_save               2                        scxpm_modriot.a 
 [ 40] scxpm_debug              0                        scxpm_modriot.a 
 [ 41] scxpm_savestyle          0                        scxpm_modriot.a 
 [ 42] scxpm_minplaytime        120                      scxpm_modriot.a 
 [ 43] scxpm_sql_host           127.0.0.1                scxpm_modriot.a 
 [ 44] scxpm_sql_user           root                     scxpm_modriot.a 
 [ 45] scxpm_sql_pass                                    scxpm_modriot.a 
 [ 46] scxpm_sql_db             SCXPM                    scxpm_modriot.a 
 [ 47] scxpm_sql_table          scxpm_stats              scxpm_modriot.a 
 [ 48] scxpm_hud_channel        0                        scxpm_modriot.a 
 [ 49] scxpm_save_frequent      1                        scxpm_modriot.a 
 [ 50] scxpm_xpgain             5                        scxpm_modriot.a 
 [ 51] scxpm_maxlevel           1800                     scxpm_modriot.a 
 [ 52] fm_gamename              1                        gamename.amxx   
 [ 53] sanksounds_version       1.8.6                    sank_sounds.amx 
 [ 54] mp_sank_sounds_download  1                        sank_sounds.amx 
 [ 55] mp_sank_sounds_freezeti  0                        sank_sounds.amx 
 [ 56] mp_sank_sounds_obey_dur  1                        sank_sounds.amx 
 [ 57] mp_sank_sounds_motd_add                           sank_sounds.amx 
 [ 58] grab_speed               5                        GHW_GHR.amxx    
 [ 59] grab_enabled             0                        GHW_GHR.amxx    
 [ 60] hook_speed               5                        GHW_GHR.amxx    
 [ 61] hook_enabled             0                        GHW_GHR.amxx    
 [ 62] rope_speed               5                        GHW_GHR.amxx    
 [ 63] rope_enabled             0                        GHW_GHR.amxx    
 [ 64] GHW_GHW                  1                        GHW_GHR.amxx    
 [ 65] amx_teleport             1                        plugin_teleport 
 [ 66] amx_teleport_effect      1                        plugin_teleport 
 [ 67] amx_autounstuck          1                        plugin_teleport 
 [ 68] amx_autounstuckeffects   1                        plugin_teleport 
68 cvars
Help please
ajax159 is offline
Send a message via ICQ to ajax159 Send a message via AIM to ajax159 Send a message via Yahoo to ajax159 Send a message via Skype™ to ajax159
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 01-31-2017 , 19:19   Re: Galileo v5.0.2-727 (a feature rich map voting plugin) | Last Update: 2017-01-29
Reply With Quote #508

Enabled the module `hamsandwich`. Append this line on the file `addons/amxmodx/configs/modules.ini`
Code:
hamsandwich
If not work, give us the output of the command line:
Code:
meta list
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
ajax159
BANNED
Join Date: Jan 2017
Location: GB
Old 01-31-2017 , 22:00   Re: Galileo v5.0.2-727 (a feature rich map voting plugin) | Last Update: 2017-01-29
Reply With Quote #509

Quote:
Originally Posted by addons_zz View Post
Enabled the module `hamsandwich`. Append this line on the file `addons/amxmodx/configs/modules.ini`
Code:
hamsandwich
If not work, give us the output of the command line:
Code:
meta list
Not work

Code:
Currently loaded plugins:
      description      stat pend  file              vers      src   load  unlod
 [ 1] AMX Mod X        RUN   -    amxmodx_mm.dll    v1.8.2    ini   Start ANY  
 [ 2] Ham Sandwich     RUN   -    hamsandwich_amxx  v1.8.2    pl1   ANY   ANY  
 [ 3] MySQL            RUN   -    mysql_amxx.dll    v1.8.2    pl1   ANY   ANY  
 [ 4] Fun              RUN   -    fun_amxx.dll      v1.8.2    pl1   ANY   ANY  
 [ 5] FakeMeta         RUN   -    fakemeta_amxx.dl  v1.8.2    pl1   ANY   ANY  
 [ 6] Engine           RUN   -    engine_amxx.dll   v1.8.2    pl1   ANY   ANY  
6 plugins, 6 running
ajax159 is offline
Send a message via ICQ to ajax159 Send a message via AIM to ajax159 Send a message via Yahoo to ajax159 Send a message via Skype™ to ajax159
Enrory
Senior Member
Join Date: Nov 2016
Location: Austria
Old 02-01-2017 , 04:57   Re: Galileo v5.0.2-727 (a feature rich map voting plugin) | Last Update: 2017-01-29
Reply With Quote #510

from modlues.ini:

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;
;; These modules will be auto-detected and loaded ;;
;; as needed. You do not need to enable them here ;;
;; unless you have problems. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;

;fun
;engine
;fakemeta
;geoip
;sockets
;regex
;nvault
;hamsandwich

Have you all extract from Galileo zip file?
I use amxx v1.8.3 stable version and on my sven coop server works fine
__________________
Enrory is offline
Reply


Thread Tools
Display Modes

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 07:47.


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