[WIP] COD:DoomOps
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
-
- Posts: 1489
- Joined: Thu Sep 07, 2006 12:24 pm
- Location: Boringland, California
Re: [WIP] COD:DoomOps
The muzzleflash looks awful. Also, the M14 fires way too slow compared to COD:Black Ops.
-
- Posts: 83
- Joined: Sat Dec 19, 2009 1:17 am
- Location: In front of my computer
Re: [WIP] COD:DoomOps
I just put up an updated WAD to fix these problems. Keep the constructive criticism coming!
-
- Posts: 1423
- Joined: Wed Jan 02, 2008 10:02 pm
- Location: Chile
Re: [WIP] COD:DoomOps
ok i tested, the flash need more work, is like a missile, i recomended you , use the flash state, create a static fire sprite , remember, the flash sprite overlap the fire state sprites. The sprites are very cool hight quality....
-
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
Re: [WIP] COD:DoomOps
Did you correct the issue with the knife sounds? I edited it into my last post at about the same time you replied regarding the DoomPlayer fix, so I'm not sure if you noticed it or not.SergeantGnarKill wrote:I just put up an updated WAD to fix these problems. Keep the constructive criticism coming!
-
- Posts: 83
- Joined: Sat Dec 19, 2009 1:17 am
- Location: In front of my computer
Re: [WIP] COD:DoomOps
I did not notice that edit until now. Thanks, I will fix that as well.wildweasel wrote:Did you correct the issue with the knife sounds? I edited it into my last post at about the same time you replied regarding the DoomPlayer fix, so I'm not sure if you noticed it or not.SergeantGnarKill wrote:I just put up an updated WAD to fix these problems. Keep the constructive criticism coming!
-
- Posts: 224
- Joined: Thu Jan 20, 2011 9:37 am
Re: [WIP] COD:DoomOps
Hm... i didn't download it yet, but i have seen the file size, it's not really big, but i'm afraid, after all weapons are inserted into this wad, HOW MUCH will it weight? I'm gonna make some calculations now...
*EDIT*
I can't say, i don't know how many weapons you will put into this wad, HOWEVER, i just read you will put each weapon individually, in the end, will you make a single wad/pk3? I want to pwn people online with this.
FINAL THOUGHTS:
Well, this weapon should have ZoomFactor reduced to 1.3, Zoom factor should be put into the first frame of the aiming down movement, ADS should have WRF_NOBOB in it.
Smoke grenade lags a bit(software mode) but it could just be me.
And shouldn't the knifing be imediate? I mean, you press the knife button and it doesn't even lower the weapon, it just shows the knife cutting through the screen and then the weapon rising again, that's how i think it sohuld be.
*EDIT*
I can't say, i don't know how many weapons you will put into this wad, HOWEVER, i just read you will put each weapon individually, in the end, will you make a single wad/pk3? I want to pwn people online with this.
FINAL THOUGHTS:
Well, this weapon should have ZoomFactor reduced to 1.3, Zoom factor should be put into the first frame of the aiming down movement, ADS should have WRF_NOBOB in it.
Smoke grenade lags a bit(software mode) but it could just be me.
And shouldn't the knifing be imediate? I mean, you press the knife button and it doesn't even lower the weapon, it just shows the knife cutting through the screen and then the weapon rising again, that's how i think it sohuld be.
-
- Posts: 224
- Joined: Thu Jan 20, 2011 9:37 am
Re: [WIP] COD:DoomOps
I'm afraid i will have to double post but it is an important warning:
DO NOT PLAY THIS WAD IN FULLSCREEN! ZDoom will eventually crash on death, independent on how you are playing, it will, you can only quit if you are in windowed mode, so, if you don't want to need to brutally turn off your PC, play on windowed mode.
DO NOT PLAY THIS WAD IN FULLSCREEN! ZDoom will eventually crash on death, independent on how you are playing, it will, you can only quit if you are in windowed mode, so, if you don't want to need to brutally turn off your PC, play on windowed mode.
-
- Posts: 83
- Joined: Sat Dec 19, 2009 1:17 am
- Location: In front of my computer
Re: [WIP] COD:DoomOps
How can I fix this? It's been happening to me as well.
-
- Posts: 224
- Joined: Thu Jan 20, 2011 9:37 am
Re: [WIP] COD:DoomOps
Unfortunately i have no idea, oh, and another small thing, when you hit an enemy with the knife it plays the M14 shooting sound.
I will analyze the code, and see if i can find anything, do you have any idea of what could be causing this? The problem is at the time of death, did you program something to happen at that time?
I will analyze the code, and see if i can find anything, do you have any idea of what could be causing this? The problem is at the time of death, did you program something to happen at that time?
-
- Posts: 7656
- Joined: Sat Aug 07, 2004 5:14 am
- Location: Some cold place
Re: [WIP] COD:DoomOps
You're causing an infinite loop on death by having A_Lower repeat indefinitely without giving the game a tic to do anything.
-
- Posts: 1423
- Joined: Wed Jan 02, 2008 10:02 pm
- Location: Chile
Re: [WIP] COD:DoomOps
Lower:
TNT1 A 0 A_Lower
loop
this is the problem...
solution:
Lower:
TNT1 A 1 A_Lower
loop
TNT1 A 0 A_Lower
loop
this is the problem...
solution:
Lower:
TNT1 A 1 A_Lower
loop
-
- Posts: 83
- Joined: Sat Dec 19, 2009 1:17 am
- Location: In front of my computer
Re: [WIP] COD:DoomOps
Awesome... Thanks. I just fixed it. I will put the update up in a little bit.
Okay, so I want to make it so that while I'm in the smoke, I'm invisible. How can I do this?
Smoke Grenade
Also, I just made a Nova Gas Grenade, right now it is the same as the Smoke Grenade (except with greenish brownish smoke) How can I make this so that it causes minor damage when you walk through it?
Nova Gas Grenade
Okay, so I want to make it so that while I'm in the smoke, I'm invisible. How can I do this?
Smoke Grenade
Spoiler:
Also, I just made a Nova Gas Grenade, right now it is the same as the Smoke Grenade (except with greenish brownish smoke) How can I make this so that it causes minor damage when you walk through it?
Nova Gas Grenade
Spoiler:I would also like to eventually make a flashbang grenade.
-
- Posts: 83
- Joined: Sat Dec 19, 2009 1:17 am
- Location: In front of my computer
Re: [WIP] COD:DoomOps
New Update!
I have added the Death Machine, Nova Gas Grenades and CoD style crosshairs. I have also fixed some of the concerns people have brought up. I put the new WAD on the original post.
New Screenshots
I have added the Death Machine, Nova Gas Grenades and CoD style crosshairs. I have also fixed some of the concerns people have brought up. I put the new WAD on the original post.
New Screenshots
Spoiler:
-
- Posts: 224
- Joined: Thu Jan 20, 2011 9:37 am
Re: [WIP] COD:DoomOps
Whoa! That was quick, but, is the death machine that simple in the actual game? I mean, no aiming down the sight, reloading, anything? Ah, no problem, the m14 is all okay now, knife too, hey, can you do me a big favor? I recommend the AK47 with that ACOG (or whatever it is called) ADS, i mean, my prefered weapons are the automatic!
Hey, i'm afraid about the ready state, doesn't it use a tad of RAM to do all that a_jumpifinventory checking? Maybe it would be best to use ACS, but of course, till now i didn't have any problems.
Hey, i'm afraid about the ready state, doesn't it use a tad of RAM to do all that a_jumpifinventory checking? Maybe it would be best to use ACS, but of course, till now i didn't have any problems.
-
- Posts: 733
- Joined: Tue Mar 02, 2010 8:30 pm
- Graphics Processor: nVidia with Vulkan support
Re: [WIP] COD:DoomOps
I think the Death Machine was just a point and shoot weapon with wind-up times and overheating in Black Ops.