[QUOTE=sa2fan;20506111]Hey death, are you still trying to find the c4 model and laptop?[/QUOTE]
C4 model? I can help with C4, but are we talking about the trigger or the bomb it self?
[QUOTE=kwek20;20516362]idd this work is awesome and a litlle bug or something doesn't chance my oppinion XD
and u do can see it at the right bottom to so st*u XD[/QUOTE]
No I love this masterpiece but I hate your attitude.
[editline]12:05PM[/editline]
[QUOTE=Rago;20516475]C4 model? I can help with C4, but are we talking about the trigger or the bomb it self?[/QUOTE]
Trigger
For the next version, can u change the voice when having the stealth bomber with"stealth bomber ready" or something like that instead of the airstike advice voice?
[QUOTE=Busti38;20516773]For the next version, can u change the voice when having the stealth bomber with"stealth bomber ready" or something like that instead of the airstike advice voice?[/QUOTE]
In MW2, the voice is the same
[QUOTE=B1N4RY!;20516956]In MW2, the voice is the same[/QUOTE]
Hey B1N4RY can you help me with my problem ^^?
[QUOTE=sa2fan;20517238]Hey B1N4RY can you help me with my problem ^^?[/QUOTE]
Your problem with the picture is because i based the position off of my screen size,i will post a fix for it for now, and i will fix the problem for the next release.
Wow, more stuff just keep popping up. They're awesome. I like the stealth bomber. It would be great if you considered my suggestion. Remember?
[QUOTE=jakejakke;20518209]Wow, more stuff just keep popping up. They're awesome. I like the stealth bomber. It would be great if you considered my suggestion. Remember?[/QUOTE]
i already put your suggestion in, check the weapons menu
[QUOTE=Death dealer142;20517487]Your problem with the picture is because i based the position off of my screen size,i will post a fix for it for now, and i will fix the problem for the next release.[/QUOTE]
I'm guessing your next release will be for a loooong time, you guys must be taking a break... lol
[QUOTE=Death dealer142;20014700]Hello, so i have been working on making the killstreaks that are in Modern warfare 2 available in Garry's mod.
So far i have done the
[list]
[*]UAV
[*]Predator missile
[*]Precision Airstrike
[*]Harrier
[*]Stealth bomber
[*]AC-130
[*]Tactical Nuke
[/list]
Planned for next release:
[list]
[*]Attack Helicopter
[*]Pavelow
[/list]
I plan on making all the killstreaks including the counter UAV
To use an acquired killstreak bind "Use_KillStreak" to what ever.
When you join a game, or start up a server or single player, a window will pop up asking for you to choose which kill streaks you want to use, you can select up to 3. to change the killstreaks again open the menu through the user tab under utilitys. in order for the new killstreaks to take effect you will have to die and respawn.
To use the predator missile, press the movement keys ( normally W A S D), to increase the speed press the fire button
The harrier placement is the same as the predator missile
The air strikes work like the harrier, except right clicking changes the direction of the strike
The AC-130: move mouse to look around, fire button fires the missiles and secondary fire changes weapons
If you have seen B1N4RY!'s video, you will see at the end of the video the tactical nuke, but you also see him dieing from it, this is not true in the pack, he changed it so you could see the effect of it on a player. The user of the nuke doesn't die form using it.
To allow the Harrier to turn and move:
There is an option to allow the harrier to move and rotate around, in the harrier int.lua file in line 39, you should see this: "ENT.AllowMove = false;" change it to true, i left it out because when the harrier attacks it rotates to its original orientation, but it then rotates back when its done. At the moment i'm not sure what causes it to act weird, but i will look into it
I put in the custom sounds from the game in, as well as custom kill icons
Now there are sounds from the different teams, like the militia, navy seals, Russians, Tf141, and the US marines
There is also now a menu to change what team sound plays. located in the same place as the menu you would use to select your killstreaks
Since some NPCs are easier to kill then players, i have put in a feature to change the amount of kills required for killing an NPC to equal one player kill. EX: setting it to 3 will require that the player kill 3 NPCs to get 1 kill, so lets say you want to get a uav well the player would have to kill 9 NPCs to get a UAV.
Killing a strider or antlion guard = 1 player kill.
Only the admin can change this, and they can choose to disable this addon as well.
I've included a stinger missile (missing the sounds) to shoot down the Harrier, and AC-130
The menu to set these setting are under the utilitys menu, under admin
Thanks and credits:
[list]
[*]B1N4RY! - for helping me on this project
[*]Teta_Bonita - for his nuke effect
[*]TheMike360 - for helping me get the sounds from MW2
[*]Rago - for the killstreak acquired pictures
[*]Any one else i forgot?
[/list]
Contains all the needed models
[url=http://www.garrysmod.org/downloads/?a=view&id=92542][img]http://www.garrysmod.org/img/?t=dll&id=92542[/img][/url]
Trailer of the new version (Not yet released) (First video)
[hd]http://www.youtube.com/watch?v=99qg6frs1wY[/hd]
[media]http://www.youtube.com/watch?v=EKvFUwAx2KI[/media]
[media]http://www.youtube.com/watch?v=bM5-6NXDxsk[/media]
[media]http://www.youtube.com/watch?v=SWW_vIdBZug[/media]
A lot of people have been asking me where to get the NPCs that are in the video with the AC-130
You will need an SVN client and here's the link: [url]http://subversion.assembla.com/svn/Neurocars2[/url]
All credit goes to Hoffa for the NPCs[/QUOTE]
Looks nice i might create some addons for this and like take some stuff out of Call of duty: World at war.
E.G.
3 kills satalite
5 kills Release the dogs, Our dogs will find them
7 kills Airstrike
I will probably make a Call of duty: World at war map :)
Some people will experience the acquired killstreak texture partially off screen, this is because i based it off my screen size, i'm sorry about that. I have a fix for that problem.
Open this file with either notepad, or what ever text editor you like to use:
Modern warfare killstreaks\lua\autorun\client\drawKillstreak.lua
Line 7 in that file is the line you will want to change. It looks like this
[code]
local picturePossitonY = centerY - 500
[/code]
Change it to this
[code]
local picturePossitonY = 0
[/code]
That should fix the problem.
[QUOTE=Death dealer142;20521885]Some people will experience the acquired killstreak texture partially off screen, this is because i based it off my screen size, i'm sorry about that. I have a fix for that problem.
Open this file with either notepad, or what ever text editor you like to use:
Modern warfare killstreaks\lua\autorun\client\drawKillstreak.lua
Line 7 in that file is the line you will want to change. It looks like this
[code]
local picturePossitonY = centerY - 500
[/code]
Change it to this
[code]
local picturePossitonY = 0
[/code]
That should fix the problem.[/QUOTE]
Thanks! You've made my day even better haha :) Tell me, when are you going to start working on the next release?
[QUOTE=sa2fan;20516496]No I love this masterpiece but I hate your attitude.
[editline]12:05PM[/editline]
Trigger[/QUOTE]
Got a good reference for the trigger?
Taken from the Modern Warfare 2 wiki.
[img]http://images2.wikia.nocookie.net/callofduty/images/1/1a/C4_Trigger.png[/img]
[QUOTE=Marine123;20531503]Taken from the Modern Warfare 2 wiki.
[img]http://images2.wikia.nocookie.net/callofduty/images/1/1a/C4_Trigger.png[/img][/QUOTE]
YES!!!!!!!!!! I also put in a request for it to be ripped instead =P
Ok this is strange,
I got a huge problem.
I did what the read me said,I put the weapons folder into the MW2 killstreak folder,deleted the other one,I went in game and tryed typing in console "Use_Killstreak" nothing happend.I then tryed to kill some people,nothing happend.I then tried going into utilitys and finding thw MW2 killstreak thing.
It wasnt there.
Help?
I have a problem. It works kinda in singleplayer, butis completely missing from multiplayer.
Plus, the airstrikes and killstreaks like that, the bombs dont explode and the jets are invisable.
[QUOTE=Buellster;20543689]I have a problem. It works kinda in singleplayer, butis completely missing from multiplayer.
Plus, the airstrikes and killstreaks like that, the bombs dont explode and the jets are invisable.[/QUOTE]
Try it with a clean install, if it then works perfectly then your problem was a conflicting addon
[QUOTE=Antinoob8888;20543483]Ok this is strange,
I got a huge problem.
I did what the read me said,I put the weapons folder into the MW2 killstreak folder,deleted the other one,I went in game and tryed typing in console "Use_Killstreak" nothing happend.I then tryed to kill some people,nothing happend.I then tried going into utilitys and finding thw MW2 killstreak thing.
It wasnt there.
Help?[/QUOTE]
go under mw2 killstreaks (in the utility menu ) and check the box that says "enable killstreaks"
[QUOTE=Death dealer142;20543910]Try it with a clean install, if it then works perfectly then your problem was a conflicting addon[/QUOTE]
Clean install?
[editline]06:38PM[/editline]
[QUOTE=Trooper0315;20544158]go under mw2 killstreaks (in the utility menu ) and check the box that says "enable killstreaks"[/QUOTE]
I tried that,in game.It didnt work
You should add something so an admin can just use the killstreaks by typing a command in console, but have them disabled for everyone else - or make it so an admin can just grant it to a player instantly.
Also, the AC130's big cannon looked really weak, just like a small explosion. Are you planning to make that bigger?
[QUOTE=Kung Fu Jew;20544400]You should add something so an admin can just use the killstreaks by typing a command in console, but have them disabled for everyone else - or make it so an admin can just grant it to a player instantly.
Also, the AC130's big cannon looked really weak, just like a small explosion. Are you planning to make that bigger?[/QUOTE]
For the first part of your post, look under the weapons menu, all the killstreaks i have done so far are there except for the nuke, and are only available to admins.
If you mean the explosion effect looked weak, i have changed that now.
Alright, cool. I just hadn't used it at the time I posted it. Is there a way to turn it off so that killstreaks are not allowed to be obtained by killing the certain amount? It would be cool if you had to get the weapon, and it was a one-time use kind of thing (maybe the weapon could be deleted from you when you use it?), so that admins could grant themselves or other players the ability to use the killstreaks at certain times.
Ok this is strange,
I got a huge problem.
I did what the read me said,I put the weapons folder into the MW2 kill streak folder,deleted the other one,I went in game and tryed typing in console "Use_Killstreak" nothing happend.I then tried to kill some people,nothing happend.I then tried going into utilitys and finding the MW2 kill streak thing.
It wasn't there.
Help?
And yes I did look at utlitys and such,help death dealer?
[QUOTE=Kung Fu Jew;20544669]Alright, cool. I just hadn't used it at the time I posted it. Is there a way to turn it off so that killstreaks are not allowed to be obtained by killing the certain amount? It would be cool if you had to get the weapon, and it was a one-time use kind of thing (maybe the weapon could be deleted from you when you use it?), so that admins could grant themselves or other players the ability to use the killstreaks at certain times.[/QUOTE]
There is a way to disable the killstreaks, there is a option in the utilitys menu under admin that lets you enable it.
I will think about that second part, i might out that in
[editline]09:01PM[/editline]
[QUOTE=Antinoob8888;20544722]Ok this is strange,
I got a huge problem.
I did what the read me said,I put the weapons folder into the MW2 kill streak folder,deleted the other one,I went in game and tryed typing in console "Use_Killstreak" nothing happend.I then tried to kill some people,nothing happend.I then tried going into utilitys and finding the MW2 kill streak thing.
It wasn't there.
Help?
And yes I did look at utlitys and such,help death dealer?[/QUOTE]
When you extract the files from the zip you see one folder named "Modern warfare killstreaks" this one folder is [B]Not[/B] the addon, this holds the addon. If you open the folder you will see a second folder with the same name ("Modern warfare killstreaks") this [B]Is[/B] the addon you place this folder in to your addons folder.
I'm not sure if you did this already, but based on your problem it sounds like that it isn't even recognized by the game if it doensn't know the command or the menus
Also you should put the killstreaks in the SWEP menu... or the MW2 killstreaks menu
Hopefully you release the pavelow and whatnot by tommorow
Idea for EMP:
hide_hud 1 for a period of time
hide_crosshair 1 (If theirs such thing) for a period of time
convert all vehicles into vehicle models
convert all SENTS into the SENT models
destroy all combine metal-monsters (rollermines, manhacks, hunters, striders,ect.)
electricute turrets so they fall over in an akward way
mess up all combine soldiers+elites (Fuck up AI, if possible)
Headcrabs start doing weird dances, like it's drowning....
Zombies heads explodes(set the head's size to nothing)
[QUOTE=ROFLBURGER;20545236]Also you should put the killstreaks in the SWEP menu... or the MW2 killstreaks menu
Hopefully you release the pavelow and whatnot by tommorow
Idea for EMP:
hide_hud 1 for a period of time
hide_crosshair 1 (If theirs such thing) for a period of time
convert all vehicles into vehicle models
convert all SENTS into the SENT models
destroy all combine metal-monsters (rollermines, manhacks, hunters, striders,ect.)
electricute turrets so they fall over in an akward way
mess up all combine soldiers+elites (Fuck up AI, if possible)
Headcrabs start doing weird dances, like it's drowning....
Zombies heads explodes(set the head's size to nothing)[/QUOTE]
Most of those are good ideas, but I don't like these ideas:
[QUOTE][B]mess up all combine soldiers+elites (Fuck up AI, if possible)
Headcrabs start doing weird dances, like it's drowning....
Zombies heads explodes(set the head's size to nothing)[/B][/QUOTE]
I liked your idea for EMP
How about making a little bonus with the Pave Low and Attack Helicopter? Care package :D?
what buttons do you press to use them?
Sorry, you need to Log In to post a reply to this thread.