installing a mod

Post Reply
turd furgeson
A semi-regular
A semi-regular
Posts: 16
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed Oct 06, 2004 11:36 pm

installing a mod

Post by turd furgeson »

I have searched EVERY web page and forum to find some simple instructions for installing the chicken mod. I have both the adminmod and the amx chickens. They have alot of files in each and every place i look says to just install them in your mod directory. I have no idea what to do with the rest of the files or even where the mod directory is. Can somone give some instructions that I can understand?(pretend I ride the short bus to school) And yes I have adminmod(not sure if that includes metamod) and AMX already installed. Aloha.
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

http://www.amxmodx.org/forums/viewtopic.php?t=490
amx mod locations
addons/amxx/plugins/amx_chicken.amx
addons/amxx/configs/chicken.cfg

chicken mod locations
addons/chickenmod/dlls/chicken_mm.dll
addons/chickenmod/dlls/chicken_mm_i386.so

additional files locations
models/chick.mdl
models/w_chickenc4.mdl
models/feather.mdl

sound/misc/chicken0.wav
sound/misc/chicken1.wav
sound/misc/chicken2.wav
sound/misc/chicken3.wav
sound/misc/chicken4.wav
sound/misc/cow.wav
sound/misc/killChicken.wav
sound/misc/knife_hit1.wav
sound/misc/knife_hit3.wav

metamod plugins.ini
win32 addons/chickenmod/dlls/chicken_mm.dll

amx mod plugins.ini
amx_chicken.amx ; ChickenMod Controller
For future questions, you can get them answered faster by using the search feature on the top of this forum, and you can find topics such as this one.
http://rentalforums.nuclearfallout.net/ ... php?t=1666, which is located in the support forums :)
-Nick
turd furgeson
A semi-regular
A semi-regular
Posts: 16
Joined: Wed Oct 06, 2004 11:36 pm

Post by turd furgeson »

I did use the search feature and i keep finding stuff like your reply. I dont have a directory called addons/amxx/plugins/amx_chicken.amx or any of the others like chickenmod/dll. If Im supposed make them or upload them I dont know how. I have all these files in a folder not knowing where to put them. I see the control panel only lets you upload 10k but the chickenmod is 792k. Do I not need all the files?
turd furgeson
A semi-regular
A semi-regular
Posts: 16
Joined: Wed Oct 06, 2004 11:36 pm

Post by turd furgeson »

Shoul I upload the whole folder with the FTP link in the control panel?
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

turd furgeson wrote:I did use the search feature and i keep finding stuff like your reply. I dont have a directory called addons/amxx/plugins/amx_chicken.amx or any of the others like chickenmod/dll. If Im supposed make them or upload them I dont know how. I have all these files in a folder not knowing where to put them. I see the control panel only lets you upload 10k but the chickenmod is 792k. Do I not need all the files?
you need to use FTP, theres a ftp link provided below on the file manager of your control panel

that way you can upload the files

you need to upload the plugin to that plugins folder to have it there

as for the dlls, you need to go to the main directory (first directory you see in FTP) then double click on dlls and upload chicken_mm.dll in there.
-Nick
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

turd furgeson wrote:Shoul I upload the whole folder with the FTP link in the control panel?
you need to upload the specific files to their respective places, not the whole folder as the files go to different locations
-Nick
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

if you follow the directions the amxmodx.org link gives you

amx_chicken.amxx file goes into addons/amxx/plugins/ directory (FTP)

chicken.cfg files goes into addons/amxx/configs/ directory (FTP)

chicken_mm.dll file goes into addons/chickenmod/dlls/ directory (FTP make the folder if it doesnt exist)

chick.mdl, w_chickenc4.mdl, and feather.mdl goes into the models/ directory(FTP)

chicken0.wav, chicken1.wav, chicken2.wav, chicken3.wav, chicken4.wav, cow.wav, killChicken.wav, knife_hit1.wav, and knife_hit3.wav all go into the sound/misc/ directory (FTP)

last 2 things, you need to use the file manager drop down menu, and edit the addons/metamod/plugins.ini and add the following line:

win32 addons/chickenmod/dlls/chicken_mm.dll

Last thing is the plugin, add in the file, addons/amxmodx/config/plugins.ini the following line:

amx_chicken.amx ; ChickenMod Controller
-Nick
turd furgeson
A semi-regular
A semi-regular
Posts: 16
Joined: Wed Oct 06, 2004 11:36 pm

Post by turd furgeson »

Thanks for the step by step!!! Seriously I looked everywhere to avoid the retarted questions that flood the forum. I followed everything exactly and am going to wait for the server to reset and I'll let you know how everything turned out. Thanks again man.
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

turd furgeson wrote:Thanks for the step by step!!! Seriously I looked everywhere to avoid the retarted questions that flood the forum. I followed everything exactly and am going to wait for the server to reset and I'll let you know how everything turned out. Thanks again man.
no problem, if you have further questions, probably best to visit us in IRC and we can look at the server
-Nick
Post Reply