________________________________________
Shot UnderWater v1.0
by WATCH_DOGS UNITED
________________________________________
______________________
Description
______________________
'Shot UnderWater' is a plugin which allows you to configure which weapons will shoot underwater.
____________________________________________
Key Features Provided
____________________________________________
-> Allows weapons which by default don't shoot underwater so they are able to shoot.
-> Disallows weapons which by default shoots underwater so they don't shoot.
-> Bypasses client-side prediction shot effects/sounds/bugs.
-> User friendly configuration interface.
-> Per map configuration.
-> Default file for all maps in case you do not create a cfg. file specific for the maps.
-> CPU and RAM friendly code for minimal resource usage.
______________________________________________________
Download Features Provided
______________________________________________________
-> Highly compressed download file for saving storage space.
-> Folder tree along with BLAKE2sp checksums for checking data integrity can be seen with WinRAR.
-> Demo files were provided so you can see how the plugin works without the need of installing it.
______________________
Development
______________________
Created based on information provided in the latest HL1 SDK of Oct 02, 2024.
__________________________
Compatibility
__________________________
This plugin requires AMX Mod X v1.9 or newer.
________________________
Installation
________________________
If this is the first time you heard about AMX Mod X:
Access: https://www.amxmodx.org/downloads.php
Download the 'AMX Mod X Full Installer' file.
https://www.amxmodx.org/release/amxmodx-installer-1.8.2.exe
Install AMX Mod X;
After finishing the installation, a new window will appear.
You will now install AMX Mod X in your game directory.
Click 'Next';
You need to read and accept the software license terms in order
to use it.
We assume your game is installed in your own computer, if so,
check 'Select mod directory' and click 'Next';
At the bottom of the new window, select the game you plan to install AMX Mod X to;
Select the game's mod directory by navigating through the folders. It must be 'cstrike' or czero' in your game installation folder;
Finish the installation;
-> This plugin requires a newer AMX Mod X version than 1.8.2.
-> The installation of the older version was to automatically adjust some things for you.
Go to your game directory and access the 'addons' folder.
Delete the 'amxmodx' folder.
Download the newest version:
https://www.amxmodx.org/amxxdrop/1.10/amxmodx-latest-base-windows.zip
Extract the 'amxmodx' folder in the downloaded file to the same place of the one you deleted;
Now download the 'cstrike' module for making a complete install:
https://www.amxmodx.org/amxxdrop/1.10/amxmodx-latest-cstrike-windows
Extract the 'amxmodx' folder to the same folder of the previously extracted one and replace the files.
You have sucessfully installed AMX Mod X.
____________________________________________________________________________
-> Now you have to install the plugin.
____________________________________________________________________________
With AMX Mod X already installed, do the following:
Extract the plugin files to the game folder: 'cstrike' or 'czero'.
Go to 'addons/amxmodx/scripting';
Drag and drop the 'shot_underwater.sma' file above compile.exe.
In the 'compiled' folder of the same root, right click above the compiled file 'shot_underwater.amxx' and select 'Copy';
Go to 'addons/amxmodx/plugins';
Right click again and select 'Paste'.
Now, go to 'addons/amxmodx/configs';
Open the file 'plugins.ini'
At the bottom line of the file, add 'shot_underwater.amxx' this way allowing the plugin to be loaded by AMX Mod X.
You may have sucessfully installed the plugin.
-> Now, to confirm the correct installation, run the game and load your desired map.
Open the game console ( usually the button below 'Esc' );
Type 'amxx plugins' and press ENTER;
The plugin must appear in the list of plugins if the installation was sucessful:
Shot UnderWater 1.0 WATCH_DOGS UNITE
-> If it didn't appear, please contact us.
-> If it did appear, now configure the plugin in the way you want and enjoy.
______________________________________________
Configuring the Plugin
______________________________________________
This plugin has no cvars.
Everything is configured through the configuration files inside the plugin's configuration folder of same name.
________________________________________________________
Default Config. File Layout
________________________________________________________
p228 1
scout 1
xm1014 0
mac10 1
aug 1
elite 1
fiveseven 1
ump45 1
sg550 1
galil 0
famas 0
usp 1
glock18 1
awp 1
mp5navy 1
m249 1
m3 0
m4a1 1
tmp 1
g3sg1 1
deagle 1
sg552 1
ak47 1
p90 1
____________________________________________________
Creating New Config. Files
____________________________________________________
If you want to create a configuration file for a specific map
you can make a copy of the default file and then rename it to the map name.
You can also create a empty file for disallowing all weapons to shoot or add weapons into it.
____________________________
Example
____________________________
________________________________________________________________________________________________________________________________________________
Only ak47 and m4a1 will be able to shoot underwater in the map 'fy_pool'
________________________________________________________________________________________________________________________________________________
fy_pool.ini
ak47 1
m4a1 1
______________________________________
Playing Demo Files.
______________________________________
The provided demonstartion files can be played only in Condition-Zero.
Move the demo files to the game directory ( czero )
Open the game console and type:
playdemo ak47
or:
playdemo galil
After this, press ENTER to play.
________________________________________________________________________
___________________________________________________________________________________________________________________________________