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
pic0
Junior Member
Join Date: Mar 2011
Old 12-27-2011 , 13:37   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #1181

So it must be better ;)
Code:
public srv_startEmptyCycle()
{
    set_pcvar_num(cvar_emptyCycle, 1);
    
    // set the next map from the empty cycle list,
    // or the first one, if the current map isn't part of the cycle
    new nextMap[32];
    do 
        {
        ArrayGetString(g_emptyCycleMap, random_num(0, g_emptyMapCnt - 1), nextMap, sizeof(nextMap)-1);
        }
        while( equal(g_currentMap, nextMap) );
    map_setNext(nextMap);
    map_change();
}
pic0 is offline
Send a message via ICQ to pic0
Kiske
Veteran Member
Join Date: May 2009
Old 01-12-2012 , 14:04   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #1182

Quote:
L 01/06/2012 - 21:242: [AMXX] Displaying debug trace (plugin "galileo.amxx")
L 01/06/2012 - 21:242: [AMXX] Run time error 4: index out of bounds
L 01/06/2012 - 21:242: [AMXX] [0] galileo.sma::vote_display (line 1800)

L 01/06/2012 - 21:247: [AMXX] Displaying debug trace (plugin "galileo.amxx")
L 01/06/2012 - 21:247: [AMXX] Run time error 4: index out of bounds
L 01/06/2012 - 21:247: [AMXX] [0] galileo.sma::vote_expire (line 1970)
Kiske is offline
Send a message via Skype™ to Kiske
RTG
Senior Member
Join Date: Aug 2010
Location: CZ
Old 01-12-2012 , 22:05   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #1183

yes, try to use something less bugged, like custom nextmap vote ;)
RTG is offline
Send a message via ICQ to RTG Send a message via AIM to RTG
Vitex
Junior Member
Join Date: Jan 2012
Old 01-22-2012 , 05:18   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #1184

I am experiencing problem with galileo plugin. I am using alternative mapcycle when server is empty. But somehow it doesn't rotate maps from that file when it comes to map change it just changes to the same map and again runs for mp_timelimit 30 minutes and then again and again changes to the same map.
Vitex is offline
Vitex
Junior Member
Join Date: Jan 2012
Old 01-22-2012 , 12:21   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #1185

Can anyone help me?
Vitex is offline
RTG
Senior Member
Join Date: Aug 2010
Location: CZ
Old 01-22-2012 , 12:56   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #1186

in galileo.cfg find and set this:
gal_emptyserver_wait 0
so it uses mapcycle.txt and map changes after mp_timelimit, to next map in the mapcycle ;)
RTG is offline
Send a message via ICQ to RTG Send a message via AIM to RTG
Vitex
Junior Member
Join Date: Jan 2012
Old 01-22-2012 , 13:19   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #1187

Thanks for replay. Your suggestion is the easiest way, to get rid of this issue. But do you mean that this feature doesn't work as expected?
I thought that this is nice feature and when there is no players switching to more popular maps would be good decision.
Vitex is offline
RTG
Senior Member
Join Date: Aug 2010
Location: CZ
Old 01-22-2012 , 15:43   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #1188

this feature wasn't working for me and as i can see you have the same problem ... yes it is nice but you can do the same by mapcycle.txt, only difference is that the map won't change after the gal_emptyserver_wait time set by you, but map will change after mp_timelimit, that's all, you can define all the popular maps into mapcycle

or you can use this http://forums.alliedmods.net/showthread.php?t=53679
or this, same plugin but little difference http://forums.alliedmods.net/showpos...&postcount=348

;)
RTG is offline
Send a message via ICQ to RTG Send a message via AIM to RTG
Vitex
Junior Member
Join Date: Jan 2012
Old 01-23-2012 , 04:11   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #1189

OK, understood. Thanks for help, advice and links to interesting solution.

Actually, I would like to give you something like "+karma", but don't how to do that. I am new here ;)
Vitex is offline
RTG
Senior Member
Join Date: Aug 2010
Location: CZ
Old 01-23-2012 , 14:46   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #1190

i think it is turned off so thx, never mind ;)
RTG is offline
Send a message via ICQ to RTG Send a message via AIM to RTG
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:43.


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