Page 1 of 2 12 LastLast
Results 1 to 15 of 31

Hybrid View

  1. #1
    Arasonic's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    569
    Reputation
    11
    Thanks
    115

    Pack-a-Punch ideas

    Finished random weapon box, want to start a pack-a-punch.
    Any ideas for what weapons can do?
    Got a simple code that does iDamage *= 1,3;
    but thats all I have x)

  2. #2
    Yamato's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    839
    Reputation
    13
    Thanks
    154
    My Mood
    Amazed
    Juggernaut, health with 180, ^^

  3. #3
    Shucker's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    442
    Reputation
    16
    Thanks
    311
    My Mood
    Fine
    Perk-a-cola?

  4. #4
    Arasonic's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    569
    Reputation
    11
    Thanks
    115
    Really guys? I said pack-a-punch ideas, not perk-a-cola machines
    I already got speed cola, quick revive etc..
    Need effects for weapons, like... deagle shooting rpgs, just to say something

  5. #5
    Yamato's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    839
    Reputation
    13
    Thanks
    154
    My Mood
    Amazed
    Try this one, is cool. striker looks like a grunade launcher that appears in Terminator II, so I make it, :P. Maybe I have to add an ACOG. ^^

    Code:
    Noobtubes()
    {
    self endon("death");
    self takeWeapon(self getCurrentWeapon());
    self giveWeapon("striker_mp", 8, false);
    self switchToWeapon("striker_mp", 8, false);
    for(;;)
    {self waittill( "weapon_fired" );
    if ( self getCurrentWeapon() == "striker_mp" )
    {MagicBullet( "m79_mp", self getTagOrigin("tag_eye"), self GetCursorPos(), self ); }}
    }


    :P

  6. #6
    Arasonic's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    569
    Reputation
    11
    Thanks
    115
    Not something overpowered though..
    However, maybe I can see If I can add an delay for the tubes on the striker, so it wouldn't be spammable. Hmm..

  7. #7
    Yamato's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    839
    Reputation
    13
    Thanks
    154
    My Mood
    Amazed
    Quote Originally Posted by Arasonic View Post
    Not something overpowered though..
    However, maybe I can see If I can add an delay for the tubes on the striker, so it wouldn't be spammable. Hmm..
    I cant understand, you want to add noobtubes to striker so it wont be spawnable?

  8. #8
    Arasonic's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    569
    Reputation
    11
    Thanks
    115
    Yamato:

    Add tubes to the striker, but make them so they can't be SPAMMABLE (Which means that you can shoot like all the time, I want to make a delay so it can only be shot once every 1 second or so.)


    Shucker: Idk... a loooong time. Addicted to minecraft with 5 others in my class

    Idiot (err... sorry?): Gonna work on that later, I hope.

  9. #9
    Shucker's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    442
    Reputation
    16
    Thanks
    311
    My Mood
    Fine
    Can you give us a date when your mod should be done?

  10. #10
    idiot2010's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    174
    Reputation
    9
    Thanks
    6
    My Mood
    Paranoid
    The dragon breath shot gun

  11. #11
    EpicPlayer's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    628
    Reputation
    13
    Thanks
    158
    Okay, I got a REALLY awesome idea for a zombie mod that's not like any others, And since you're alreading doing these boxes, you might wanna do this too ;D
    Tell meh if you wanna hear it o.O

  12. #12
    Arasonic's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    569
    Reputation
    11
    Thanks
    115
    Tell me.

  13. #13
    Shucker's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    442
    Reputation
    16
    Thanks
    311
    My Mood
    Fine
    Quote Originally Posted by Arasonic View Post
    Tell me.
    Could you also enable killstreaks?

  14. #14
    EpicPlayer's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    628
    Reputation
    13
    Thanks
    158
    Okay, I'm not really sure how I should start... so i'll take it in "threads" xD

    The Zombies/Dogs/Enemys
    The zombies should be the "smart bots" from RSE, but with the pezbots code to make them stop running around retardish, but moving to the enemy (you)
    The zombies should use either the sniper ghillie suit model or the sex doll, they will use "noob pistols" or weapons with really close range (Can be modified weapons) With Magic bullet codes ;3
    Or they will only use throwing knifes xD
    The dogs will be models like in AIzombies. (Chickens spawning near you and using the "move to" code)

    The weapons
    You start with a noob gun. (For example, an USP)

    Weapons can be either bought from a menu (If possible, we could make it "walls" just like a text can come up on a special coordinate, this could be made with your pick up code, for an example, If player has 750 cash he can buy that gun") or getting by the Random weapons box that you made.

    Thundergun - RPG with either Javelin or Stinger magic bullet code (only possible to get in the random weapon box)

    Ray gun and Death machine - Maybe use the ones by 4funplaying?

    Winters howl - A small gun, like the M9 or TMP which will be using the flashbang effect (Check how the RSE bots react when stunned, use the same code on this, but use it like... "waitill weapon fired" then the flashbang effect)

    Spawn system, mapedit and other stuffs

    The mod uses ui_maxclient 4, which will make only 4 players can join. (This does not effect the bots)
    Allies (You and your team) has 1 life, and the Zombies (The other team) has unlimited life

    We could use the _spawns.gsc from the guy who made the Jail break out mod (Marthieju somenthing xD) Cause he made everything we need :P
    4 or 3 different spawns for each team.

    Note, I made a quick mod like this for Quarry to try out how it will work... I can make a video and I could show you if you don't get it, it basicly works like this.
    You spawn on the top of the house with your teammates (You know, the ladder place)
    The zombies will spawn near the ladder, the truck and the tf141 spawn, a pretty cool effect ;3

    Optional, the game will use alot of mapedit... Adding walls only around the places you can be... A tunnel effect
    (I could help you to do this, it's alot of work, but yes xD)
    Another thing we could have is different visions for every map, like.. Derail uses nukeaftermatch :3 (Check Isnipe mod for the mp_Derail file for example)

    Buyable doors?
    Should be possible to make from Killingdyll's doors, but only one way opened, and requires cash.

    Sound system

    It's possible to change the ambient music, music and the battlechatter(For example, if you're throwing a grenade you will yell "Grenade!" So we could change it to some quote from the Black ops Nazi zombies)
    Then, we'll change the ambient music (Background music) to spooky music xD
    Now, I could do this to if you want ;D

    Boxes

    Here's my pack a punch idea
    If it's a akimbo plausible weapon, then you get akimbo (Really easy to do)
    Otherwise, Just more damage :3
    Btw, the box will play the sound from Nazi zombies too
    Just take a sound, for example the pick up bomb (from SND) and change it to the music =D

    Popcorn Machine
    Gives you a random "Equipment"
    (C4, Grenade)

    Speed cola:
    Sleight of hand and a bit more faster running ;P

    And then, I have one more thing
    Make some "power"
    For example, Quick revieve can only be bought if the power is on,
    How?
    Like this: Powerison = true
    xD

    Since you're much better modder than me.. I guess you could do this?
    I could help you with the sound editing and stuffs ;p

    Oh and, Yamato I posted it here... Use it the idea if you want ;D
    Last edited by EpicPlayer; 01-07-2011 at 08:20 AM.

  15. #15
    Arasonic's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    569
    Reputation
    11
    Thanks
    115
    Quote Originally Posted by EpicPlayer View Post
    The zombies should be the "smart bots" from RSE, but with the pezbots code to make them stop running around retardish, but moving to the enemy (you)
    The zombies should use either the sniper ghillie suit model or the sex doll, they will use "noob pistols" or weapons with really close range (Can be modified weapons) With Magic bullet codes ;3
    Or they will only use throwing knifes xD
    The dogs will be models like in AIzombies. (Chickens spawning near you and using the "move to" code)

    Wont happen. Pezbots won't and as far as I know, can't be in MW2.
    Sticking with the old players = zombies.


    You start with a noob gun. (For example, an USP)

    Gonna do that. M9.

    Weapons can be either bought from a menu (If possible, we could make it "walls" just like a text can come up on a special coordinate, this could be made with your pick up code, for an example, If player has 750 cash he can buy that gun") or getting by the Random weapons box that you made.

    Will most likely only be from the random weapon box.

    Thundergun - RPG with either Javelin or Stinger magic bullet code (only possible to get in the random weapon box)

    Not sure. Probably won't happen.

    Ray gun and Death machine - Maybe use the ones by 4funplaying?

    Death Machine considered, Ray Gun not sure.

    Winters howl - A small gun, like the M9 or TMP which will be using the flashbang effect (Check how the RSE bots react when stunned, use the same code on this, but use it like... "waitill weapon fired" then the flashbang effect)

    TMP - Slows the zombies down. However, the stun seems interesting. Ima check the code

    The mod uses ui_maxclient 4, which will make only 4 players can join. (This does not effect the bots)
    Allies (You and your team) has 1 life, and the Zombies (The other team) has unlimited life

    Won't happen.

    We could use the _spawns.gsc from the guy who made the Jail break out mod (Marthieju somenthing xD) Cause he made everything we need :P
    4 or 3 different spawns for each team.

    Thats not _spawns.gsc.
    Heres a really quick, however a bit bad example:

    spawn = randomInt(2);
    if(spawn == 1){
    self setOrigin(---);}
    if(spawn == 2){
    self setOrigin(---);]

    Spawns will obviously be used.


    Note, I made a quick mod like this for Quarry to try out how it will work... I can make a video and I could show you if you don't get it, it basicly works like this.
    You spawn on the top of the house with your teammates (You know, the ladder place)
    The zombies will spawn near the ladder, the truck and the tf141 spawn, a pretty cool effect ;3

    ?

    the game will use alot of mapedit... Adding walls only around the places you can be... A tunnel effect
    (I could help you to do this, it's alot of work, but yes xD)
    Another thing we could have is different visions for every map, like.. Derail uses nukeaftermatch :3 (Check Isnipe mod for the mp_Derail file for example)

    I got FFviewer, I can find all the files easily.
    Maps will not use alot of mapedits.
    There will be simple bases/camp spots.
    Gonna have one default vision for all maps. Not a vision itself, but different clientDvars.


    Buyable doors?
    Should be possible to make from Killingdyll's doors, but only one way opened, and requires cash.

    Really really REALLY thought about this, I started coding it, but scrapped it in the end. Might come back later on, not sure.
    Not using Killingdyls doors, using my own. If its gonna happen.


    It's possible to change the ambient music, music and the battlechatter(For example, if you're throwing a grenade you will yell "Grenade!" So we could change it to some quote from the Black ops Nazi zombies)
    Then, we'll change the ambient music (Background music) to spooky music xD
    Now, I could do this to if you want ;D

    If you change the sound files, they can only be heard by you.

    Here's my pack a punch idea
    If it's a akimbo plausible weapon, then you get akimbo (Really easy to do)
    Otherwise, Just more damage :3
    Btw, the box will play the sound from Nazi zombies too
    Just take a sound, for example the pick up bomb (from SND) and change it to the music =D

    Again, sound files will only be for you.
    Most weapons will have special effects.
    Some will have basic things, like attachements, and damage in one of these orders:

    iDamage *= 1.25;
    iDamage *= 1.50;
    iDamage *= 1.75
    iDamage *= 2


    Popcorn Machine
    Gives you a random "Equipment"
    (C4, Grenade)

    Thats actually not a bad idea.. however I got quite alot of boxes already.. The equipment will probably be a grenade, like in real zombies.

    Speed cola:
    Sleight of hand and a bit more faster running ;P

    Already made Speed Cola. Read on page 2 I think for what I've done.

    And then, I have one more thing
    Make some "power"
    For example, Quick revieve can only be bought if the power is on,
    How?
    Like this: Powerison = true
    xD

    level.PowerIsOn = true;
    if(level.PowerIsOn == true; )
    // things
    Should sum everything up from your ideas, I guess


    Shucker: I realize that, though I do have some special ones already.
    Last edited by Arasonic; 01-07-2011 at 03:01 PM.

Page 1 of 2 12 LastLast