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

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 01-03-2017 , 06:15   Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
Reply With Quote #421

Quote:
Originally Posted by Enrory View Post
hy!
I use this plugin in my sven coop server! works great.
but how can i change the nextmap?
I have a map bhl1_l1 and normal next start bhl1_l2 but come a random map on finish.
With other maps work this great.
What do you mean by random map?

Quote:
Originally Posted by Enrory View Post
My ask, with nextmap.amxx can i change the nextmap with amx_nextmap .....
is it possible with this plugin?
Just enable this cvar and set the `amx_nextmap` cvar as you wish, when you want to.
Code:
// If the server admin want to, he can make a custom vote for the nextmap // and after the voting finishes Galileo would not start another map voting. // // Note: This requires the cvar `gal_nextmap_change` to be enabled. // 0 - Disable the "[not yet voted on]" change detection. // 1 - Enable the "[not yet voted on]" change detection. gal_nextmap_change 1 gal_nextmap_votemap 1

Quote:
Originally Posted by Enrory View Post
My cmd window have with the new update some spam.
Can stopp this?

01/03/2017 - 12:01:04: {1321.095 16288 -1520603 15036} I AM ENTERING ON get_real_players_number(0)
L 01/03/2017 - 12:01:04: {1321.095 16292 -1520598 5} I AM ENTERING ON vote_manageEnd(0) | get_real_players_number: 0
L 01/03/2017 - 12:01:04: {1321.095 16280 -1520596 2} I AM ENTERING ON isTimeToStartTheEndOfMapVoting(1)
L 01/03/2017 - 12:01:04: {1321.095 16280 -1520594 2} ( isTimeToStartTheEndOfMapVoting ) Just returning false.
L 01/03/2017 - 12:01:04: {1321.095 16276 -1520593 1} I AM ENTERING ON handle_game_crash_recreation(1) | secondsLeft: 4078
From where did you get the update?
You need to disable the DEBUG_MODE. See the section Development Versions.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
Enrory
Senior Member
Join Date: Nov 2016
Location: Austria
Old 01-03-2017 , 06:32   Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
Reply With Quote #422

woow nice thanks for the fast answer.

This problem what i text with random map?i think now work with this.
i have now enable:
gal_nextmap_change 1
gal_nextmap_votemap 1
i can test later.

I had the galileo v 3... and updatet to v 4.... from this side.
and now i have this in cmd window.
__________________
Enrory is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 01-03-2017 , 07:07   Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
Reply With Quote #423

Quote:
Originally Posted by Enrory View Post
This problem what i text with random map?
Yes, can you describe better how this problem is?

Quote:
Originally Posted by Enrory View Post
I had the galileo v 3... and updatet to v 4.... from this side.
and now i have this in cmd window.
So, did you removed these messages?
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
Enrory
Senior Member
Join Date: Nov 2016
Location: Austria
Old 01-03-2017 , 07:29   Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
Reply With Quote #424

yes i try it.
the map xyz1 is running this map have a end. change not with the time.
the map xyz1 have a cfg. file with cvar nextmap xyz2, but this plugin ignore this cvar. i think
gal_nextmap_change 1
gal_nextmap_votemap 1
donīt fix it

you give me a Link for the Development.
Have i to override the standard galileo file?
__________________
Enrory is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 01-03-2017 , 07:42   Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
Reply With Quote #425

Quote:
Originally Posted by Enrory View Post
yes i try it.
the map xyz1 is running this map have a end. change not with the time.
the map xyz1 have a cfg. file with cvar nextmap xyz2, but this plugin ignore this cvar. i think
No need for this cfg with `nextmap xyz2` on this galileo version.
I added a new feature. Enable this cvar:
Code:
// Move the cursor on map series, because they are continuations as to // afrikakorps1 and 2, respectively. // // If the next map in the map cycle after afrikakorps1 is sc_another, // it will set the next map to afrikakorps2, and afrikakorps3. The maps // afrikakorps2, and afrikakorps3 are not in the map cycle because they // are continuations to afrikakorps1 and 2, respectively. // // For example: // // If on you server you got installed the following maps: // de_dust, de_dust2, de_dust3, de_dust4, de_inferno, de_chateal and de_nuke. // // This feature will take your map cycle as: // //     de_dust //     de_inferno //     de_chateal //     de_dust2 //     de_nuke // // And will understand it as being: // //     de_dust //     de_dust2 //     de_dust3 //     de_dust4 //     de_inferno //     de_chateal //     de_dust2 //     de_nuke // // 0 - disable this feature // 1 - enable this feature gal_srv_move_cursor 1

