Jump to content
The Dark Mod Forums

rich_is_bored

Member
  • Posts

    885
  • Joined

  • Last visited

  • Days Won

    18

rich_is_bored last won the day on December 20 2017

rich_is_bored had the most liked content!

Reputation

281 Legendary

3 Followers

About rich_is_bored

  • Birthday 06/16/1980

Contact Methods

  • Website URL
    http://www.modwiki.net

Profile Information

  • Gender
    Male
  • Location
    Orlando, FL

Recent Profile Visitors

3082 profile views
  1. I've done a bit of tinkering with cube maps in the past where I've converted the six images that make up a cube map into an equirectangular projection. This allows you to edit a single non-cross image in the same way you would any other seamless texture. The tricky part however is finding software to do the conversion. There is a website I found that may do the trick if you're still curious. https://www.360toolkit.co/convert-cubemap-to-spherical-equirectangular.html
  2. I'd be curious to see a wireframe of what that section looks like with r_showtris. During compilation the engine is looking for ways to simplify and optimize brushwork. It's culling away surfaces that won't be seen. It's merging bits with the same material, texture alignment, and normal. Then it's trying to figure out how to triangulate what is left. Sometimes the compiler gets it wrong. There's no real way to avoid that short of constructing the bulk of your map out of models where you can explicitly specify how the resulting mesh should be constructed. You might however be able to coerce the compiler into doing a better job by building the staircase, or even just the problematic portion, in a different way. Here's a few examples with a mock-up of the original on the left...
  3. I enjoyed Heretic more so than the Hexen games that followed. I enjoy puzzle games but in Hexen there was too much directionless backtracking. Lots of combing over old empty levels to find the one thing that changed. There weren't many instances where you were presented with an obstacle and later an "ah-ha" moment that lead you to want to revisit it. I may have just been too young to make sense of the puzzles. Unfortunately I can't play the game for the first time again now that I'm older to see if it helps. At any rate I didn't chime in here to crap on the game. I liked it. Anyone seen these before... They're really awesome looking weapon models for the Doomsday Engine. I recall seeing a video of these in action and I was blown away by how faithful they are to the source material but I can't find the video now. At any rate the addon is available here... http://talk.dengine.net/discussion/1887/sapphire-wand-2-0-doomsday-2-hexen-models/p1
  4. I agree. Compare the patch to the model using r_showNormals.
  5. We could move deprecated assets into their own dedicated PK4. Call it something like "tdm_deprecated_v2_07.pk4". Then on occasion when an update is pushed out we delete the local copy and archive it alongside fan missions and game update packages. Additionally Dark Radiant could warn mission authors when content they've referenced is flagged for deletion or replacement. Encourage people to extract and bundle content like this with their mission if they want to use it. Of course that doesn't solve the problem with existing missions. In that case I suppose you install the earliest archived package alongside mission packages produced before the present date.
  6. When I wrote my color grading shader the reference material I was using called for using 3D textures. I found code in TDM's source to support loading such images but no corresponding material keyword to invoke it. Having that keyword would have saved me a ton of time.
  7. For the record, nobody needs to purchase a license to use Windows 10. There are some minor caveats but they are largely cosmetic so it's possible to both vote with your wallet and still legally use their OS.
  8. Equalizer would be good for sound dampening over distance and around obstructions as well.
  9. It's probably a stirling engine. This looks like a good video to explain how it works...
  10. I wonder if you can get around the issue by shipping to an Amazon drop box in Buffalo, NY?
  11. Are you sure about spending $150 on a powered amp? There are plenty going for less than $100 on Amazon. I have a Polk Audio sub myself and it's been working great since the late 90s.
  12. Human Resource Machine is the perfect game to test if a child might take to programming. It's a really well made puzzle game by the same developers that made World of Goo and it's about the same level of difficulty. It's a really good introduction to programming concepts and yet people might not even realize they're coding.
  13. The specular maps worked alright in Doom 3 because the environment called for lots of shiny metallic surfaces. But in a more real world setting there are more dielectric surfaces than not. And since you can't adjust glossiness to tone down bright highlights you darken your specular to compensate and sacrifice color saturation.
×
×
  • Create New...