View unanswered posts | View active topics It is currently Tue Apr 16, 2024 9:48 am



Reply to topic  [ 106 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
 Modern Warfare 2 v0.8 OUT NOW! 
Author Message
User avatar

Joined: Sat Nov 14, 2009 5:09 pm
Posts: 70
Reply with quote
Post Re: Modern Warfare 2 [WIP-Alpha]
this faction/mod is dead

Psyk323 told me a while back that he was no longer willing to sprite for this mod,
i also decided that i would make this my last modification for this game and without a spriter or the motivation to continue this myself i am also abandoning CC-MW2,
although i will leave the current version of this up (im not ragequiting :grin: )

if anyone would like to continue work on this mod pm me i will send you the latest version of the mod, with a few unfinished weapons (mainly sprites for pistols and sub-machineguns) and i will happily explain the way i have organised the mod and explain wtf i was thinking if the code confuses you.

thanks to all who used and enjoyed this modification, making it was alot of fun.


Sat Jul 31, 2010 1:15 pm
Profile YIM
User avatar

Joined: Mon Jun 28, 2010 10:23 pm
Posts: 47
Location: Wales
Reply with quote
Post Re: Modern Warfare 2 [WIP-Alpha]
It was a good mod anyway. :)


Sat Jul 31, 2010 9:49 pm
Profile
User avatar

Joined: Sat Nov 14, 2009 5:09 pm
Posts: 70
Reply with quote
Post Re: Modern Warfare 2 [WIP-Alpha]
Image
Its true, me and Psyk are back working on this!

also i would like to thank you all for 2000+ downloads of the current alpha version


Thu Dec 23, 2010 12:04 am
Profile YIM
User avatar

Joined: Thu Jul 08, 2010 10:24 pm
Posts: 185
Location: Big Applesauce
Reply with quote
Post Re: Modern Warfare 2 UPDATE COMING SOON!
Actors would be nice.


Thu Dec 23, 2010 12:22 am
Profile
User avatar

Joined: Fri Aug 22, 2008 6:08 pm
Posts: 170
Reply with quote
Post Re: Modern Warfare 2 UPDATE COMING SOON!
MW2 mod?
Can we have aimbotting AI cursing "GTFO n00b lol" every time we kill them too?


Thu Dec 23, 2010 4:04 am
Profile
User avatar

Joined: Fri Mar 19, 2010 5:00 pm
Posts: 51
Reply with quote
Post Re: Modern Warfare 2 UPDATE COMING SOON!
kiberkiller wrote:
MW2 mod?
Can we have aimbotting AI cursing "GTFO n00b lol" every time we kill them too?


I just "rofled". But to be honest, me and stonecrow hate MW2. We made this mod just for fun... and for the weapons... Nothing more.


Thu Dec 23, 2010 12:42 pm
Profile
User avatar

Joined: Tue Aug 21, 2007 6:50 pm
Posts: 93
Location: Lithuania.
Reply with quote
Post Re: Modern Warfare 2 UPDATE COMING SOON!
I can give you some stripes if you like them :)
Image


Thu Dec 23, 2010 2:07 pm
Profile
User avatar

Joined: Sat Nov 14, 2009 5:09 pm
Posts: 70
Reply with quote
Post Re: Modern Warfare 2 UPDATE COMING SOON!
wow just wow
those are alot of recamoflages of the weapons :grin:
expect a pm from me once ive spoken to psyk!

btw if your wondering how long till we release the new version,
me and psyk are working hard to get all the weapons that we had planned for the full version and more in game and tested
we are not going to release untill we are satisfied we have a large and polished enough gift for all of you!

EDIT:we are now on Mod DB, we even made the frontpage :)
Image
check us out!


Thu Dec 23, 2010 6:24 pm
Profile YIM

Joined: Fri Dec 24, 2010 12:43 am
Posts: 23
Reply with quote
Post Re: Modern Warfare 2 UPDATE COMING SOON!
If you plan on updating, can you fix the ridiculous ability of these guns to burrow their way through concrete when so much as stepped on or even nudged? Currently, they dig better than many digging tools (An exaggeration, but the problem is rather annoying).


Sat Dec 25, 2010 5:27 am
Profile
User avatar

Joined: Sat Nov 14, 2009 5:09 pm
Posts: 70
Reply with quote
Post Re: Modern Warfare 2 UPDATE COMING SOON!
well i think that was a combination of the weapon weight and their physics damage resistance
i think its fairly fixed, all the weapon and magazine weights have completely changed in the new version!#

also in other news , my news post made the frontpage!! here


Sat Dec 25, 2010 1:17 pm
Profile YIM
User avatar

Joined: Sun Jan 09, 2011 9:26 am
Posts: 19
Location: Finland lol
Reply with quote
Post Re: Modern Warfare 2 UPDATE COMING SOON!
There should be all snipers!! Plz....Do the snipers 8)


Tue Jan 11, 2011 4:57 pm
Profile

Joined: Sun May 02, 2010 3:39 pm
Posts: 354
Reply with quote
Post Re: Modern Warfare 2 UPDATE COMING SOON!
I can't wait for this!


Fri Feb 04, 2011 5:29 pm
Profile
User avatar

Joined: Mon Jan 25, 2010 11:35 pm
Posts: 675
Reply with quote
Post Re: Modern Warfare 2 UPDATE COMING SOON!
Code:
AddAmmo = Round
   PresetName = Round GunName
   ParticleCount = 3
   Particle = MOPixel
      PresetName = Particle GunName
      Mass = 0.05
      RestThreshold = 500
      LifeTime = 1000   //The round wants to be Forever Young//   
      Sharpness = 35
      AirResistance = 0.020
      HitsMOs = 1
      GetsHitByMOs = 0
      Color = Color
         R = 255
         G = 0
         B = 255
      Atom = Atom
         Material = Material
            CopyOf = Bullet Metal
         TrailColor = Color
            R = 255
            G = 0
            B = 255
         TrailLength = 0
   Shell = AEmitter
      CopyOf = Name of shell //Make sure it is an AEmitter 
   FireVelocity = 165
   ShellVelocity = 10
   Separation = 0

AddAmmo = Round
   CopyOf = Round Nagant
   PresetName = Round GunName Tracer
   ParticleCount = 4
   Particle = MOPixel
      CopyOf = Particle GunName
      PresetName = Particle GunName Tracer
      RestThreshold = 500
      LifeTime = 1000
      HitsMOs = 1
      GetsHitByMOs = 0
      Color = Color
         R = 47
         G = 47
         B = 47
      Atom = Atom
         Material = Material
            CopyOf = Bullet Metal
         TrailColor = Color
            R = 255
            G = 255
            B = 159
         TrailLength = 20
   FireVelocity = 165
   ShellVelocity = 13



You can make use of my bullets, they have somewhat realistic speed and damage.


Fri Feb 04, 2011 6:34 pm
Profile
User avatar

Joined: Wed Feb 10, 2010 4:06 am
Posts: 1294
Location: Comox, BC, Canada
Reply with quote
Post Re: Modern Warfare 2 UPDATE COMING SOON!
or make your sharpness lower and fire two bullets per shot, with no spread. They move at the same rate and occupy the same space, so do the same amount of damage with no terrain rape.


Fri Feb 04, 2011 7:32 pm
Profile WWW
User avatar

Joined: Sun Jan 30, 2011 6:02 pm
Posts: 34
Location: Cold and dark Finland
Reply with quote
Post Re: Modern Warfare 2 UPDATE COMING SOON!
OMG these are sweet :lol:


Sat Feb 05, 2011 6:33 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 106 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next

Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.104s | 16 Queries | GZIP : Off ]