View Single Post
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 04-12-2020 , 15:52   Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16
Reply With Quote #935

Quote:
Originally Posted by Gabe Iggy View Post
The translation of GAL_ROCK_NEEDMORE in spanish is wrong.
Thanks! I updated the first post `galileo.txt` and the updated the development version with your fix.


Quote:
Originally Posted by HiDeath View Post
That's like an Ultime Plugin itself, and i can't imagine any reasons why it's still in "Pending" Category (Unless the lack of stuff )
https://forums.alliedmods.net/showth...58#post2691358


Quote:
Originally Posted by wilianmaique View Post
L 02/15/2020 - 18:18:53: Start of error session.
L 02/15/2020 - 18:18:53: Info (map "de_rats3") (file "addons/amxmodx/logs/error_20200215.log")
L 02/15/2020 - 18:18:53: Invalid array handle provided (0)
L 02/15/2020 - 18:18:53: [AMXX] Displaying debug trace (plugin "galileo.amxx", version "v5.9.1-926")
L 02/15/2020 - 18:18:53: [AMXX] Run time error 10: native error (native "ArraySize")
L 02/15/2020 - 18:18:53: [AMXX] [0] galileo.sma::processLoadedMapsFile (line 6241)
L 02/15/2020 - 18:18:53: [AMXX] [1] galileo.sma::vote_addFillers (line 6536)
L 02/15/2020 - 18:18:53: [AMXX] [2] galileo.sma::loadTheDefaultVotingChoices (line 6722)
L 02/15/2020 - 18:18:53: [AMXX] [3] galileo.sma::startTheVoting (line 7475)
L 02/15/2020 - 18:18:53: [AMXX] [4] galileo.sma::start_rtvVote (line 10296)
L 02/15/2020 - 18:18:53: [AMXX] [5] galileo.sma::is_to_block_RTV (line 1011
L 02/15/2020 - 18:18:53: [AMXX] [6] galileo.sma::vote_rock (line 10182)
L 02/15/2020 - 18:18:53: [AMXX] [7] galileo.sma::cmd_say (line 11452)

axmodx 1.10.0.5xxx
rehlds last.
regame last.
etc
Record a log with the bug on it. See the support section how to enable the log recording:
https://forums.alliedmods.net/showthread.php?t=273019#Support


Quote:
Originally Posted by Alungatu View Post
I wanna have colored only the text with upcoming vote for a new map, not all messages. So I wanna remove colors for all texts and leave it only for that one, red if posibile.

Is it from galileo.txt (lang folder), with !r prefix?
Yes. See https://forums.alliedmods.net/showthread.php?t=277636#Introduction


Quote:
Originally Posted by BeNq! View Post
Hello,

@addons_zz
I suggest you change the system of map nominations. It should be the case that, for example, if we select up to 4 maps (cvar: gal_vote_mapchoices), then only 4 maps can be nominated. If it is 5 it will display an error. Nominated maps should also have priority.
This feature on the issue tracker would be better: issues#86 - Add a mechanism to decide what maps get into the vote when there are more maps nominated than can be voted on.


Quote:
Originally Posted by Papuszek View Post
@addons_zz

there is a problem, not every player shows a selection of maps. Part can vote and the other shows nothing how to fix it?

I have amxx 1.8.3 and ReHLDS
You can try setting the setting `gal_vote_replace_menu 1` on `addons/amxmodx/configs/galileo/galileo.cfg`

If this does not work, record a log with the bug on it. See the support section how to enable the log recording:
https://forums.alliedmods.net/showthread.php?t=273019#Support


Quote:
Originally Posted by iclassdon View Post
Hoping someone can help out.

Galileo temporarily disables CSDM weapon menu when map voting starts. It won't re-enable the weapon menu until voting ends.

Players are left with a pistol and knife if they die during a map vote. Has anyone found a solution or workaround for this?

Thanks in advance.
You can try setting the settings on `addons/amxmodx/configs/galileo/galileo.cfg`.
Code:
gal_vote_showstatus 0 gal_vote_replace_menu 0 gal_vote_showstatustype 0
If this does not work, record a log with the bug on it. See the support section how to enable the log recording:
https://forums.alliedmods.net/showthread.php?t=273019#Support


Quote:
Originally Posted by blood2k View Post
Hey there, recent maps using gal_banrecent "5" are not working. It's supposed to ban the recent 5 played, but I still see them in the vote list
Quote:
Originally Posted by RaZ_HU View Post
How many maps do you have in your list and are you using the latest version?
I had the same problem, but it has been fixed back in 2016 (with v3.2.6-407 build).
@RaZ_HU thanks for helping!
@blood2k this fixed your problem?
If not, record a log with the bug on it. See the support section how to enable the log recording:
https://forums.alliedmods.net/showthread.php?t=273019#Support


Quote:
Originally Posted by Alungatu View Post
Hey,

Can someone tell where I have to modify (and what) so the message that warns about coming a vote (A vote for a new map will come in X time) to be shown colored?

Now its showed normal and we'd like to be shown red for example.

Thanks!
Is this a chat message or a HUD message?

If it is the chat message, see https://forums.alliedmods.net/showthread.php?t=277636#Introduction.

If it is the HUD message, edit plugin file changing `set_hudmessage( 0, 222, 50` to `set_hudmessage( 255, 0, 0`:
Code:
File: addons/amxmodx/scripting/galileo.sma 7748:     if( g_pendingVoteCountdown > 1 ) 7749:     { 7750:         // visual countdown 7751:         if( !( get_pcvar_num( cvar_hudsHide ) & HUD_VOTE_VISUAL_COUNTDOWN ) ) 7752:         { 7753:             set_hudmessage( 0, 222, 50, -1.0, 0.13, 0, 1.0, 0.94, 0.0, 0.0, -1 );
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

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