Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
News MW3 M.O.A.B
#1


M.O.A.B

...Didn't 4Fun make that?
Or was it @met94 ?


But this thing isn't in the official killstreak list...
So?
Reply

#2
Nahh, thats more similar to the nuke than to the moab, and also, moab is a real weapon. Why couldnt they include it? Big Grin
Reply

#3
(11-05-2011, 22:05)Yamato Wrote: Nahh, thats more similar to the nuke than to the moab, and also, moab is a real weapon. Why couldnt they include it? Big Grin

It's just like the nuke, except it doesn't end the game.
The funny thing is, that's just one (or more, don't hate on me @perfectionsts ) line of code Big Grin
Reply

#4
PolishModder from canada.. Dodgy
[Image: lQDUjba.jpg]
Reply

#5
(11-05-2011, 22:12)Rendflex Wrote:
(11-05-2011, 22:05)Yamato Wrote: Nahh, thats more similar to the nuke than to the moab, and also, moab is a real weapon. Why couldnt they include it? Big Grin

It's just like the nuke, except it doesn't end the game.
The funny thing is, that's just one (or more, don't hate on me @perfectionsts ) line of code Big Grin

The HUD icon + timer is about
~30 lines of code, if you include the deletion.

The nuke effect might be 2-3 lines.
The killing is 4 lines.


~37 lines max.
But if you look at Treyarch / IW's code, it's usually so excessively long it makes no sense.
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply

#6
(11-05-2011, 23:01)AZUMIKKEL Wrote:
(11-05-2011, 22:12)Rendflex Wrote:
(11-05-2011, 22:05)Yamato Wrote: Nahh, thats more similar to the nuke than to the moab, and also, moab is a real weapon. Why couldnt they include it? Big Grin

It's just like the nuke, except it doesn't end the game.
The funny thing is, that's just one (or more, don't hate on me @perfectionsts ) line of code Big Grin

The HUD icon + timer is about
~30 lines of code, if you include the deletion.

The nuke effect might be 2-3 lines.
The killing is 4 lines.


~37 lines max.
But if you look at Treyarch / IW's code, it's usually so excessively long it makes no sense.

That's plain bullshit. There work a lot of people at treyarch/iw. The code should be perfectly readable. No coding style should be able to be recognized. That's why it's so long, and if you don't understand it you're a shitty coder lmfao
[Image: MaEIQ.png]
Reply

#7
(11-06-2011, 08:35)Pozzuh Wrote: That's plain bullshit. There work a lot of people at treyarch/iw. The code should be perfectly readable. No coding style should be able to be recognized. That's why it's so long, and if you don't understand it you're a shitty coder lmfao

Perfectly readable? I never said it wasn't.

I just say that their code is long as hell, but that's probably due to prevent bugs/glitches.
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply

#8
(11-05-2011, 23:01)AZUMIKKEL Wrote:
(11-05-2011, 22:12)Rendflex Wrote:
(11-05-2011, 22:05)Yamato Wrote: Nahh, thats more similar to the nuke than to the moab, and also, moab is a real weapon. Why couldnt they include it? Big Grin

It's just like the nuke, except it doesn't end the game.
The funny thing is, that's just one (or more, don't hate on me @perfectionsts ) line of code Big Grin

The HUD icon + timer is about
~30 lines of code, if you include the deletion.

The nuke effect might be 2-3 lines.
The killing is 4 lines.


~37 lines max.
But if you look at Treyarch / IW's code, it's usually so excessively long it makes no sense.

What a interesting list you've made!

Code:
    nukeEndsGame = true;

    if ( level.teamBased )
        thread maps\mp\gametypes\_gamelogic::endGame( level.nukeInfo.team, game["strings"]["nuclear_strike"], true );
    else
    {
        if ( isDefined( level.nukeInfo.player ) )
            thread maps\mp\gametypes\_gamelogic::endGame( level.nukeInfo.player, game["strings"]["nuclear_strike"], true );
        else
            thread maps\mp\gametypes\_gamelogic::endGame( level.nukeInfo, game["strings"]["nuclear_strike"], true );
    }

That's what I was talking about :p
Reply

#9
(11-06-2011, 12:16)Rendflex Wrote:
(11-05-2011, 23:01)AZUMIKKEL Wrote:
(11-05-2011, 22:12)Rendflex Wrote:
(11-05-2011, 22:05)Yamato Wrote: Nahh, thats more similar to the nuke than to the moab, and also, moab is a real weapon. Why couldnt they include it? Big Grin

It's just like the nuke, except it doesn't end the game.
The funny thing is, that's just one (or more, don't hate on me @perfectionsts ) line of code Big Grin

The HUD icon + timer is about
~30 lines of code, if you include the deletion.

The nuke effect might be 2-3 lines.
The killing is 4 lines.


~37 lines max.
But if you look at Treyarch / IW's code, it's usually so excessively long it makes no sense.

What a interesting list you've made!

Code:
    nukeEndsGame = true;

    if ( level.teamBased )
        thread maps\mp\gametypes\_gamelogic::endGame( level.nukeInfo.team, game["strings"]["nuclear_strike"], true );
    else
    {
        if ( isDefined( level.nukeInfo.player ) )
            thread maps\mp\gametypes\_gamelogic::endGame( level.nukeInfo.player, game["strings"]["nuclear_strike"], true );
        else
            thread maps\mp\gametypes\_gamelogic::endGame( level.nukeInfo, game["strings"]["nuclear_strike"], true );
    }

That's what I was talking about :p

You forgot the effects Fuck yea!
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply

#10
mine is nothing like mw3
[Image: 1fxsnb.jpg]
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.