<div><font size="6"><font color="Blue"><b>Galileo Reloaded v1.0-alpha1</b></font></font><br /><b>Release: 10.10.2015 | Last Update: 10.10.2015</b><br /><br /><a name="Top"></a><font size="5"><font color="blue"><b>Contents' Table</b></font></font> <br /><ul><li><a href="#Introduction">Introduction</a></li>
<li><a href="#Requirements">Requirements and Commands</a></li>
<li><a href="#Installation">Installation</a></li>
<li><a href="#Change">Change Log</a></li>
<li><a href="#TODO">TODO</a></li>
<li><a href="#Credits">Credits</a></li>
<li><a href="#Sourcecode">Source Code and Support</a></li>
<li><a href="#Downloads">Downloads</a></li>
</ul>The original plugin "<a href="https://forums.allie...ad.php?t=77391"target="_blank">galileo.sma</a>" is originally written by <b>Brad</b>. The "Galileo Reload" works differently <br />from the original "<b>Galileo</b>". This has special features for the "<a href="https://forums.alliedmods.net/showthread.php?t=273020" target="_blank">Multi-Mod Manager</a>" plugin, but <br />still can be used alone. See the <a href="#Change">Change Log</a> and <a href="#Credits">Credits</a> for more info. <br /><br />This is a Alpha version. This Alpha software can be unstable, see <a href="#TODO">TODO</a> section for more information. <br />As <b>Alpha software</b> may not contain all of the features that are planned for the final version, see <a href="#TODO">TODO</a> <br />section for features that are planned for the final version. <br /><br />As I am working at another plugins, I cannot provide immediately fixes and forum's answers here. But <br />as soon as I can, I am going to release a new alpha version, fixing the current bugs listed here at <br /><a href="#TODO">TODO</a> section. <br /><a href="http://www.gametracker.com/search/?search_by=server_variable&search_by2=GalileoReloaded&query=&loc=_all&sort=&order=" target="_blank"><br /><font size="3"><b><font color="DarkGreen">Click here to see all servers using this plugin.</font></b></font></a><br /><br />********************** <a name="Introduction"></a><b><font size="5"><font color="blue">Introduction</font></font></b> <a href="#Top">Go Top</a> *******************************<br />This is a feature rich map voting plugin. It's intended to be used in place of any other map choosing plugin <br />such as the original <b>Galileo</b>, <b>Deagles' Map Manager</b> and AMXX's very own <b>Map Chooser</b>.<br /><br />It is <font color="Red"><b>highly recommended</b></font> you to review the well-commented "<b>galileo.cfg</b>" to see all the options you <br />have with this plugin. It's located in the <b>Attached ZIP</b> available at the <a href="#Downloads">Downloads</a> section.<br /><br /><font color="Blue"><b>Features' list:</b></font> <br /><div style="margin:20px; margin-top:5px; ">
<div class="smallfont" style="margin-bottom:2px">Quote:</div>
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2">
<hr />
* Ability to "<b>rock the vote</b>".<br /><br /> * Map <b>nominations</b> to be used in the next map vote.<br /><br /> * <b>Runoff</b> voting when no map gets more than 50% of the total vote.<br /><br /> * <b>Weighted</b> map votes for players with customizable admin flags.<br /><br /> * Command '<font color="Blue"><b>gal_startvote [-nochange]</b></font>', to forces a map vote to begin and the map will be <br /> changed once the next map has been determined. If the "<font color="blue"><b>-nochange</b></font>" argument is supplied, <br /> the map will not be changed by <font color="Blue">Galileo Reload</font>, which is useful when you have a different <br /> plugin handling the actual changing of the map. <br /><br /> * Command '<font color="Blue"><b>gal_startvote2 [-nochange]</b></font>', the same as the first but, when keep the current <br /> map option wins, the current map is restarted. This command is specially for the "<a href="https://forums.allie...d.php?t=273020"target="_blank">Multi-Mod Manager</a>" <br /> plugin. <br /><br /> * Command '<font color="Blue"><b>gal_createmapfile filename</b></font>', Creates a file that contains a list of every valid <br /> map in your maps folder. The <font color="Blue"><b>filename</b></font> argument indicates specifies the name to be used for <br /> the new file. It will be created in the <font color="Blue"><b>.configsgalileo</b></font> folder.
<hr />
</td>
</tr>
</table>
</div>********************** <a name="Requirements"></a><font size="5"><font color="Blue"><b>Requirements and Commands</b></font></font> <a href="#Top">Go Top</a> ******<br /><b>Amx Mod X 1.8.2</b> <br />Tested under <b>Counter-Strike</b> and Counter-Strike: <b>Condition Zero</b> <br /><br /><b>Client's Commands:</b><br /><div style="margin:20px; margin-top:5px; ">
<div class="smallfont" style="margin-bottom:2px">Quote:</div>
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2">
<hr />
//Displays a listing, to all players, of the most recently played maps.<br />//Requires CVAR "gal_banrecent" to be set to a value higher than 0.<br /><font color="Blue">say <b>recentmaps</b></font><br /><br />//Registers the players request for a map vote and change. The player will be <br />//informed how many more players need to rock the vote before a map vote will be forced.<br />//The <i>anything</i> argument can be any "word" up to 20 characters.<br />//Requires CVAR "gal_rtv_commands" to be set to an appropriate value.<br /><font color="Blue">say <b>rockthevote</b></font><br /><font color="Blue">say <b>rtv</b></font><br /><font color="Blue">say rockthe<b>anything</b>vote</font><br /><br />//Displays, to all players, a listing of maps that have been nominated.<br />//Requires CVAR "gal_nom_playerallowance" to be set to a value higher than 0.<br /><font color="Blue">say <b>nominations</b></font><br /><font color="Blue">say <b>noms</b></font><br /><br />//Attempts to nominate the map specified by the <i>partialMapName</i> argument.<br />//If there are multiple matches for <i>partialMapName</i>, a menu of the matches will <br />//be displayed to the player allowing them to select the map they meant.<br />//Requires CVAR "gal_nom_playerallowance" to be set to a value higher than 0.<br /><font color="Blue">say <i>nominate</i> <b>partialMapName</b></font><br /><font color="Blue">say <i>nom</i> <b>partialMapName</b></font><br /><br />//Cancels the nomination of <i>mapname</i>, which would have had to be previously <br />//nominated by the player.<br />//Requires CVAR "gal_nom_playerallowance" to be set to a value higher than 0.<br /><font color="Blue">say <i>cancel</i> <b>mapname</b></font><br /><br />//If <i>mapname</i> has been nominated by the player, will cancel the nomination. <br />//If <i>mapname</i> has not been nominated by the player, will attempt to nominate it.<br />//Requires CVAR "gal_nom_playerallowance" to be set to a value higher than 0.<br /><font color="Blue">say <b>mapname</b></font>
<hr />
</td>
</tr>
</table>
</div>******************************** <a name="Installation"></a><b><font size="5"><font color="Blue">Installation</font></font></b> <a href="#Top">Go Top</a> **********************<br /><b>1.</b> Download the files "<b>galileo_reloaded.sma</b>" and "<b>plugin_resources.zip</b>" at <a href="#Downloads">Downloads</a> <br />section.<br /><br /><b>2.</b> Then take the contents of "<b>yourgamemod</b>" from "<b>plugin_resources.zip</b>", to your gamemod folder. <br />Ex: czero, cstrike, ...<br /><br /><b>3.</b> <b>Compile</b> the file and put the <b>compiled</b> file to your plugins folder at <br />"<font color="Blue">yourgamemod/addons/amxmodx/</font><b>plugins</b>". <br /><br /><b>4.</b> Put the <b>next line</b> to your "<b>plugins.ini</b>" file at "yourgamemod/addons/amxmodx/<b>configs</b>" folder and<br />disable the original "<b>mapchooser.amxx</b>" or any other <b>map manager plugin</b>, like the original the <br />"<a href="https://forums.allie...ad.php?t=77391"target="_blank">galileo.sma</a>":<br /><div style="margin:20px; margin-top:5px; ">
<div class="smallfont" style="margin-bottom:2px">Quote:</div>
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2">
<hr />
galileo_reloaded.amxx
<hr />
</td>
</tr>
</table>
</div>******************************** <a name="Change"></a><b><font size="5"><font color="blue">Change Log</font></font></b> <a href="#Top">Go Top</a> ***********************<br /><div style="margin:20px; margin-top:5px; ">
<div class="smallfont" style="margin-bottom:2px">Quote:</div>
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2">
<hr />
v1.0-alpha1<br /> * Fixed server restart after change timelimit to 0. <br /> * Fixed server timelimit re-change after change it to 0. <br /> * Fixed bug where it change the map right after a normal vote map finished. <br /> * Removed map end control, to the original AMXX Dev Team plugin nextmap.amxx <br /> * Removed the feature to change server map, when the server is empty. <br /> * Removed the "amx_nextmap" change to [vote in progress]. <br /> * Removed the feature to allow round finish. <br /> * Removed the messages "say currentmap", "say nextmap", to nextmap.amxx <br /> * Removed not initiating vote map, at the first map, after forcing votemap. <br /> * Added the command "gal_startvote2" to restart the current map when keep the current map. <br /> * Added the count down voting remaining time to be always show. <br /> * Added auto-pause for anothers plugins map managers. <br /> * Added a option "#" to gal_nom_mapfile, to use the current mapcycle to nominate maps. <br /> * Made the vote map list be loaded from the current mapcycle file. <br /> * Made changemap immediately after a forced map vote, calling gal_startvote. <br /> * When nobody vote for next map, keep the initial server next map. <br /> * Disabled nextmap unknown change.
<hr />
</td>
</tr>
</table>
</div>******************************** <a name="TODO"></a><b><font size="5"><font color="blue">TODO</font></font></b> <a href="#Top">Go Top</a> *********************************<br /><div style="margin:20px; margin-top:5px; ">
<div class="smallfont" style="margin-bottom:2px">Quote:</div>
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2">
<hr />
* Fix broken re-opt vote. <br /> * To clear unused language file constants. <br /> * Add colored messages. <br /> * Add nominate maps by a map list menu. <br /> * Add auto-update feature to the vote menu while voting.
<hr />
</td>
</tr>
</table>
</div>******************************** <a name="Credits"></a><b><font size="5"><font color="blue">Credits</font></font></b> <a href="#Top">Go Top</a> *******************************<br /><b>Brad</b>: The original <a href="https://forums.allie...ad.php?t=77391"target="_blank">galileo.sma</a> developer. <br /><b>Addons zz</b>: The galileo_reloaded.sma developer. <br /><b>Th3822</b>: For find a error from map_nominate. <br /><div style="margin:20px; margin-top:5px; ">
<div class="smallfont" style="margin-bottom:2px">Quote:</div>
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2">
<hr />
<div>
Originally Posted by <strong>Brad</strong>
(Post 684848)
</div>
<div style="font-style:italic"><font color="darkblue"><font size="4"><b>Donations to the Original Author</b></font></font> <br />A lot of time and effort went into making this plugin, making features just right, <br />making sure there were no bugs, making sure it was easy to use. If you are glad I made <br />this plugin, and are able, I'd appreciate a token donation. <br /><a href="https://www.paypal.c...;charset=UTF-8"target="_blank">$5</a>, <br /><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=brad%40mixedberry%2enet&item_name=Thank%20you%21&item_number=Galileo&amount=10%2e00&no_shipping=1&return=http%3a%2f%2fforums%2ealliedmods%2enet%2fshowthread%2ephp%3ft%3d77391%23files&cn=Optional%20Note&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8" target="_blank">$10</a>, <br />or <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=brad%40mixedberry%2enet&item_name=Thank%20you%21&item_number=Galileo&no_shipping=1&return=http%3a%2f%2fforums%2ealliedmods%2enet%2fshowthread%2ephp%3ft%3d77391%23files&cn=Optional%20Note&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8" target="_blank">whatever works</a> for you.<br /><br /><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=brad%40mixedberry%2enet&item_name=Thank%20you%21&item_number=Galileo&no_shipping=1&return=http%3a%2f%2fforums%2ealliedmods%2enet%2fshowthread%2ephp%3ft%3d77391%23files&cn=Optional%20Note&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8" target="_blank"><img src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" alt="" /></a><br /><br />Thank you! It means a lot to me.<br />--Brad</div>
<hr />
</td>
</tr>
</table>
</div>******************************** <a name="Sourcecode"></a><font size="5"><font color="blue"><b>Source Code and Support</b></font></font> <a href="#Top">Go Top</a> ***<br />This source code is available on <b>GitHub</b>. <br /><a href="https://github.com/a...o_reloaded.sma"target="_blank">https://github.com/a...aded.sma</a><br /><br />For any problems with this plugin visit <b><a href="https://forums.alliedmods.net/showthread.php?t=273019" target="_blank">this own page</a></b> or:<br /><a href="https://github.com/Addonszz/Multi-Mod_Server/issues" target="_blank">https://github.com/A...r/issues</a><br />for support.<br /><br />If you are <b>posting</b> because the plugin or a <b>feature</b> of the plugin isn't working for you, <b>please</b> do <br />all of the following, so we can <font color="Blue">more efficiently</font> figure out what's going on: <br /><div style="margin:20px; margin-top:5px; ">
<div class="smallfont" style="margin-bottom:2px">Quote:</div>
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2">
<hr />
If you have access to your game server's console, type the <font color="Blue"><b>following</b></font> in the server console: <ul><li>status</li>
<li>meta list</li>
<li>amxx plugins</li>
<li>amxx cvars </li>
</ul>If you don't have access the your <font color="Blue"><b>game server's console</b></font>, join your server and type the <br />following in your game console: <br /><ul><li>status</li>
<li>rcon_password your_rcon_password</li>
<li>rcon meta list</li>
<li>rcon amxx plugins</li>
<li>rcon amxx cvars </li>
</ul><ol style="list-style-type: decimal"><li>Paste here everything from the <b>status</b> command <font color="Red"><b>*except*</b></font> the player list.</li>
<li>Paste here the entire result from the <b>meta list</b> and <b>amxx plugins</b> commands.</li>
<li>Paste here <font color="red"><b>*only*</b></font> the CVARs that contain "<font color="SeaGreen"><b>galileo.amxx</b></font>" in the last column <br />from the <b>amxx cvars</b> command. They will be grouped together. </li>
</ol>
<hr />
</td>
</tr>
</table>
</div>******************************** <a name="Downloads"></a><font size="6"><font color="Blue"><b>Downloads</b></font></font> <a href="#Top">Go Top</a> ********************</div>
<br /> <div style="padding:6px">
<fieldset class="fieldset">
<legend>Attached Files</legend>
<table cellpadding="0" cellspacing="3" border="0">
<tr>
<td><img class="inlineimg" src="https://forums.allie...attach/sma.gif"alt="File Type: sma" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
<td>
<a href="http://www.amxmodx.o...28"><strong>GetPlugin</strong></a> or
<a href="https://forums.allie...1444531045">GetSource</a> (galileo_reloaded.sma - 82.4 KB)
</td>
</tr><tr>
<td><img class="inlineimg" src="https://forums.allie...attach/zip.gif"alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
<td>
<a href="https://forums.allie...sources.zip</a>(11.8 KB)
</td>
</tr>
</table>
</fieldset>
</div>
Wyświetl pełny artykuł
Witamy w Nieoficjalnym polskim support'cie AMX Mod X
Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
|
Guest Message by DevFuse

Galileo Reloaded v1.0-alpha1
Temat rozp. Adminek AMXX.PL, 11.10.2015 03:37
Brak odpowiedzi do tego tematu
Użytkownicy przeglądający ten temat: 0
0 użytkowników, 0 gości, 0 anonimowych