Raised This Month: $12 Target: $400
 3% 

Galileo 1.1.290 (a feature rich map voting plugin)


Post New Thread Reply   
 
Thread Tools Display Modes
TheKidz
Senior Member
Join Date: May 2009
Old 07-23-2009 , 13:39   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #611

yes ScHrAnZ DiNgEnS !
__________________
TheKidz is offline
TheCracker
Member
Join Date: Jul 2009
Old 07-23-2009 , 18:33   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #612

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?
TheCracker is offline
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
ScHrAnZ DiNgEnS
Senior Member
Join Date: Sep 2007
Old 07-24-2009 , 01:55   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #614

I have alredy done it with maptags for me, but it there is some trouble with some stuff, de voting must be very different because it make no sence when there are 4 Maps with the same mod in one voting. For nominations happened that u can only nominate one map for each group, because u have to display maybe 6 mods in a vote. At the monent i use 7 groups and u cant nominate maps for a group, i only reserverd slot 8 for nominatios, but its only for one...

I did not know how the groupfeature from galileo works, so i make a own mapfile with groups for all slots. It is just a small mix from GHW_Custom_Nextmap and Galileo.
For me its nice, but for the most its like a shit because they didnt need it...
__________________

Last edited by ScHrAnZ DiNgEnS; 07-24-2009 at 02:08.
ScHrAnZ DiNgEnS is offline
Send a message via ICQ to ScHrAnZ DiNgEnS Send a message via AIM to ScHrAnZ DiNgEnS
TheCracker
Member
Join Date: Jul 2009
Old 07-24-2009 , 08:26   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #615

Ah Ok thank you

But why is there no option to vote for Extending Map?

And can I somehow ban some Maps from Mapvoting or do I have to make a Mapcycle.txt?
TheCracker is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 07-24-2009 , 08:35   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #616

Quote:
Originally Posted by TheCracker View Post
But why is there no option to vote for Extending Map?
Most likely because you have configured the following CVARs incorrectly:
Code:
////////////////////////////////////////////////////////////////////////
// Allowing an extension of the current map's time limit will add an  //
// "extend the map" option to map votes which, if the option wins,    //
// will increase the time limit by a predetermined amount, letting    //
// players stay on the current map longer.                            //
////////////////////////////////////////////////////////////////////////

// Specifies the maximum number of minutes a map can be played, if it 
// has been extended. A value less than mp_timelimit will not let the 
// map be extended.
amx_extendmap_max 90

// Specifies the number of minutes a map will be extended each time 
// the "Extend Map" option wins the map vote.
amx_extendmap_step 15
Quote:
Originally Posted by TheCracker View Post
And can I somehow ban some Maps from Mapvoting or do I have to make a Mapcycle.txt?
You can ban maps by using a map listing file, such as mapcycle.txt, and then omitting the ones you don't want in there.
__________________
Brad is offline
TheCracker
Member
Join Date: Jul 2009
Old 07-24-2009 , 08:58   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #617

Hmm does extending maybe not work when you have mp_timelimit 0?

And yeah I know the thing about mapcycle.txt I was asking if there was a way without it.
Cause I dont want to update it every time I download a new map...
TheCracker is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 07-24-2009 , 14:46   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #618

If there's no time limit, there'd be nothing to extend.

I'll consider implementing a way to ban maps in a future release of Galileo.
__________________
Brad is offline
DarkGod
SourceMod DarkCrab
Join Date: Jul 2007
Location: Sweden
Old 07-24-2009 , 14:58   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #619

Quote:
Originally Posted by Brad View Post
If there's no time limit, there'd be nothing to extend
Extend round limit?
__________________
DarkGod is offline
Send a message via AIM to DarkGod Send a message via MSN to DarkGod
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 07-24-2009 , 15:05   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #620

Quote:
Originally Posted by DarkGod View Post
Extend round limit?
You're assuming Galileo handles round limits. It doesn't yet.
__________________
Brad is offline
Reply


Thread Tools
Display Modes

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 13:17.


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