THE GAME CUSTOMIZATION NETWORK: FPSB | RTSB | RPGB |
Help Wanted: Other/Miscellaneous @ 4TROCITY (See All) | SUBSCRIBE
 
 

A tut on i
Added by...
Key Authors
cfccarnage
Category: CS:S > Server Administration
Tags: mani, admin, srcds
Added 2 years ago - last modified 1 year ago
Hey everyone. For those of you out there that want some mods on your dedicated server, but cant because metamod wont work? Well here is my handy dandy guide to installing it successfully, so you can run your mods

Getting Metamod Installed


1) First things first! Download metamod source from HERE

2) In the file that you download, there will be either a server.dll or a server_i486.so For now, take that file and put it on your desktop, so we can find it easily when we need it.

3) Then, go to your C:\Program Files\Steam\Steamapps\USERNAME\Source Dedicated Server\cstrike
when you are there, if you dont have it already, make a folder called addons. Inside the addons folder, create another one called metamod and another folder in METAMOD called bin. Now, go back the the \metamod folder, and create a new text document called metaplugins.ini

4) Now that you have all these folders, take the server.dll or server_i486.so from your desktop and place it inside the /bin folder that you just created.

5) Take a water break. This is intense...

6) Now, go back to the cstrike\ directory. In there, there should be a file called gameinfo.txt. If there is not, then you need to run your dedicated server at least once, before it appears.

If it is there, then open it up. Inside, you will see a whole bunch of writing At the bottom, you should see something like this:

SearchPaths
{
Game |gameinfo_path|.
Game cstrike
Game hl2
}


Replace ONLY THAT PART with this:

SearchPaths
{
GameBin |gameinfo_path|addons/metamod/bin
Game |gameinfo_path|.
Game cstrike
Game hl2
}


7) Now, that file will automatically get overwritten when you run your dedicated server, so you need to make it read only. Do this by rightclicking it, and going to . There will be a little box near the bottom that says Read Only. Make sure this box is checked.

8) Now start your dedicated server and type meta list into console. You should get a message in console. If it says Unknown Command: meta then you have incorrectly installed it.


Installing a Mod


Now that you have metamod installed and running, you want a mod. Lets use ManiMod for example.

1) Download Mani BetaO of ManiMod from HERE
Other versions may NOT work. This is what I use on mine, and it works fine.

2) Open up the file you downloaded, and you will see four folders: addons, cfg, materials and sound. Drag them all to your desktop so we can easily grab them when we need them.

3) Now, go to C:\Program Files\Steam\Steamapps\USERNAME\Source Dedicated Server\cstrike. When you are there, drag all the files (addons, cfg, etc..) into your cstrike folder.

4)Now go to \Source Dedicated Server\cstrike\addons\metamod and open up the metaplugins.ini file you made earlier and add the line


addons/mani_admin_plugin/bin/mani_admin_plugin_mm


5) Then, go to your server.cfg, in the /cstrike/cfg directory, and add the line

exec mani_server.cfg

If you do not have a server.cfg file, go Here to make one

6) Restart your server, and type admin in console. If you get an Unknown Command: admin error, then you need to try re-installing it again.

7) If you DONT get that error, then you can go on adding yourself as an admin, by going to
\cfg\mani_admin_plugin\
and opening the adminlist.txt file. add your steam id to the bottom of the file, without the \\ in front. Then, change the map, and type admin in console to open an in game menu.

If you do not have an adminlist.txt file:
  • Go here and copy all of the green text into a new text document. Name the text document, adminlist


    PLZ RATE
    I hope this guide has helped you out :)
Feedback
Page of 4   1 2 3 4 Next Page
3 months ago
death_0130



Hi,
thank you for this great tutorial....
i never have been able to get the mani admin running,
but now its working perfect.
thank you very much xD

Bananite
5 months ago
Zero (Kumar)



I need some help (again).....after my old pc died im having to remake the server etc....anyways, i did that, followed the instructions EXACTLY as written, but when i type meta list into my server console, its says "unknown command meta"....can you plz help me?

