ZDoom project ideas you have

Discuss anything ZDoom-related that doesn't fall into one of the other categories.
User avatar
MartinHowe
Posts: 2111
Joined: Mon Aug 11, 2003 1:50 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Linux Mint
Graphics Processor: nVidia with Vulkan support
Location: East Suffolk (UK)

Re: ZDoom project ideas you have

Post by MartinHowe »

Koto wrote: Wed Mar 01, 2023 7:20 am A mod based on the Duke Nukem universe, but set in europe during the WW2.
There is such a thing, but it's for EDuke32, rather than GZDoom: Operation Mallard; it's a WIP that includes France and Africa, with other locations planned for the future.
CornTheMighty
Posts: 1
Joined: Fri Jan 06, 2023 9:32 pm
Operating System Version (Optional): windows 10

Re: ZDoom project ideas you have

Post by CornTheMighty »

something involving CyClones-aiming, or like in Goldeneye if you don't know Cyclones. either a mod that uses it, or some kind of universal aiming mod like that, that'd be a really cool thing to see. shame i have NO idea how to code lol
User avatar
Shatter-Thought[V-4]
Posts: 166
Joined: Tue Apr 06, 2021 8:21 pm
Graphics Processor: Not Listed

Re: ZDoom project ideas you have

Post by Shatter-Thought[V-4] »

A monster replacement pack in the style and spirit of John Wick. I got this after rewatching the first movie and while there are other human/humanoid monster packs that work quite nicely, I think it would be awesome to have a pack of enemies in the vein of foes John Wick goes up against.

3 or 4 tiers of enemies, the thugs/homeless enemies that wear tattered or clean casual clothing, like the more discreet assassins in JW, then the suits who attack with better tactics and group coordination, then the armored assault cleaners who are heavily armored, more prone to death from explosives, they use very keen tactics like cover fire when in groups and move on your position gradually.

Then there are the bosses, unusual but not completely unrealistic crime lords or such who use various skills or other gimmicks to fight you, such as the obese crime lord who's also strangely fantastic at martial arts, or a dog lady that sends out dozens of wolves or other dangerous dogs.

I think an A.I cap mechanism would help most of all, limiting a.i actions based on the monster population numbers in the map, more complex routines are cut down or out if the monsters go above 100 or 200 perhaps.

The A.I tactics alone are too nuts for me to deal with, sprites may be possible but the ambitious a.i I want, even if it's not TOO crazy, would be way too insane.
cornmonger
Posts: 1
Joined: Sat Jul 01, 2023 9:52 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Ubuntu 23

Re: ZDoom project ideas you have

Post by cornmonger »

Collaborative map editing in real-time.
User avatar
Dr_Cosmobyte
Posts: 2862
Joined: Thu Jun 04, 2015 9:07 pm
Preferred Pronouns: He/Him
Location: Killing spiders.

Re: ZDoom project ideas you have

Post by Dr_Cosmobyte »

Green World

A project i idealized but I have too much stuff to do first.

Essentially, this is like a texture pack. It replaces doom stock textures adding vines, plants, making metal textures rusty, replacing some sounds here and there.

Emerald City MAP03 is a good reference point.

The cherry on top is how it would use certain actors in its favour.

For example, say i get the big tree actor. It wouldn't just be a sprite replacement, but rather a thing that would generate other tree or grass spots as soon as the player starts.

You could point multiple instances of A_SpawnItemEX or A_FireProjectile, and the end of those projectiles could generate said extra stuff.

The easiest way would probably be some ZScript that involves "detect texture, if it's grass, do this, if actor is a tree, do that", but I'm not that skilled and it can be more than universally easy to do it the first way.

These same actors could be used to simulate leaf physics from Hexen and play ambient sounds.
User avatar
DoomKrakken
Posts: 3489
Joined: Sun Oct 19, 2014 6:45 pm
Location: Plahnit Urff

Re: ZDoom project ideas you have

