ZDoom project ideas you have

Discuss anything ZDoom-related that doesn't fall into one of the other categories.
User avatar
Vostyok
Posts: 1666
Joined: Sat Jan 17, 2015 8:54 am
Preferred Pronouns: No Preference
Location: Discord: Vostyok#3164
Contact:

Re: ZDoom project ideas you have

Post by Vostyok »

Having a Cyberdemon as a king would be odd, but probably quite novel. Seeing him running around trying not to get killed, although insta-killing anything that got TOO close.

Would the game end in a stalemate if a king and two other pieces end up in a mexican standoff, unable to make a move on eachother without dying? Lol.

I really like this concept. Kinda like a modern, kooky re-telling of the old Quess mod.
User avatar
Cherno
Posts: 1309
Joined: Tue Dec 06, 2016 11:25 am

Re: ZDoom project ideas you have

Post by Cherno »

I'd love to do a set of sprites (or rather, a whole TC/mappack) based on Mark Mignolas's Hellboy, or at least the distinctive style that is also used in Darkest Dungeon. Here are some test renders using a Spriggan Matron and Falmer from Skyrim.

ImageImage
Attachments
falmer.png
falmer.png (106.63 KiB) Viewed 1395 times
spriggan.png
Assassin of Purity
Posts: 178
Joined: Thu May 10, 2018 10:55 am
Graphics Processor: Not Listed

Re: ZDoom project ideas you have

Post by Assassin of Purity »

Once I get a PC, I'll learn how to mod games. Once I know how it works, I'll make a Fallout total conversion for Strife Quest For The Sigil Key.
User avatar
EddieMann
Posts: 524
Joined: Sun May 18, 2014 7:25 pm
Location: Arizona

Re: ZDoom project ideas you have

Post by EddieMann »

Image

A Heli Attack 3 weapons mod sounds like something that belongs in doom, and it's almost criminal that one hasn't been made for it - the game features a large, wide variety of colorful guns that do their own thing, like a piranha taser that shoots out and shocks enemies, a weapon that shoots soundwaves, a black hole gun, explosive railguns, shotgun lasers, and even an atomic bomb launcher. Not to mention, crazy fun gunplay as well.
User avatar
Yrvyne
Posts: 9
Joined: Sun Apr 23, 2017 1:41 pm
Location: Malta, Europe
Contact:

Fractal Doom into Colourful Hell

Post by Yrvyne »

I have a particular idea of combining an obsolete mod into another one still in development. Therefore, Fractal Doom into Colourful Hell.

Colourful Hell
viewtopic.php?f=43&t=47980#p818030





Fractal Doom
https://www.doomworld.com/forum/topic/6 ... oom-v024b/





In essence, I envision the tier system of Colourful Hell incorporating the idea of minions spawned on the death of the coloured boss-monsters.

From my understanding of coding and sprite-ing, I think that both mods need to be opened up and broken down and then put together to form a single mod. This bite-size info is a potentially time-consuming undertaking requiring great knowledge of modding Doom. I, unfortunately, lack this skill. My best endeavours are here: https://github.com/brandleesee?tab=repositories. Specific to the Doom community are https://github.com/brandleesee/FAQ/blob ... 0Ubuntu.md and https://github.com/brandleesee/FAQ/tree ... /zandronum.

Points to be considered when combining those two mods:
  • Fractal Doom alters weapons - this goes against CH's philosophy. Thus, those weaponry changes might have to be reverted to the vanilla state.
  • F.D. can be considered as a joke wad given that some beasts have cowboy-ish costumes etc. Removing those silly peculiarities, I believe that it would become a solid difficulty expansion once bosses are defeated and minute recreations are spawned.
Over a year ago I asked same of Colourful Hell developer:
Hege Cactus wrote:
Yrvyne wrote:Hello, Hege Cactus! Thank you for the awesome experience Colourful Hell provides. It's been a sister-staple monster mod in my gameplay for quite some time now - coupled with Combined Arms.

As the title implies, the other sibling is Fractal Doom which is my wishful defacto companion to Colourful Hell.

