Raised This Month: $32 Target: $400
 8% 

Galileo 1.1.290 (a feature rich map voting plugin)


Post New Thread Reply   
 
Thread Tools Display Modes
RTG
Senior Member
Join Date: Aug 2010
Location: CZ
Old 12-25-2010 , 17:05   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #991

Quote:
Originally Posted by nsb View Post
It turns out the vote correctly in the final map, soon after the final round and made the exchange of map correctly.

Occurs only trouble with this cvar(gal_srv_start).
when I used gal_srv_start 3 and players voted for extending map after the vote has appeared, no rockthevote (it answers: Nomination failed; vote outcome has already been determined.) or no nominations were possible (it answers: There is a vote already scheduled to take place in less than 2 minutes.) but if the vote has appeared after server start (after crash), I couldn't nominate any map all the mp_timelimit (it is 20mins on my server)
RTG is offline
Send a message via ICQ to RTG Send a message via AIM to RTG
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 12-25-2010 , 19:32   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #992

If anyone *frequently* has the problem of the voting menu not showing up for some players and is willing to run some tests for me, please PM me.

In the meantime, I'm asking everyone to review the current issue list, star any that you're interested in, and comment on any that you want to have input with.
__________________
Brad is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 12-25-2010 , 19:42   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #993

Quote:
Originally Posted by RTG View Post
So, no solution is possible?
The only solution is to have Galileo display the menu whether or not other menus are already showing. I've explained multiple times to people how to get this functionality. In the next release, there'll either be an option for how you want Galileo to handle the situation of an existing menu (either be passive or aggressive) or I'll just have Galileo always be aggressive and overwrite any existing menus.

Quote:
Originally Posted by RTG View Post
when I used gal_srv_start 3 and players voted for extending map after the vote has appeared, no rockthevote (it answers: Nomination failed; vote outcome has already been determined.) or no nominations were possible (it answers: There is a vote already scheduled to take place in less than 2 minutes.) but if the vote has appeared after server start (after crash), I couldn't nominate any map all the mp_timelimit (it is 20mins on my server)
I'm not sure I totally understood what you were saying. I tried to duplicate it as best as I could. These are the steps I took:
  1. Set gal_srv_start to 3 (early map vote).
  2. Restarted server to force the early map vote.
  3. Tried to nominate a map. It let me.
  4. Chose "Stay Here".
  5. Tried to nominate a map. It let me.
  6. Waited for the end of map vote and then chose "Extend".
  7. Tried to nominate a map. It let me.
  8. Tried to "RTV". It let me.
Please detail the steps needed to reproduce what you're experiencing, just like I did above please.
__________________
Brad is offline
RTG
Senior Member
Join Date: Aug 2010
Location: CZ
Old 12-26-2010 , 19:04   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #994

ok so...
1. set gal_srv_start 3
2. restart server to force early map vote
3. vote appeared
4. choose extend
5. try to nominate map or RTV, no functionality
6. I got upset and changed map manually

and I wrote several words into the issue list.. aaand ... if the new version comes out, will you post a reply here and into the head topic? (sry if it is said somewhere)
RTG is offline
Send a message via ICQ to RTG Send a message via AIM to RTG
link1337
Junior Member
Join Date: Nov 2010
Old 12-26-2010 , 22:16   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #995

Hi, i want, that the Server changes between Dust2, Nuke and Inferno...

The Server starts with Dust2, then i can vote for Nuke, Inferno or extend for 15mins... ( Thats ok! )

But if i choose Nuke, and on the next Vote I can only vote only for Inferno or extend...(And I cant vote for Dust2 now^^)

If the server start the 3th Map, on the next vote, he don't finde a map to vote and he change to dust2, nuke or inferno

Can you help me?

Sorry for my bad english
link1337 is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 12-27-2010 , 03:23   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #996

My guess: you did not read the config-file of galileo. Otherwise you would have found this:
Code:
////////////////////////////////////////////////////////////////////////
// Banning recently played maps means that the last several maps that //
// have been played can not be nominated or otherwise placed in the   //
// map vote. This ensures that a map can not be played over and over  //
// again at the expense of playing a variety of other maps.           //
////////////////////////////////////////////////////////////////////////

// Specifies how many of the most recent maps are disallowed from a 
// map vote. A value of 0 will disable this feature.
gal_banrecent 3
__________________

Mordekay is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 12-27-2010 , 09:53   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #997

What about using another system than amxx tasks ?

Most of time, when the voice announce that a vote is comming, the server lags and it's really annoying for players (same occurs with default amxx plugins when remaining time is announced), dunno if it's due to task execution or spk thing.


Actually trying gal_sounds_mute 0, but would like to keep announcements.
__________________
- tired and retired -

- my plugins -

Last edited by ConnorMcLeod; 12-27-2010 at 09:58.
ConnorMcLeod is offline
link1337
Junior Member
Join Date: Nov 2010
Old 12-27-2010 , 11:02   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #998

Quote:
Originally Posted by Mordekay View Post
My guess: you did not read the config-file of galileo. Otherwise you would have found this:
Code:
////////////////////////////////////////////////////////////////////////
// Banning recently played maps means that the last several maps that //
// have been played can not be nominated or otherwise placed in the //
// map vote. This ensures that a map can not be played over and over //
// again at the expense of playing a variety of other maps. //
////////////////////////////////////////////////////////////////////////

// Specifies how many of the most recent maps are disallowed from a
// map vote. A value of 0 will disable this feature.
gal_banrecent 3

I know, but i had it in the .amxx set to "0"
... gal_banrecentstyle shuold be "0" too?
link1337 is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 12-27-2010 , 11:07   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #999

Yes, doesn't matter what the value in .sma when compiled, galileo.cfg is read each map start, where .amxx value is only used at server start but then again, galileo.cfg is read right after.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
link1337
Junior Member
Join Date: Nov 2010
Old 12-27-2010 , 11:15   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #1000

I change it now in the .cfg and it works ... THX guys :/
link1337 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 09:39.


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