MOH Central

Medal of Honor Series Forum => MOHAA Series: General => Topic started by: F3n1x on March 29, 2005, 04:00:01 PM

Title: No pistols Mod
Post by: F3n1x on March 29, 2005, 04:00:01 PM
Does anyone know where I can download 1 at or can make a no pistols mod for me...I need this reall bad because Im tired of pistols in my server...this is much appreciated....please send to or if you would rather put it up for download somewhere this is much appreciated..

   

   thanks......Oh yeah this is for Mohaa
Title: No pistols Mod
Post by: Guest on March 29, 2005, 04:26:40 PM
u got any other weapons mods going on?

   

   if not i will do 4 u tmoz

   
Title: No pistols Mod
Post by: Elgan {sfx} on March 29, 2005, 05:34:58 PM
if u search for my weapons limiter beta it does it.
Title: No pistols Mod
Post by: F3n1x on March 29, 2005, 07:07:44 PM
cool thanks ssuk, and elgan is it able to take out pistols and grenades?

   

   I have another weapon limiter on my server that only takes away the basic weapons but not grenades or pistols......but sometimes when I take out certain weapons people are still able to get that weapon that I took out...I got WLV2b from modtheatre.com but its still buggy I think.....If your limiter takes out the weapons I choose then that would be awsome or I can just use ssuk's no pistol mod he will make...

   

   thanks for the help guys :)
Title: No pistols Mod
Post by: Elgan {sfx} on March 29, 2005, 07:22:28 PM
whats WLV2b?

   

   and my limiter can limit or take any weapon in the game. can also swap the weapons.

   
Title: No pistols Mod
Post by: F3n1x on March 30, 2005, 01:12:20 AM
you  think I can use your limiter and another limiter I got from Modtheatre and I wont have any conflicts???.So say if I just want your limiter to take out only pistols and grenades and the other one for the rest of the weapons you think I would be able to do this??? Ill see if I can find a link to the download so you can check out the other one...the other one is kinda nifty because its a menu inside the game that you can limit weapons and make it snipers only ect. I havent used yours yet because I dont get where to put numbers or whatever...

   

   here is the link to the other mod..

   www.modtheater.com/forum/showthread.php?t=10203

   

   if this messes with the rules or whatever you can take the link out once you see it elgan..

   

   thanks
Title: No pistols Mod
Post by: F3n1x on March 30, 2005, 08:12:24 PM
ssuk, any luck on the pistol mod?
Title: No pistols Mod
Post by: Guest on March 31, 2005, 02:21:09 AM
http://www.mods-r-us.net/datas/users/2242-no_pistols.zip

   

   There are many other ways - this one just completely removes pistol options from the game.

   

   Extract the pk3 and put it in main on server
Title: No pistols Mod
Post by: F3n1x on March 31, 2005, 11:52:49 AM
thanks man :)

   

   yeah I wanted the pistols completely removed from the server because I hate people that run around with just pistols and kill people :(

   

   Thanks again..you kickass modder :) hehe cya
Title: No pistols Mod
Post by: Guest on April 01, 2005, 03:52:52 AM
Hehe TY

   but

   if you open up the mod u will see how ridiculously simple it is

   

   This is my scr for limiting weapons in each map

   

   weapons:

   

   

   while (1)

   {

   

   

   // give or take item/weapon

   

   $player give models/weapons/kar98sniper.tik      // axis sniper rifle

   $player give models/weapons/kar98.tik         // axis rifle

   $player give models/weapons/p38.tik         // axis pistol

   $player give models/weapons/mp40.tik         // axis sub-machine gun

   $player give models/weapons/mp44.tik         // axis machine gun

   $player give models/weapons/steilhandgranate.tik   // axis nade

   $player take models/weapons/panzerschreck.tik      // axis rocket launcher

   $player give models/weapons/springfield.tik      // allied sniper rifle

   $player give models/weapons/bar.tik         // allied rifle

   $player give models/weapons/colt45.tik         // allied pistol

   $player give models/weapons/thompsonsmg.tik      // allied sub-machine gun

   $player give models/weapons/m1_garand.tik      // allied machine gun

   $player give models/weapons/m2frag_grenade.tik      // allied nade

   $player take models/weapons/bazooka.tik         // allied rocket launcher

   $player take models/weapons/shotgun.tik         // shotgun

   $player take models/items/binoculars.tik      // binoculars

   

   wait 3

   

   }

   

   end

   

   

   If you add that thread to each map.scr file you can give/take weapons to/from every player everytime they respawn.

   

   The benefit here is that you can set what weapons are avaible for every map.

   

   So if you wanted sniper only on stalingrad you would add to dm/mohdm6.scr the following:

   

   

   weapons:

   

   

   while (1)

   {

   

   

   // give or take item/weapon

   

   $player give models/weapons/kar98sniper.tik      // axis sniper rifle

   $player take models/weapons/kar98.tik         // axis rifle

   $player take models/weapons/p38.tik         // axis pistol

   $player take models/weapons/mp40.tik         // axis sub-machine gun

   $player take models/weapons/mp44.tik         // axis machine gun

   $player take models/weapons/steilhandgranate.tik   // axis nade

   $player take models/weapons/panzerschreck.tik      // axis rocket launcher

   $player give models/weapons/springfield.tik      // allied sniper rifle

   $player take models/weapons/bar.tik         // allied rifle

   $player take models/weapons/colt45.tik         // allied pistol

   $player take models/weapons/thompsonsmg.tik      // allied sub-machine gun

   $player take models/weapons/m1_garand.tik      // allied machine gun

   $player take models/weapons/m2frag_grenade.tik      // allied nade

   $player take models/weapons/bazooka.tik         // allied rocket launcher

   $player take models/weapons/shotgun.tik         // shotgun

   $player take models/items/binoculars.tik      // binoculars

   

   wait 3

   

   }

   

   end

   

   

   Watch out for the next release of Elgan {sfx} anti-camper mod - that will include a weapons limiter (and more :))