• 14 Vote(s) - 4.14 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] Protect the King
#31
To which file i have to upload this to work it??? I am very sorry for my bad english.
  Reply
#32
Just put them in your mods folder

Folder with itsmodsloader.exe > mods > PUT PROTECT THE KING HERE
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

  Reply
#33
can you explain it better ??? should i have already this folder? or i have to create it ? i am new here at modding society.
  Reply
#34
(04-03-2011, 13:43)nikul Wrote: can you explain it better ??? should i have already this folder? or i have to create it ? i am new here at modding society.

1. Create a new folder on your desktop called ItsModsLoader
2. download this: http://www.itsmods.com/forum/Thread-ItsModsloader.html
3. put all the files (readme.txt, itsloader.exe and all the other stuff) in your new folder
4. openup the Mods folder
5. Put the Protect The King (or whatever mod) in like this:

Mods\[MODNAME]\maps\mp\gametypes\rank.gsc

You probably downloaded this already (this mod) so now you have a folder called PtK
put this folder in the Mods folder.
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

  Reply
#35
thx very much.
  Reply
#36
(03-04-2011, 14:58)Eekhoorn Wrote: Main Creator of Protect the King: Met PL
His second hand & Idea : Eekhoorn

PLEASE NOTE:
MOD HAS BEEN UPDATED!!

changed way of creating scrolltext, adds host as admin by default, changed some things in vote system, better showing button highlight method + clicking detection in mouse menu


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!

update does not work i keeps gining me an error alert all other mods i use work
  Reply
#37
update does not work help
  Reply
#38
As some have already said the mod does not work any more. I guess you are aware of it but still, I at least am getting a script compile error. The console says: "Error: unknown funktion: @ 106077"
I'm guessing some function you used got removed in some update. Wish I could fix it myself, but I'm not that good at understanding 7 random digits means...

I really hope you will come out with an update for this, because this mod is really fun to play. Good luck with everything and thanks for all the fun this mod brought me (and the random people that yelled at me to change the mod...) Smile
  Reply
#39
(05-06-2011, 22:12)addem1234 Wrote: As some have already said the mod does not work any more. I guess you are aware of it but still, I at least am getting a script compile error. The console says: "Error: unknown funktion: @ 106077"
I'm guessing some function you used got removed in some update. Wish I could fix it myself, but I'm not that good at understanding 7 random digits means...

I really hope you will come out with an update for this, because this mod is really fun to play. Good luck with everything and thanks for all the fun this mod brought me (and the random people that yelled at me to change the mod...) Smile

Question.
You're able to play it with other people?
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
  Reply
#40
(05-06-2011, 23:56)AZUMIKKEL Wrote:
(05-06-2011, 22:12)addem1234 Wrote: As some have already said the mod does not work any more. I guess you are aware of it but still, I at least am getting a script compile error. The console says: "Error: unknown funktion: @ 106077"
I'm guessing some function you used got removed in some update. Wish I could fix it myself, but I'm not that good at understanding 7 random digits means...

I really hope you will come out with an update for this, because this mod is really fun to play. Good luck with everything and thanks for all the fun this mod brought me (and the random people that yelled at me to change the mod...) Smile

Question.
You're able to play it with other people?

i cannot load it with out it saying mis comande wtf and update wont work it says code is wrong
  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,749 11-05-2012, 13:54
Last Post: raminr63
  [Release] King of the Hill v1 SparkyMcSparks 40 16,763 10-25-2011, 17:13
Last Post: OrangePL
  IM DA KING!!!!11!!!1! Arteq 4 2,725 08-17-2011, 15:35
Last Post: 4FunPlayin
  King is... iBanana 5 3,113 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,834 05-25-2011, 00:02
Last Post: Steam
  Preview Protect the King [EPICNESS] Eekhoorn 10 6,146 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: 6 Guest(s)