[WIP] Unheil - A Wolfenstein inspired conversion

For Total Conversions and projects that don't otherwise fall under the other categories.
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.
User avatar
Lippeth
Posts: 293
Joined: Wed Apr 24, 2013 1:41 am
Location: Lost Angeles

Re: [WIP] Unheil - A Wolfenstein inspired conversion

Post by Lippeth »

If you took the time to fix my errors, I would be indebted to you.

I'll still continue to work on making the weapons function better, but I'd rather continue with mapping, which has been halted due to weapon reload problems.
User avatar
Tapwave
Posts: 2096
Joined: Sat Aug 20, 2011 8:54 am
Preferred Pronouns: No Preference
Graphics Processor: nVidia with Vulkan support

Re: [WIP] Unheil - A Wolfenstein inspired conversion

Post by Tapwave »

Real is brown-
But it looks very atmospheric, nice job!
User avatar
Ed the Bat
Posts: 3060
Joined: Thu May 03, 2012 1:18 pm
Graphics Processor: nVidia with Vulkan support
Location: Maryland, US
Contact:

Re: [WIP] Unheil - A Wolfenstein inspired conversion

Post by Ed the Bat »

I'd be happy to help shore up these weapons. Now, the question is, what style to go for. There are a few different schools of how reloading systems should work.

You can have the reload take ammo out of the main pool (eg., I have 100 bullets and an empy magazine for my MP40, I reload it, then I have 30 in the MP40 and 70 bullets in my ammo pool), which may be ideal if you have several different weapons with a common ammo.

Or, you can have the ammo pool include the count in the weapon magazine (I have 100 bullets, I reload, and I have 30 in my mag but my ammo pool still says 100 and will count down as I shoot), which I use a lot in my own projects, but I'd personally only recommend it if every weapon had separate ammo types.

There might be other methods, but I'm kinda drawing a blank right now. Anyway, I'll work based on whatever your favored method is, since different approaches would need to be written differently.
User avatar
Lippeth
Posts: 293
Joined: Wed Apr 24, 2013 1:41 am
Location: Lost Angeles

Re: [WIP] Unheil - A Wolfenstein inspired conversion

Post by Lippeth »

Personally, I don't mind using the same ammo for pistols, chainguns, and rifles because it makes it way easier to map not worrying if I have enough of EVERY ammo type lying around, so I like your first method. I've actually tried doing the MP40 like that, and while it will take 30 bullets and leave the main ammo pool at 70, if I only have 85 bullets, it will load 30 into the gun, but only leave me with 50 bullets in the main pool, losing five bullets in the process. Furthermore, if I am out of ammo, I can still load 30 bullets into the gun. It's been a real mess.

Basically this is my ideal result: Pistol, MP40, Kar98k and minigun should all use "clip" ammo

MP40 and Kar98k should reload how you first described, as well as switch to the next best weapon in inventory when out of ammo

Shotgun (or Trenchgun as labeled in the pk3 file) should be interruptible after loading two shells when pressing fire, but instead of going directly to the fire state, I'd like it to jump to the reload end animation and then fire. The reason for this is that realistically, if you load a shell into an empty shotgun and fire, nothing happens. You need to cock the gun first to set the shell behind the firing pin. I know this is a game and real-world rules only apply half the time, but I'm particularly adamant about a shotgun that cocks before firing if interrupting the reload state.

The shotgun should also switch to the next best weapon when empty. I hate dry-fire states, but if that's the only way, then I'll live.

If you actually decide to help fix even just one of the guns, I'll be eternally grateful and not ever hesitate to help you with whatever I can in the future!
User avatar
Ed the Bat
Posts: 3060
Joined: Thu May 03, 2012 1:18 pm
Graphics Processor: nVidia with Vulkan support
Location: Maryland, US
Contact:

Re: [WIP] Unheil - A Wolfenstein inspired conversion

Post by Ed the Bat »

Give these a try, and see how well they suit your tastes.
Spoiler: MP40
Spoiler: Kar98k
Spoiler: Trenchgun
User avatar
Woolie Wool
Posts: 1713
Joined: Mon Dec 15, 2003 3:36 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Arch Linux, Windows 11
Graphics Processor: nVidia with Vulkan support
Contact:

