The WIP Thread
- cambertian
- Posts: 344
- Joined: Thu May 07, 2015 4:24 pm
- Graphics Processor: nVidia with Vulkan support
- Location: New England Area, USA
Re: The WIP Thread
I'm in the midst of trying to generate pseudo random (but also linear to keep things *cough* simpler) levels in GZDoom using "prefabs" and wall portals. Hoo boy...
The first generation flat-out crashed GZDoom. Not "playing for a little bit before crashing," no. Just flat-out crashing right on start-up. Always a good sign.
Second generation would make a level that lead straight to the exit and headed into an infinite loop. Once again, good sign.
The last thing that would actually run generated random levels... maybe a bit too random. You could go out one door, try to go back to the room you exited, and it would lead to a completely different room (sometimes an infinite hallway).
It was at this point I decided to try out GDCC, since I think I'm in need of data structures here, but the latest one doesn't support the wall portal special yet I think. Sigh...
If you guys can think of any suggestions or leads, I'm all for it at this point. My guess is that the algorithm needed is either super complex, dirt simple or a supreme hack-job.
The first generation flat-out crashed GZDoom. Not "playing for a little bit before crashing," no. Just flat-out crashing right on start-up. Always a good sign.
Second generation would make a level that lead straight to the exit and headed into an infinite loop. Once again, good sign.
The last thing that would actually run generated random levels... maybe a bit too random. You could go out one door, try to go back to the room you exited, and it would lead to a completely different room (sometimes an infinite hallway).
It was at this point I decided to try out GDCC, since I think I'm in need of data structures here, but the latest one doesn't support the wall portal special yet I think. Sigh...
If you guys can think of any suggestions or leads, I'm all for it at this point. My guess is that the algorithm needed is either super complex, dirt simple or a supreme hack-job.
- Captain J
-
- Posts: 16891
- Joined: Tue Oct 02, 2012 2:20 am
- Location: An ancient Escape Shuttle(No longer active here anymore)
- Contact:
Re: The WIP Thread
Seems intresting, never heard about random level portal topic for doom before!
- YukesVonFaust
- Posts: 1351
- Joined: Mon Feb 09, 2015 9:00 am
- Location: in an undisclosed location that is the philippines
- Trusty McLegit
- Posts: 264
- Joined: Sun Feb 07, 2016 8:42 pm
Re: The WIP Thread
How would you do this?leileilol wrote:you really should fix your pixel aspect. Try reducing height by 80%
- Remmirath
- Posts: 2562
- Joined: Sun Dec 23, 2007 3:53 am
- Graphics Processor: nVidia with Vulkan support
- Location: My house
- Contact:
Re: The WIP Thread
Moar doors and a switch:




Re: The WIP Thread

Heretic monster pack for Trailblazer. Wizards have their magic shots spinning above their head before they cast.
Re: The WIP Thread
Spoiler: Kinda large picsAlmost done with the Dishonored Doom mod. Should release it tomorrow if all goes well. Pics in spoiler are from HUD. I still have to add a few more things.
- zrrion the insect
- Posts: 2432
- Joined: Thu Jun 25, 2009 1:58 pm
- Location: Time Station 1: Moon of Glendale
Re: The WIP Thread
That is so much better than the weird blinking thing that they do in vanilla. Super siked for the compat. patch.amv2k9 wrote:Heretic monster pack for Trailblazer. Wizards have their magic shots spinning above their head before they cast.
- Captain J
-
- Posts: 16891
- Joined: Tue Oct 02, 2012 2:20 am
- Location: An ancient Escape Shuttle(No longer active here anymore)
- Contact:
Re: The WIP Thread
Swit Gud Textures, Man.Remmirath wrote:Moar doors and a switch
can't wait for more fancy effects from them!amv2k9 wrote:Heretic monster pack for Trailblazer. Wizards have their magic shots spinning above their head before they cast.
Re: The WIP Thread

neh.
- NeuralStunner
-
- Posts: 12328
- Joined: Tue Jul 21, 2009 12:04 pm
- Preferred Pronouns: No Preference
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
- Location: capital N, capital S, no space
- Contact:
Re: The WIP Thread
Not bad, other than the @ which seems a bit weird. (Perhaps shrink the open space in the middle?)
Re: The WIP Thread
Natural terrain is fun but quite time-consuming. Wish there were a modern terrain generator tool or a vertex height brush in GZDB.
Re: The WIP Thread
Geothermal plant in a colony ship.


- InsanityBringer
- Posts: 3392
- Joined: Thu Jul 05, 2007 4:53 pm
- Location: opening the forbidden box
Re: The WIP Thread
I was working on a terrain tool a while back but I never finished it. It generated UDMF maps with vertex slopes and used a basic implementation of lambert's cosine law to do simple shadowing. I secretly wanted to add a radiosity simulator to it with a system to bake a large flat for the map, but it never worked out. I never did add any real neat texturing options, though, so I don't think it would be of use to you.kodi wrote:Natural terrain is fun but quite time-consuming. Wish there were a modern terrain generator tool or a vertex height brush in GZDB.
I released a beta build a while ago and the source for it, but maybe when I'm not juggling so many things I could take a look at it
- sonic_HD87
- Posts: 287
- Joined: Sat Mar 23, 2013 4:32 pm
- Location: Venezuela
Re: The WIP Thread
I found 3D models from Metroid Prime, includes enemies and props, which means i can get some sprites with them! I started with Samus to have the player sprites done, but hell, i spend the whole day learning bone animation and painting the weights manually since Blender didn't know how to put it correctly.
I made a basic run animation but i don't care about some details (see left hand) since these sprites will be the least of the thing that the player will see. It looks nice considering this is my first 3D animation.
I made a basic run animation but i don't care about some details (see left hand) since these sprites will be the least of the thing that the player will see. It looks nice considering this is my first 3D animation.
Spoiler: lulz