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
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 05-16-2017 , 18:36   Re: Galileo v5.6.0-853 (a feature rich map voting plugin) | Last Update: 2017-05-16
Reply With Quote #681

Released a new version

2017-05-16 | v5.6.0-853
  1. Renamed the cvars `amx_extendmap_step_min` and `amx_extendmap_max_min` to `gal_extendmap_step_min` and `gal_extendmap_max_min`.
  2. Renamed the cvars prefixed with `amx_` to `gal_`, affecting `amx_extendmap_step_rounds`, `amx_extendmap_allow_stay`, etc.
  3. Removed the ban recent maps minimum of 3 extra maps.
  4. Added a new cvar `gal_general_options` allow mute chat commands.
  5. Added a new cvar `gal_vote_minimum` to specifies the minimum number of votes the voting should have.
  6. Fixed the `say noms` command not show all nominated maps when more than 4 maps are nominated.
  7. Fixed the some chat messages being displayed on the server language on AMXX 183.
  8. Fixed the `runoff` voting starting twice due the vote round start feature.
  9. Fixed the `rockthevote` feature not showing negative votes values.

For the first time I introduce breaking changes with the original plugin from Brad's.
Theses changes were some cvars renaming I performed due the confusion they caused
with the default AMXX Mapchooser. The cvars `amx_extendmap_step` and `amx_extendmap_max`
are the same within the default AMXX installation at `AMXX.cfg`, therefore they are fighting
with the same cvars used on the `galileo.cfg` and causing confusion when configuring the plugin.

I only noticed this when updating my server from AMXX 182 to AMXX 183 build 5116. On the old
AMXX version, the value set for the cvars `amx_extendmap*` where properly acknowledge from
the `galileo.cfg` file, while the settings on `AMXX.cfg` file where ignored. However after the update
to the newer AMXX version, the values set on `galileo.cfg` for the cvars `amx_extendmap*` were
being ignored completely, while the values on the `AMXX.cfg` are prevailing.

Maybe this was because on my old installation I had removed the cvar `amx_extendmap*` from it.
Or maybe this was because the new AMXX version, is enforcing its settings over the settings set
by the plugin developer on its own settings file. Anyways it does not matter, I am going to rename
them to avoid any possible conflicts.

Now if you want to use the original settings with the Brad's version, you need to edit the
configuration file and rename the cvars from:
  1. `amx_extendmap_max` to `gal_extendmap_max_min`
  2. `amx_extendmap_step` to `gal_extendmap_step_min`

Also as I was renaming things anyways, I advanced to rename all the other cvars which were prefixed
with `amx_`, except the cvar `amx_nextmap` to keep backward compatibility with every plugin out there.

Now these cvars are renamed from:
  1. `amx_extendmap_step_rounds` to `gal_extendmap_step_rounds`
  2. `amx_extendmap_max_rounds` to `gal_extendmap_max_rounds`
  3. `amx_extendmap_step_frags` to `gal_extendmap_step_frags`
  4. `amx_extendmap_max_frags` to `gal_extendmap_max_frags`
  5. `amx_extendmap_allow_stay` to `gal_extendmap_allow_stay`
  6. `amx_extendmap_allow_stay_type` to `gal_extendmap_allow_stay_type`
  7. `amx_extendmap_allow_order` to `gal_extendmap_allow_order`
__________________
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-16-2017 at 20:53.
addons_zz is offline
wlmraziel
Member
Join Date: Mar 2017
Old 05-16-2017 , 23:36   Re: Galileo v5.6.0-853 (a feature rich map voting plugin) | Last Update: 2017-05-16
Reply With Quote #682

what is ML_NOTFOUND when I write "nextmap", "timeleft"

Last edited by wlmraziel; 05-17-2017 at 00:53.
wlmraziel is offline
kristi
Senior Member
Join Date: Nov 2016
Old 05-17-2017 , 12:48   Re: Galileo v5.6.0-853 (a feature rich map voting plugin) | Last Update: 2017-05-16
Reply With Quote #683

Quote:
Originally Posted by wlmraziel View Post
what is ML_NOTFOUND when I write "nextmap", "timeleft"
You are missing the galileo.txt file at amxmodx/data/lang.
Make sure you installed the plugin properly.

Quote:
Originally Posted by addons_zz View Post

