AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   New Plugin Submissions (https://forums.alliedmods.net/forumdisplay.php?f=26)
-   -   Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16 (https://forums.alliedmods.net/showthread.php?t=273019)

GoRiLliAz 12-01-2016 02:04

Re: Galileo v3.2.6-274 (a feature rich map voting plugin) | Last Update: 2016-11-13
 
Hello

It would be possible to add the option number of players.

Exemple :

en dessous de 10 joueurs, seulement le fichier min_playersmap.ini et lus, entre 10 et 20 joueurs le fichier mid_playersmap.ini est lus ,et au dessus de 25 joueurs le fichier map courant.
As for the choice of the hours that you have added.

Thank you

addons_zz 12-01-2016 16:13

Re: Galileo v3.2.6-274 (a feature rich map voting plugin) | Last Update: 2016-11-13
 
Hello,
  1. If there are between 0 and 10 players, do you want to use the `minimum_players.ini` map cycle.
  2. If there are between 11 and 25 players, do you want to use the `middle_players.ini` map cycle.
  3. If there are between 26 and 32 players, do you want to use the `full_players.ini` map cydle.

So, is this correct?
Is it for vote map filling when the vote comes up on the map end?

GoRiLliAz 12-03-2016 16:09

Re: Galileo v3.2.6-274 (a feature rich map voting plugin) | Last Update: 2016-11-13
 
Hello

Yes and Yes the end votemap.

Sorry to forget my previous message translation.

Thanks in advance :)

addons_zz 12-03-2016 17:34

Re: Galileo v3.2.6-274 (a feature rich map voting plugin) | Last Update: 2016-11-13
 
Ok, noted:
  1. #37 The `middle_players.ini` map cycle

brlight 12-10-2016 17:41

Re: Galileo v3.2.6-274 (a feature rich map voting plugin) | Last Update: 2016-11-13
 
Hi addons_zz, does your last version has already this modification/cvar?#333

Thanks in advance!

addons_zz 12-10-2016 18:56

Re: Galileo v3.2.6-274 (a feature rich map voting plugin) | Last Update: 2016-11-13
 
Hi,

and not yet. I did not start working on it. This is your bug ticked:
  1. https://github.com/addonszz/Galileo/issues/5
It will be closed when the feature is implemented. I am not planning to perform a new version release each time I close/implement a feature like yours. When I finish all the ~31 the tickets on:
  1. https://github.com/addonszz/Galileo/issues
I will release the next version as `4.0.0`. Therefore due the number of tickets there, probably will take up to a month or more to finished them all.

ish12321 12-11-2016 05:00

Re: Galileo v3.2.6-274 (a feature rich map voting plugin) | Last Update: 2016-11-13
 
hey please don't do that
We're waiting for your versions

addons_zz 12-11-2016 08:45

Re: Galileo v3.2.6-274 (a feature rich map voting plugin) | Last Update: 2016-11-13
 
Too much release is boring for users and cost development time to deploy them.
Also I am not developing it hidden. You can use the development versions:
  1. https://forums.alliedmods.net/showthread.php?t=273019#Development
They contain my latest work. Just now I finished this issue:
  1. https://github.com/addonszz/Galileo/issues/28

Right now I am working on the bugs:
  1. https://github.com/addonszz/Galileo/labels/T%3A%20bug

RaZ_HU 12-28-2016 18:00

Re: Galileo v3.2.6-274 (a feature rich map voting plugin) | Last Update: 2016-11-13
 
What to do if the recentmaps command does nothing?
Also if I set gal_banrecent to 15 it only bans 6 maps, while I have 168 total on the server and the possible votes is set to 7 :D

I have tried 274 and 352 build too.

addons_zz 12-28-2016 18:15

Re: Galileo v3.2.6-274 (a feature rich map voting plugin) | Last Update: 2016-11-13
 
Quote:

Originally Posted by RaZ_HU (Post 2481434)
What to do if the recentmaps command does nothing?
Also if I set gal_banrecent to 15 it only bans 6 maps, while I have 168 total on the server and the possible votes is set to 7 :D

I have tried 274 and 352 build too.

Try the build 381. If not work, put it on debug mode and send me the `_galileo.log`.
Also, if you set the recent maps as 15, you will need to wait 15 server change levels before it start working for 15 maps.
On the development build 381 you can set the recent maps as 1000, even if you have only 168 maps on your server.
On this case, it will ban the lasted 168 - 13 maps, or something like.

RaZ_HU 12-28-2016 19:06

Re: Galileo v3.2.6-274 (a feature rich map voting plugin) | Last Update: 2016-11-13
 
Thanks for the answer.
381 is online, I will write about 6-8 hours later (when I will wake up and I'm sure the maps will be changed atleast 15 times) and send you the debug log.


Edit:
Log file added.

addons_zz 12-30-2016 23:20

Re: Galileo v3.2.6-274 (a feature rich map voting plugin) | Last Update: 2016-11-13
 
Quote:

Originally Posted by RaZ_HU (Post 2481449)
Thanks for the answer.
381 is online, I will write about 6-8 hours later (when I will wake up and I'm sure the maps will be changed atleast 15 times) and send you the debug log.

Hey, are you using this cvar as true?
Code:
// Only mark as recent played maps, those maps which are included on // the map-cycle specified by the cvar 'gal_vote_mapfile'. // // 0 - Mark as recent maps, every recently played map. // // 1 - Only mark as recent maps, the maps included in the map-cycle list //     specified by the cvar 'gal_vote_mapfile'. gal_banrecent_mapcycle 0

If you have access to your game server's console, type the following commands in the server console:
  • amxx cvars
  1. Paste here *only* the CVARs that contain "galileo.amxx" in the last column
    from the amxx cvars command. They will be grouped together.


Update:

It I fixed it on the build 407. I will now improve the server loaded maps detection to restrict the maximum ban length.

addons_zz 12-31-2016 04:02

Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
 
Released a new version

You still can find the correct and updated installation instructions for the `.zip` file attached on the `Installation` section.
It is not clear enough? See the video tutorial How to Install the Galileo Mapchooser Plugin.
Stills not clear enough? See more tutorials on Useful Tutorials, Guides, Snippets, and References.


2016-12-31 | v4.0.0-410
  1. Translated the plugin to Slovak [sk] and Hungarian [hu] languages. See the new LANG file 'galileo.txt'.
  2. Replaced to cvar `gal_endonround_countdown`, the buy weapons by a give weapons. Now players without money or out buy zones can win weapons on change level. Issue#16
  3. Added explicit disabled and enabled values to all cvars on the config file. Issue#30
  4. Added support to Sven Coop 'mp_nextmap_cycle' cvar and the vote map start by the Ham_Use "game_end". Issue#13
  5. Added the `page_number` argument to all menus possible. Now you can open any menu at the page you want to. Example `say nomenu 50`.
  6. Added the ability to show map information after the map name on the voting menu. Issue#18
  7. Added the ability for players to close the vote menu, if they want to. Issue#4
  8. Added an optimum time for the vote starting at map end. Issue#20
  9. Added a new command `say galmenu`, (admin MAP level required) to choose from the loaded server maps, the maps to create a map voting by a menu. Issue#48
  10. Added a new command `gal_changelevel`, to immediately change level to the current map at the cvar nextmap. Issue#48
  11. Added a new command `gal_votemap`, to receive a list of maps and will to perform a map voting as if it was an automatic end of map voting. Issue#48
  12. Added a new cvar `gal_srv_move_cursor` to move the cursor on map series, because they are continuations as to afrikakorps1 and 2, respectively. Issue#12
  13. Added a new cvar `gal_sounds_hud` to indicates if any HUD messages should be hidden during the various events in which they'd normal be showed. Issue#31
  14. Added a new cvar `gal_colored_chat_prefix` to allow always to print a prefix before the Galileo chat messages. Issue#34
  15. Added a new cvar `gal_nom_cleaning` to allow do not clean the map nominations' maps when the map voting started. Issue#32
  16. Added a new cvar `gal_nextmap_votemap` to not start another map voting when the server admin to starts one. Issue#22
  17. Added a new cvar `gal_runoff_mapchoices` to let the voting take into account all the map options that had the maximum amount of votes. Issue#33
  18. Added a new cvar `gal_runoff_ratio` to specifies the minimum amount of votes the most voted map should have to not start a run off voting. Issue#33
  19. Added a new cvar `gal_endonround_change` to choose whether the map should change current round final seconds, or at next round start first seconds. Issue#5
  20. Added a new cvar `gal_endofmapvote_expiration` to change the map at the round the map voting is finished, without wait to the `mp_timelimit` or `mp_maxrounds`. Issue#5
  21. Added a new option to the cvar `gal_rtv_commands`, to disable the RTV when there is only a single player on the server. Issue#24
  22. Added a new option to the cvar `gal_vote_show_none`, to create a new menu showing command the options. Issue#40
  23. Added a new option to the cvar `amx_extendmap_allow_order`, when no one voted for nextmap or extend or "stay here", extend the map. Issue#11
  24. Added a new option to the cvar `gal_endonround_countdown`, allow to set mp_friendlyfire to 1, so players can bombard each other with grenades just before change level. Issue#15
  25. Added a new option to the cvar `amx_extendmap_max`, allowing to disable it setting it to 0.
  26. Improved the cvar `gal_endofmapvote_start` detection and added new options to it. Issue#38
  27. Improved the cvar `gal_endonround_countdown` available options for configuration. Issue#7
  28. Improved the multi-bit operations to be more clear on the configuration file `galileo.cfg`'s documentation. Issue#6
  29. Fixed possible client overflow when show the recent maps list.
  30. Fixed the voting menu `None` option not becoming greyed out when the voting is finished.
  31. Fixed the recent map feature allowing invalid maps to be added to the recent maps list.
  32. Fixed the setting `gal_vote_showstatus` 1 and 2 showing the vote percentage results when it should not.
  33. Fixed the cvar `gal_vote_mapchoices` not allowing 9 map votes when the `Stay Here` and `Extend Map` are disabled.
  34. Fixed the ban `gal_banrecent_mapcycle` feature using the cvar `gal_vote_mapfile`, instead of the cvar `mapcyclefile`.
  35. Fixed limit for the maximum voting time start. Issue#8
  36. Fixed lag every time before vote countdown starts. Issue#19
  37. Fixed not adding the nominations from disconnected players. Issue#27
  38. Fixed some Unit Tests failing when the DEBUG_LEVEL is set to 2. Issue#28
  39. Fixed Next Map: [not yet voted on] not showing on the welcome message. Issue#9
  40. Fixed the new nominations menu, increasing server overall performance. Issue#41
  41. Fixed the map_loadRecentList(0) loading more maps than are available to be banned. Issue#44
  42. Fixed the clean menu `stay option` is being displayed on the first player language. Issue#29
  43. Fixed nextmap in chat showing the map that was voted for instead of the map changed to via amx_cvar amx_nextmap. Issue#10
  44. Implemented the Allow Round Finish feature for the cvar `mp_fraglimit`.
  45. Implemented the Maintenance Mode for the cvars `mp_fraglimit`, `mp_maxrounds` and `mp_winlimit`.
  46. Removed the extra space between the `Extend` option and the voting menu `None` option.

Compilations data at the Amx Mod X "1.8.3-dev+5067" between:
  1. Galileo v3.0 | Last Update: 07.07.2016 - galileo 3.0, by Brad Jones/Addons zz: https://forums.alliedmods.net/showthread.php?t=273019
  2. Galileo v4.0 | Last Update: 31.12.2016 - galileo 4.0, by Brad Jones/Addons zz: https://forums.alliedmods.net/showthread.php?t=273019
  3. Deagles' Map Manager v3.25Beta - deagsmapmanager, by DynamicBits: https://forums.alliedmods.net/showthread.php?t=177180
Table with all:
Code:
Plugin name:          galileo 3.0      galileo 4.0    deagsmapmanager Header size:          4.688 bytes      5.520 bytes        3.648 bytes Code size:          125.192 bytes    181.256 bytes      111.044 bytes Data size:           57.292 bytes     83.972 bytes      405.296 bytes Total requirements: 203.556 bytes    287.132 bytes      536.372 bytes Compilation Time:      2,62 sec         4,62 sec           2,34 sec
Table with 'galileo_3.0.0-162' and 'galileo_4.0.0-410'
Code:
Plugin name:             galileo 3.0          galileo 4.0       Diferences Header size:             4.688 bytes          5.520 bytes     +0.832 bytes Code size:             125.192 bytes        181.256 bytes    +56.064 bytes Data size:              57.292 bytes         83.972 bytes    +26.680 bytes Total requirements:    203.556 bytes        287.132 bytes    +83.576 bytes Compilation Time:         2,62 sec             4,62 sec        +2,00 sec
Table with 'deagsmapmanager' and 'galileo_3.0.0-162'
Code:
Plugin name:         deagsmapmanager          galileo 3.0       Diferences Header size:             3.648 bytes          4.688 bytes     +1.040 bytes Code size:             111.044 bytes        125.192 bytes    +14.148 bytes Data size:             405.296 bytes         57.292 bytes   -348.004 bytes Total requirements:    536.372 bytes        203.556 bytes   -332.816 bytes Compilation Time:         2,34 sec             2,62 sec        +0,28 sec
Source Data:
Spoiler

silsfocs 12-31-2016 11:07

Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
 
You're a master! I'll try the new version, if i see bugs i'll put them in here

addons_zz 12-31-2016 17:27

Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
 
Thanks. I hope to have fixed all reported bugs until today.

RaZ_HU 01-01-2017 04:31

Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
 
Thank you!
I'm going to test it today.


Happy New Year to everyone!

ish12321 01-01-2017 13:18

Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
 
Quote:

Originally Posted by addons_zz (Post 2482346)
Thanks. I hope to have fixed all reported bugs until today.

Thanks ... The mp_maxrounds bug is fixed finally :)

silsfocs 01-02-2017 16:06

Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
 
Seems quite fine until now
Just two suggestions:
- make the chat prefix color and editable
-; gal_colored_chat_prefix "^1[^4AMXX^1] "

- make colored and with colored chat prefix the phases from "say nextmap" and "say currentmap"

addons_zz 01-02-2017 22:50

Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
 
Quote:

Originally Posted by silsfocs (Post 2482814)
Seems quite fine until now
Just two suggestions:
- make the chat prefix color and editable
-; gal_colored_chat_prefix "^1[^4AMXX^1] "

I added it to the development version `4.0.0-429`:
Code:
// To always print a prefix before the Galileo chat messages. // You can use the colored strings codes. For example: "!g[!yAMXX!g] " // //     !g for green //     !y for yellow //     !t for team // // 1. To disable the all the messages prefixing, set this cvar to: "" // 2. To enabled the message prefixing, set this cvar to the prefix //    you want to. For example: "[AMXX] " gal_colored_chat_prefix ""

Quote:

Originally Posted by silsfocs (Post 2482814)
- make colored and with colored chat prefix the phases from "say nextmap" and "say currentmap"

How colored?

For the nextmap/currentmap, I am using the default lang file from the `nextmap.amxx` plugin.
I would have to include these langs files on the Galileo lang file, to allow free coloring.

Enrory 01-03-2017 05:54

Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
 
hy!
I use this plugin in my sven coop server! works great.
but how can i change the nextmap?
I have a map bhl1_l1 and normal next start bhl1_l2 but come a random map on finish.
With other maps work this great.
My ask, with nextmap.amxx can i change the nextmap with amx_nextmap .....
is it possible with this plugin?

My cmd window have with the new update some spam.
Can stopp this?

01/03/2017 - 12:01:04: {1321.095 16288 -1520603 15036} I AM ENTERING ON get_real_players_number(0)
L 01/03/2017 - 12:01:04: {1321.095 16292 -1520598 5} I AM ENTERING ON vote_manageEnd(0) | get_real_players_number: 0
L 01/03/2017 - 12:01:04: {1321.095 16280 -1520596 2} I AM ENTERING ON isTimeToStartTheEndOfMapVoting(1)
L 01/03/2017 - 12:01:04: {1321.095 16280 -1520594 2} ( isTimeToStartTheEndOfMapVoting ) Just returning false.
L 01/03/2017 - 12:01:04: {1321.095 16276 -1520593 1} I AM ENTERING ON handle_game_crash_recreation(1) | secondsLeft: 4078

addons_zz 01-03-2017 06:15

Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
 
Quote:

Originally Posted by Enrory (Post 2482963)
hy!
I use this plugin in my sven coop server! works great.
but how can i change the nextmap?
I have a map bhl1_l1 and normal next start bhl1_l2 but come a random map on finish.
With other maps work this great.

What do you mean by random map?

Quote:

Originally Posted by Enrory (Post 2482963)
My ask, with nextmap.amxx can i change the nextmap with amx_nextmap .....
is it possible with this plugin?

Just enable this cvar and set the `amx_nextmap` cvar as you wish, when you want to.
Code:
// If the server admin want to, he can make a custom vote for the nextmap // and after the voting finishes Galileo would not start another map voting. // // Note: This requires the cvar `gal_nextmap_change` to be enabled. // 0 - Disable the "[not yet voted on]" change detection. // 1 - Enable the "[not yet voted on]" change detection. gal_nextmap_change 1 gal_nextmap_votemap 1

Quote:

Originally Posted by Enrory (Post 2482963)
My cmd window have with the new update some spam.
Can stopp this?

01/03/2017 - 12:01:04: {1321.095 16288 -1520603 15036} I AM ENTERING ON get_real_players_number(0)
L 01/03/2017 - 12:01:04: {1321.095 16292 -1520598 5} I AM ENTERING ON vote_manageEnd(0) | get_real_players_number: 0
L 01/03/2017 - 12:01:04: {1321.095 16280 -1520596 2} I AM ENTERING ON isTimeToStartTheEndOfMapVoting(1)
L 01/03/2017 - 12:01:04: {1321.095 16280 -1520594 2} ( isTimeToStartTheEndOfMapVoting ) Just returning false.
L 01/03/2017 - 12:01:04: {1321.095 16276 -1520593 1} I AM ENTERING ON handle_game_crash_recreation(1) | secondsLeft: 4078

From where did you get the update?
You need to disable the DEBUG_MODE. See the section Development Versions.

Enrory 01-03-2017 06:32

Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
 
woow nice thanks for the fast answer. :)

This problem what i text with random map?i think now work with this.
i have now enable:
gal_nextmap_change 1
gal_nextmap_votemap 1
i can test later.

I had the galileo v 3... and updatet to v 4.... from this side.
and now i have this in cmd window.

addons_zz 01-03-2017 07:07

Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
 
Quote:

Originally Posted by Enrory (Post 2482972)
This problem what i text with random map?

Yes, can you describe better how this problem is?

Quote:

Originally Posted by Enrory (Post 2482972)
I had the galileo v 3... and updatet to v 4.... from this side.
and now i have this in cmd window.

So, did you removed these messages?

Enrory 01-03-2017 07:29

Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
 
yes i try it.
the map xyz1 is running this map have a end. change not with the time.
the map xyz1 have a cfg. file with cvar nextmap xyz2, but this plugin ignore this cvar. i think
gal_nextmap_change 1
gal_nextmap_votemap 1
donīt fix it :(

you give me a Link for the Development.
Have i to override the standard galileo file?

addons_zz 01-03-2017 07:42

Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
 
Quote:

Originally Posted by Enrory (Post 2482985)
yes i try it.
the map xyz1 is running this map have a end. change not with the time.
the map xyz1 have a cfg. file with cvar nextmap xyz2, but this plugin ignore this cvar. i think

No need for this cfg with `nextmap xyz2` on this galileo version.
I added a new feature. Enable this cvar:
Code:
// Move the cursor on map series, because they are continuations as to // afrikakorps1 and 2, respectively. // // If the next map in the map cycle after afrikakorps1 is sc_another, // it will set the next map to afrikakorps2, and afrikakorps3. The maps // afrikakorps2, and afrikakorps3 are not in the map cycle because they // are continuations to afrikakorps1 and 2, respectively. // // For example: // // If on you server you got installed the following maps: // de_dust, de_dust2, de_dust3, de_dust4, de_inferno, de_chateal and de_nuke. // // This feature will take your map cycle as: // //     de_dust //     de_inferno //     de_chateal //     de_dust2 //     de_nuke // // And will understand it as being: // //     de_dust //     de_dust2 //     de_dust3 //     de_dust4 //     de_inferno //     de_chateal //     de_dust2 //     de_nuke // // 0 - disable this feature // 1 - enable this feature gal_srv_move_cursor 1

Quote:

Originally Posted by Enrory (Post 2482985)
you give me a Link for the Development.
Have i to override the standard galileo file?

Open it and see if the debug is enabled. Or just go to the main page and get the plugin again.
Click on the `Get Plugin` button and put the downloaded `galileo.amxx` file at your `plugins` folder.

http://i.imgur.com/cQLZ4Xt.png

Quote:

Originally Posted by Enrory (Post 2482985)
gal_nextmap_change 1
gal_nextmap_votemap 1
donīt fix it :(

Please, read the support section and follow the instructions:
  1. Support

Enrory 01-03-2017 08:03

Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
 
So download the plugin again.
Now the messages disable, yeah thanks. :)

So now gal_srv_move_cursor 1 in the galileo.cfg
sounds so good but no work @my server. It tells the standard nextmap but not the secound map from this map.
i read now more. Mybe i find my mistake.

thanks for help. :)

addons_zz 01-03-2017 08:10

Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
 
Quote:

Originally Posted by Enrory (Post 2482993)
So download the plugin again.
Now the messages disable, yeah thanks. :)

