View Full Version : mohaa ci & mod
gazgrace
09-20-2010, 06:39 PM
Hi I have a mohaa ft server and I'm using ci autokick ect
I'm wanting to have an anti camp also .
when I installed the ci program I had to put some files on to my server and one I had to edit for it to work . the one I edited had a script about camping and I set it to 1 don't know if I shud of put that or not and there where some other bits of script to that part I did not change as I don't really understand . but if it's supposed to stop camping it dnt . any one know what I do or am I ment to put a mod on I dnt knw ??
pls help
GaSplat
09-20-2010, 08:50 PM
Might help to show what you actually set. I am not conversant off the top of my head on ci settings. Maybe someone knows off the top of their head but in the meantime, try cutting and pasting your config file (blank out any passwords) and we can take a look and see what appears to be missing.
Is the rest of ci working?
Are all the config files being called on server start up (usually the start up calls a main config file, like "server.cfg" though the name may vary. Withing that config file other files are called with something that may look like:
exec ci.cfg
That exec command then executes everything in a file called ci.cfg, assuming ci.cfg is the name of your ci file. If other aspects of ci are working, then hopefully your file is being called correctly and its a question of whether the variables have all been correctly set.
gazgrace
09-23-2010, 06:08 PM
hi it's the changeme.cfg file from the ci download and in that it has a script saying certain things and one about camping but it does nothing . I'm a noob at this and don't understand how it all works . from scratch how would I put a camping mod on and to work that once they move a certain distance it stops ie from burning . I put a zzzz camp mod in but that just made you blow up and once moving the clock did not stop so you explode . did not have a clue how to change it so I removed it from my main folder on my server. I have seen nice mods where an admin set some one on fire or changed them to a toilet for being a pain how do you do all that ...
if it's easier to email me the how to on These if any one knows my email is .
gg.plastering@hotmail.co.uk
Thanks Gaz
GaSplat
09-24-2010, 11:37 PM
If you want a tutorial on modding, there are plenty of them on modtheater.com.
There is also a download (http://www.fpsadmin.com/forum/downloads.php?do=file&id=49)in the downloads section that is a basic tutorial on modding MOH. Good start point for rolling your own or hacking someone else's (like the one that didn't do what you wanted it to) -- if you want to try your hand at that.
sgTsTuFz
09-25-2010, 12:34 PM
from v1610 of CI, the changeme.cfg "camp" part -
//NO CAMPING ALLOWED ** YOU CAN NOT BE IN TACTICAL MODE AND USE THIS FUNCTION
//MAKE SURE YOU READ THE INFO BELOW BEFORE CHANGING ANY OF THESE SETTINGS
//IF OUT OF THE GATE IS ON, CAMP TIME SHOULD BE AT LEAST 5 GREATER THAN MAP START TIME
seta MAM_Camping 0
seta MAM_CampSiteSize 5
seta MAM_CampTimeAllowed 12
seta MAM_CampingFee 2
To turn camping mod on, set this 0 to 1
seta MAM_Camping 0
change to
seta MAM_Camping 1
Re-upload to server and restart server.
GaSplat
09-25-2010, 02:49 PM
Thanks sgTsTuFz. I don't have the mods anymore (or even the game installed) so it is tough to help.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.