Q4LFM-DE: Updated 1.05 (06-29-17, please redownload)
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.
-
iSpook
- Posts: 743
- Joined: Sun Feb 05, 2006 9:23 am
- Location: In the middle of Stephen King Territory
Re: Q4LFM-DE: Released! New trailer up!
I think the only thing is out of place right now is that you didn't replace the barrel's with a version of them that has pretty FX, it's sort of odd, considering you did it for DOOMSTORM (or at least, I remember that you did.)
-
PooshhMao
- Posts: 135
- Joined: Sun Oct 06, 2013 2:09 am
Re: Q4LFM-DE: Released! New trailer up!
Been playing some of my favourite megawads using this the last hour, pretty entertaining 
Well done. Do you plan to add reloading later?
Also, I'm not sure about giving enemies railguns. They are killing me disproportionately often
Well done. Do you plan to add reloading later?
Also, I'm not sure about giving enemies railguns. They are killing me disproportionately often
-
iSpook
- Posts: 743
- Joined: Sun Feb 05, 2006 9:23 am
- Location: In the middle of Stephen King Territory
Re: Q4LFM-DE: Released! New trailer up!
I dunno, the mod's name is "Quake 4 LIGHTING FAST mod", reloading kinda slows that down.
-
Zhs2
- Posts: 1304
- Joined: Fri Nov 07, 2008 3:29 pm
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
- Location: Maryland, USA, but probably also in someone's mod somewhere
Re: Q4LFM-DE: Released! New trailer up!
If this is so lightning fast, why is the machine gun soooooo sloooooooooooooooow.................
-
iSpook
- Posts: 743
- Joined: Sun Feb 05, 2006 9:23 am
- Location: In the middle of Stephen King Territory
Re: Q4LFM-DE: Released! New trailer up!
Because It's also gotta be balanced as well?
Edit: Oh and I finally started to upload videos to this. Man I'm such a scrub.
Edit: Oh and I finally started to upload videos to this. Man I'm such a scrub.
-
Valherran
- Posts: 1414
- Joined: Tue Oct 27, 2009 12:58 pm
Re: Q4LFM-DE: Released! New trailer up!
You got that part right. I played through Doom 2 with this, and yeah, it is very unbalanced. You die way too easily out of nowhere. Monsters need to have their damage toned down across the board.Because It's also gotta be balanced as well?
-
DBThanatos
- Posts: 3101
- Joined: Fri Apr 14, 2006 3:17 pm
- Location: in "the darkness that lurks in our mind"
Re: Q4LFM-DE: Released! New trailer up!
I havent tried that specific version. I tested this with the latest stable gzdoom release I could find and it was working fine. If you could link me to that version, I can investigate.lizardcommando wrote:I think I may have found a bug. With the machinegun. I can't seem to unzoom, even when I switch to a different weapon. The scope graphics appear for a split second then disappear, but the view is still zoomed in. I'm using the 1.9.99 Github Build of GZDoom.
wildweasel wrote:This seems pretty well put together, though admittedly I do miss the reloads from vanilla Quake 4.
-Ghost- wrote:Yeah, that's one thing I actually missed as well, being able to reload those guns. It made the upgrades feel better when you actually got a capacity increase or a faster, magazine reload like with the shotgun. Could that be a toggle sometime down the line?
About the reload, this mod was made without reloading in mind. Im not sure how feasible it is to have it switchable, since it would bloat the code quite a bit more. I will look into the possibility of using ACS to completely replace weapons that inherently use reload (mostly because it means messing around with the ammo that the weapon uses). I cant make any promises it will happen though.PooshhMao wrote:Been playing some of my favourite megawads using this the last hour, pretty entertaining
Well done. Do you plan to add reloading later?
I did not add the Napalm because I could never actually use it to make sense of it. I have the sprites around but Im unsure what its supposed to do or how strong it is. And to be honest, I never thought of the flashlight at allNullWire wrote:Would you add the napalm gun? I think this one can be a nice variant replacement for the Gauntlet
and what about the flashlight?
Aha! that's a very good point. Is one of those things I totally missed, like adding FORCEXYBILLBOARD flag to the FXiSpook wrote:I think the only thing is out of place right now is that you didn't replace the barrel's with a version of them that has pretty FX, it's sort of odd, considering you did it for DOOMSTORM (or at least, I remember that you did.)
Well, there's only 2 monsters with a proper long range railgun, Revenant class (tactical guys, only 50% of them have RG) and the Arachnotrons. Perhaps I could just make the RG tactical a bit less common than the HB one. Regarding the arachnotron, well, that one goes like that by design. But you do have a good amount of time to attack him while he charges it.PooshhMao wrote:Also, I'm not sure about giving enemies railguns. They are killing me disproportionately often
Do you mean the rate of fire?Zhs2 wrote:If this is so lightning fast, why is the machine gun soooooo sloooooooooooooooow.................
Ahh! will be watching that as soon as I can. Im curious to see how other players play it.iSpook wrote:Because It's also gotta be balanced as well?
Edit: Oh and I finally started to upload videos to this. Man I'm such a scrub.
Which skill, and what monsters? I didnt have that many problems except with the bosses, which are meant to be a PITAValherran wrote:You got that part right. I played through Doom 2 with this, and yeah, it is very unbalanced. You die way too easily out of nowhere. Monsters need to have their damage toned down across the board.Because It's also gotta be balanced as well?
-
wildweasel
- Posts: 21705
- 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: Q4LFM-DE: Released! New trailer up!
Yeah, I'm inclined to say you don't need to worry about it; it's a personal taste thing with me, and you don't need to cater to my little whims if you don't want to.DBThanatos wrote:About the reload, this mod was made without reloading in mind. Im not sure how feasible it is to have it switchable, since it would bloat the code quite a bit more. I will look into the possibility of using ACS to completely replace weapons that inherently use reload (mostly because it means messing around with the ammo that the weapon uses). I cant make any promises it will happen though.
-
PooshhMao
- Posts: 135
- Joined: Sun Oct 06, 2013 2:09 am
Re: Q4LFM-DE: Released! New trailer up!
It's still a problem if you're in a large open area. Imagine if viles didn't telegraph their attack, it would drive you nuts. That's the problem I'm having here. How about warning the player that they're being targeted by a railgun wielder?DBThanatos wrote:Well, there's only 2 monsters with a proper long range railgun, Revenant class (tactical guys, only 50% of them have RG) and the Arachnotrons. Perhaps I could just make the RG tactical a bit less common than the HB one. Regarding the arachnotron, well, that one goes like that by design. But you do have a good amount of time to attack him while he charges it.PooshhMao wrote:Also, I'm not sure about giving enemies railguns. They are killing me disproportionately often
-
iSpook
- Posts: 743
- Joined: Sun Feb 05, 2006 9:23 am
- Location: In the middle of Stephen King Territory
Re: Q4LFM-DE: Released! New trailer up!
PooshhMao wrote:Things and stuff
1.) They can really only hit you in the open if you're standing still. The RG-toting revguards is a bit more annoying to notice at a range than the Glads, but if you're not standing still a lot then you shouldn't have a problem.Valherran wrote:Things and stuff, the sequel
2.) The only enemies I think need to be nerfed a bit are the Shotgun-arm guys (Maybe a tiny damage nerf and maybe make their period between aim and fire a bit longer, I dunno.) and the Machinegun-summoner-dogbots (Holy fuck those things hurt.)
Not gonna lie, This mod is making me it's bitch. I don't like to save scum during my recordings but holy fuck it feels like it's necessary... which feels right to me for some odd reason.DBThanatos wrote:Stuff part three: The things strike back! Also stuff relating to me.
-
Zhs2
- Posts: 1304
- Joined: Fri Nov 07, 2008 3:29 pm
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
- Location: Maryland, USA, but probably also in someone's mod somewhere
Re: Q4LFM-DE: Released! New trailer up!
Yes. I know the Quake 4 vanilla machinegun is much faster firing than this, which sort of lends its characteristic flavor in the sound of spitting bullets. Slowing it down just strikes this huge, nasty discord with me; is a mod called "Lightning Fast" meant to have a machinegun with this poot-poot-poot rate of fire? (Also noticed that scoped firing is even slower, but that helps the feel of control, so I have less issues there.)DBThanatos wrote:Do you mean the rate of fire?
-
PooshhMao
- Posts: 135
- Joined: Sun Oct 06, 2013 2:09 am
Re: Q4LFM-DE: Released! New trailer up!
If you'll allow just one more tiny nitpick - I think the guns clash a bit with Doomguy's rapist latex gloves.
Black gloves just look plain better.
Black gloves just look plain better.
-
Valherran
- Posts: 1414
- Joined: Tue Oct 27, 2009 12:58 pm
Re: Q4LFM-DE: Released! New trailer up!
2nd to last setting (because I don't deal with cheesy respawning). Pretty much all of the monsters do too much damage. Yes they can be avoided, but the parts where you are most likely gonna have to take damage, with a couple more rounds of it, you die against your will. Anything close quarters related is damn near instant death in most cases, plus most fresh starts in most levels are pretty much near impossible unless you abuse the save/load.Which skill, and what monsters? I didnt have that many problems except with the bosses, which are meant to be a PITA
It pretty much comes down to the monsters dealing too much damage, or the player is too damn weak. If this is supposed to be a lightning fast MOD, it only succeeds in killing you lightning fast because I spent more time hugging corners and trying not to get hit as much as possible to survive longer. Currently it feels like I am playing Blood 1 on Extra Crispy mode...
-
SyntherAugustus
- Posts: 973
- Joined: Tue Jul 15, 2003 5:43 pm
Re: Q4LFM-DE: Released! New trailer up!
Very interesting in BTSX and Ribbicks maps.
It does feel weird that the Hyperblaster's the shotgun pickup.
It does feel weird that the Hyperblaster's the shotgun pickup.
-
lizardcommando
- Posts: 1489
- Joined: Thu Sep 07, 2006 12:24 pm
- Location: Boringland, California
Re: Q4LFM-DE: Released! New trailer up!
Here's the link to the version I used:DBThanatos wrote:I havent tried that specific version. I tested this with the latest stable gzdoom release I could find and it was working fine. If you could link me to that version, I can investigate.lizardcommando wrote:I think I may have found a bug. With the machinegun. I can't seem to unzoom, even when I switch to a different weapon. The scope graphics appear for a split second then disappear, but the view is still zoomed in. I'm using the 1.9.99 Github Build of GZDoom.
http://devbuilds.drdteam.org/gzdoom-vin ... bfd4a79.7z
EDIT: Ok, it seems to work fine in the latest GITHUB version of GZDoom and the 2.8.0 version of ZDoom. I guess it was that specific version of GZDoom that seemed to have messed things up for some weird reason.