Themed Commands (MAM)

Add Another Mod

 

Mod File number (downloads) -

MD5

Type -

Admin Tools

Server / Client -

Server Side

Mod Sub Cat -

N/A

Mod Version -

Total Views -

Mod screen shot -

Themed Commands (MAM)

Mod PK3

PK3 MD5

Mod External Info -

Game Type -

MOHAA

 

 

Mod Creator -

RingDog

 

 

 

 

Mod Status -

Fully working no errors

 

Team -

 

Theme -

Rating

Extra Credits -

 

Iinstall / info

/*
================================================================================
Rindogs UberMenu and
Rindogs_ThemedCommands_MAM_Addon for Medal Of Honor:
Version 1.0 (10/10/04)

Copyright (c) 2003-2004 Ron Schacht
email:

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
================================================================================
*/
********************************************************************************
********************************************************************************
Credit to Buzz_LightBeer for MAM(Mohaa Admin Mod).
********************************************************************************
Credit to TMT(modtheater.com) for publishing a superior site that has proven to be an excellent resource for mods.
********************************************************************************
Credit to .Map(http://dynamic4.gamespy.com/%7Emap/mohaa/index.php) for publishing a superior site that has proven to be an excellent resource for mods.
********************************************************************************
Credit to MohAdmin.com for publishing a superior site that has proven to be an excellent resource for server admins.
********************************************************************************
Credit to members of the community for voluntarily posting helpful info to make this mod possible
********************************************************************************

********************************************************************************
Special Thanks to:
Jv_Map - for his countless little tricks that have made their way into this mod in so many ways.
Mefy - for his extended gametype mods and continued support for the community.
tltrude - for his many examples and input in the forums.
bdbodger - for his dogs and continued support in the forums.
********************************************************************************
To integrate with MAM:
1. Place zzzzz-ThemedCommands.pk3 in the corresponding folder for each game:
maintt for Breakthrough
mainta for Spearhead

2. Register the mod with MAM by adding this line to ci.cfg or custom.cfg depending on your MAM setup.
append mam_register_mod "global/Rindogs_Themedcommands.scr"

Users of the menu only need to do step 1. Step 2 is for setting the commands up on the server.

Big - Change Axis/Allies/or All to giants
Bigpoppa - turns the client into a giant/disables gun/spams client
Crusher - client is crushed by piano
Disarm - takes away all weapons of the client
Flip - clients view is flipped by a given angle
Fugitive - the target half of the Sheriff command
Ghost - client is bashed to death by a ghost
Greystone -client is turned to stone and weapon shoots blanks
Inferno - burns the client to death
Jumpglitch - makes client jump
Kickwarn - client gets a message and must hit escape to remove the message
Myst - vaporizes the client to death
Normal - Change Axis/Allies/or All to normal size
OTD - client is attacked by a dog (OurTeam Dog)
Rindog - client is attacked by a dog
Rinspin - spins the client
Rocket_mod - rapid fire rockets with scope
Rocket_ammo - gives client unlimited ammo
Rocket_dud - causes clients rocket to shoot duds
Rocket_smoke - causes clients rocket to shoot smoke
Runt - turns the client into a Midget/disables gun/spams client
Sheriff - Allows an Admin to fly a plane and target problem players...2 part command along with Fugitive
Shortstack - turns the client into a Midget/disables gun/spams client
Small - Change Axis/Allies/or All to midgets
Snype - client is sniped and then kicked
Sparks - client is electrocuted to death
Stackem -client is killed by a stack of bombs
Stonecold -client is turned to winter stone and weapon shoots blanks
Storm -Rain cloud above client/client struck by lightning
Striker -client is struck to death
Thrasher -client is attacked by Thrasher
Twister -client viewangle gets twisted
Wolfpack -client hears a pack of dogs while being attacked (not working properly because of sound error...still delivers damage to client)
Yo_mama -client sees flowers/slowy killed with kindness

Ghost and Striker are the same, and Runt and Shortstack are the same also.
Inferno, Myst, and Sparks deliver the same damage, but use different effects.
Ghost and Striker deliver more damage quicker than Inferno, Myst or Sparks.
All commands are no longer case sensitive, so "Rinspin" is the same as "rinspin".
Bigdaddy,Runt, and Shortstack won't change the clients point of view. Only other players see them as a midget or giant. And it causes their weapon to shoot blanks, but they can still bash. And it spams the client with a message.
All commands, except Snype, Jumpglitch, Kickwarn, Big, Small and Normal can be turned on and off by entering the same command again.
e.g. rcon set command "Rinspin 0"
e.g. rcon set command "rinspin 0"
Just replace "Rinspin" with the command of your choice and change the "0" to the correct client number

Big, Small and Normal take one of three parameters. (axis, allies, all). These commands do not affect the players health or weapons. I also added code to change the bounding box of the player depending on his size, but it's not working properly yet.
e.g. rcon set command "big axis" turns all axis into giants
e.g. rcon set command "small allies" turns all allies into midgets
e.g. rcon set command "normal all" returns all players to normal size

Flip takes two parameters. The client number and an angle. The code is a little choppy, but it works for now. If you use my menu for the command, the angle is automatically set to 180. You must use the console if you want to use a different angle. Enter the command once to flip the client to the desired angle. Enter it again to return the client to a normal view. The second time the command is entered, regardless of the angle, the player will be returned to a normal view.
e.g. rcon set command "flip 0 180" flips the given client 180 degrees
e.g. rcon set command "flip 0 90" flips the given client to the right 90 degrees
e.g. rcon set command "flip 0 -90" flips the given client to the left 90 degrees

Jumpglitch is designed so that when your jump is disabled(game glitch that causes the player to not be able to jump) you can apply it to yourself. Alls it does is moves the players origin up 2 feet, which fixes the glitch.

Kickwarn is an example of messaging a client so that they can't say they never saw the message. It forces a dialog box on them that they must hit escape to get out of. We can add more messages if we want.

Video