AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Galileo 1.1.290 (a feature rich map voting plugin) (https://forums.alliedmods.net/showthread.php?t=77391)

RTG 12-25-2010 17:05

Re: Galileo 1.1.290 (a feature rich map voting plugin)
 
Quote:

Originally Posted by nsb (Post 1378895)
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)

Brad 12-25-2010 19:32

Re: Galileo 1.1.290 (a feature rich map voting plugin)
 
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 12-25-2010 19:42

Re: Galileo 1.1.290 (a feature rich map voting plugin)
 
Quote:

Originally Posted by RTG (Post 1378949)
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 (Post 1378954)
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.

RTG 12-26-2010 19:04

Re: Galileo 1.1.290 (a feature rich map voting plugin)
 
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)

link1337 12-26-2010 22:16

Re: Galileo 1.1.290 (a feature rich map voting plugin)
 
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 :P

Can you help me?

Sorry for my bad english :P

Mordekay 12-27-2010 03:23

Re: Galileo 1.1.290 (a feature rich map voting plugin)
 
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


ConnorMcLeod 12-27-2010 09:53

Re: Galileo 1.1.290 (a feature rich map voting plugin)
 
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.

link1337 12-27-2010 11:02

Re: Galileo 1.1.290 (a feature rich map voting plugin)
 
Quote:

Originally Posted by Mordekay (Post 1379835)
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?

ConnorMcLeod 12-27-2010 11:07

Re: Galileo 1.1.290 (a feature rich map voting plugin)
 
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.

link1337 12-27-2010 11:15

Re: Galileo 1.1.290 (a feature rich map voting plugin)
 
I change it now in the .cfg and it works ... THX guys :/


All times are GMT -4. The time now is 18:55.

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