PDA

View Full Version : Mani-admin-plugin



Maverick
06-28-2005, 06:47 PM
Ok i am new to source plugins but i am very good at working with amxx and amx and admin mods and plugins for mods like cs, and cz. BUT i am new to source so i don't know much about it!

I have been to the mani-admin forums that show you how to install the quake sounds but they didn't work. I also read the entire documentation but it dosent work for me. I also tryed looking at other post's some people had in the documentation forum but none of the moderators answered their questions.

Can someone PLEASE post the RIGHt way to install the quake sounds and the things that pop up in the middle of the screen like in amxx that say HEADSHOT!! Please i don't know what else to do nothing else is helping.

Sidekick
07-11-2005, 07:20 PM
Ok i am new to source plugins but i am very good at working with amxx and amx and admin mods and plugins for mods like cs, and cz. BUT i am new to source so i don't know much about it!

I have been to the mani-admin forums that show you how to install the quake sounds but they didn't work. I also read the entire documentation but it dosent work for me. I also tryed looking at other post's some people had in the documentation forum but none of the moderators answered their questions.

Can someone PLEASE post the RIGHt way to install the quake sounds and the things that pop up in the middle of the screen like in amxx that say HEADSHOT!! Please i don't know what else to do nothing else is helping.

Hi, how are you?

Does your standard server cfg have the line:


exec mani_server.cfg

http://www.mani-admin-plugin.com/mani_admin_plugin/documentation/directory_structure.jpg Here is a good example of the mani directory structure.

I believe one of the files txt files says you need to make a .res file for each of the maps you wish to use the sounds on.


//
// quakesoundlist.txt
//
// Place all your quake style sounds in this file
// All the sounds in here must an accompanying .res file
// for the maps you wish to use the sounds with. See
// the documentation or have a look at the example
// .res files in the plugin.zip file.
//
// This file can uses aliases to define
// the sound name, they should not be altered !!!
//
// The second part on each line is the location
// and name of the file itself. You can change
// this to be wherever you want.
//
//
//


"firstblood" quake/firstblood.mp3
"humiliation" quake/humiliation.mp3
"multikill" quake/multikill.mp3
"monsterkill" quake/monsterkill.mp3
"ultrakill" quake/ultrakill.mp3
"godlike" quake/godlike.mp3
"headshot" quake/headshot.mp3
"dominating" quake/dominating.mp3
"holy****" quake/holy****.mp3
"killingspree" quake/killingspree.mp3
"ludicrouskill" quake/ludicrouskill.mp3
"prepare" quake/prepare.mp3
"rampage" quake/rampage.mp3
"unstoppable" quake/unstoppable.mp3
"wickedsick" quake/wickedsick.mp3


I will install it here and get back to you.

- Sidekick :cool:

Sidekick
07-11-2005, 07:43 PM
Hi again,

This is really pretty easy to do.

Basically if you have all the correct files in the correct directories as listed on the chart above you're in good order.

You also need to have

exec mani_quake_sounds.cfg in your mani_server.cfg

and

exec mani_server.cfg in your standard server.cfg

You need to add yourself as a full admin for the next feature to work.

Go in game and simply press the Y key to text chat and type quake a message should come up on screen that says "quake sounds enabled" rejoin the server by typing retry in the game console and you should hear "prepare to fight".

You can toggle them on and off by typing quake as instructed above.

If you have any more problems something must not be in the correct order and you don't have to worry bout those res files either. ;)

I just enabled the sounds on one of my servers located 218.214.17.76:27017 SwiftGames CS:Source Fun Server and it will be a great addition to the fun map server. (ps - check out sg_shotgun_swamp I made it not long ago hehe)

Regards,

- Sidekick :)