Would you consider assimilating Fractal Doom (or codes and sprites that function on its principle) within Colourful Hell? (This will greatly increase game difficulty which might require balancing adjustments unless monsters and their spawns are coded so as to also attack each other once hit and when not in very close proximity of doomguy.)

I am aware that a considerable amount of hours' worth of work is required, however, I lack the technical skill and expertise to achieve such a combination. Hence, after much contemplation, I made up my mind to ask you directly.

Having Fractal Doom's assimilation toggled off by default would keep the original Colourfull Hell experience intact.

Thanks a million for reading my suggestion.
I have no plans for such thing I'm afraid. As hilarious as the concept could be.
User avatar
Gustavo6046
Posts: 136
Joined: Sat May 13, 2017 3:11 pm
Location: Brazil
Contact:

Re: ZDoom project ideas you have

Post by Gustavo6046 »

I had this idea in mind, it is basically a little economy simulation in Doom.

In this ideal world, we have this class of peasants, the Seller, which are DECORATE compatible, and can hold inventory items, and a few flags.

These flags are:
  1. Demand. If an item is requested, the Demand counter increments. Every 35 * 30 tics (half a minute), the Demand counter halves (using an arithmetic mechanism with HalfADemand counters, but that's for another story). The Demand is an important factor when calculating the Cost, along with the...
  2. CoinValue. Each seller will determine the value of the coins they have, in a way. From exchanging with other coin holding things (CHTh), they will increment the CoinValue counter if there are too little coins in both sides of the exchange, and will decrement the counter if there are too many coins. This roughly simulates inflation and deflation in a local level, and it plays a major rule in calculating the...
  3. Cost. Whenever an unit of an item is requested, the Cost is set to



    , where D is the Demand (which applies to all products), v is the CoinValue, and S is the quantity of the specific product available in the inventory.

    In real world economics, we would need to find the compromise price, where, if the demand is a line (of negative slope) where the steepness is the price of the product, and the supply a similar line of positive slope, we equate the lines and find the x intersection; solving for x here would give the compromise price that would best attend to both customers and suppliers. Here, however, such a concept is balls insane, since DECORATE inventory arithmetic is extremely primitive.

    When the cost is calculated, we use A_JumpIfInTargetInventory to make sure our buyer has enough money, and exchange the item (and coins) using the A_Take* and A_Give* actions.

    Of course, the seller will get his
  4. Coins. Glistering little pieces of gold that everyone seeks to put their hands on. Of course, if you can sell, you can be rich. The thing is, they can be found randomly around the level.
Since our Seller will need to exchange with a target, all this will happen inside a Melee state label, and it can not be set to +FRIENDLY. It can only exchange items with things that can hold coins, like players, other sellers, and (MAYBE) monsters. It can pick up items from the ground (I don't think +PICKUP works for monsters?), and should be able to exchange with other Sellers by using invisible projectiles to "infight" (i.e. exchange with each other).

Once an exchange is complete, we can simply call A_ClearTarget, and (to avoid further instigation) we go to a variant of the Spawn state label that doesn't call A_Look.
gramps
Posts: 300
Joined: Thu Oct 18, 2018 2:16 pm

Re: ZDoom project ideas you have

Post by gramps »

Thinking about doing a roguelike map, made of isolated geometry linked by randomized portals.

You'd make a bunch of unconnected rooms and corridors, some could be identical or slight variations, some could be unique.

In each room, you'd create a few interactive portal lines, with no target. Behind them, create some "dead end" geometry. Portal lines get a "room number" in a custom UDMF field.

Each portal line would belong to one of a small number of "portal styles." All portal lines and the sectors next to them in one "style" would have identical line length and sector height, and maybe similar floor texture, light levels, etc.. Portal lines get a custom UDMF "style number."

When the level loads, an ACS script runs and does a sort of loose Wang tiles thing to link everything together -- basically pick a random room, link each of its portal lines to another portal with the same style from another room, rinse and repeat.

Ideally you'd have enough rooms in the map that many of them wouldn't show up in a reasonably-sized dungeon, so a unique room would only have a small chance to appear on any given run.

EDIT: Just tried this out, works surprisingly well. This could be interesting for a map collab...
User avatar
SamVision
Posts: 2425
Joined: Tue Apr 13, 2010 4:47 pm
Location: Behind You

Re: ZDoom project ideas you have

Post by SamVision »

I'm thinking of putting together my own alternate version of Hexen. It would be basically the same premise but with completely different structure.
User avatar
Zenon
Posts: 530
Joined: Thu Apr 20, 2006 6:05 pm
Graphics Processor: nVidia with Vulkan support
Location: New Zealand

Re: ZDoom project ideas you have

Post by Zenon »

I saw a thread in the closed feature suggestions about a Doom physics engine
This made me think of Doom monsters as cardboard cutouts that would topple over when defeated.
Then I thought, why not have a mod for Doom that made everything hand drawn, minimally animated cardboard cutouts.
Which lead me to think up the incredible idea of Pencil Whipped Doom
User avatar
Apeirogon
Posts: 1605
Joined: Mon Jun 12, 2017 12:57 am

Re: Fractal Doom into Colourful Hell

Post by Apeirogon »

Yrvyne wrote:I have a particular idea of combining Fractal Doom into Colourful Hell....and so on
With the power of zscript you dont need to "rip and bunch up" different mods for such result.
Try this.
fractal_mutation.pk3
(1.11 KiB) Downloaded 32 times
This is part of my old project, which stalled because of real life. Must works with any mods, not just CH.
User avatar
Yrvyne
Posts: 9
Joined: Sun Apr 23, 2017 1:41 pm
Location: Malta, Europe
Contact:

Re: ZDoom project ideas you have

Post by Yrvyne »

fractal_mutation.pk3
Oh yeah! Works like a charm. Thank you very much! :D :D :D :D

1) Looked at the code of zscript.zsc and was thinking of a three-tier monster size.
Therefore, original size --> middle size --> small size. Is this possible?
Somewhere in between these:


2) Then also the possibility to stomp the smallest tier.
Therefore, moving forward/back etc removes their HP effectively killing them.

