Showing posts with label Plugin Installation. Show all posts
Showing posts with label Plugin Installation. Show all posts

Sunday, July 19, 2009

Play Single Player in Counter Strike 1.6 with Bots

Counter Strike 1.6 is just for multi-player. But if you want to play single player in CS1.6 you can do it. It is possible by adding bots to the game. For download information of the bots view the CS1.6 Bots post.

There you can see the download links of four bots. Select any one. Podbots is better. Now download it. After downloading it you have to install it. This is not possible by running some installer. You have to do it manually.

Before this, you should have AMX Mod X installed in CS1.6. See for addons folder in cstrike folder of CS1.6. If it is there, you got something done already so only little more to do. You must have metamod folder in that addons folder. Also that metamod folder should have a file named plugins.ini. If you have this too see the quick finish paragraph. Else, see the manual install paragraph.

Quick Finish:
Just extract the podbot package and paste it as it is in the addons folder. Then go to metamod folder, then open plugins.ini file and add this line in that file win32 "addons\podbot\podbot_mm.dll". That's it you have finished, the podbots should be waiting for you in the game. Go! Go! Go!, Wait comment here if you find any difficulty in the explanation.

Manual Install:
But now, what about the ones who don't have the folders. So, if you don't have the folder named addons in cstrike. There are two methods. Install AMX Mod X and Go. Or install Metamod and Go. If you install AMX Mod X. It is easy but will install AMX Mod X extra. Of course, AMX Mod X is also a good plug in you need to have. What are Metamod and AMX Mods? View this topic AMX Mod X and Metamod.

1. Metamod only:
  1. Download the dll file from metamod.org. Keep it in cstrike\addons\metamod\dlls folder. Create those folders if you need to. Of course you need to create those since you dont have them.
  2. Edit the file liblist.gam in cstrike folder. For this you need to open the file with liblist.gam with notepad. There will be a line like this gamedll "dlls\mp.dll" change it to this gamedll "addons\metamod\dlls\metamod.dll". That's it.
2. with AMX Mod X:
Installation of AMX Mod X. Now that you have finished installation of mods. Continue with Quick Finish step.

Wednesday, June 3, 2009

Installation of AMX Mod X and AMXX Plugins for CS1.6

here is how,

I guess the Counter Strike 1.6 is installed in your computer,
  1. Firstly, Download AMX Mod X,
  1. Secondly, Download the required Plugins,
  1. Next, Know where the cstrike folder is,

The above mentioned steps are the most critical ones in this explanation. Now the remaining part of this is very simple.

  1. Run the AMX Mod X installer. the installer asks you to show the mod directory, it is nothing but the CStrike folder of your installtion of counter strike 1.6
  2. Now just select that directory and proceed the installation.
  3. This will create a folder named addons in the Cstrike folder of your CS1.6 installation.
  4. The folder named addons consist of Metamod. The Metamod is the basic modification of the game dll.
  5. Now that the AMX Mod X installation is finished, search for the amxmodx folder in the addons folder. You should be able to find that folder in the addons folder.
  6. Now if found go for next step.
Plugin Installation:
  1. In the plugin installtion, you need to extract the plugin package which you would have downloaded from the internet.
  2. This plugin package consits of the different files in the package.
  3. These files include, .dll, .sma, .amxx, .txt etc,
  4. Now place the .dll files in modules folder in amxmodx folder.
  5. Place the .sma files in the scripting folder in amxmodx folder.
  6. Place the .amxx files in the plugins folder in amxmodx folder.
  7. In similar manner place the files in CS1.6 installation folder in exactly the same place as in the package.
  8. Now search for plugins.ini file in the amxmodx folder. It can be found in the configs folder in amxmodx folder.
  9. Open the file and add the file names of the .amxx files in this file and save it.
  10. If there are any .dl files in the package add their names in the modules.ini file.
See for the commands of the plugin added. Comamnds may be explained in the readme.txt or go through the internet. These additional commands can be used through the game console to control the added plugin.

Tuesday, June 2, 2009

Download and Install Bunny Jump Plugin for CS1.6

Firstly Bunny Jumping or Bunny Hopping in cs1.6 is a technique used to avoid speed reduction while changing height levels in cs1.6. The bunny hopping or bhop can be done without any plugins through expertise with tapping jump key in specific time-intervals. Jumping randomly means loosing speed.

Nevertheless Buny Hoping can be done by installing a plugin to cs1.6 and needs no expertise. For installation to the cs1.6, first the files need to be downloaded. The metamod if installed previously on your computer can be neglected. It comes with the installation of AMX Mod X. If it is not installed, it should be installed as explained in the previous posts of this blog. They are available here.

The name of the file which is required is bunnyjump_mm-1.13.zip. Now download the package and extract the files in the package. The file bunnyjump_mm.dll file will be extracted. Now place this file in the bunnyjump folder in addons folder. And add a line to the plugins.ini of the metamod folder like this win32 addons\bunnyjump\podbot_mm.dll

Now next time when you create a server, the bunnyjump will be enabled. This plugin is not allowed in any clan games. This can be used only for personal servers.

To disabla the plugin, just add a ";" in the begining of the line win32 addons\podbot\podbot_mm.dll.

Wednesday, December 17, 2008

Call of Duty 4 Mod Plugin for AMX Mod X in Counter Strike 1.6

Call of Duty 4 Mod has been available for AMX Mod X to change the game play of Counter Strike 1.6. In this mod, a Grenade is dropped just after a player is killed. This grenade can damage the enemies and kill them.

The Plugin can be downloaded from amxmodx official website. The plugin once downloaded needs to be installed in the AMX Mod X installed in Cointer Strike 1.6 previously.

  1. Just place the source file .sma of the plugin in cstrike\addons\amxmodx\scripting\ folder.
  2. Now run the compile.exe file in the same scripting folder.
  3. The out put file will be placed in compiled folder.
  4. It will be named as the source file and the extension as .amxx.
  5. This file should be placed in the plugins folder of amxmodx folder.
  6. Now in amxmodx\configs\ folder, you can see a file named plugins.ini.
  7. Now add a line, the name of the .amxx file including .amxx, at the end of the file.
  8. Now go to, amxmodx\configs\ folder and open modules.ini file
  9. Remove any semi-colons in front of the line containing these words Fakemeta and Hamsandwich
  10. Doint the above step will enable the two modules
  11. If the Semi-Colons are put, then the modules will be disabled.
  12. Just run the game, and the plugin will be loaded.

See the commands which are used to control this mod. The commands will be given at the same page where you are downloading the package.

The commands for the Call of Duty 4 Plugin are

  • md_on - enables or disable the plugin
  • md_hasgrenade - drop grenade only when players have it or always
  • md_grenades - HE grenade, Flash, Smoke also can be included
  • md_mult - number of times the normal damage to be done by a grenade

The desciption for each command is given in the alliedmods website.