You are welcome.

Quote:

Originally Posted by Enrory (Post 2482993)
It tells the standard nextmap but not the secound map from this map.
i read now more. Mybe i find my mistake.

What are the plugins you got running on your server?
Can you run this command on your server and send me the results?
Code:
amxx list

Quote:

Originally Posted by Enrory (Post 2482993)
sounds so good but no work @my server.

If you enable the debug on the plugin and send me the file `_galileo.log`,
I can help you to fix this almost for sure.

The galileo debug were those messages you saw on your server.

_____________________________________________ __

Code:


my amxx list:
      name                    version    author            file            status
 [  1] Admin Base              1.8.3-dev+  AMXX Dev Team    admin.amxx      running
 [  2] Admin Commands          1.8.3-dev+  AMXX Dev Team    admincmd.amxx    running
 [  3] Slots Reservation      1.8.3-dev+  AMXX Dev Team    adminslots.amxx  running
 [  4] Multi-Lingual System    1.8.3-dev+  AMXX Dev Team    multilingual.am  running
 [  5] Menus Front-End        1.8.3-dev+  AMXX Dev Team    menufront.amxx  running
 [  6] Players Menu            1.8.3-dev+  AMXX Dev Team    plmenu.amxx      running
 [  7] Teleport Menu          1.8.3-dev+  AMXX Dev Team    telemenu.amxx    running
 [  8] Maps Menu              1.8.3-dev+  AMXX Dev Team    mapsmenu.amxx    running
 [  9] Admin Votes            1.8.3-dev+  AMXX Dev Team    adminvote.amxx  running
 [ 10] Stats Configuration    1.8.3-dev+  AMXX Dev Team    statscfg.amxx    running
 [ 11] Ultimate Gore          1.6        JTP10181          amx_gore_ultima  running
 [ 12] Sank Sounds Plugin      1.8.6      White Panther, L  sank_sounds.amx  running
 [ 13] amx_cheat              1.0        watch            cheat.amxx      running
 [ 14] Galileo                v4.0.0-435  Brad Jones/Addon  galileo.amxx    running
 [ 15] GHW Auto Message Displ  2.1        GHW_Chronic      GHW_Message_Dis  running
 [ 16] SC Stuff Plugin        1.9        Silencer          scstuffplugin.a  running
 [ 17] GHW Connect Messages    1.1        GHW_Chronic      GHW_connect.amx  running
 [ 18] Fireworks++            2.5        Twilight Suzuka  fireworks2.amxx  running
 [ 19] Country On Name        1.0        Bboy Grun        country_on_name  running
