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

Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16


Post New Thread Reply   
 
Thread Tools Display Modes
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 05-07-2016 , 22:04   Re: Galileo v2.6 (a feature rich map voting plugin) | Last Update: 09.04.2016
Reply With Quote #191

Quote:
Originally Posted by Juve View Post
i do not want in vote to appear all the maps on the server, i create a new file with "gal_createmapfile maps' and after 'gal_vote_mapfile maps'
but after i change the map it's keep the same and vote is with all maps
I do not understand you very well.

The command "gal_createmapfile file.txt" will to create a map file at: "./configs/galileo/file.txt".

Then you need to set "gal_vote_mapfile" to: "addons/amxmodx/configs/galileo/file.txt"

It will end up using all maps on the server folder to be used as map fillers to the map voting. But it is better to read the documentation and use "*".
Code:
// Specifies the map file used for the Map Groups Feature to specify how
// many maps to use from each group. Or also, specifies the file to use
// which either holds the names of the maps, one per line, that the vote
// will be filled with.
// You can specify a relative path before the filename, relative from
// your gamemod folder, i.e., "addons/amxmodx/configs/mymapcycle.txt".
// Use * for all maps in the server's maps folder.
// Use # for your mapcycle, i.e., whatever file is on the cvar
// 'mapcyclefile'.
gal_vote_mapfile "*"
Quote:
Originally Posted by Juve View Post
but after i change the map it's keep the same and vote is with all maps
What is the same? The vote will use all map on the server folder.


Quote:
Originally Posted by Juve View Post
i do not want in vote to appear all the maps on the server
Just to create a mapcycle file and set the variable "gal_vote_mapfile" to your file. Example:
Code:
gal_vote_mapfile "addons/amxmodx/configs/mymapcycle.txt"
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
Juve
Junior Member
Join Date: Jul 2007
Location: Iasi
Old 05-08-2016 , 07:07   Re: Galileo v2.6 (a feature rich map voting plugin) | Last Update: 09.04.2016
Reply With Quote #192

thank you , I forgot to change from the file galileo.cfg
__________________
Juve is offline
Send a message via Yahoo to Juve
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 05-10-2016 , 07:56   Re: Galileo v2.5.1 (a feature rich map voting plugin) | Last Update: 03.04.2016
Reply With Quote #193

Quote:
Originally Posted by chaves View Post
] meta list
Currently running plugins:
[ 1] AMX Mod X, v1.8.2-dev, Apr 27 2010, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 2] dproto_EF, v0.9.534, 2015-02-17, by Crock, see
[ 3] VoiceTranscoder, v80, 21:48:13 Nov 14 2013, by [WPMG]PRoSToTeM@ <[email protected]>, see http://www.wpmg.ru/
[ 4] sXe Injected, v9.8.1.2, Mar 24 2016, by payas <[email protected]>, see http://www.sxe-injected.com/
[ 5] Monster, v3.00.00, 06/30/2002, by botman <[email protected]>, see http://planethalflife.com/botman/
[ 6] Fun, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 7] Engine, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 8] FakeMeta, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 9] CStrike, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 10] CSX, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org/
[ 11] Ham Sandwich, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
11 plugins


] amxx list
AMX Mod X 1.8.2-dev
Authors:
David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko, Felix "SniperBeamer" Geyer
Jonny "Got His Gun" Bergstrom, Lukasz "SidLuke" Wlasinski
Christian "Basic-Master" Hammacher, Borja "faluco" Ferrer
Scott "Damaged Soul" Ehlert
Compiled: Apr 27 2010, 03:06:08
URL:http://www.amxmodx.org/
Core mode: JIT


] amxx cvar
AMX Mod X 1.8.2-dev
Authors:
David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko, Felix "SniperBeamer" Geyer
Jonny "Got His Gun" Bergstrom, Lukasz "SidLuke" Wlasinski
Christian "Basic-Master" Hammacher, Borja "faluco" Ferrer
Scott "Damaged Soul" Ehlert
Compiled: Apr 27 2010, 03:06:08
URL:http://www.amxmodx.org/
Core mode: JIT
Fix you AMXX installation. The commands "amxx cvars", and "amxx list" must not to output the AMXX version.

Quote:
Originally Posted by chaves View Post
also prevent two different players suggest 1 same map and appearing in the "noms" 2x the same name suggested
Quote:
Originally Posted by chaves View Post
this option is still in trouble, "gal_rtv_wait_admin" is set to 0 can use standard but is set to 1 and ADM OFF Players can not use, the message that the presence of ON administrators can not use
This is probably because you are non-steam. This is working on my steam server. Non-steam is not supported. Or just do not use those features.

However, I just rebuild some parts of the Galileo nomination system, because there was a bug allowing multiple nominations when a player disconnect and reconnect again.

May be now it is working for you now. It is available on the development version.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
chaves
Senior Member
Join Date: Oct 2011
Old 05-16-2016 , 12:12   Re: Galileo v2.6 (a feature rich map voting plugin) | Last Update: 09.04.2016
Reply With Quote #194

I found another bug, can just be with my server but I am coming to pass, sometimes the server does not obey "gal_emptyserver_wait 5" keeping empty server random maps
chaves is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 05-16-2016 , 12:16   Re: Galileo v2.6 (a feature rich map voting plugin) | Last Update: 09.04.2016
Reply With Quote #195

