View Single Post
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 12-03-2017 , 17:59   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #1602

Quote:
Originally Posted by ZEDD_Intensity View Post
A well maintained and organized maps list is made available in ;
/cstrike/mapcycle.txt
/addons/amxmodx/configs/maps.ini
/addons/amxmodx/configs/maplist.ini
Also, Galileo is configured to pick the maps up from the /addons/amxmodx/configs/maps.ini, so this is not a problem for the plugin.
First try to solve this problem first. Seeing the log you provided, we may found:
Code:
L 12/02/2017 - 17:44:48: {1.000 15716 -1540    0} ERROR, configureTheNorPlayersFeature: Could not open the file "maps.ini" L 12/02/2017 - 17:44:48: {1.000 15732 -1540    0}     ( configureTheNorPlayersFeature ) Returning loadedCount: 0

The "maps.ini" must the be full path to the `maps.ini` file. As it looks like, it seems you set it to:
Code:
gal_nom_mapfile "maps.ini" gal_vote_mapfile "maps.ini"

But on your settings file, this should be set to:
Code:
gal_nom_mapfile "addons/amxmodx/configs/maps.ini" gal_vote_mapfile "addons/amxmodx/configs/maps.ini"

What are the contents of your `galileo.cfg` file?
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

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