• 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[CUNTEST] ItsGunGame
#1
Heart 
Entry for ItsMods contest!

I would have spent more time on it and added more random levels, but the contest ends some time today or tomorrow.
(VOTE 4 AZU!)
The mod is easy to add levels to if you know the basics of modding. I have put comments inside the code for even better understanding.



Download [Open source]:
Attachment
Q: wer 2 put fils?
A: Extract to your FTP index / mods folder.

Trivia:
This Gungame is a mix between RTD and normal Gungames.
Normal gungames are boring however, so I added alternative special powers to most levels!

Level list:
[Image: hTjqW.png]
If a level has more than one possibility, the mod will choose a random possibility from the list, and everyone will use those levels = a new experience every game!

Basics:
You kill someone, you rank up +1
You get killed by a weapon, you stay at the same level.
You get knifed, you rank down -1
You suicide, you rank down -1
---
You have to switch to the SOG knife to be able to melee.
First to pass level 30 wins.
Killstreaks are disabled.

Easter egg:
Play the mod on FFA and there is a 5% chance every match for a secret easter egg

Credits:
@Nukem for SP weapon port tutorial.
@SE7EN for custom medals tutorial.
@Lemon for help and blood fx.
@Pozzuh for persistent variable.
@iBanana for mod tool help.


Attached Files
.rar   mp_ItsGunGame_AZU_03.rar (Size: 1.17 MB / Downloads: 898)
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
  Reply
#2
Uploading it right now to my server!
  Reply
#3
so what's the easter egg?
  Reply
#4
(09-18-2011, 15:14)Lemon Wrote: so what's the easter egg?

Troll I'm gonna wait till someone finds out and then upload a video to my channel with it.
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
  Reply
#5
Awesome
  Reply
#6
Probably OMA ability.
[Image: lQDUjba.jpg]
  Reply
#7
One Man Army but I dont see a OMA
  Reply
#8
I guess it has something to do with this(easter egg):

Code:
WaypointWaitress(HUD)    
// CHECK please! :trollface.jpg:
{
    self waittill_any("death", "disconnect", "new_infection");
    HUD destroy();
}

or/and this:

Code:
ENDGAME()
{
    N = RandomInt(30);
    O = RandomInt(30);
    P = "^1[INFECTION ROUND]";
    E = "^3WIN";
        
    if(N == O && getDvar("g_gametype") == "dm")
    {
        return P;
    }
    else
    {
        return E;
    }
}

Anyway, nice mod.
  Reply
#9
Decent mod.
[Image: MaEIQ.png]
  Reply
#10
The beginning is too hard... 2knifes to kill and if someone is at a higher score you have nearly no chance to kill someone... Big Grin

The start is kinda boring too, but its fun to play Smile

ps: lol @
Code:
//    http://www.youtube.com/watch?v=FgbOcSqfGJk
//    http://www.youtube.com/watch?v=jv7-EmmDWds
matrixtime()    
{
level notify("matrix");
level endon("matrix");

    setDvar("timescale", 0.35);
    for(i=0.35;i<1;i+=0.02)
    {
        setDvar("timescale", i);
        wait 0.01;
    }
    setDvar("timescale", 1);
}
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  ItsGunGame by AZUMIKKEL iTz_Singh 4 3,210 02-21-2012, 11:16
Last Post: SuperNovaAO
Rainbow Preview ItsGungame (contest) AZUMIKKEL 65 26,977 09-16-2011, 23:55
Last Post: AZUMIKKEL

Forum Jump:


Users browsing this thread: 1 Guest(s)