Jump to content
The Dark Mod Forums

nbohr1more

Development Role
  • Posts

    12146
  • Joined

  • Last visited

  • Days Won

    200

Everything posted by nbohr1more

  1. @snatcher can you upload this to moddb ?
  2. @MirceaKitsune can I upload this to Moddb ?
  3. @MirceaKitsune can I upload this to Moddb ?
  4. Looks like the new link is private? ( needs and invite )
  5. Wiki is updated
  6. I'll try to get more of these added to the wiki tonight unless someone beats me to it: https://wiki.thedarkmod.com/index.php?title=Add-ons
  7. I think the default gamma was raised to 1.2 to reduce banding and color precision artifacts at the low end of the brightness scale. There are probably some confounding factors that make that a questionable decision. 1) At the time of this discussion, I believe TDM's bloom settings were generating extra contrast and thus lowering gamma 2) By the time that soft gamma was implemented, we also were using a new bloom system that does not tie the bloom effect to other post processing effects 3) There was some attempt to make TDM shaders compliant with industry gamma defaults but that attempt to adhere to standards may have caused problems because most games are much brighter than TDM so using calibration established for use in brighter games may cause unintended results. These days, I normally set gamma to 1 ambient gamma to 1.1 and set my postprocess color curve to 0.2 or 0.3 which darkens gamma back to something similar to 1. Maybe someday I'll purchase a monitor calibration machine and try to sort out the ideal default state.
  8. I was quite surprised by: Many have compared this to: Regardless, I think this stands on it's own merits as a very high quality mission and easily rivals great missions by veteran authors.
  9. This is currently the largest campaign pack ( 3 missions ), highly recommended.
  10. Yes this is the trajectory. By the way, have you tried the "No Honor Among Thieves" campaign?
  11. The Dark Mod v1.0 was released on October 17th 2009 https://www.thedarkmod.com/posts/october-17th-2009/ Knowing that many current mappers are participating in the TDS 20th Anniversary Contest, I intend to bring the final proposal to Moddb to see if we can get either some old dormant authors or new authors to join in. If we even get one mission to celebrate the 15th anniversary with that would be enough to count this as a success.
  12. The Numbers don't lie. It has been 15 years since the release of TDM 1.0 in 2009. I think we should consider a contest to celebrate this. Further, the contest goal should be with the intention of motivating the completion of a campaign that can be deemed official. Here are some possible ways forward: Proposal 1: Middle mission(s) Authors are asked to create a mission that expands the story between "A New Job" and "Tears of St Lucia". This can involve escaping the heavily guarded city perimeter, stowing away on a ship or caravan, attempting to recruit a partner for St Lucia and failing, getting caught by Builders before arriving and having to escape their compound, getting lost in haunted woods on the way there, etc. Any interesting way that the connection between the two official missions can be expanded. Points are awarded for making explicit references to Corbin, St Lucia, and any story elements in the two official missions. If the resultant mission is of high enough quality, it can possibly be made into an official mission. If we get a number of excellent submissions and they do not cause logical inconsistencies, we might even be able to add two or more to the official list. Proposal 2: Intellectual Property distinct approximation of TDS missions Over the years, many have asked that we recreate Thief 1 \ 2 in this engine. Obviously we cannot do this due to copyright law but we could create similar missions and stories that approximate the Thief 1 or 2 designs. That said, I think that most of our audience has played these missions to death so it may be underwhelming to see them arrive in approximate form anyway. What might be better would be to develop a similar story to TDS and make missions that resemble what T1 \ T2 players were dreaming would arrive when TDS was announced and the first screen-shots were shown in gaming magazines. So take any TDS mission you like, examine the story arc and wildly re-interpret something similar but on a much grander scale. Since it's possible that two or more contestants will choose the same mission to re-interpret, we have a slot system were authors need to claim their preferred mission and if it is taken then they must select another one or lose some story points. The slots represent a sketch of what the mission author might try to do rather than a blueprint. If authors can come up with a mission that has almost no resemblance to any TDS mission but would make for a compelling story development in a similar story arc then that can be claimed as an alternative to a slot. Proposal 3: Same as proposal 2 but we stick with Thief 1 rather than TDS. Wildly re-interpret T1 based on what you may have dreamed of when reading the gaming magazines or playing the demo. Slots system to prevent duplicate submissions. Maybe with either proposals 3 and 4, we still require the use of Corbin as the protagonist and a connective enough story that they could also be adapted as middle missions for the official campaign if the team agrees on it. Proposal 4: Another "Connections" Contest. We just allow authors to connect any two missions with each other or expand the story of an existing series or single mission. So those are my thoughts. I'll leave it to players and mission authors to suggest other proposals and if we have some sort of consensus about the most popular proposals then we will make a poll. Realistically between now and October we may not be able to hold a contest with any strict guidelines ( and tricky issues with maintaining a distance to Thief IP ) so proposal 4 may still be the easiest option.
  13. Congrats on the release! Hopefully the first of many!
  14. Both mean basically the same thing. Stencil is incapable of shading anything other than geometry so if you want textures that have transparent parts to cast shadows from the non-transparent part of the texture you need to accept that stencil mode will look different to maps mode. Likewise if you want shadows to render onto the semi-transparent part of textures.
  15. Feel free to add it. I think it might be good enough for 2.13 now ( pending team approval).
  16. I have resolved 99.9% of the glow-bleed issues with this mod at a small sacrifice to the amount of glare. It should now look great in all missions. https://www.moddb.com/mods/the-dark-mod/addons/flame-glare-mod
  17. Yes, but there are qualifiers to that statement. Stencil is more CPU bound ( and fillrate bound ) and Maps are more GPU memory bound and rely more on texture bandwidth. If lighting mechanisms were perfect the hybrid might not be so bad but both systems often overdraw and waste resources on unseen geometry so you end up with significant amounts of scene duplication. Maybe moving to a deferred model would reduce that duplication but then you end up with having to pack data into buffers and the inevitable quality loss and artifacts of compressing everything into a buffer. Trade offs in all directions.
  18. I think the short answer is "it is possible... but" with the "but" meaning that we have some serious performance challenges. The first RBDoom3BFG release that supported Shadow Maps only applied them to transparent surfaces ( which stencil cannot do ) but the use of both systems in the same scene carried a heavy toll. As I recall, hybrid stencil mode was eventually dropped there too. Still, stencil can look so much cleaner than shadow maps for large volumes and large casters it's a shame to lose them. And hybrid stencil \ maps rendering is still much cheaper than ray-traced shadows or penumbra wedges so it might be worth it to expand the hybrid mode anyway as a sorta "ultra quality" mode.
  19. I think this will always be a divide. Engine coders will want a universal behavior that acts the same way across all missions. So if we want to offer the additional benefits of Shadow Maps, we will need to break lots of missions and then work to fix them. Mappers will probably want material or entity flags that force these behaviors so that they can force usage where they prefer. I think defaulting to consistent with Stencil rules is a good idea. Maybe this is a good case for using mission.cfg and have it force the cvars to enable the features?
  20. FYI the 2.12 compliant version is available now that the beta is over: https://www.moddb.com/mods/the-dark-mod/addons/fresnel-mod-212
  21. Look pretty useful to me! On a related note, I think we need to resurrect r_showShadows. Biker has been testing maps in both 2.12 and 2.11 and 2.12 always shows higher shadow tris in r_showprimitives even though 2.12 usually runs the missions better.
  22. I think the ask from datiswous and perhaps dragofer is that you split your patch into different parts so users can install the ones they like from both you and other mod authors. The new 2.12 feature is designed to allow this.
  23. You followed the conventions here: https://wiki.thedarkmod.com/index.php?title=A_to_Z_Scripting:_Script_addons_for_players and created your own tdm_user_addons_wesp5.script ?
  24. I believe datiswous is referring to this new 2.12 feature:
  25. I spend 90% of my time on Linux Mint. I occasionally pop over to Windows 10 to check a few things or run some updates but Linux Mint is my home. TDM runs better under Mint than Windows for me but your mileage may vary. When running TDM in Linux, you must set FPS to "Uncapped Mode" in the Advanced settings, the old capped mode has terrible stuttering and performance under Linux ( even native Doom 3 has this issue ). You can set Max FPS to 60 if you are worried about any inconsistencies with game timing ( the only known issues are rare problems with audio behavior at really high FPS). Just don't use the native 60FPS capped mode, use Uncapped mode with a Max FPS value.
×
×
  • Create New...