19 plugins, 19 running


Enrory 01-03-2017 08:34

Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
 
yeah
i install all the files (galileo) new.
Now work all the settings. :)
now on display the currect nextmap. :)

but i have one map it doesnīt work. Is not hard.
i think for the mapchange the map have no setting to the nextmap.
is standalone in the cfg. file with nextmap .....


my amxx list:
name version author file status
[ 1] Admin Base 1.8.3-dev+ AMXX Dev Team admin.amxx running
[ 2] Admin Commands 1.8.3-dev+ AMXX Dev Team admincmd.amxx running
[ 3] Slots Reservation 1.8.3-dev+ AMXX Dev Team adminslots.amxx running
[ 4] Multi-Lingual System 1.8.3-dev+ AMXX Dev Team multilingual.am running
[ 5] Menus Front-End 1.8.3-dev+ AMXX Dev Team menufront.amxx running
[ 6] Players Menu 1.8.3-dev+ AMXX Dev Team plmenu.amxx running
[ 7] Teleport Menu 1.8.3-dev+ AMXX Dev Team telemenu.amxx running
[ 8] Maps Menu 1.8.3-dev+ AMXX Dev Team mapsmenu.amxx running
[ 9] Admin Votes 1.8.3-dev+ AMXX Dev Team adminvote.amxx running
[ 10] Stats Configuration 1.8.3-dev+ AMXX Dev Team statscfg.amxx running
[ 11] Ultimate Gore 1.6 JTP10181 amx_gore_ultima running
[ 12] Sank Sounds Plugin 1.8.6 White Panther, L sank_sounds.amx running
[ 13] amx_cheat 1.0 watch cheat.amxx running
[ 14] Galileo v4.0.0-435 Brad Jones/Addon galileo.amxx running
[ 15] GHW Auto Message Displ 2.1 GHW_Chronic GHW_Message_Dis running
[ 16] SC Stuff Plugin 1.9 Silencer scstuffplugin.a running
[ 17] GHW Connect Messages 1.1 GHW_Chronic GHW_connect.amx running
[ 18] Fireworks++ 2.5 Twilight Suzuka fireworks2.amxx running
[ 19] Country On Name 1.0 Bboy Grun country_on_name running
19 plugins, 19 running

