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

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


Post New Thread Reply   
 
Thread Tools Display Modes
wlmraziel
Member
Join Date: Mar 2017
Old 05-25-2017 , 23:30   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #721

I'm thinking new features that could reforce this plugin:

- Minimum votes depending of the number of players of each map.
- Disable the mapcycle when an admin is online with the automatic automatic votemap(as the rtv is disabled when an admis is online)



Last edited by wlmraziel; 05-25-2017 at 23:31.
wlmraziel is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 05-26-2017 , 05:52   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #722

Quote:
Originally Posted by wlmraziel View Post
- Minimum votes depending of the number of players of each map.
I think I already put this feature:
Code:
// Specifies the minimum number of votes the voting should have to be // considered a valid voting. The value of 0 will disable this feature. // // If the voting does not have the minimum votes, the action set by the // cvar `gal_extendmap_allow_order` will be selected/chose. // // For example, if you set this cvar to 1, it will require 2 players // votes to the voting to be considered valid. // // Default: 0 gal_vote_minimum 0


Quote:
Originally Posted by wlmraziel View Post
- Disable the mapcycle when an admin is online with the automatic automatic votemap(as the rtv is disabled when an admis is online)
  1. You want to disable the end of map voting when the admin is online?
  2. If the voting is disabled, what should happens when the time limit expires?
__________________
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; 05-26-2017 at 05:53.
addons_zz is offline
Skyliner
Member
Join Date: Sep 2011
Location: Fagaras
Old 05-26-2017 , 18:27   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #723

Hey, one question.
Is it possible to modify the menu that when the vote starts, the options not to be the classic ones? ( 1, 2, 3, ,4 and so on) and to start from 5 (5, 6, 7, ,8 ).
Why I am asking this? Because 60% from my server when the vote it's starting they automatically press 1 ....
And a second question.
I got for exemple 3 types of the map assault, de_assault, cs_assault and cs_assault_shadow.
It is possible to make something to ban for 6 maps all the assault maps?
Thanks!
__________________


Last edited by Skyliner; 05-26-2017 at 18:31.
Skyliner is offline
Send a message via Yahoo to Skyliner Send a message via Skype™ to Skyliner
GoRiLliAz
Senior Member
Join Date: May 2013
Old 05-26-2017 , 18:42   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #724

Hi i proposed

for first question :
look it https://github.com/evandrocoan/MultiModServer/issues/60
__________________


Last edited by GoRiLliAz; 05-26-2017 at 18:43.
GoRiLliAz is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 05-26-2017 , 18:59   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #725

Quote:
Originally Posted by Skyliner View Post
And a second question.
I got for exemple 3 types of the map assault, de_assault, cs_assault and cs_assault_shadow.
It is possible to make something to ban for 6 maps all the assault maps?
You want to ban all map names within `assault` on the name?
You want to ban like, for ever and ever so the saver cannot never ever use them?
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
Skyliner
Member
Join Date: Sep 2011
Location: Fagaras
Old 05-27-2017 , 04:56   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #726

Quote:
Originally Posted by addons_zz View Post
You want to ban all map names within `assault` on the name?
You want to ban like, for ever and ever so the saver cannot never ever use them?
Nope, to ban them normaly, for 6 maps or so, depends how it's set in the CFG file from galileo.

"gal_banrecent 6"
__________________

Skyliner is offline
Send a message via Yahoo to Skyliner Send a message via Skype™ to Skyliner
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 05-27-2017 , 10:13   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #727

So, I should guess a map name core using this algorithm/strategy bellow?
  1. Find an underscore from the first character name.
  2. Copy the next characters after the underscore until find the end of the map name or another underscore.
  3. Add the copied word to the `recentMapsCore.dat` file.
Then I would not use the same value on the cvar `gal_banrecent`, to not interfere within the standard behavior.
I would create a new cvar called `gal_banrecent_core` which would ban maps based on their core name.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
Skyliner
Member
Join Date: Sep 2011
Location: Fagaras
Old 05-28-2017 , 07:21   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #728

Quote:
Originally Posted by addons_zz View Post
So, I should guess a map name core using this algorithm/strategy bellow?
  1. Find an underscore from the first character name.
  2. Copy the next characters after the underscore until find the end of the map name or another underscore.
  3. Add the copied word to the `recentMapsCore.dat` file.
Then I would not use the same value on the cvar `gal_banrecent`, to not interfere within the standard behavior.
I would create a new cvar called `gal_banrecent_core` which would ban maps based on their core name.
If you can do that it will be damn perfect .
__________________

Skyliner is offline
Send a message via Yahoo to Skyliner Send a message via Skype™ to Skyliner
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 05-28-2017 , 11:22   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #729

I opened a feature request for it on: https://github.com/addonszz/Galileo/issues/68
When I have a bunch of free time I can implement it. In the worst case I think it could be on this and next year's August and December.
__________________
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; 05-28-2017 at 11:24.
addons_zz is offline
GoRiLliAz
Senior Member
Join Date: May 2013
Old 05-28-2017 , 21:14   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #730

Hi
Possibility to nominate maps css_ for the moment we can make de_, cs_, fy is this displays all the maps corresponding but with css_ he_ tir_ it does not work.

See to put a config file?

And this screen shot i have only 2 map fy_ but menu say OFF

http://hpics.li/3bcf579 its normal ?
__________________

GoRiLliAz 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 21:06.


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