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
wlmraziel
Member
Join Date: Mar 2017
Old 10-13-2017 , 21:03   Re: Galileo v5.8.1-918 (a feature rich map voting plugin) | Last Update: 2017-09-26
Reply With Quote #841

I propose a new feature: mapcycles according the number of players
wlmraziel is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 10-15-2017 , 17:51   Re: Galileo v5.8.1-918 (a feature rich map voting plugin) | Last Update: 2017-09-26
Reply With Quote #842

Quote:
Originally Posted by wlmraziel View Post
I propose a new feature: mapcycles according the number of players
There are some features about that. Read the first post.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
wlmraziel
Member
Join Date: Mar 2017
Old 10-16-2017 , 22:27   Re: Galileo v5.8.1-918 (a feature rich map voting plugin) | Last Update: 2017-09-26
Reply With Quote #843

Quote:
Originally Posted by addons_zz View Post
There are some features about that. Read the first post.
I see, but works as mapcycle or just put the maps for a votemap? I need if there are more than 20 players executes a mapcycle with specific maps.
wlmraziel is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 10-17-2017 , 17:38   Re: Galileo v5.8.1-918 (a feature rich map voting plugin) | Last Update: 2017-09-26
Reply With Quote #844

Quote:
Originally Posted by wlmraziel View Post
I see, but works as mapcycle or just put the maps for a votemap?
It is for the votemap only. I do think it is easy to change the mapcycle on the fly, as we need to save the mapcycle position when switching between them. Why just change the voting map is not enough?
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
wlmraziel
Member
Join Date: Mar 2017
Old 10-17-2017 , 18:44   Re: Galileo v5.8.1-918 (a feature rich map voting plugin) | Last Update: 2017-09-26
Reply With Quote #845

Quote:
Originally Posted by addons_zz View Post
It is for the votemap only. I do think it is easy to change the mapcycle on the fly, as we need to save the mapcycle position when switching between them. Why just change the voting map is not enough?
I don't need what i say in the previous post
wlmraziel is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 10-27-2017 , 09:36   Re: Galileo v5.8.1-918 (a feature rich map voting plugin) | Last Update: 2017-09-26
Reply With Quote #846

