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 02-22-2017 , 19:01   Re: Galileo v5.3.0-776 (a feature rich map voting plugin) | Last Update: 2017-02-13
Reply With Quote #561

It is strange, I do not call any command `menuselect` anywhere. May be some other plugin is doing it. I would like to know what galileo is doing right before this `menuselect` jump out on the server console. To do it, you would need to enable the galileo debug, but this time, instead of the `_galileo_log.txt`, send me your server console output within the galileo log messages and the `Unknown command: menuselect` together.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 02-25-2017 , 20:44   Re: Galileo v5.3.1-788 (a feature rich map voting plugin) | Last Update: 2017-02-25
Reply With Quote #562

Released a new version, 2017-02-25 | v5.3.1-788
  1. Fixed the recent maps banning not locking correctly its upper bound.
  2. Blocked users from creating multiple partial nomination menu searches.
  3. Registered the HLTV event only for the supported game mods.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
ivani6651
Member
Join Date: Feb 2017
Old 02-27-2017 , 15:04   Re: Galileo v5.3.1-788 (a feature rich map voting plugin) | Last Update: 2017-02-25
Reply With Quote #563

Almost always when I first want to vote for someone map and go chat messages are not colored, and when changes next map messages are beginning to flower. If you can fix this problem go always colorful messages.

ivani6651 is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 02-27-2017 , 20:33   Re: Galileo v5.3.1-788 (a feature rich map voting plugin) | Last Update: 2017-02-25
Reply With Quote #564

Quote:
Originally Posted by ivani6651 View Post
Almost always when I first want to vote for someone map and go chat messages are not colored, and when changes next map messages are beginning to flower. If you can fix this problem go always colorful messages.
It is working here. You not want to see the message?


  1. You can enable the DEBUG_LEVEL on 16, instead of the level 0 as default. See here how to do it.
    After that, to compile, install the plugin, restart your server and let your server run until the problem
    you are experiencing happens and after that send me by PM or post here log file '_galileo_log.txt'.
    The log file '_galileo_log.txt' will be at the folder 'addons/amxmodx/logs'.

    The file '_galileo_log.txt' will be very helpful to find out why it is not working.
    You current plugin is not creating the file log file '_galileo_log.txt', only the one with the debugging
    log enabled, as I explained above with the DEBUG_LEVEL 16 constant inside the plugin.

  2. If you have access to your game server's console, type the following commands in the server console:
    • status
    • version
    • meta list
    • amxx list
    • amxx cvars

    If you don't have access the your game server's console, join your server and type the following
    commands in your game's console:
    • status
    • rcon_password "YOUR_RCON_PASSWORD"
    • rcon version
    • rcon meta list
    • rcon amxx list
    • rcon amxx cvars
  1. Paste here everything from the status command *except* the player list.
  2. Paste here the entire result from the version, meta list and amxx list commands.
  3. Paste here *only* the CVARs that contain "galileo.amxx" in the last column
    from the amxx cvars command. They will be grouped together.
__________________
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; 02-27-2017 at 20:38.
addons_zz is offline
ivani6651
Member
Join Date: Feb 2017
Old 02-28-2017 , 02:51   Re: Galileo v5.3.1-788 (a feature rich map voting plugin) | Last Update: 2017-02-25
Reply With Quote #565

Quote:
Originally Posted by addons_zz View Post
[*]You can enable the DEBUG_LEVEL on 16, instead of the level 0 as default.
The only solution for now is to remove the message prefix to avoid bug constant color.
gal_colored_chat_prefix ""

If in the future find a solution to this problem I will will use a prefix.
Attached Files
File Type: txt _galileo_log.txt (156.9 KB, 126 views)

Last edited by ivani6651; 02-28-2017 at 05:33.
ivani6651 is offline
alfinsh
Junior Member
Join Date: Feb 2012
Old 02-28-2017 , 06:24   Re: Galileo v5.3.1-788 (a feature rich map voting plugin) | Last Update: 2017-02-25
Reply With Quote #566

Hi , i changed from original galileo to this one . (Original have some bugs ang crashing server randomly)
But After few mins seen first bug or smtn like that.

After map change if type rtv chat shows message: You have to wait approximately 1 more minutes before you can 'rock the vote'.

then After 1 min waiting i type in chat rtv again , and strange message appers:
You have to wait approximately 6 more rounds before you can 'rock the vote'.

wtf is that ? Got 0 errors .
maxrounds are set to 0 in server.cfg and mp_timelimit 20.

nextmap
timeleft
mapchooser
Theese plugins are disabled , and i use simple configuration.
alfinsh is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 02-28-2017 , 11:07   Re: Galileo v5.3.2-792 (a feature rich map voting plugin) | Last Update: 2017-02-28
Reply With Quote #567

Quote:
Originally Posted by ivani6651 View Post
The only solution for now is to remove the message prefix to avoid bug constant color.
gal_colored_chat_prefix ""
Thanks for the log. I found the problem. On the next version it will be fixed. This problem only happens if you disable the color chat. Other solution could be set the `gal_colored_chat_prefix` to just "[AMXX] ", instead of "!g[!yAMXX!g] ".

Quote:
Originally Posted by alfinsh View Post
i use simple configuration.
There is this setting on the full configuration file `gal_rtv_wait_rounds`, which is by default set to 5.
To fix this, just put this on your settings file:
Code:
gal_rtv_wait_rounds 0
On the next version, it will only have effect if you are using `mp_maxrounds`.

Released a new version, 2017-02-28 | v5.3.2-792
  1. Fixed the colored prefix not being removed when the coloring is disabled.
  2. Fixed the cvar `gal_rtv_wait` being used when `mp_timelimit/mp_fraglimit` are not being used.
  3. Fixed the cvar `gal_rtv_wait_rounds` being used when `mp_maxrounds/mp_winlimit` are not being used.
__________________
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; 02-28-2017 at 11:30.
addons_zz is offline
ivani6651
Member
Join Date: Feb 2017
Old 02-28-2017 , 11:42   Re: Galileo v5.3.2-792 (a feature rich map voting plugin) | Last Update: 2017-02-28
Reply With Quote #568

@addons_zz Maybe you do not do your messages in colored lang file, adding example ^4 or !g in lang file for colored messages.
ivani6651 is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 02-28-2017 , 12:01   Re: Galileo v5.3.2-792 (a feature rich map voting plugin) | Last Update: 2017-02-28
Reply With Quote #569

See the Galileo Translation Request, for coloring.

* If you want to use colors, you need to enable/put this cvar on `galileo.cfg` file.
Code:
// Enable or disable the color on the plugin text message chat (colored chat). // 0 - Disabled // 1 - Enabled gal_colored_chat_enabled 1
__________________
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; 02-28-2017 at 12:54.
addons_zz is offline
ivani6651
Member
Join Date: Feb 2017
Old 02-28-2017 , 13:00   Re: Galileo v5.3.2-792 (a feature rich map voting plugin) | Last Update: 2017-02-28
Reply With Quote #570

Quote:
Originally Posted by addons_zz View Post
See the Galileo Translation Request, for coloring.
not work coloring.

Example:
gal_colored_chat_enabled 1

PHP Code:
GAL_NOM_FAIL_TOOMANY Nomination failed;!g you have already!y nominated!%i!y maps (!g%s!y). 



I did it but it turns both this message and others.
Attached Files
File Type: txt galileo.txt (8.8 KB, 110 views)
ivani6651 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 17:18.


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