Post by DoomKrakken »

Dr_Cosmobyte wrote: Tue Jul 04, 2023 8:43 am Green World

A project i idealized but I have too much stuff to do first.

Essentially, this is like a texture pack. It replaces doom stock textures adding vines, plants, making metal textures rusty, replacing some sounds here and there.

Emerald City MAP03 is a good reference point.

The cherry on top is how it would use certain actors in its favour.

For example, say i get the big tree actor. It wouldn't just be a sprite replacement, but rather a thing that would generate other tree or grass spots as soon as the player starts.

You could point multiple instances of A_SpawnItemEX or A_FireProjectile, and the end of those projectiles could generate said extra stuff.

The easiest way would probably be some ZScript that involves "detect texture, if it's grass, do this, if actor is a tree, do that", but I'm not that skilled and it can be more than universally easy to do it the first way.

These same actors could be used to simulate leaf physics from Hexen and play ambient sounds.
Abysswalker did something similar with one of his projects last I heard. Seemed to be loosely based off of Sarge's runtime texture replacement for Brutal Doom.

If you compare notes with him and get the necessary textures, I'm sure you can accomplish this project with relative ease. :)
User avatar
Dr_Cosmobyte
Posts: 2862
Joined: Thu Jun 04, 2015 9:07 pm
Preferred Pronouns: He/Him
Location: Killing spiders.

Re: ZDoom project ideas you have

Post by Dr_Cosmobyte »

I'd be interested to see more about that!
User avatar
DoomKrakken
Posts: 3489
Joined: Sun Oct 19, 2014 6:45 pm
Location: Plahnit Urff

Re: ZDoom project ideas you have

Post by DoomKrakken »

Dr_Cosmobyte wrote: Fri Jul 07, 2023 5:30 am I'd be interested to see more about that!
Last I checked, the two of you seemed to share a Discord server... so I'd think that'd be the best place to look first. ;)

I'd post a video of what he did but I've not accessed them in so long I can't remember where to look now.
User avatar
Monocled
Posts: 2
Joined: Thu Jun 29, 2023 6:34 pm
Operating System Version (Optional): Pop_OS! Linux

Re: ZDoom project ideas you have

Post by Monocled »

A universal compatibility patch for weapon mods

So you use Rebel Rumble with Neutronian Chaos, Combined arms Gaiden and Space hunter, Hell Crusher and Cyberaugmented, etc. Obviously it wouldn't work with the more advanced mods but i've used the more simple ones together ( + Dark passenger + Ultra Crispy) so i'm confident it can be done, most mods have they're own hud so i think it can be replaced with a universal one and maybe it could auto detect HUD elements like a mana bar like how Avarice Coins auto detects score systems? But if this mod gets made anyone could have a arsenal the size of DRLA's but with any weapons of they're choosing. it could look at all available weapons for a weapon slot and then randomly choose which one to place on the map, As for health/armor pickups /barrels they could either be selected by random like the weapons or be replaced with universal ones, As for arms i don't think it matters.

I have no idea how to mod or map so i don't know if this is possible. But i think that if it is made it could be one of the best doom mods ever.
User avatar
Dr_Cosmobyte
Posts: 2862
Joined: Thu Jun 04, 2015 9:07 pm
Preferred Pronouns: He/Him
Location: Killing spiders.

Re: ZDoom project ideas you have

Post by Dr_Cosmobyte »

Had another idea. But unlike the latest ones, this is something that entirely would rely on ZScript and I don't have the slightest idea on how i could code something like this.

Universal Weapon Limiter

A script that detects what the weapon the player carries inherits from, and traces its roots to the very "Weapon" actors.

having listed the actors deriving from weapon (here's where it gets hairy: there's tons of ways this could go wrong), the script would do the little game
"is it a weapon? do this command"

"Has the player achieved the limit of weapons avaiable? either don't pick the new actor up or drop the current actor and grab the new one"

