Of course, the kicking sand in your face part will inflict massive damage, leaving your vision blinking rapidly red and black. Good luck recovering from that!Big C wrote:I'm not sure you realize who you're quoting there. I'm pretty sure that if Vaecrius could somehow program Hideous Destructor's monster AI to leap out of your computer, kick sand in your face, spill your drink, steal your boyfriend/girlfriend and ride off in your favorite car, he very well might try it at least once.
Wishlists
-
- Global Moderator
- Posts: 2730
- Joined: Sun Jun 25, 2006 4:43 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11/Manjaro
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
- Location: Citadel Station
Re: Wishlists
-
- Posts: 1914
- Joined: Thu Oct 03, 2013 12:50 am
- Location: 'stria
Re: Wishlists
Don't forget: Do not go down stairs too quickly. You're gonna trip over and break your right index-finger, reducing your fire-rate by 35,5% and damaging you 1 health-point per shot, or 5 Health-Points by using an item that requires your hand. Recovering will take multiple quarter-minutes.
-
- Global Moderator
- Posts: 2730
- Joined: Sun Jun 25, 2006 4:43 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11/Manjaro
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
- Location: Citadel Station
Re: Wishlists
Ahh, Hideous Destructor. Not my cup of tea, but I appreciate its complexity.
-
- Posts: 296
- Joined: Sun Aug 03, 2014 9:41 am
- Location: New York
Re: Wishlists
I think many of you have missed the purpose of this thread. This thread is meant for things that you *always wished* and not for things you want at the moment.
I don't want to start telling who did this and that (There's no need to) but saying in this thread "A girlfriend" I believe is not what you always wanted to have.
right?
I don't want to start telling who did this and that (There's no need to) but saying in this thread "A girlfriend" I believe is not what you always wanted to have.
right?
-
- Posts: 2109
- Joined: Tue Jul 15, 2003 5:29 pm
- Location: Industrial Zone
Re: Wishlists
Assuming we mean from a ZDoom point of view with this thread, here's mine:
1. Maps.
2. More maps. (mapsets maybe)
3. Even more maps. (megawads maybe)
1. Maps.
2. More maps. (mapsets maybe)
3. Even more maps. (megawads maybe)
-
- Posts: 5886
- Joined: Tue Jul 19, 2005 9:06 pm
- Location: New Zealand
Re: Wishlists
I wish you were one of those people making more maps. I feel we are overdue another megawad.
-
- Posts: 1743
- Joined: Fri Jun 22, 2012 5:39 am
Re: Wishlists
A ZDoom Community Megawad would be neat considering the lack of udmf maps, but it would be pretty tricky to put in guidelines to keep custom stuff from getting out of hand and filling up the file.
-
- Posts: 21706
- 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: Wishlists
Nah, I'd say restrict custom stuff entirely. Leave the ZDoom magic to the fancy UDMF features and text lumps and have no new graphic or sound lumps whatsoever. Given the output of the last Doom Mutator Contest, I'd say this community works better overall with restrictions in place.
-
- Posts: 9696
- Joined: Sun Jan 04, 2004 5:37 pm
- Preferred Pronouns: They/Them
- Operating System Version (Optional): Debian Bullseye
- Location: Gotham City SAR, Wyld-Lands of the Lotus People, Dominionist PetroConfederacy of Saudi Canadia
Re: Wishlists
"no new graphic or sound lumps"
textures, decorate and acs allowed
map01 is a pacman game
map02 is a survival killhouse where all the weapons do the exact spiritual opposite of what they're known for while remaining functional as weapons
map03 is a tower defence rts
...sorry
textures, decorate and acs allowed
map01 is a pacman game
map02 is a survival killhouse where all the weapons do the exact spiritual opposite of what they're known for while remaining functional as weapons
map03 is a tower defence rts
...sorry
Touché. (And for everyone else, no I was NOT thinking of running NUTS.WAD with anything remotely resembling Hideous Destructor which can slow some machines to a crawl with only a few dozen imps attacking you at once! D: )edward850 wrote:With Doom, It's actually faster to just run the monsters than it is to find out if they should be run based on distance checks. The monster AI isn't actually complex.Vaecrius wrote:BOFA, which helps control monster flow so that the system only processes those that can directly attack you from a reasonable distance and keeps the rest idle (or removes them to spawn them later)
-
- Posts: 5886
- Joined: Tue Jul 19, 2005 9:06 pm
- Location: New Zealand
Re: Wishlists
For reference, the way it works in modern engines is they don't actually use distance checks or anything like that, but rather take advantage of being able to process only active rooms.
In Doom3, for example, there is a thing called vis-portals. Rooms separated by two unseen vis-portals will remain unprocessed, and this includes all objects inside of them. At this point, the individual object isn't doing the test, but rather the object is sorted into a list that will never actually run to start with.
The closest thing you have to this in ZDoom would be HUBs, and they already exist.
In Doom3, for example, there is a thing called vis-portals. Rooms separated by two unseen vis-portals will remain unprocessed, and this includes all objects inside of them. At this point, the individual object isn't doing the test, but rather the object is sorted into a list that will never actually run to start with.
The closest thing you have to this in ZDoom would be HUBs, and they already exist.
-
- Posts: 9696
- Joined: Sun Jan 04, 2004 5:37 pm
- Preferred Pronouns: They/Them
- Operating System Version (Optional): Debian Bullseye
- Location: Gotham City SAR, Wyld-Lands of the Lotus People, Dominionist PetroConfederacy of Saudi Canadia
Re: Wishlists
I just tried this last night and it actually works alreadyVaecrius wrote:Actors smaller than 1 DU wide and tall
...except that if you put it on a couple just over a dozen fastprojectiles moving at speeds of several hundred travelling over many thousands of DUs the computer slows down to an unplayable crawl for a few tics
EDIT: Apparently it's got nothing to do with the use of decimals and everything to do with the size of the projectile - the smaller the projectile, the worse the lag.
Last edited by Matt on Sun May 24, 2015 1:11 am, edited 1 time in total.
-
- Posts: 1662
- Joined: Sun Jul 03, 2011 8:44 pm
- Location: Dropping today in Station Square.
Re: Wishlists
A more graphic-based weapon/monster/item/HUD/other editor with a visual preview for animations and can create Decorate files more easily.
Said editor must be able to preview animations made with Offset(x,y) for weapons.
A much simpler way to implement Xaser's Synthfire.
Said editor must be able to preview animations made with Offset(x,y) for weapons.
A much simpler way to implement Xaser's Synthfire.
-
- Posts: 2119
- Joined: Thu May 02, 2013 1:27 am
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: Brazil
Re: Wishlists
It's actually pretty simple.A much simpler way to implement Xaser's Synthfire.
1. Call A_GunFlash.
2. Make the Ready state check for an inventory token and jump to the appropriate state if it exists
3. Make the Flash state check for another inventory token and jump to the appropriate state if it exists
4. Make an ACS script to give the tokens if the corresponding fire button is pressed
5. ?????????
6. PROFIT!!!!!
Of course, it gets more complex if you throw reloading into the mix...
-
- Posts: 2109
- Joined: Tue Jul 15, 2003 5:29 pm
- Location: Industrial Zone
Re: Wishlists
Well it ain't coming from me...tell T667 to get his finger out and finish HPackedward850 wrote:I wish you were one of those people making more maps. I feel we are overdue another megawad.
-
- Posts: 8265
- Joined: Wed Jul 28, 2004 8:21 am
- Preferred Pronouns: He/Him
- Location: WATR HQ
Re: Wishlists
My wish list?
A properly functional Bio-support suit that looks nearly identical to the one you see sprayed onto Agent 5 in the original Journeyman Project. Maybe I'll finally get around to building it one of these days.
An actual private AB nursery for myself. From the looks of it, probably not going to happen.
A properly functional Bio-support suit that looks nearly identical to the one you see sprayed onto Agent 5 in the original Journeyman Project. Maybe I'll finally get around to building it one of these days.
An actual private AB nursery for myself. From the looks of it, probably not going to happen.