Quote:
I am using galileo and having it set to where the map changes only at round end/round start, not after vote or timelimit. Since this code has so many lines, can you tell me exactly what line executes the event of when map change is called? This would be really helpful as I'm trying to merge a function of another plugin into this code.
This function bellow is called right before showing the intermission hud and when the map will be changed:
Code:
File: MultiModServer/plugins/addons/amxmodx/scripting/galileo.sma 4660: stock intermission_processing( bool:isCountDownAllowed = true ) 4661: { 4662:     LOG( 128, "I AM ENTERING ON intermission_processing(0)" ) 4663:     new Float:mp_chattime = isCountDownAllowed ? get_intermission_chattime() : 0.1; 4664: 4665:     // Choose how to change the level. 4666:     if( g_isTimeToRestart ) 4667:     { 4668:         set_task( mp_chattime, "map_change_stays", TASKID_MAP_CHANGE ); 4669:     } 4670:     else 4671:     { 4672:         set_task( mp_chattime, "map_change", TASKID_MAP_CHANGE ); 4673:     } 4674: 4675:     if( isCountDownAllowed ) show_intermission( mp_chattime ); 4676: }

If you enable the debug mode 16 (DEBUG_LEVEL 16 [See here where]), you will see the message `I AM ENTERING ON intermission_processing(0)` on the server console on the moment this function is called.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
AllMassive
Senior Member
Join Date: Sep 2004
Location: /dev/urandom
Old 10-28-2017 , 21:26   Re: Galileo v5.8.1-918 (a feature rich map voting plugin) | Last Update: 2017-09-26
Reply With Quote #847

Nice to see this useful Plugin is still supported and improved - here my german Translation:

[de]
GAL_CANCEL_FAIL_INPROGRESS = !tAbbruch!g fehlgeschlagen; Vote laeuft!y bereits.
GAL_CANCEL_FAIL_SOMEONEELSE = Abbruch fehlgeschlagen; '!g%s!y' wurde von !g %s!y nominiert.
GAL_CANCEL_FAIL_VOTEOVER = Abbruch!t fehlgeschlagen;!y Das Vote-Ergebnis!g wurde bereits!t ermittelt!y.
GAL_CANCEL_FAIL_WASNOTYOU = Abbruch fehlgeschlagen;!g '!g%s!y' wurde nicht von Dir nominiert.
GAL_CANCEL_SUCCESS = Diese Maps!g sind!y nicht mehr nominiert:!g %s
GAL_CHANGE_NEXTROUND = Der Mapwechsel wird nach dieser Runde stattfinden.
GAL_CHANGE_TIMEEXPIRED1 = Time-Limit ist abgelaufen.
GAL_CHANGE_TIMEEXPIRED2 = Time-Limit!g ist!t abgelaufen!y.
GAL_CHANGE_MAINTENANCE = Der Server !t kann die Map nicht aendern!y solange er im !g Maintenance Mode!y ist-nutze 'gal_command_maintenance' um diesen abzustellen.
GAL_CHANGE_MAINTENANCE_STATE = Der Maintenance Mode ist '!t%L!y'. Nutze '!ggal_command_maintenance!y'um es umzustellen.
GAL_CHANGE_MAINTENANCE_ON = Aktiviert
GAL_CHANGE_MAINTENANCE_OFF = Deaktiviert
GAL_CHOICE_EXTEND = Du hast Dich !g dafuer entschieden!t die jetzige Map zu verlaengern.
GAL_CHOICE_EXTEND_ALL = !g%s!y moechte die jetzige Map !t verlaengern!y.
GAL_CHOICE_MAP = Du hast Dich fuer '!g%s!y' entschieden.
GAL_CHOICE_MAP_ALL = !t%s!y waehlte '!g%s!y'.
GAL_CHOICE_NONE = Du hast Dich dafuer entschieden !t nicht an diesem Vote!g teilzunehmen!y.
GAL_CHOICE_NONE_ALL = !g%s!t moechte nicht !y an diesem Vote teilnehmen.
GAL_CHOICE_STAY = Du hast Dich dafuer entschieden !t die jetzigen Map!g zu verlaengern!y.
GAL_CHOICE_STAY_ALL = !t%s!y moechte auf !g der jetzigen Map!y bleiben.
GAL_CHOOSE = Waehle die Nextmap
GAL_CHOOSE_QUESTION = Moechtest Du am naechsten Vote teilnehmen ?
GAL_CHOOSE_QUESTION_YES = Ja
GAL_CHOOSE_QUESTION_NO = Nein
GAL_CMD_CREATEFILE_USAGE1 = gal_createmapfile <filename>
GAL_CMD_CREATEFILE_USAGE2 = Die Datei wird in ./amxmodx/configs/galileo erstellt
GAL_CMD_NOMS = * Du kannst '!gnoms!y' anstelle von '!gnominations!y' eingeben.
GAL_CMD_RTV = * Du kannst '!grtv!y' anstelle von '!grockthevote!y' eingeben.
GAL_CREATIONFAILED = Kann '%s' nicht erstellen.
GAL_CREATIONSUCCESS = '%s' wurde erfolgreich erstellt (%i maps).
GAL_DISABLED = Dieser Befehl ist deaktiviert.
GAL_FILLER_NOTFOUND = Kann nicht '%s' laden um den Vote aufzufuellen.
GAL_FILLER_BLOCKED = Die!g Min-Players!y /!g White-List!y Einstellung blockierten die folgeden Maps:
GAL_GRP_FAIL_NOCOUNTS = Es wurden in '%s' keine Gruppeneintraege zur Auffuellung des Votes gefunden.
GAL_GRP_FAIL_TOOMANY = Es wurden mehr als 8 Gruppeneintraege zur Auffuellung des Votes gefunden in '%s'.
GAL_GRP_FAIL_TOOMANY_2 = Nur die ersten 8 Gruppeneintraege wurden geladen.
GAL_LISTMAPS_MORE = Benutze '%s %i' oder '%s *' fuer mehr Eintraege.
GAL_LISTMAPS_SHOWING = Maps %i - %i von %i
GAL_LISTMAPS_TITLE = Nominierbare Maps
GAL_MAPS_FILEMISSING = Kann '%s' nicht oeffnen.
GAL_MAPS_FOLDERMISSING = Kann den 'Maps'-Ordner nicht finden.
GAL_MAP_RECENTMAP = Letzte Map
GAL_MAP_RECENTMAPS = Letzte Maps
GAL_MATCHING = Entspricht: %s!y.
GAL_MATCH_CURRENTMAP = (jetzige map)
GAL_MATCH_NOMINATED = (nominiert)
GAL_MATCH_TOORECENT = (wurde erst gespielt)
GAL_MATCH_WHITELIST = (blockiert bis [s])
GAL_NEXTMAP1 = Die naechste Map ist '%s'.
GAL_NEXTMAP2 = Die naechste Map ist '!g%s!y'.
GAL_NEXTMAP_UNKNOWN = !t[!ynoch nicht!g gevoted!t]
GAL_NEXTMAP_VOTING = !t[!yVote laeuft!g gerade!t]
GAL_NOMINATEDBY = (nominiert von %s)
GAL_NOMINATIONS = NOMINIERUNGEN
GAL_NOMS_NOTFOUND = Kann '%s' nicht oeffnen um die zu nominierenden Maps zu laden.
GAL_NOM_FAIL_ALREADY = Nominierung!t fehlgeschlagen;!t Du hast bereits !g %s!y nominiert.
GAL_NOM_FAIL_CURRENTMAP = Nominierung!t fehlgeschlagen; '!g%s!y' laeuft gerade.
GAL_NOM_FAIL_INPROGRESS = Nominierung fehlgeschlagen;!g Es wird bereits abgestimmt!y.
GAL_NOM_FAIL_NOMATCHES = Nominierung fehlgeschlagen;!g Es existiert keine Map mit dem Namen '!y%s!g'.
GAL_NOM_FAIL_SOMEONEELSE = Nominierung fehlgeschlagen; '!g%s!y' wurde bereits von !g %s!y nominiert.
GAL_NOM_FAIL_SOMEONEELSE_HLP = Du kannst, '!gnominations!y' oder '!gnoms!y', eingeben um alle !t derzeitigen Nominierungen!y zu sehen.
GAL_NOM_FAIL_TOOMANY = Nominierung fehlgeschlagen;!g Du hast bereits %i!y Maps !y nominiert!g (!g%s!y).
GAL_NOM_FAIL_TOOMANY_HLP = Um eine!t andere Map!g zu nominieren musst Du deine !y jetzige Nominierung!y entfernen.
GAL_NOM_FAIL_TOORECENT = Nominierung fehlgeschlagen; '!g%s!y' wurde erst vor kurzem gespielt.
GAL_NOM_FAIL_TOORECENT_HLP = Gib '!grecentmaps!y' ein um zu sehen, welche Maps !t gerade erst!y liefen.
GAL_NOM_FAIL_VOTEOVER = Nominierung!t fehlgeschlagen;!y Der Vote!g wurde bereits entschieden!y.
GAL_NOM_FAIL_WHITELIST = Nominierung fehlgeschlagen; Das Spielen von '!g%s!y' wurden fuer die!t naechste(n) Stunde(n)!y blockiert.
GAL_NOM_GOOD_HLP = Gib '!y<mapname>!t' oder '!ycancel <mapname>!t' ein um deine Nominierung zu entfernen.
GAL_NOM_MATCHES = !gMehre Mapnamen enthalten '!t%s!g'.!y.
GAL_NOM_MATCHES_MAX = !gDa es mehr als %d falsche Treffer!y gab kann das Suchen der Maps kann bis zu %d Sekunden dauern,!t
GAL_NOM_SUCCESS = !g%s!y hat gerade '!g%s!y' nominiert.
GAL_NOM_CANCEL_OPTION = Enferne alle deine Nominierungen
GAL_OPTION_EXTEND = Verlaengere '%s' um %i Minuten
GAL_OPTION_EXTEND_ROUND = Verlaengere '%s' um %i Runden
GAL_OPTION_EXTEND_FRAGS = Verlaengere '%s' um %i Frags
GAL_FRAGS = Frags
GAL_ROUNDS = Runden
GAL_SECONDS = Sekunden
GAL_MINUTES = Minuten
GAL_OPTION_NONE = Keine
GAL_OPTION_NONE_VOTE = Ich moechte nicht mit abstimmen
GAL_OPTION_STAY = Auf dieser Map bleiben
GAL_OPTION_STAY_MAP = Moechte auf %s bleiben
GAL_OPTION_CANCEL_VOTE = Loesche meinen Vote
GAL_OPTION_CANCEL_PARTIALLY = Nur die Nextmap auf %s setzen
GAL_PREFIXES_NOTFOUND = Kann unter '%s' keine Map-Prefixe finden
GAL_PREFIXES_TOOMANY = Es wurden in '%s' mehr als %i Map-Prefixe gefunden.
GAL_RESULT = Ergebnis des Vote
GAL_RESULT_TIED1 = !g%i Votes!y waren gleich.!t Zwei dieser Maps wurden zufaellig ausgewaehlt.
GAL_RESULT_TIED2 = Der!g erste!y Platz und eine zufaellig von !t of %i!y ausgewaeglte Map wird zur Auswahlt gestellt.
GAL_ROCK_ENOUGH = Es haben genug Spieler!t rock the vote!y eingeben, sodass jetzt ein Vote fuer die Nextmap beginnt.
GAL_ROCK_FAIL_ALREADY = Du hast!t bereits rocked the vote!y.
GAL_ROCK_FAIL_INPROGRESS = Vote !t laeuft bereits!y.
GAL_ROCK_FAIL_PENDINGVOTE = Es laeuft bereits ein Vote und es wird !t innerhalb der naechsten!g 2 Minuten!y abgestimmt.
GAL_ROCK_FAIL_TOOSOON = Du musst noch ungefaehr!t %i Minuten warten!y bevor Du '!grock the vote!y' eingeben kannst.
GAL_ROCK_FAIL_TOOSOON_ROUNDS = Du musst noch ungefaehr!t %i Runden warten!y bevor Du '!grock the vote!y' eingeben kannst.
GAL_ROCK_FAIL_TOOSOON_FRAGS = Du musst noch ungefaehr!t %i Frags warten!y bevor Du '!grock the vote!y'eingeben kannst.
GAL_ROCK_FAIL_VOTEOVER = Das!g Ergbnis!t des Votes steht bereits fest.
GAL_ROCK_WAIT_ADMIN = Solange ein Admin anwesend ist kannst Du '!grock the vote!y' nicht nutzen.
GAL_ROCK_WAIT_SPECTATOR = Man kann an einem '!grock the vote!y' als Spectator!y nicht teilnehmen.
GAL_ROCK_NEEDMORE = !g%i!t mehr Spieler muessen '!yrockthevote!t' eingeben damit der Vote beginnt.
GAL_ROCK_SUCCESS = Du hast!t den Vote gerockt!y.
GAL_RUNOFF_REQUIRED = Es ist ein !tEntscheidungs-Vote!y noetig, da keine der bestplazierten Maps !gueber %d%%!t der Stimmen erhalten hat.
GAL_RUNOFF_REQUIRED_TOP = Die bestplazierten Maps haben nicht genuegend Stimmen erhalten.
GAL_STANDARD_NOTFOUND = Fehler beim Oeffnen von '%s' um die Standardmaps zu laden.
GAL_STANDARD_TOOMANY = Fuer das Spiel '%s' wurden %i Standardmaps definiert.
GAL_STANDARD_UNKNOWNMOD = Fuer ' ' wurdne keine Standardmaps definiert.
GAL_TIMELEFT = Sekunden verbleiben
GAL_VOTE_COUNTDOWN = Der Vote beginnt in %i
GAL_VOTE_EARLY = Da der!t Server neu gestartet!y wurde wird in!g 2 Minuten!y ein Mapvote beginnen.
GAL_VOTE_ENDED = Der Vote ist abgeschlossen.
GAL_VOTE_INPROGRESS = Es!g wird bereits!y ein Vote durchgefuehrt.
GAL_VOTE_NOMAPS = Erstellung des Vote!t fehlgeschlagen; Kein Maps gefunden.
GAL_VOTE_WEIGHTED = Dein Vote wurde als !g %i!y gewertet.
GAL_VOTE_START = Starte Voting
GAL_VOTE_GO_TO_PAGE = Gehe zur Menue-Seite
GAL_WINNER_EXTEND1 = Die jetzige Map wird fuer %i Minuten verlaengert.
GAL_WINNER_EXTEND2 = Die jetzige Map wird fuer !t %i Minuten!y verlaengert.
GAL_WINNER_EXTEND_ROUND1 = Die jetzige Map wird fuer %i Runden verlaengert.
GAL_WINNER_EXTEND_ROUND2 = Die jetzige Map!t wird verlaengert fuer!g %i Runden!y.
GAL_WINNER_EXTEND_FRAGS1 = Die jetzige Map wird fuer %i Frags verlaengert.
GAL_WINNER_EXTEND_FRAGS2 = Die jetzige Map!t wird verlaengert fuer!g %i Frags!y.
GAL_WINNER_NO_ONE_VOTED = Niemand hat abgestimmt
GAL_WINNER_RANDOM1 = Die naechste Map wurde zufaellig ausgewaehlt und ist: '%s'.
GAL_WINNER_RANDOM2 = '!g%s!y' wurde als zufaellige Nextmap ausgewaehlt.
GAL_WINNER_ORDERED1 = Die naechste Map wird '%s' sein.
GAL_WINNER_ORDERED2 = Die naechste Map wird '!g%s!y' sein.
GAL_WINNER_STAY1 = Wir bleiben hier.
GAL_WINNER_STAY2 = Wir !g bleiben hier!y.
GAL_WINNER_TIED = Die Nextmap wurde!g zufaellig!t von den !g %i!t ausgewaehlt.
DMAP_NEXTMAP_VOTE_REMAINING1 = In den naechsten %d Sekunden wird ein Vote fuer die Nextmap beginnen
DMAP_NEXTMAP_VOTE_REMAINING2 = In den naechsten %d Sekunden wird ein Vote fuer die!g Nextmap!y beginnen.
DMAP_MAP_CHANGING_IN1 = Map wechselt auf %s in %d Sekunden
DMAP_MAP_CHANGING_IN2 = Map wechselt auf!g %s!y in!t %d Sekunden
DMAP_MAP_EXTENDED1 = Durch das Ergebnis des Votes



Why isnt this 'Approved' ?

Last edited by AllMassive; 10-28-2017 at 21:38.
AllMassive is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 10-29-2017 , 10:25   Re: Galileo v5.8.1-918 (a feature rich map voting plugin) | Last Update: 2017-09-26
Reply With Quote #848

Quote:
Originally Posted by AllMassive View Post
Nice to see this useful Plugin is still supported and improved - here my german Translation:
Thanks! I added a language update on the first post adding the lang file `galileo.txt` with the updates:
  1. Added German [de] language translation by `AllMassive`.
  2. Added the Hungarian [hu] language review by norbee.16.

Quote:
Originally Posted by AllMassive View Post
Why isnt this 'Approved' ?
I think it is because the code has almost 20.000 lines, and no approver got interested in reviewing that much code.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
wlmraziel
Member
Join Date: Mar 2017
Old 11-12-2017 , 16:17   Re: Galileo v5.8.1-918 (a feature rich map voting plugin) | Last Update: 2017-09-26
Reply With Quote #849

For update my previous version i just need replace the old galileo.amxx with this new?
wlmraziel is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 11-12-2017 , 16:35   Re: Galileo v5.8.1-918 (a feature rich map voting plugin) | Last Update: 2017-09-26
Reply With Quote #850

Which one is your last version? Usually you only need to replace galileo.amxx, but also the galileo.txt when there is new languages or fixes.
__________________
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 02:19.


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