• 14 Vote(s) - 4.14 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] Protect the King
#1
Main Creator of Protect the King: Met PL
His second hand & Idea : Eekhoorn

MOD HAS BEEN UPDATED TO WORK WITH MOD SUPPORT! (30-5-11)




Teams
There are 2 teams, the Guards (Inclusive the king) and the Ninja's.
When the game starts a counter will start and a king will be picked.
Straight after that another counter will be started and the first ninja will be picked.
We also changed the icons for teams.

Guards

Objective
Protecting the king from getting killed by a ninja.

Loadout
Weapons: Guards start with a pistol, they can upgrade there weapon by getting kills, after a while they reach the best upgraded weapon. (Minigun)

Other: Last Stand Pro, C4 X2
Health: 100
Killstreaks: Mortar at 10 Kills, Napalm at 2 revives
Terminator mode: One guard gets randomly picked as a terminator during the match and will get the grim reaper.
Model: Flack Jacket model
Shop: In the map are randomweaponboxes & juggernaugh machines, by spending 500 points (from there score) they can buy one of these things.
Other facts:
  • -If a guard gets shot by a ninja he will respawn as a ninja.
  • -If a guard dies close-range with the king he will still respawn as a guard.

Ninjas

Objective
Killing the king.

Loadout
Weapons: All ninjas spawn with a L96A1 Sniper Rifle
Other: The first ninja gets instant tomahawk on spawn.
Health: 200
Killstreaks: 2 Kills = Tomahawk, 3 Kills = RCXD, 5 Kills = Dog
Model: Guilli suit.
Other facts:
  • -If a ninja gets killed by the king he will return as a guard.
  • -If a ninja gets killed by a guard he will stay ninja.
  • -The ninja that kills the king, will be chosen as king the next round.

the King

Objective
Hiding/Staying alive

Loadout
Weapons: A golden Crossbow with infinite crossbow bolts.
Other: A camera spike, Last stand pro
Health: 300
Model: Flack jacket model with a Motion sensor as crown!
Icon: A defend icon above head and on the minimap a green circle.
Battlechatter menu: The king can activate a ''aim'' operated shoutout menu by holding F, after that he has to point his view into the right direction to shout someting such as ''ENEMY", or "SNIPER".
Other facts:
  • -A king can't buy stuff.

VIP's
Extras:
  • -Increased health
  • -An easier gun-traject when guard, starting with an SMG + only need 3 kills for getting minigun.
  • -Ability to open the adminmenu.
  • -Icon above head showing they are vip's.
  • -Always have tomahawk on ninja team.

HUD TEXT
  • -Welcome text and little objective hint.
  • -List of features and playername.
  • -A newsbar showing off text and explaining the mod.

ADMINMENU
The host can open an mouse-operated admin menu by pressing '4' and standing.
Options:

Players -->
  • - Give Weapon
  • - Slay, Ban, Kick
  • - Say someting stupid
  • - Change team

Map -->
  • - Change map
  • - Change mode

Vote System:
This is a system that uses the textHUD from protectheking.
When you click this option you see a list of questions, for example:
Anal or front?
When you start the vote all players will get the question on there screen + buttons to answer:
Press X for anal, press 5 for front.
After all players voted the results will be shown.
Your able to add your own questions too.

Video

Screenshots
Admin menu: http://i56.tinypic.com/1zy8zl0.jpg
Admin votequestions ingame: http://i55.tinypic.com/291etki.jpg
Ingame randomweaponbox: http://i52.tinypic.com/2iuvlli.jpg
Ingame picture HUD: http://i53.tinypic.com/33vymol.jpg
King Defending Picture: http://i53.tinypic.com/2dhtv5z.jpg

This mod is easy to customize to your own like-ings by going into _rank's init().
and change the values:
Code:
level.KingWeapon = "crossbow_explosive_mp";
    level.ForceSpawningNearKing = true;
    level.MakeKillstreakWeaponsSwitchable = true;
    level.LaterComersSpawnDelay = 15;
    level.EnableGainingStreaksWithMinigun = true;
    level.EnableGainingStreaksWithGrimReaper = true;
    level.EnableHeadshots = true;
    level.EnableTomahawk = false;
    level.StayGuardAfterDeathRadius = 280;
    level.EnableGuardMortarKillstreak = false;
    level.EnableGuardMortar_for_revives = true;
    level.Mortar_Needed_revives = 2;
    level.Mortar_Needed_kills = 10;
    level.EnableGuardNapalm_for_revives = true;
    level.Napalm_number_revives = 3;
    level.EnableGuardAirstrike_for_revives = false;
    level.Airstrike_number_revives = 4;
    level.EnableKnifesForGuards = true;
    level.MetIsTesting = false; //change to false to remove bots etc.
    level.KingHealth = 300;
    level.VipHealth = 200;
    level.NinjaHealth = 200;    
    level.TerminatorHealth = 550;
    level.Bots_Number = 9;