my galileo log
http://cosmoline.diskstation.me/sven1/_galileo
now new

addons_zz 01-03-2017 08:55

Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
 
Quote:

Originally Posted by Enrory (Post 2483002)
but i have one map it doesnīt work. Is not hard.
i think for the mapchange the map have no setting to the nextmap.
is standalone in the cfg. file with nextmap .....

Thanks. The log you send is from the version 428, but you are using the 435, so this log is out dated.
  1. Which one is the map it does not work?

Did you enabled the log for this new version?
If you do not know how to enable the debug, I am attaching here a version with the log enabled, so you just need to download the `.amxx` file and install it on your plugins folder.

Enrory 01-03-2017 09:12

Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
 
ok i take your file.
i start the server some messages follow.
@finish i close the server with exit.
and updatet the _galileo file @link

i see the correct time but the old version??

this say console
http://cosmoline.diskstation.me/sven1/message

map is bh1_l1 to bh1_l2

addons_zz 01-03-2017 09:19

Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
 
Thanks,
You can delete the old log file `_galileo.log` before recording a new one.
Now, which one is the map not loading?
How to reproduce the problem?
What is the problem exactly?

Quote:

Originally Posted by Enrory (Post 2483013)
i see the correct time but the old version??

I do not understand. What do you mean by the older version? Where do you see the correct time? What time do you see?