Re: [WIP] Unheil - A Wolfenstein inspired conversion

Post by Woolie Wool »

While this project shows promise, it is very rough and needs a lot of work. Here are some suggestions to make it better:

* Important thing when designing DECORATE weapons: All of them should handle reloading the same way. So if one weapon has a reloading system with a dual ammo count, like the Mauser or the shotgun, all of them should have that system.
* This project is badly in need of a new status bar with the treasure contributing to a score counter. You could make your own, import one from a Wolfenstein mod, or even use this one: http://www.3drealms.com/rott/images/origin28.gif
* The trench shotgun might as well be removed with the Mauser 98k taking its place, as the Mauser is a weapon the German army actually used. In addition, the Mauser should use its own ammo type rather than use the pistol bullets, and fire one really big bullet instead of four weaker ones (and remember that a real Mauser 98k holds 5 rounds, not 8).
* The MP40 fire rate could be increased (the speed of Doom's chaingun is about right for the MP40) and its damage slightly reduced to make it more accurate and more fun to use.
* Is this supposed to be set during WWII, or after? Are there supposed to be monsters as well as Nazis or are the Revenants just placeholders? If it is supposedly set in WWII, you should get rid of all the modern-looking textures (e.g. TLITE6_4) and replace them with more historically suitable alternatives.
User avatar
Ed the Bat
Posts: 3060
Joined: Thu May 03, 2012 1:18 pm
Graphics Processor: nVidia with Vulkan support
Location: Maryland, US
Contact:

Re: [WIP] Unheil - A Wolfenstein inspired conversion

Post by Ed the Bat »

Woolie Wool wrote:* Important thing when designing DECORATE weapons: All of them should handle reloading the same way. So if one weapon has a reloading system with a dual ammo count, like the Mauser or the shotgun, all of them should have that system.
I'm inclined to agree. The pistol probably ought to have a reload system like the rest of the guns. You may be able to squeak past this one on the minigun and say it's fed by a continuous belt, but it probably wouldn't hurt to add reloading to this one too.
Woolie Wool wrote:* This project is badly in need of a new status bar...
I agree, and I especially think the HUD for this project ought to include the in-mag ammo counts for these weapons, to give users a better heads-up of what he's got available.
Woolie Wool wrote:* Are there supposed to be monsters as well as Nazis or are the Revenants just placeholders?
I was wondering the same thing. Revenants, Imps, and Mancubi seem rather out of place among the Nazis, unless you explicitly wanted to incorporate some type of occult/hell angle into this.
User avatar
Lippeth
Posts: 293
Joined: Wed Apr 24, 2013 1:41 am
Location: Lost Angeles

Re: [WIP] Unheil - A Wolfenstein inspired conversion

Post by Lippeth »

Ed the Bat, you just fixed every weapon problem I had, and improved them past my expectations! Thank you a million!

As for why there are Doom monsters in this mod, I explain this in the text file as part of "the story so far". Basically you take the role of Doomguy who stepped through the wrong portal on Phobos ending up in an alternate universe, and at the very end I say, "You also begin to wonder if you were the only one who set foot through that portal..."
If they still just seem out of place, I can look for solutions, and am open to suggestions as to what should take their place.

The HUD....I didn't ever think about that. The fullscreen HUD uses the treasure icons to show how you use each one, but other than that, I agree it needs a revamp.

I'm perfectly okay with the minigun not reloading, as it chews through ammo faster than lightning, so holding down fire too long is met with the 'punishment' of no more ammo, and the pistol is replaced by other weapons pretty quickly. BUT, I can work on reloading animations for weapon consistency.

The Kar98k is made to take the place of the SSG, but if you guys want it to take the place of the shotgun, that's totally fine.

Thanks, everyone for the amazing feedback, and sorry for the unfinished second map. I'll continue with this project and hopefully have at least a beta with several maps by this fall. Anyone and everyone is invited to contribute, and you'll be credited (with consent) as being part of the Unheil team. Unless there's a better name. Then you'll be part of "Whatever this project is called" team.
Last edited by Lippeth on Wed May 01, 2013 2:29 pm, edited 1 time in total.
User avatar
Woolie Wool
Posts: 1713
Joined: Mon Dec 15, 2003 3:36 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Arch Linux, Windows 11
Graphics Processor: nVidia with Vulkan support
Contact:

Re: [WIP] Unheil - A Wolfenstein inspired conversion

Post by Woolie Wool »

Weapons for a TC do not need to take anything's place; the weapon set should be self-contained. Their relation to Doom's weapons is irrelevant.
User avatar
Lippeth
Posts: 293
Joined: Wed Apr 24, 2013 1:41 am
Location: Lost Angeles

Re: [WIP] Unheil - A Wolfenstein inspired conversion

Post by Lippeth »

I guess all I mean is that the Mauser is more powerful than the trench gun and takes more time to reload, isn't drop-able by enemies and it literally overrides the SSG in the decorate file. I always considered this a partial conversion anyway, but the more it goes along the more I change. So I think we're both right. Or I'm just confused.

I may increase the rate of fire for the MP40, but I want it to stay consistent with the SS rate of fire, and I don't want the enemies to shoot so fast that the player doesn't have a chance. I will still play with seeing how far I can push it before it gets silly.

EDIT: I increased the rate of fire, and it's more fun like you said, thanks ;)

Also, the download link is updated to the new changes, same file name for now. It's not so much a new version as it is a less broken one.
User avatar
Woolie Wool
Posts: 1713
Joined: Mon Dec 15, 2003 3:36 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Arch Linux, Windows 11
Graphics Processor: nVidia with Vulkan support
Contact:

Re: [WIP] Unheil - A Wolfenstein inspired conversion

Post by Woolie Wool »

The player will have just as much of a chance if you decrease the damage of enemy MP40 shots to compensate for the increased rate of fire.
User avatar
Lippeth
Posts: 293
Joined: Wed Apr 24, 2013 1:41 am
Location: Lost Angeles

Re: [WIP] Unheil - A Wolfenstein inspired conversion

Post by Lippeth »

Woolie Wool wrote:The player will have just as much of a chance if you decrease the damage of enemy MP40 shots to compensate for the increased rate of fire.
Enemy fire damage was already at a 1, but increasing the rate of fire for both player and enemies keeps the challenge consistent by making it easier and more difficult at the same time. I decreased player MP40 damage from 7 to 6, and you can still mow them down in a timely manner before taking too much damage, if at all if you're careful.

You've also got me thinking more about the Doom monsters. I want to either try and replace them with more Nazis, or find a whole new enemy type, or if nothing else reskin the revenants and give them Panzerfausts.
User avatar
Lippeth
Posts: 293
Joined: Wed Apr 24, 2013 1:41 am
Location: Lost Angeles

Re: [WIP] Unheil - A Wolfenstein inspired conversion

Post by Lippeth »

So any non SS enemy is now gone. Thanks to Woolie Wool for all the great input. The next step is to add soldiers who carry rifles along side the trench gunners, as well as Panzerfaust soldiers. This will require some tedious sprite work, but will hopefully be worth it. Outright replacing shotgun enemies with riflemen slows down the action too much, and the trench gun is just fun.

UPDATED LINK
User avatar
Peter Bark
Posts: 244
Joined: Sat Apr 20, 2013 7:35 am
Location: Italy

Re: [WIP] Unheil - A Wolfenstein inspired conversion

Post by Peter Bark »

Blood & Wolfenstein 3D mix? interesting.
User avatar
Mav3rick
Posts: 966
Joined: Sun Jan 13, 2013 6:48 pm
Location: Hell

Re: [WIP] Unheil - A Wolfenstein inspired conversion

Post by Mav3rick »

hey like it very nice change :)

But why i do need to constantly be clicking the reload buttom to add shells to the shotgun :/ it make it hard to move and be doing it many times
And every time i switch weapons they do the cocking animation? all the time i need to make a quick change i get my ass kicked for waiting that animation with the guns.
Oh why a dog need 2 shotgun hits to die?? hell dog?

very good mod keep the good work :D
Post Reply

Return to “TCs, Full Games, and Other Projects”