3) Finally, is there a way to shrink the size of weapons/health/ammo produced by the mini-monsters?


Once again, man, thank you. Finally playing Doom happily again!
User avatar
Apeirogon
Posts: 1605
Joined: Mon Jun 12, 2017 12:57 am

Re: ZDoom project ideas you have

Post by Apeirogon »

First two possible to implement with easy, while third, without serious performance problem, no.
ImpieTwo
Posts: 912
Joined: Sun Aug 16, 2015 11:52 pm

Re: ZDoom project ideas you have

Post by ImpieTwo »

Entertained the idea of a few other remakes:

- Fears, on the Amiga. Preferably with monsters that aren't just christmas tree ornaments.
- A sci-fi fantasy reboot of Arkista's Ring (NES). Still play as a sexy elf chick.
- Something involving Shadow of the Beast.
User avatar
Yrvyne
Posts: 9
Joined: Sun Apr 23, 2017 1:41 pm
Location: Malta, Europe
Contact:

Re: ZDoom project ideas you have

Post by Yrvyne »

Apeirogon wrote:First two possible to implement with easy, while third, without serious performance problem, no.
Great!

I tried changing values here and there to alter the size of spawns but to no avail. (I am not conversant with C++ language....)
So, please, can you help in changing the code to create a middle sized spawn that then spawns the small ones?

While for number 2 (stomp to kill the smallest spawn), how can this be implemented?

With regards to number 3, given that it would induce serious performance problems, can those items be blocked from spawning?

Thank you very much man for your help.
User avatar
Dr_Cosmobyte
Posts: 2755
Joined: Thu Jun 04, 2015 9:07 pm
Location: Killing spiders.

Re: ZDoom project ideas you have

Post by Dr_Cosmobyte »

I am full of ideas for a AVGN mod. I just hope nobody is ahead of me =p
Post Reply

Return to “General”