Enrory 01-03-2017 10:17

Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
 
ok! is delet.
server write a new file.
is updatet.

Is the map bh1_l1 dontīt work.
the secound map from bh1_l1 is bh1_l2

i see the correct time but the old version?? not important

Enrory 01-03-2017 10:27

Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
 
So it is deletet
i test it again and it works! :)
omg so nice.

thanks a lot
very nice plugin :)

but now come this when i use rtv
Vote outcome has already been determined.
i have gal_nextmap_change set back to 0
and now work both! rtv and the correct nextmap :)

addons_zz 01-03-2017 10:58

Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
 
Quote:

Originally Posted by Enrory (Post 2483031)
but now come this when i use rtv
Vote outcome has already been determined.
i have gal_nextmap_change set back to 0
and now work both! rtv and the correct nextmap :)

Can you delete the old log, enter the server, to do a RTV, then update the log link?

Enrory 01-03-2017 11:46

Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
 
sure

http://cosmoline.diskstation.me/sven1/_galileo

addons_zz 01-03-2017 12:17

Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
 
Quote:

Originally Posted by Enrory (Post 2483045)
sure

Thank but the log shows the voting started when you used the `say rtv` command, and voted for the map `4. sc_inbound` and the map changed to `sc_inbound`.
Does the bug was the RTV was not starting?

