[WIP][Enhancer Mod] 64k + [1.2] we got a lot of stuff going on under the hood. updated 7/24
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.
- Agitatio
- Posts: 242
- Joined: Mon Sep 05, 2011 10:07 am
- Graphics Processor: nVidia with Vulkan support
Re: [WIP][Enhancer Mod] 64k + [1.0] updated 4/2021
I love the way you've made weapons move with camera/movement!
Re: [WIP][Enhancer Mod] 64k + [1.0] updated 4/2021
Love this mod, but can you please make an option to bring back slippery vanilla movement?
Last edited by NotSoHazy on Fri Apr 02, 2021 2:24 am, edited 1 time in total.
- zrrion the insect
- Posts: 2432
- Joined: Thu Jun 25, 2009 1:58 pm
- Location: Time Station 1: Moon of Glendale
Re: [WIP][Enhancer Mod] 64k + [1.0] updated 4/2021
that would be pretty easy actually. I'll work on that along with the other changes I have in the works.
- StroggVorbis
- Posts: 866
- Joined: Wed Nov 08, 2017 4:23 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Germany
Re: [WIP][Enhancer Mod] 64k + [1.0] updated 4/2021
I'm trying the latest version out right now. I entered MAP02 Underhalls with 100 HP and picking up a health bonus sets my health to 96 for some reason.
Also, jumping, being airborne and landing causes the view to jitter randomly when turning as if it's not being interpolated. More noticeable when lowering i_timescale.
Also, jumping, being airborne and landing causes the view to jitter randomly when turning as if it's not being interpolated. More noticeable when lowering i_timescale.
- zrrion the insect
- Posts: 2432
- Joined: Thu Jun 25, 2009 1:58 pm
- Location: Time Station 1: Moon of Glendale
Re: [WIP][Enhancer Mod] 64k + [1.0] updated 4/2021
I'm not able to replicate either of those issues? do you have anything auto-loaded? A video of what you mean would also be handy
Re: [WIP][Enhancer Mod] 64k + [1.0] updated 4/2021
I have an issue with health pickups :
My health is set to 97, I picked "opened" a medikit and gives me 3 HP, which set my health to 100. But, right after I picked up a SoulSphere, and set my health points to 197 and not 200.
Here's probably a problem with "Thrifty Health".
My health is set to 97, I picked "opened" a medikit and gives me 3 HP, which set my health to 100. But, right after I picked up a SoulSphere, and set my health points to 197 and not 200.
Here's probably a problem with "Thrifty Health".
- StroggVorbis
- Posts: 866
- Joined: Wed Nov 08, 2017 4:23 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Germany
Re: [WIP][Enhancer Mod] 64k + [1.0] updated 4/2021
@zrrion the insect
I have nothing in my autoload, just regular Doom 2 continuous. Reading Ac!d's post, sounds like he's experiencing a similar issue. So anyway, I picked up anything I could in Entryway, which means a couple clips, a shotgun, green armor, a rocket launcher, health and armor bonuses, stimpacks and medkits. Exited the map with exactly 100 health. Then, upon starting Underhalls, I immediately went for the three health bonuses to the left of the spawn, and upon touching one, my health dropped down to 96.
EDIT: Dunno if it helps you with debugging the issue, but here's my save file. Just turn left and pick up the health potions.
I have nothing in my autoload, just regular Doom 2 continuous. Reading Ac!d's post, sounds like he's experiencing a similar issue. So anyway, I picked up anything I could in Entryway, which means a couple clips, a shotgun, green armor, a rocket launcher, health and armor bonuses, stimpacks and medkits. Exited the map with exactly 100 health. Then, upon starting Underhalls, I immediately went for the three health bonuses to the left of the spawn, and upon touching one, my health dropped down to 96.
EDIT: Dunno if it helps you with debugging the issue, but here's my save file. Just turn left and pick up the health potions.
- Attachments
-
64k.zds
- (73.41 KiB) Downloaded 45 times
- zrrion the insect
- Posts: 2432
- Joined: Thu Jun 25, 2009 1:58 pm
- Location: Time Station 1: Moon of Glendale
Re: [WIP][Enhancer Mod] 64k + [1.0] updated 4/2021
okay, I was able to replicate the health issue. Thats really weird! I'm not entirely sure what in the code causes it, but I know at least where in the code the issue is coming from so I'll poke around there to see if I can get it to work properly
EDIT: apparently the issue was really easy to fix. I'm still testing to make sure I haven't introduced any weird edge cases though but assuming all goes according to plan I should have a hotfix pushed out the door soon
EDIT: apparently the issue was really easy to fix. I'm still testing to make sure I haven't introduced any weird edge cases though but assuming all goes according to plan I should have a hotfix pushed out the door soon
- zrrion the insect
- Posts: 2432
- Joined: Thu Jun 25, 2009 1:58 pm
- Location: Time Station 1: Moon of Glendale
Re: [WIP][Enhancer Mod] 64k + [1.1] updated 4/2021
https://www.mediafire.com/file/gtgg379l ... kp+1.1.pk3
updated to V1.1. bugfixes for the thrifty health/ammo included. Additionally health/ammo/armor should state how much you get in the pickup message.
updated to V1.1. bugfixes for the thrifty health/ammo included. Additionally health/ammo/armor should state how much you get in the pickup message.
-
- Posts: 533
- Joined: Fri Sep 11, 2015 5:26 am
Re: [WIP][Gameplay Mod] 64k +
do you have that hud?zrrion the insect wrote:[img/http://www.mediafire.com/convkey/1634/i ... zg.jpg/img]
The smart ammo system has been implemented and now I'm working on a doom-alpha/beta inspired HUD.
- zrrion the insect
- Posts: 2432
- Joined: Thu Jun 25, 2009 1:58 pm
- Location: Time Station 1: Moon of Glendale
Re: [WIP][Enhancer Mod] 64k + [1.1] updated 4/2021
I do no have that hud anymore, you could probably cut it out of the screenshot and recreate it pretty easily though
- Xtyfe
- Posts: 1490
- Joined: Fri Dec 14, 2007 6:29 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
Re: [WIP][Enhancer Mod] 64k + [1.1] updated 4/2021
Hey there, I just realized I have been using the weapon and ammo sprites from this mod as a base for a level set I am designing. Is it ok if I include them as part of what I am doing? Totally fine if not of course! I am planning to see if I can have some brightmaps made of the weapons if that would be of interest to you as well.zrrion the insect wrote:https://www.mediafire.com/file/gtgg379l ... kp+1.1.pk3
updated to V1.1. bugfixes for the thrifty health/ammo included. Additionally health/ammo/armor should state how much you get in the pickup message.
- zrrion the insect
- Posts: 2432
- Joined: Thu Jun 25, 2009 1:58 pm
- Location: Time Station 1: Moon of Glendale
Re: [WIP][Enhancer Mod] 64k + [1.1] updated 4/2021
sure, use anything I've ever posted in whatever mod stuff you want to use it in. I don't personally like brightmaps in classic doom stuff but I'd still love to see whatever you come up with.
- Xtyfe
- Posts: 1490
- Joined: Fri Dec 14, 2007 6:29 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
Re: [WIP][Enhancer Mod] 64k + [1.1] updated 4/2021
Do you happen to still have the image sources, and would it be ok for me to use them? Creating bright maps has been simple for some, but I can't seem to get others quite right.zrrion the insect wrote:sure, use anything I've ever posted in whatever mod stuff you want to use it in. I don't personally like brightmaps in classic doom stuff but I'd still love to see whatever you come up with.
- zrrion the insect
- Posts: 2432
- Joined: Thu Jun 25, 2009 1:58 pm
- Location: Time Station 1: Moon of Glendale
Re: [WIP][Enhancer Mod] 64k + [1.1] updated 4/2021
What ones are you needing?