View Single Post
Author Message
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 10-10-2015 , 22:31   Addons zz's Multi-Mod Plugin v2.0.1 | Last Update: 02.02.2017
Reply With Quote #1

Addons zz's Multi-Mod Plugin v2.0
Release: 10.10.2015 | Last Update: 02.02.2017


Contents' Table
  1. Introduction
  2. Requirements and Commands
  3. Installation
  4. Profiler Benchmark
  5. Change Log
  6. Credits
  7. TODO
  8. Downloads:
    1. Development Versions
    2. Old Versions Downloads
    3. Latest Release Download

The "Addons zz's Multi-Mod Plugin" is my multi-mod plugin configuration for amxmodx and contains
numerous mods and comes standard configured for maximum performance and server control.

This is a Alpha version. This Alpha software can be unstable, see TODO section for more information.
As Alpha software may not contain all of the features that are planned for the final version, see TODO
section for features that are planned for the final version.



Click here to see all servers using this configuration.



********************** Introduction Go Top *******************************

You will have a new plugins list beyond you own "plugins.ini" at "yourGameMod/addons/amxmodx/configs".
This will be "plugins-ultra.ini", too at "yourGameMod/addons/amxmodx/configs". It contains the descriptions
of all plugins at this Multi-Mod_Plugin. There you can active or deactivate then as you usually do
at your own "plugins.ini.

This Multi-Mod_Plugin comes with the following Mods installed and configured:
  • Trouble in Terrorist Town (TTT Mod)
  • CS-DM (DeathMatch)
  • Catch Mod
  • Dragon Ball Mod
  • Gun Game Mod
  • Hide N Seek Mod
  • Just Capture The Flag
  • Knife Arena Mod
  • Predator Mod_b2
  • Super Heros
  • Surf Mod
  • Warcraft Ultimate Mod 3
  • Zombie Money Mod
  • Zombie Pack Ammo Mod
  • AIO (All-In-One) Winter Plugin


********************** Requirements and Commands Go Top ******

Server's Requirements:
  1. Amx Mod X 1.8.2
  2. Tested under Counter-Strike and Counter-Strike: Condition Zero

Cvars:
You can see and configure the default cvars at "yourGameMod/addons/amxmodx/configs/amxx_ultra.cfg" file.

Commands:
See here the big list of commands actually activated. To see the new ones after active a plugin, just type
"amx_help" or "amxx cvars" without quotos at your server's console, to see the commands and cvars of all
plugins activated.

If you enter at a new map, like "zm_*" maps for zombie plague mod, the Zombie Mod is activated automatically.
If you was using some other mod, it automatically deactivate when you are at "zm_*" maps. When you leave
the "zm_*" map, the Zombie Mod is deactivated automatically, and you last mod is activated automatically,
if there was an active mod before you enter at the "zm_*" map.

The same happens to "catch_*" and "surf_*" maps. If want to disable that feature, go to the folder
"yourGameMod/addons/amxmodx/configs/maps/" and rename the files "plugins-catch.ini", "plugins-surf.ini"
and "plugins-zm.ini" to "old_plugins-catch.ini", "old_plugins-surf.ini" and "old_plugins-zm.ini",
respectively. If you want to enable that feature again, "rename them" back.

Example of "amx_setmod help 1":
HTML Code:
amx_setmod help 1                | To show this help.
amx_setmod disable 1             | To deactivate any active Mod.
amx_votemod                      | To force a votemod.
say_team nextmod                 | To see which is the next mod.
say currentmod                   | To see which is the current mod.
say votemod                      | To try start a vote mod.
say_team votemod                 | To try start a vote mod.
amx_setmod csdm 1                | to use CS-DM (DeathMatch)
amx_setmod catch 1               | to use Catch Mod
amx_setmod dragon 1              | to use Dragon Ball Mod
amx_setmod gungame 1             | to use Gun Game Mod
amx_setmod hiden 1               | to use Hide N Seek Mod
amx_setmod jctf 1                | to use Just Capture The Flag
amx_setmod knife 1               | to use Knife Arena Mod
amx_setmod predator 1            | to use Predator Mod_b2
amx_setmod shero 1               | to use Super Heros
amx_setmod surf 1                | to use Surf Mod
amx_setmod warcraft 1            | to use Warcraft Ultimate Mod 3
amx_setmod zp50Money 1           | to use Zombie Mod with Money
amx_setmod zp50Ammo 1            | to use Zombie Mod with AmmoPacks
amx_setmod ttt 1                 | to use Trouble in Terrorist Town
amx_setmod deathrun 1            | to use Deathrun Mod