Update:

Quote:

Originally Posted by Enrory (Post 2483045)
i have gal_nextmap_change set back to 0
and now work both! rtv and the correct nextmap

Sorry I did not pay attention here. Seems you fixed it disabling the cvar `gal_nextmap_change`.
I will check if I can reproduce it here.


Update:

I set the cvar `gal_nextmap_change` to 1 here, and it worked when I tested.
Note, you cannot do to RTV if the voting has already been done, or you changed the nextmap manually by doing `amx_cvar amx_nextmap`.
I know what the problem is, you need to disable the cvar `gal_nextmap_change` because you have the map cfg file setting the nextmap.
And the cvar `gal_nextmap_change` does not accept that, and will mark the voting as finished and will not allow the RTV.
The cvar `gal_nextmap_change` does now allow it because it is its purpose. His function is to set the next map to `[not yet voted on]`,
so if you keep changing it with a map cfg, it is useless to have it enabled anyways.

addons_zz 01-04-2017 09:54

Re: Galileo v4.1.0-446 (a feature rich map voting plugin) | Last Update: 2017-01-04
 
Released a new version:

2017-01-04 | v4.1.0-446
  1. Fixed bad default game mod cvars detection.
  2. Fixed the commands `say nextmap` showing `[not yet voted on]` when the feature `gal_nextmap_votemap` is enabled.
  3. Fixed the voting menu is not showing the extend option on the RTV voting.
  4. Fixed the map banning by the map cycle, using voting filler's size as limit, instead of the map cycle file size.
  5. Fixed the `gal_endofmapvote_start` last round prediction calculating wrong the round time average.
  6. Fixed crashes on for the Re-HLDS and Re-Amx Mod X servers.
  7. Fixed the cvar `gal_endofmapvote_start` showing the original server next map, instead of the map set by the server admin.
  8. Fixed the cvar `gal_nextmap_votemap` not setting the voting status as over.
  9. Fixed the cvar `gal_endonround` showing a next map value out of date when the admin sets it manually.
  10. Fixed the cvar `gal_endonround` overriding the map extension when the `gal_endofmapvote_start` fail its detection.
  11. Fixed the cvar `gal_endonround_msg` counting 1 player less then it should.
  12. Fixed the cvar `gal_banrecent_mapcycle` not banning maps loaded from the `gal_srv_move_cursor` feature.
  13. Removed the restriction from the cvar `gal_nextmap_votemap` requiring the cvar `gal_nextmap_change` to be enabled.
  14. Removed the HUD control option from the cvar `gal_endonround_msg` as the cvar `gal_sounds_hud` already configures it.
  15. Blocked the next map cvar to be set to the current map while reading the map cycle file.
  16. Added a new cvar `amx_extendmap_max_frags` to specifies the maximum number of frags a map can be played.
  17. Added a new cvar `amx_extendmap_max_rounds` to specifies the maximum number of rounds a map can be played.
  18. Added a new cvar `gal_vote_mapchoices_next` to always add the former next map, read from your map cycle file, to the voting menu.
  19. Added a new option to the cvar `gal_rtv_wait_admin`, do not allow the RTV show the `Stay Here` vote option.
  20. Added a new option to the cvar `gal_endofmapvote_ask`, now you can definitely close the voting menu pressing 0 two times consecutively.
  21. Added a new option to the cvar `gal_colored_chat_prefix`, now you can use the colored strings codes. For example: "!g[!yAMXX!g] ".
  22. Added full color chat support to the commands `say nextmap` and `say currentmap`.
  23. Added new options to the cvar `gal_srv_move_cursor` allow load the map series.