Last edited by kristi; 05-17-2017 at 12:50.
kristi is offline
Send a message via Skype™ to kristi
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 05-17-2017 , 17:44   Re: Galileo v5.6.0-853 (a feature rich map voting plugin) | Last Update: 2017-05-16
Reply With Quote #684

Quote:
Originally Posted by wlmraziel View Post
what is ML_NOTFOUND when I write "nextmap", "timeleft"
I was doing some tests the other day and I noticed it can also happens if you compile
the plugin with the AMXX 182 compiler, but uses on your server the AMXX 183 like build 5116.

The version you download here on the forum from the button:



Is using the AMXX 182 compiler. So you cannot use it with the AMXX 183 development version.
You need to download the `galileo.sma` and to compile the plugin locally using your AMXX 183 compiler.

The video pointed above by @kristi is compiling the plugin locally, so you can see how it is done.
Also there are more useful tutorials on Useful Tutorials, Guides, Snippets, and References
__________________
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-19-2017 at 12:11.
addons_zz is offline
wlmraziel
Member
Join Date: Mar 2017
Old 05-17-2017 , 21:35   Re: Galileo v5.6.0-853 (a feature rich map voting plugin) | Last Update: 2017-05-16
Reply With Quote #685

Thanks, my version is 1.8.2

Edit: I use AMXX 1.8.2 and the latest version continues showing ML_NOTFOUND :/, the previous version shows the timeleft, currentmap, and nextmap properly

Last edited by wlmraziel; 05-18-2017 at 00:39.
wlmraziel is offline
Skyliner
Member
Join Date: Sep 2011
Location: Fagaras
Old 05-19-2017 , 10:34   Re: Galileo v5.6.0-853 (a feature rich map voting plugin) | Last Update: 2017-05-16
Reply With Quote #686

So, this new version of the plugin won't work with amxmodx 1.8.2? The langs files are not working great .... .

ML_NOTFOUND: NEXT_MAP

This is the error ....
__________________


Last edited by Skyliner; 05-19-2017 at 10:41.
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-19-2017 , 12:12   Re: Galileo v5.6.1-855 (a feature rich map voting plugin) | Last Update: 2017-05-19
Reply With Quote #687

Thanks for reporting. It was a bug on the last version.
Now I released a new version fixing it for AMXX 182:

2017-05-19 | v5.6.1-855
  1. Fixed colored chat broken on AMXX 182.
__________________
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-19-2017 , 12:34   Re: Galileo v5.6.1-855 (a feature rich map voting plugin) | Last Update: 2017-05-19
Reply With Quote #688

Quote:
Originally Posted by addons_zz View Post
Thanks for reporting. It was a bug on the last version.
Now I released a new version fixing it for AMXX 182:

2017-05-19 | v5.6.1-855
  1. Fixed colored chat broken on AMXX 182.
Ty, working perfect .
__________________

Skyliner is offline
Send a message via Yahoo to Skyliner Send a message via Skype™ to Skyliner
wlmraziel
Member
Join Date: Mar 2017
Old 05-19-2017 , 18:20   Re: Galileo v5.6.1-855 (a feature rich map voting plugin) | Last Update: 2017-05-19
Reply With Quote #689

Now works!!! TXS
wlmraziel is offline
feruchio
Member
Join Date: Feb 2016
Location: 93.123.18.81:27017
Old 05-20-2017 , 17:18   Re: Galileo v5.5.0-807 (a feature rich map voting plugin) | Last Update: 2017-04-04
Reply With Quote #690

Quote:
Originally Posted by addons_zz View Post
To open the nomination menu you have to get it enabled on the `galileo.cfg` file. After it, you just
need to type `say nomenu`:
Thanks a bunch now I know how to do it!
Quote:
Originally Posted by addons_zz View Post
Thanks for the time. You can delete and the logs and install the normal version I am attaching here. It should be fixed.
Later I release a new version within it.
Well I put that new version hope it works flawlessly.
Quote:
Originally Posted by addons_zz View Post
If you want to force the map to change without waiting for the round to finish you can set the cvar `gal_endonround` to 0:
The thing is that I would like to have two ways of changing the map, cause now while Deathcmatch mode is enabled round never ends (while 4 players) and map can't change?
Quote:
Originally Posted by addons_zz View Post
With the map can't be played you mean, the server crashes when the map starts?
You should change this line on the plugin from 3 to 0, re-compile and re-install the plugin on the server:
Can you compile it for me in next comment cause I don't have local server, thanks
__________________
feruchio 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 07:38.


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