******************************** Installation Go Top **********************

1. Download the files "Multi-Mod_Plugin-XXX.zip" and "plugin_resources.zip" at Downloads section.

2. Then take the contents at the folder "Multi-Mod_Plugin-XXX" inside "Multi-Mod_Plugin-XXX.zip"
and the contents at "plugin_resources.zip" to your GameMod folder, replacing the existents files.
GameMod Examples: czero, cstrike, ...

3. Go to yourGameMod/addons/amxmodx/scripting/ and compile all files and take the compiled files
at the folder yourGameMod/addons/amxmodx/scripting/compiled/ to your plugins' folder usually at
yourGameMod/addons/amxmodx/plugins/. Note: To compile all files at your scripting/ folder, just
run "compile.exe" (windows) or compile.sh (linux/mac).

4. Edit the "plugins-ultra.ini" file at yourGameMod/addons/amxmodx/configs/ folder, to your own taste.

5. If you want to, learn how to configure your own mods here.


******************************** Profiler Benchmark *****************************************



******************************** TODO Go Top *********************************

Code:
 * Compile a good map pack and good mapcycles for each mods, weeks days and to default one.
 * Realise server benchmarks/profiler against a default AMXX Default install.
 * Find plugins which are leaking server's and client's performance and ping.
 * Remove, fix or substitute plugins bad coded which are leaking server's and client's performance and ping.
 * The mod CSDM Mod is crashing the server after 400 or 600 server change levels.
 * Test the Jailbreak mod.
 * Install SoccerJam mod.
 * Install Halloween Mod 2015.
 * Install Battlefield 2: Rank Mod by pRED*

******************************** Change Log Go Top ***********************

2017-02-02 | v2.0.1
  1. Few bug fixes and updated Galileo to its latest version.
  2. Installed the Jailbreak (not tested).
  3. Added missing updates from the last version.

2016-03-28 | v1.0-alpha2
  1. Installed the new MOD TTT, Trouble in Terrorist Town.
  2. Updated the Galileo, DragonBall Mod and Multi-Mod Manager to its latest version.
  3. Installed the new Deathrun mod.
  4. Installed hideNseek mod recommended complementary plugins as blockmarker.
  5. Installed AIO (All-In-One) Winter Plugin.
  6. Installed the game accuracy fix plugin.
  7. Adjusted the 'plugin-ultra.ini' file to use a mono-spaced font.
  8. Fixed the 'commandmenu.txt' broken menus/features.

2015-10-30 | v1.0-alpha1.hotfix4
  1. Disable the plugin the plugin "GHW_Weapon_Replacement.sma" due to became the server irresponsible.

2015-10-14 | v1.0-alpha1.hotfix3
  1. Updaded galileo_reloaded.sma to newer version.
  2. Fixed cs_rio map crashing czero server's due 512 GoldSrc models limit.
  3. Fixed Superheros Mod crashing czero server's due 512 GoldSrc models limit.

2015-10-10 | v1.0-alpha1.hotfix2
  1. Fixed misssing include at addons_zz_info.sma

2015-10-10 | v1.0-alpha1
  1. Initial alpha release.


******************************** Credits Go Top *******************************

These mods and plugins was originally written by hundreds and hundreds of people
all around the world. Now, after lot work from everybody, it is easy to install and use them.
Hence, that are a lot of credits, so just read its own source code doc to heads up.


******************************** Downloads Go to top *************************

Development Versions: Go to top

Here you can see what is going on the latest unreleased version over development at:
Github

https://github.com/addonszz/Multi-Mod_Plugin/commits/master

And this is a direct link to always to download the latest unreleased changes you see on the above link:
https://github.com/addonszz/Multi-Mod_Plugin/archive/master.zip

Note that these versions above are probably not tested or maybe not stable as the Latest Release
Download
below.


Old Versions Downloads: Go to top

https://github.com/addonszz/Multi-Mod_Plugin/releases
Code:
v1.0-alpha1.hotfix4: Multi-Mod_Server-master.zip (2.82 MB, 76  views)
v1.0-alpha1.hotfix3: Multi-Mod_Plugin-master.zip (2.82 MB, 43  views)
v1.0-alpha2        : Multi-Mod_Plugin-master.zip (3.23 MB, 134 views)
Latest Release Download: Go to top
Attached Files
File Type: zip Multi-Mod_Plugin-2.0.1.zip (3.03 MB, 1666 views)

Last edited by addons_zz; 06-08-2020 at 21:12. Reason: Fixed broken bbcode URL image links
addons_zz is offline