silsfocs 01-05-2017 18:35

Re: Galileo v4.1.0-446 (a feature rich map voting plugin) | Last Update: 2017-01-04
 
Superb!
Just one question which cvar have i to modify if i want to after a successful rtv vote only change the map at the end of the round?

addons_zz 01-06-2017 04:28

Re: Galileo v4.1.0-446 (a feature rich map voting plugin) | Last Update: 2017-01-04
 
Code:
// Indicates when a map should end after the RTV voting is finished. // If selected a value higher than 0, this cvar indicates also the players // minimum number necessary to allow the last round to be finished when // the time runs out. // For example, if this cvar value is set to 2, and there are only 1 player // on the server, the round will end immediately. // // 0               - end immediately after the voting finished. // // player's number - end after the current round, only when there are at //                   least the `player's number` quantity on the server. gal_endonround_rtv 1
I put a opposite check, `get_real_players_number() >= endOnRoundRtv` instead of `get_real_players_number() <= endOnRoundRtv`, so you need to set to zero to always allow the round to finish.

Update:

I fixed it on v4.1.1-450. Now it is working correctly.

silsfocs 01-06-2017 11:25

Re: Galileo v4.1.1-450 (a feature rich map voting plugin) | Last Update: 2017-01-06
 
oh so that was a bug, because i already that cvar set to 0. good job


All times are GMT -4. The time now is 08:59.

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