Quote:
Originally Posted by Enrory View Post
you give me a Link for the Development.
Have i to override the standard galileo file?
Open it and see if the debug is enabled. Or just go to the main page and get the plugin again.
Click on the `Get Plugin` button and put the downloaded `galileo.amxx` file at your `plugins` folder.



Quote:
Originally Posted by Enrory View Post
gal_nextmap_change 1
gal_nextmap_votemap 1
donīt fix it
Please, read the support section and follow the instructions:
  1. Support
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
Enrory
Senior Member
Join Date: Nov 2016
Location: Austria
Old 01-03-2017 , 08:03   Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
Reply With Quote #426

So download the plugin again.
Now the messages disable, yeah thanks.

So now gal_srv_move_cursor 1 in the galileo.cfg
sounds so good but no work @my server. It tells the standard nextmap but not the secound map from this map.
i read now more. Mybe i find my mistake.

thanks for help.
__________________
Enrory is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 01-03-2017 , 08:10   Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
Reply With Quote #427

Quote:
Originally Posted by Enrory View Post
So download the plugin again.
Now the messages disable, yeah thanks.
You are welcome.

Quote:
Originally Posted by Enrory View Post
It tells the standard nextmap but not the secound map from this map.
i read now more. Mybe i find my mistake.
What are the plugins you got running on your server?
Can you run this command on your server and send me the results?
Code:
amxx list

Quote:
Originally Posted by Enrory View Post
sounds so good but no work @my server.
If you enable the debug on the plugin and send me the file `_galileo.log`,
I can help you to fix this almost for sure.

The galileo debug were those messages you saw on your server.

_____________________________________________ __

Code:
my amxx list: 
       name                    version     author            file             status
 [  1] Admin Base              1.8.3-dev+  AMXX Dev Team     admin.amxx       running
 [  2] Admin Commands          1.8.3-dev+  AMXX Dev Team     admincmd.amxx    running
 [  3] Slots Reservation       1.8.3-dev+  AMXX Dev Team     adminslots.amxx  running
 [  4] Multi-Lingual System    1.8.3-dev+  AMXX Dev Team     multilingual.am  running
 [  5] Menus Front-End         1.8.3-dev+  AMXX Dev Team     menufront.amxx   running
 [  6] Players Menu            1.8.3-dev+  AMXX Dev Team     plmenu.amxx      running
 [  7] Teleport Menu           1.8.3-dev+  AMXX Dev Team     telemenu.amxx    running
 [  8] Maps Menu               1.8.3-dev+  AMXX Dev Team     mapsmenu.amxx    running
 [  9] Admin Votes             1.8.3-dev+  AMXX Dev Team     adminvote.amxx   running
 [ 10] Stats Configuration     1.8.3-dev+  AMXX Dev Team     statscfg.amxx    running
 [ 11] Ultimate Gore           1.6         JTP10181          amx_gore_ultima  running
 [ 12] Sank Sounds Plugin      1.8.6       White Panther, L  sank_sounds.amx  running
 [ 13] amx_cheat               1.0         watch             cheat.amxx       running
 [ 14] Galileo                 v4.0.0-435  Brad Jones/Addon  galileo.amxx     running
 [ 15] GHW Auto Message Displ  2.1         GHW_Chronic       GHW_Message_Dis  running
 [ 16] SC Stuff Plugin         1.9         Silencer          scstuffplugin.a  running
 [ 17] GHW Connect Messages    1.1         GHW_Chronic       GHW_connect.amx  running
 [ 18] Fireworks++             2.5         Twilight Suzuka   fireworks2.amxx  running
 [ 19] Country On Name         1.0         Bboy Grun         country_on_name  running