Thanks in advance

oh my dayz!!!! kankerwank!!
10 months ago
come_git_me



Nope...it still doesnot work...although i get a message in the console saying "Can't use keys or values with a \" if it has to do anything with metamod. also the server name gets"/par" added to the end..
i saved the metaplugins.ini in the /metamod folder with the bin folder....is that rite?

Bananite
10 months ago
CaRnAgE66



Posted by come_git_me

I did exactly as it says in the tut...but the meta list just doesnot work..when i went to the cstrike\addons\metamod\bin folder there was a text doc..it said "L 01/11/2009 - 18:03:43: Detected engine 0 but could not load: The specified module could not be found." plz help

you might need to make a metaplugins.ini file. make sure it is an ini file by:

right click your desktop
select new>text document
save the blank document as metaplugins.ini
save it as a rtf (rich text format)
then add the line addons/mani_admin_plugin/bin/mani_admin_plugin_mm to the file

Train to near death. Rest. Repeat.
10 months ago
come_git_me



I did exactly as it says in the tut...but the meta list just doesnot work..when i went to the cstrike\addons\metamod\bin folder there was a text doc..it said "L 01/11/2009 - 18:03:43: Detected engine 0 but could not load: The specified module could not be found." plz help

Bananite
10 months ago
Zero (Kumar)



Posted by CaRnAgE66

Posted by Zero (Kumar)

I need some help, I've added myself as admin in my adminlist.txt and put the file in the correct place but i cant run the admin command from my game when i try it..what have i done wrong?

Also, it seems my friends (and others for that matter) are unable to join my server....they get the message "server not responding"....why is this and how can i fix it?


this tut will help you get your server online


as for the adminlist problem, does it say:

You are not authorized to run the command admin!
or
Unknown command: admin


it says "you are not authorised to run the command Admin!"

oh my dayz!!!! kankerwank!!
10 months ago
CaRnAgE66



Posted by Zero (Kumar)

I need some help, I've added myself as admin in my adminlist.txt and put the file in the correct place but i cant run the admin command from my game when i try it..what have i done wrong?

Also, it seems my friends (and others for that matter) are unable to join my server....they get the message "server not responding"....why is this and how can i fix it?


this tut will help you get your server online


as for the adminlist problem, does it say:

You are not authorized to run the command admin!
or
Unknown command: admin

Train to near death. Rest. Repeat.
10 months ago
Zero (Kumar)



I need some help, I've added myself as admin in my adminlist.txt and put the file in the correct place but i cant run the admin command from my game when i try it..what have i done wrong?

Also, it seems my friends (and others for that matter) are unable to join my server....they get the message "server not responding"....why is this and how can i fix it?

oh my dayz!!!! kankerwank!!
10 months ago
TLwarrior



If you dont have a server.cvar just goodle SRCDS CVAR and look for a cvar maker. it will tell you how.

Bananite
10 months ago
scatman95



Posted by CaRnAgE66

Posted by scatman95

Were shall i put "exec mani_server.cfg" in the server.cfg?

anywhere. just make sure that you dont put // in front of it


Thanks, now it works

Bananite
34 records
Page of 4   1 2 3 4 Next Page
Add Feedback
Please provide constructive feedback and adhere to FPSB's Posting Rules.
You cannot post yet! Get involved on FPSB by posting your thoughts. Give authors your feedback to help them develop. To post in this submission register or login
Assessment
You cannot assess yet! Moderating FPSB is in your hands - when you assess a submission your vote determines its success or failure. To vote on this submission register or login
User Rating [+]
9.7/10
bScore
9.7/10
Stamps
This Tutorial in a nutshell...
You cannot stamp yet! Stamps let you apply characteristics to submissions to help others understand them. To stamp this submission register or login.
Helpful & Handy
Added by...
CaRnAgE66
OFFLINE
Train to near death. Rest. Repeat.

Drudge
377 points

No EF
0 exemplary posts

Veteran
Joined 29 Apr 2007

Member