Results 1 to 7 of 7
  1. #1
    helllion's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Fine

    Need help for "Sticks and Stones"

    hey guys, first i want to say that my english is not that good but i'll try my best. if u don't understand something, just leave a comment.

    ok, i had an idea for a mod: sticks and stones (from cod Black Ops)
    so i searched it in this forum and nobody did made it so i thought some1 of u ppl can make it??

    it would be awesome... and not THAT difficult to make i think.

    ok, let's start:

    - u need something like a crossbow as primary weapon with explosive bullets.
    i should make this wepp with a sniper, i prefer an intervention, cause the scope in black ops looks like the intervention scope.(in sticks and stones you normally have no scope so if u got other ideas, let me know)

    but we have 1 big problem, the sides of the crossbow. if some1 has an idea for this, let it know in the comments plz!

    the bullets will probably be semtex.
    (every time u spawn u get 2 bullets)
    i think you can make this with
    Code:
    MagicBullet( "rpg_mp", forward, location, self );
    i dunno how to make this but this is an example of Roll the dice 3: "RPG FIRE"
    you get 1 model and it shoots rpg "bullets". maybe you can do something with this code...

    Code:
    			self thread Weapon("model1887_fmj_mp");
    			self thread Stock(99);
    				for(;;){
    				self waittill ( "weapon_fired" );
    				forward = self getTagOrigin("j_gun");
    				end = self thread vector_Scal(anglestoforward(self getPlayerAngles()),1000000);
    				location = BulletTrace( forward, end, 0, self )[ "position" ];
    				MagicBullet( "rpg_mp", forward, location, self );}

    image of crossbow in COD Black Ops:


    -the sec. wepp isn't really easy to make in cod mw2. it's a ballistic knife.
    you can make this wepp with a m9 or magnum with tactical knife.
    (doesn't matter what pistol u use)
    with the tact knife attachtment u got the knife but not the throwing thing in the ballistic knife. so when u fire ur wepp you can use a throwing knife as "bullet" of the ballistic knife.
    but i watched some black ops videos and i think u better use a bullet from a thumper or a tuber. it looks a bit like that.

    image of ballistic knife in COD Black Ops:


    - and the last thing u have is a tomahawk. for this u can just use a throwing knife.

    image of tomahawk in COD Black Ops:


    i know there will be some problems to make this mod but when it's done i think it's a great mod!

  2. #2
    aagibcheat's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    260
    Reputation
    11
    Thanks
    22
    Alot harder to make than you think..

    Created By ; t3can

  3. #3
    helllion's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Fine
    Quote Originally Posted by aagibcheat View Post
    Alot harder to make than you think..
    some things will be very hard but if you keep it simple, it's possible i think...

  4. #4
    B4M's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Real World
    Posts
    6,940
    Reputation
    478
    Thanks
    1,752
    My Mood
    Bored
    /moved to gsc help
    [center]

    Back in '10



    Got a question?PM/VM me!
    I read them all.
    Also contact me via MSN.
    vlad@mpgh.net

    Minion since:07-04-2010
    Mod since:08-31-2010
    Till : 05.07.2011

  5. #5
    AZUMIKKEL's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My moms house... what's so funny about that?
    Posts
    790
    Reputation
    19
    Thanks
    462
    My Mood
    Sneaky
    Funny. I make a crossbow and was thinking about making a Sticks and Stones mod and then this thread appears..
    www.YouTube.com/MpKiller100

  6. #6
    Yaxxo's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    39
    Reputation
    10
    Thanks
    4
    My Mood
    Cheerful
    For the ballistic knife, tac knife, set melee range up, and then put it down again untill you somehow retrieve it

  7. #7
    AZUMIKKEL's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My moms house... what's so funny about that?
    Posts
    790
    Reputation
    19
    Thanks
    462
    My Mood
    Sneaky
    Quote Originally Posted by Yaxxo View Post
    For the ballistic knife, tac knife, set melee range up, and then put it down again untill you somehow retrieve it
    Or - use throwing knife
    www.YouTube.com/MpKiller100

Similar Threads

  1. [Help Request] Need help for a plugin!
    By vivamoi in forum Minecraft Help
    Replies: 5
    Last Post: 10-26-2011, 09:55 PM
  2. [Help Request] Please I really need help for my MW2 iSnipe mod
    By Coder91 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 17
    Last Post: 09-08-2011, 07:10 AM
  3. [Help Request] Hello. Need help for TS3.
    By iPrima in forum CrossFire Help
    Replies: 17
    Last Post: 08-02-2011, 04:07 PM
  4. [Request] Need help for with determining Stride, NumVertices, and PrimCount
    By imbetter911 in forum C++/C Programming
    Replies: 1
    Last Post: 07-10-2011, 10:04 PM
  5. [Solved] Need Help with Bypass Xtrap and game crash
    By Table in forum CrossFire Help
    Replies: 7
    Last Post: 07-06-2011, 08:11 AM