19 plugins, 19 running
__________________
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; 01-03-2017 at 08:41.
addons_zz is offline
Enrory
Senior Member
Join Date: Nov 2016
Location: Austria
Old 01-03-2017 , 08:34   Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
Reply With Quote #428

yeah
i install all the files (galileo) new.
Now work all the settings.
now on display the currect nextmap.

but i have one map it doesnīt work. Is not hard.
i think for the mapchange the map have no setting to the nextmap.
is standalone in the cfg. file with nextmap .....


my amxx list:
name version author file status
[ 1] Admin Base 1.8.3-dev+ AMXX Dev Team admin.amxx running
[ 2] Admin Commands 1.8.3-dev+ AMXX Dev Team admincmd.amxx running
[ 3] Slots Reservation 1.8.3-dev+ AMXX Dev Team adminslots.amxx running
[ 4] Multi-Lingual System 1.8.3-dev+ AMXX Dev Team multilingual.am running
[ 5] Menus Front-End 1.8.3-dev+ AMXX Dev Team menufront.amxx running
[ 6] Players Menu 1.8.3-dev+ AMXX Dev Team plmenu.amxx running
[ 7] Teleport Menu 1.8.3-dev+ AMXX Dev Team telemenu.amxx running
[ 8] Maps Menu 1.8.3-dev+ AMXX Dev Team mapsmenu.amxx running
[ 9] Admin Votes 1.8.3-dev+ AMXX Dev Team adminvote.amxx running
[ 10] Stats Configuration 1.8.3-dev+ AMXX Dev Team statscfg.amxx running
[ 11] Ultimate Gore 1.6 JTP10181 amx_gore_ultima running
[ 12] Sank Sounds Plugin 1.8.6 White Panther, L sank_sounds.amx running
[ 13] amx_cheat 1.0 watch cheat.amxx running
[ 14] Galileo v4.0.0-435 Brad Jones/Addon galileo.amxx running
[ 15] GHW Auto Message Displ 2.1 GHW_Chronic GHW_Message_Dis running
[ 16] SC Stuff Plugin 1.9 Silencer scstuffplugin.a running
[ 17] GHW Connect Messages 1.1 GHW_Chronic GHW_connect.amx running
[ 18] Fireworks++ 2.5 Twilight Suzuka fireworks2.amxx running
[ 19] Country On Name 1.0 Bboy Grun country_on_name running
19 plugins, 19 running

my galileo log
http://cosmoline.diskstation.me/sven1/_galileo
now new
__________________

Last edited by Enrory; 01-03-2017 at 08:56.
Enrory is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 01-03-2017 , 08:55   Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
Reply With Quote #429

Quote:
Originally Posted by Enrory View Post
but i have one map it doesnīt work. Is not hard.
i think for the mapchange the map have no setting to the nextmap.
is standalone in the cfg. file with nextmap .....
Thanks. The log you send is from the version 428, but you are using the 435, so this log is out dated.
  1. Which one is the map it does not work?

Did you enabled the log for this new version?
If you do not know how to enable the debug, I am attaching here a version with the log enabled, so you just need to download the `.amxx` file and install it on your plugins folder.
__________________
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; 01-03-2017 at 14:25.
addons_zz is offline
Enrory
Senior Member
Join Date: Nov 2016
Location: Austria
Old 01-03-2017 , 09:12   Re: Galileo v4.0.0-410 (a feature rich map voting plugin) | Last Update: 2016-12-31
Reply With Quote #430

ok i take your file.
i start the server some messages follow.
@finish i close the server with exit.
and updatet the _galileo file @link

i see the correct time but the old version??

this say console
http://cosmoline.diskstation.me/sven1/message

map is bh1_l1 to bh1_l2
__________________

Last edited by Enrory; 01-03-2017 at 09:19.
Enrory 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 03:11.


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