The number of maximum actors to be carried would then be defined by the player and such, be it by limiting guns per slot or just the amount of actors themselves.

Practical utility? Usually we don't want to have too much weapons per slot, or either you don't want to get to MAP10 and be bored selecting one of your 6 BFGs to kill an imp, because the Shotgun is maxed out and you wanted to waste some ammo, changing playthrough courses by choosing one weapon over the other and getting rekked two maps later, or even, just up the masochism and see if you can survive another stage with just your shotgun and a pistol.
User avatar
DoomKrakken
Posts: 3489
Joined: Sun Oct 19, 2014 6:45 pm
Location: Plahnit Urff

Re: ZDoom project ideas you have

Post by DoomKrakken »

Sarge did a very rudimentary version of this with his "Ultimate Brutal Arsenal" mod, many years ago. A hacky combination of DECORATE and ACS (as usual).

It can be done, so I bet it can be done a lot better in ZScript. I just don't yet know how to do so.

Personally, I'm not too big of a fan of weapon limits, as in the kind where you have to pick up and drop extra weapons. I mean, if you got so many different guns like in Borderlands, for example, I'd probably opt for an inventory system that'd allow you to switch out your weapons on the fly (like in Borderlands or Shadow Warrior 2).
User avatar
Dr_Cosmobyte
Posts: 2862
Joined: Thu Jun 04, 2015 9:07 pm
Preferred Pronouns: He/Him
Location: Killing spiders.

Re: ZDoom project ideas you have

Post by Dr_Cosmobyte »

I think i recall seeing that.

I know for sure it can be done because ZScript can detect what is a weapon (see War Trophies, for example), and displaying other guns in inventory (such as weapon wheel). To name names and explain myself better, take Shut up and Bleed. It's an amazing mod and it makes you struggle HARD on the beginning with the survival mod feeling. But as soon as you enter Doom 2's MAP 10, you are basically tired of scrolling through so many weapons and the game gets boring easily.

Having a limit system would keep the game fresh.
User avatar
Ganbare-Lucifer
Posts: 121
Joined: Sun Apr 07, 2019 9:18 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 10
Graphics Processor: ATI/AMD (Modern GZDoom)

Re: ZDoom project ideas you have

Post by Ganbare-Lucifer »

So I did a personal mini-mod for High Noon Drifter... And was wondering "Hmmmmm... What if I actually make the Secret of Mana placeholder title real?"

I have made heavy edits on Popoi sprites (although missing the rest of the hurt rotations) along with mugshots after all...
imagen_2023-09-04_193413914.png
imagen_2023-09-04_193442780.png
imagen_2023-09-04_193502616.png
So maybe I would ask for help building a Secret of Mana mod (That only adds Randi, Primm, and Popoi as classes, and maybe, just maybe a monster replacer) since I suck at making 1st person hands frames, the assisting of making Randi and Primm, and the possible monsters.
You do not have the required permissions to view the files attached to this post.
User avatar
schkorpio
Posts: 40
Joined: Fri Sep 15, 2023 5:07 pm
Operating System Version (Optional): 10
Graphics Processor: Intel (Modern GZDoom)

Re: ZDoom project ideas you have

Post by schkorpio »

Looking for a simple or universal stamina mini mod :-)

Ideally configurable in options menu to set:
- total amount of stamina
- how much stamina is used by running
- how much stamina each jump uses
- how fast stamina regenerates
- does running prevent strafing and reverse movements (I.e. only run forwards)


Bonus points if it shows a stamina bar that you can position x/y location on the HUD.
User avatar
schkorpio
Posts: 40
Joined: Fri Sep 15, 2023 5:07 pm
Operating System Version (Optional): 10
Graphics Processor: Intel (Modern GZDoom)

Re: ZDoom project ideas you have

Post by schkorpio »

Hexen minimum that turns flechette for the Mage into a proximity mine instead of timed explosive

Return to “General”