Quote:
Originally Posted by chaves View Post
I found another bug, can just be with my server but I am coming to pass, sometimes the server does not obey "gal_emptyserver_wait 5" keeping empty server random maps
Thanks for sharing. I think it is not possible this bug happens just with you. So, I will add it up to the TODO list to be verified and fixed until the next version release.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
chaves
Senior Member
Join Date: Oct 2011
Old 05-16-2016 , 13:19   Re: Galileo v2.6 (a feature rich map voting plugin) | Last Update: 09.04.2016
Reply With Quote #196

thanks for agility, hope to reach a good version soon and it is approved, has enough resources this plugin, hug
chaves is offline
chaves
Senior Member
Join Date: Oct 2011
Old 05-27-2016 , 20:52   Re: Galileo v2.6 (a feature rich map voting plugin) | Last Update: 09.04.2016
Reply With Quote #197

you would be able to include only menu "recentmaps" equal and their colorful messages in the original? this version:

https://forums.alliedmods.net/showthread.php?t=77391

so I'm waiting for your complete and approved.
chaves is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 05-27-2016 , 23:44   Re: Galileo v2.6 (a feature rich map voting plugin) | Last Update: 09.04.2016
Reply With Quote #198

Quote:
Originally Posted by chaves View Post
you would be able to include only menu "recentmaps" equal and their colorful messages in the original? this version:
I could not understand what do you mean exactly.

The recent maps can be configured to be used as follows.
Quote:
// Indicates the style in which the recent maps are displayed when a
// player uses the "recentmaps" say command.
// 1 - all maps on one line
// 2 - each map on a separate line
// 3 - display a menu.
gal_banrecentstyle 3
On the original version there is no menu option for the recentmaps command, as you can see:
Quote:
// Indicates the style in which the recent maps are displayed when a
// player uses the "recentmaps" say command.
// 1 - all maps on one line
// 2 - each map on a separate line
gal_banrecentstyle 1
Quote:
Originally Posted by chaves View Post
so I'm waiting for your complete and approved.
Sorry, but for the next month at least I am completely full, then I cannot finish this plugin till them. Most probably at July month end or August month start, I will be free to work here. Nowadays I am working on something I really hate, but I have a deadline to follow and I cannot to be late.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective

Last edited by addons_zz; 05-27-2016 at 23:55. Reason: update
addons_zz is offline
BeNq!
Senior Member
Join Date: Mar 2009
Old 05-31-2016 , 21:54   Re: Galileo v2.6 (a feature rich map voting plugin) | Last Update: 09.04.2016
Reply With Quote #199

You can do so that you can set the time in the selection map data and nominations? Example:

[23-8]
de_dust2_long
de_inferno_long
...

and these maps will be able to choose time 23-8 ( regardless of the number of players )

[8-23]
de_inferno
de_dust2

you will be able to play in a day ( regardless of the number of players )

?

Last edited by BeNq!; 05-31-2016 at 21:55.
BeNq! is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 06-01-2016 , 06:02   Re: Galileo v2.6 (a feature rich map voting plugin) | Last Update: 09.04.2016
Reply With Quote #200

Quote:
Originally Posted by BeNq! View Post
You can do so that you can set the time in the selection map data and nominations? Example:

[23-8]
de_dust2_long
de_inferno_long
...

and these maps will be able to choose time 23-8 ( regardless of the number of players )

[8-23]
de_inferno
de_dust2

you will be able to play in a day ( regardless of the number of players )

?
If I understand correctly, yes. See, just set this 'gal_whitelist_minplayers' below to 1:
Code:
// Specifies how the cvar 'gal_vote_whitelist_mapfile' file list must // be used. // A value of 0 will disable the Whitelist feature. // A value of 1 will always enable the Whitelist feature. // A value higher than 1 will enable the Whitelist feature only when // there are less players than the cvar 'gal_whitelist_minplayers'. gal_whitelist_minplayers 0 // Specifies the map file used for the Whitelist Feature to specify // when certain maps can be used to fill the voting list. // You can specify a relative path before the filename, relative from // your gamemod folder, i.e., "addons/amxmodx/configs/mymapcycle.txt". gal_vote_whitelist_mapfile "addons/amxmodx/configs/galileo/whitelist_mapcycle.txt"

And let these others min players settings to zero:
Code:
// When there are less players than cvar 'gal_vote_minplayers' value on // the server, use a different map file list specified at the cvar // 'gal_vote_minplayers_mapfile' to fill the map voting as map fillers // instead of the cvar 'gal_vote_mapfile' map file list. // A value of 0 or 1 will disable this feature. gal_vote_minplayers 0 // Let the server players nominate maps from the nomination file list // 'gal_nom_mapfile'. But, when the cvar 'gal_vote_minplayers' is enabled, // only allow nominations from the 'gal_vote_minplayers_mapfile'. // Note: This will allow the players to nominated maps not from //       'gal_vote_minplayers_mapfile', but they will not be show //       at the map voting if there are less players than //       'gal_vote_minplayers', at the moment when the voting starts. // // 0 - Show all nominated maps. // 1 - Only allow nominations from the 'gal_vote_minplayers_mapfile' when //     when the cvar 'gal_vote_minplayers' is enabled. gal_nom_minplayers_control 0 // The map file to use when 'gal_vote_minplayers' is enabled. // Use # for your mapcycle (whatever file is on the cvar 'mapcyclefile'). gal_vote_minplayers_mapfile "addons/amxmodx/configs/galileo/minplayers_mapcycle.txt"

Is that what do you want to?
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
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 04:26.


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