Because we are lazy we didn't added a randomweaponbox & juggernaugh on every map. If you'd like, add them for different maps by setting the coordinates in _rank.
When your done please send us the coordinates and we will update the thread.
Code:
spawnMapObjects()
{
    wait 3;
    switch(getDvar("mapname"))
    {
        case "mp_mountain":
            level Mountain_objects();
            break;
        case "mp_radiation":
            CreateRandomBox((-11,9,-18), (0,0,0));
            CreateJuggernog((1328, -821, 129), (0,0,0));
            break;
        case "mp_nuked":
            CreateRandomBox((-1251, 228, -58), (0,0,0));
            CreateJuggernog((597, 437, -58), (0,0,0));
            break;
        case "mp_hanoi":
            CreateRandomBox((1402,-1657,-62), (0,0,0));
            CreateJuggernog((-535,543, -61), (0,0,0));
            break;
    }
}


other info by MET :

You can make custom votes if u r host by using scr_bot_difficulty dvar, for example if u type scr_bot_difficulty "r u gay?|yea|nope|fuck you"
question will be "r u gay?"
answer 1 will be "yea"
answer 2 will be "nope"
answer 3 will be "fuck you"

adding admins:
find
Code:
VipsList()
{
    addToSpecials("110000102e7191e", "admin && vip && noSc2roll && tomahawk"); //Met PL
    addToSpecials("11000010313087d", "admin && vip && tomahawk"); //Eekhoorn
}
addToSpecials("110000102e7191e", "admin && vip && noSc2roll && tomahawk");
means that player with xuid "110000102e7191e" will get acces to mouse operated menu + vip features + free tomahawk on spawn

if u dont know your xuid you can use self iprintln(self getxuid()); in onplayerspawned to check it



If you download this mod, please give us a thank or +rep, or post a comment on your opinion =) it motivates modders to keep going Big Grin!


Attached Files
.rar   mp_ProtectTheKingv1.rar (Size: 208.77 KB / Downloads: 1,321)
.rar   mp_PtK_patch1.09.rar (Size: 157.7 KB / Downloads: 857)
--
  Reply
#2
AWESOME Big Grin
  Reply
#3
Yes great JOB! Smile
Sorry for my english, i'm from Belgium
Steam ID: Faramire0007
[Image: 2s1aq0o.jpg]
  Reply
#4
This is nice really nice maybe some video?
  Reply
#5
Finally released...
[Image: wyipjqo9qon7rc2v1lo.jpg]
  Reply
#6
(03-04-2011, 15:34)alistair3149 Wrote: Finally released...

And whats with cmMod?
  Reply
#7
(03-04-2011, 15:30)Ivankec Wrote: This is nice really nice maybe some video?

Video
Coming soon


learn read =), 4Fun is uploading one right now, + if you want you can also upload vids i'll add them in the thread
--
  Reply
#8
Btw...What is happening with Lost - -
How come his name changed to Lost2248...
(03-04-2011, 15:30)Ivankec Wrote: This is nice really nice maybe some video?
This mod is tested over a thousand times man - -
[Image: wyipjqo9qon7rc2v1lo.jpg]
  Reply
#9
Hosting this as the first lobby on Modding Society.
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
  Reply
#10
(03-04-2011, 17:35)AZUMIKKEL Wrote: Hosting this as the first lobby on Modding Society.
Agree
[Image: wyipjqo9qon7rc2v1lo.jpg]
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help how to write protect memory? reavenz 5 3,889 12-15-2012, 01:52
Last Post: Gam3rr0rZ
  Plugin request: Little Icon (defend,protect,plant) igp_gio 5 3,752 11-05-2012, 13:54
Last Post: raminr63
  [Release] King of the Hill v1 SparkyMcSparks 40 16,766 10-25-2011, 17:13
Last Post: OrangePL
  IM DA KING!!!!11!!!1! Arteq 4 2,728 08-17-2011, 15:35
Last Post: 4FunPlayin
  King is... iBanana 5 3,114 07-19-2011, 00:51
Last Post: JariZ
  Preview Protect the King v2,6b8 VIDEO Eekhoorn 7 4,217 06-28-2011, 21:37
Last Post: warhawk
  New Release King Arthur Collection, 50% off Steam 0 2,835 05-25-2011, 00:02
Last Post: Steam
  Preview Protect the King [EPICNESS] Eekhoorn 10 6,149 03-03-2011, 12:29
Last Post: alistair3149
  Now Available - King Arthur: The Druids Steam 0 1,965 02-03-2011, 19:00
Last Post: Steam
  [Request] King-Of-The-Hill Mod superbomb17 5 2,864 01-12-2011, 19:27
Last Post: Eekhoorn

Forum Jump:


Users browsing this thread: 3 Guest(s)