• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] - Better Nuke
#1
Hey, this is my better nuke code. Basically, when someone calls in a nuke, a harrier starts flying across the maps and drops a bomb. a few seconds before it hits the ground, it explodes, like a real nuke. But you can turn it into a moab, by dvar. If you set
Code:
set moab 1
the nuke wont end the game, only enemy players die, enemy team gets EMPed for a minute and moab team gets 2x XP.

With
Code:
set nuke_location 1
you can choose the location of the nuke.



Credit to:
death (zombiefan) for the better nuke sounds.
banz for his mini-release (I didn't copy any code from him, I only got inspired by his mod!)

Download: z_nuke.iwd
  Reply
#2
@momo5502 thank you using this on the QCZM mod. -Credits included already :>-
Do not take life too seriously. You will never get out of it alive.
[Image: UGPjFJa.jpg]
  Reply
#3
sounds like fun. have seen lots of normal killstreak improvements recently. and also off topic - cool avatar Big Grin
[Image: r212360a129ce9b84444093b6cd2699013a1fbn155.png]
  Reply
#4
I fixed some bugs and added double xp for the moab owner team Wink

(11-09-2012, 22:18)G-Man Wrote: cool avatar Big Grin

Thx Smile
Need server banners for various games? Click here!

[Image: random.php]
  Reply
#5
Nice work! Big THX!



Code:
For the Server.cfg:

set moab 1
set nuke_location 1

Replace the Sond Files  [iw_16.iwd\sound\level]

airlift_nuclear_exp.wav
airlift_nuclear_aftmath.wav
  Reply
#6
(02-07-2013, 17:30)body_guard Wrote: Nice work! Big THX!



Code:
For the Server.cfg:

set moab 1
set nuke_location 1

Replace the Sond Files  [iw_16.iwd\sound\level]

airlift_nuclear_exp.wav
airlift_nuclear_aftmath.wav

It would be super cool if you will make heli ( Like care package ) bomb drop.
C++/Obj-C developer. Neko engine wip
Steam: Click
  Reply
#7
Replace:
Code:
    if ( level.owner.team == "allies" )
        level.Plane setModel( "vehicle_av8b_harrier_jet_mp" );
    else
        level.Plane setModel( "vehicle_av8b_harrier_jet_opfor_mp" );
Code:
    level.Plane = spawnplane( level.owner, "script_model", pathStart, "hud_minimap_harrier_green", "hud_minimap_harrier_red" );
Do not take life too seriously. You will never get out of it alive.
[Image: UGPjFJa.jpg]
  Reply
#8
(02-07-2013, 18:46)DidUknowiPwn Wrote: Replace:
Code:
    if ( level.owner.team == "allies" )
        level.Plane setModel( "vehicle_av8b_harrier_jet_mp" );
    else
        level.Plane setModel( "vehicle_av8b_harrier_jet_opfor_mp" );
Code:
    level.Plane = spawnplane( level.owner, "script_model", pathStart, "hud_minimap_harrier_green", "hud_minimap_harrier_red" );

level.owner?
what
C++/Obj-C developer. Neko engine wip
Steam: Click
  Reply
#9
level.owner = the person who calls in the nuke ._.
Do not take life too seriously. You will never get out of it alive.
[Image: UGPjFJa.jpg]
  Reply
#10
hello please how to open this manager to use the cheat? Huh
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Request] nuke mod TheDAVAAD 4 2,420 07-09-2012, 23:57
Last Post: Nekochan
  Nuke Replacing with UAV RaZ 2 1,695 06-03-2012, 14:41
Last Post: RaZ
  Preview My Custom Nuke Yamato 6 3,692 01-29-2012, 11:34
Last Post: Yamato
  Candy Nuke Yamato 0 1,758 08-24-2011, 12:48
Last Post: Yamato
  [Release] Big Nuke Yamato 2 2,512 08-23-2011, 06:49
Last Post: aosma8
  [Request] NUKE MOD paok-atak 6 4,270 06-29-2011, 08:44
Last Post: OrangePL
  [Release] Call In A Nuke d0h! 4 3,285 01-07-2011, 11:37
Last Post: alistair3149

Forum Jump:


Users browsing this thread: 1 Guest(s)