Raised This Month: $32 Target: $400
 8% 

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 09-10-2017 , 14:29   Re: Galileo v5.8.0-913 (a feature rich map voting plugin) | Last Update: 2017-09-10
Reply With Quote #831

Released a new version within some code from the development version I had saved

2017-07-10 | v5.8.0-913
  1. Added Turkish translation by `Snake.`
  2. Added a new option to the cvar `gal_general_options`, disable the voting menu maps appearing in alphabetical order.
  3. Added a new cvar `gal_rtv_rocks`, to override the cvar `gal_rtv_ratio` with a fixed rock the vote minimum count required.
  4. Fixed compiling error with this plugin using git-5132.
  5. Fixed the chat prefix not showing up on some chat messages.
  6. Fixed the spectators team accepting RTV when they are disabled by the cvar gal_server_players_count

I would not advise using this plugin with AMXX 5134, but with AMXX 5110.
Because on this new version there are some Unit Tests not passing due nonsense.
Using AMXX 5110 everything is working fine. For more details see the thread: Ranting about AMXX git-5134
__________________
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; 09-10-2017 at 14:47.
addons_zz is offline
GoRiLliAz
Senior Member
Join Date: May 2013
Old 09-14-2017 , 10:48   Re: Galileo v5.8.0-913 (a feature rich map voting plugin) | Last Update: 2017-09-10
Reply With Quote #832

Thx !
__________________

GoRiLliAz is offline
Enrory
Senior Member
Join Date: Nov 2016
Location: Austria
Old 09-24-2017 , 07:03   Re: Galileo v5.8.0-913 (a feature rich map voting plugin) | Last Update: 2017-09-10
Reply With Quote #833

Hello i have a little problem.
I use this plugin for Sven Coop Linux server (amxx 1.8.2)
I disable the svencoop support for fix.

It runs good, but

2 Players on server. One make rtv and mapvote start.
How can set that need more player for vote?

i found this gal_rtv_ratio 0.51
first i tried it with gal_rtv_ratio 0.60

pls help
__________________
Enrory is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 09-26-2017 , 16:12   Re: Galileo v5.8.0-913 (a feature rich map voting plugin) | Last Update: 2017-09-10
Reply With Quote #834

Quote:
Originally Posted by Enrory View Post
2 Players on server. One make rtv and mapvote start.
How can set that need more player for vote?

i found this gal_rtv_ratio 0.51
first i tried it with gal_rtv_ratio 0.60
It was because I was using float around floor, instead of ceil: Functions (round,ceil,floor) IDK

Then it is rounding 2*.61 = 1, I released a new version where it uses ceil, so it will round 2*.61=2, instead of 1.

2017-09-26 | v5.8.1-918
  1. Fixed RTV rounding to floor instead of ceil.
__________________
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; 09-29-2017 at 12:53. Reason: Fixed latest released date
addons_zz is offline
Enrory
Senior Member
Join Date: Nov 2016
Location: Austria
Old 09-28-2017 , 13:01   Re: Galileo v5.8.1-918 (a feature rich map voting plugin) | Last Update: 2017-09-26
Reply With Quote #835

thanks addon_zz work good. I like this plugin
__________________
Enrory is offline
feruchio
Member
Join Date: Feb 2016
Location: 93.123.18.81:27017
Old 10-03-2017 , 01:49   Re: Galileo v5.8.1-918 (a feature rich map voting plugin) | Last Update: 2017-09-26
Reply With Quote #836

Hey, would you make the normal players to be able to do rtv, cause right now only admins can? I use you latest version. Thanks!
Or there is setting for that?
__________________

Last edited by feruchio; 10-03-2017 at 01:53.
feruchio is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 10-03-2017 , 17:42   Re: Galileo v5.8.1-918 (a feature rich map voting plugin) | Last Update: 2017-09-26
Reply With Quote #837

Quote:
Originally Posted by feruchio View Post
Hey, would you make the normal players to be able to do rtv, cause right now only admins can? I use you latest version. Thanks!
Or there is setting for that?
Check this setting, set it to 0:
Code:
// The flags are additive. A value of 0 will not active any options. // // 1 - RTV will not work and will print "Cannot rock the vote when an admin //     is online", if there is an admin with the change map flag online. // // 2 - Do not allow the RTV show the `Stay Here` vote option. // // For example, if you want to use the options 1 and 2, use 1 + 2: // gal_rtv_wait_admin 3 // // Instead of: // gal_rtv_wait_admin 0 // // Default: 0 gal_rtv_wait_admin 0
If not work, record a galileo log and send me it.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
feruchio
Member
Join Date: Feb 2016
Location: 93.123.18.81:27017
Old 10-04-2017 , 05:11   Re: Galileo v5.8.1-918 (a feature rich map voting plugin) | Last Update: 2017-09-26
Reply With Quote #838

In galileo.cfg it is on set to 0, I never changed it? Wtf again? :O
__________________
feruchio is offline
wlmraziel
Member
Join Date: Mar 2017
Old 10-11-2017 , 16:49   Re: Galileo v5.8.1-918 (a feature rich map voting plugin) | Last Update: 2017-09-26
Reply With Quote #839

Hi, I'm using in my server a previous version of this plugin. The recent update have new features or not?
wlmraziel is offline
DjSoftero
Veteran Member
Join Date: Nov 2014
Location: Lithuania
Old 10-12-2017 , 04:37   Re: Galileo v5.8.1-918 (a feature rich map voting plugin) | Last Update: 2017-09-26
Reply With Quote #840

Quote:
Originally Posted by wlmraziel View Post
Hi, I'm using in my server a previous version of this plugin. The recent update have new features or not?
everything is written in the changelog
__________________
retired chump

Last edited by DjSoftero; 10-12-2017 at 04:37.
DjSoftero is offline
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 20:21.


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