View Single Post
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 07-23-2009 , 22:39   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #613

Quote:
Originally Posted by TheCracker View Post
I have
Code:
// Specifies the file to use which holds the names of the maps, listed 
// one per line, that players can nominate. Use * for all maps in the 
// server's maps folder.
// You can specify a relative path before the filename, relative from
// your gamemod folder (i.e. /addons/amxmodx/configs/mymapcycle.txt).
*

// Indicates if the ./amxmodx/configs/galileo/prefixes.ini file should 
// be used to attempt to match map names if the player's entered 
// text doesn't match any.
gal_nom_prefixes 0
set, the gal_createmaplist tells me all maps Ive got can be rocked, but when I type rtv i can only choose 5 standardmaps (de_train f.e.) and I cant even extend the current map
Why?
Your "*" should be "gal_nom_mapfile *".

Further, all "gal_createmaplist" does is create a file listing each of the maps in your .\maps folder. By itself, it has nothing to do with nominating maps.
__________________
Brad is offline