Jump to content
The Dark Mod Forums

joebarnin

Member
  • Posts

    1086
  • Joined

  • Last visited

  • Days Won

    42

Everything posted by joebarnin

  1. A question about volumetric lights. If I specify volumetric_light=1 on a light, and take the defaults for the other values, then the dust is visible only if the Shadows Implementation is set to Maps. If it is set to Stencil, the dust doesn't show up. This has been discussed in this and other threads. However, if I add volumetric_noshadows=-1 (or 1), the dust is visible in both Maps and Stencil mode. And, the light still casts shadows (as least, as far as my limited testing has shown). It looks like if I set volumetric_noshadows=-1, I can get volumetric dust in my lights for both Maps and Stencil. If that's the case, is there a downside? What am I not understanding?
  2. I think you just target the trigger_hurt from the bonfire. Edit: I guess I finished third. At least my answer was correct.
  3. Brilliant mission, one of my favorites ever. Great design, art, layout, sound, everything. The item balance was perfect - I had what I needed, when I needed it. And Played on Easy - that's my style (in other words, I'm not very good). Didn't find any secrets, so there's plenty of reasons to go back and try again (also, I was using the 1.1 version not 1.2).
  4. Nice mission! Great atmosphere, and an amazing quantity of stuff to do and discover, given how compact it is. I got to the end without finding any secrets, and thanks to the Statistics screen I was reminded that there were some. So I went back and looked - found two, and then had to cheat to find the rest. Some of the obscure areas were fiendishly difficult to find - that's a good thing! The way the various areas are connected was well done - I just love that feeling when you're exploring zone A and you realize, hey, here's zone D! Thanks!
  5. Just got around to playing this - it was great fun! Nice design and especially liked the lighting - made it just hard enough.
  6. Yes I do. I just deleted it, and now it works fine. Thanks! My apologies, I should have thought of that.
  7. Looks great. I can create a very simple test case the works in beta04 but not in beta05 (at least, on my machine).
  8. Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz 3.70 GHz 32.0 GB RAM GeForce RTX 3070
  9. Sorry, I keep going back and forth between beta04 and beta05. So this last time I ended up with the default cfg (r_shadows "1"). That's the file I attached first. I realized this mistake and set Shadow Maps ( r_shadows "2"), and it still doesn't work (current attached file).
  10. I increased dust to 0.2 and all the way to 1.0 - still not visible. Here's my darkmode.cfg: Here's the correct darkmod.cfg, with r_shadows "2". Dust is still not visible Darkmod.cfg
  11. Yep, on the light I have: volumetric_light=1 volumetric_dust=.002 volumetric_noshadows=-1 Worked fine in beta04, but not in beta05.
  12. Looks like something has happened to volumetric lighting in beta05. It was working fine in beta04 but after I upgraded to 05, it stopped working. I went back to 04 just to verify it was working, and it was. I verified I'm using Map shadows (r_shadows "2") and my r_volumetricSamples is "8". Did something break in beta05? Anybody else seeing this?
  13. I'm using the new Secrets mechanism for my WIP. It works fine for frobbing objects with "secrets" "1" spawnarg. But I have a button that targets a atdm:secret. Every time I click the button it increments the secret count. The wiki says "By default, each of these atdm:secret entities can only be triggered once" but that doesn't seem to be the case. Unless I'm doing something wrong?
  14. In my current work-in-progress I use a fog light for a cellar/basement type room. If I position the light correctly I can avoid the seam - I think I had to make the light extend into the walls a little bit.
  15. @JackFarmerI've used this call to calm down AIs: $guard_1.setAlertLevel(0);
  16. Nice mission! Good work - looking forward to the next one!
  17. Excellent mission! Lot's of fun exploring the mansion and figuring things out. Good use of conversations. City area was good; yeah it was there to get you from A -> B, but felt right. Twist at the end was unexpected yet it fit right in. Thank you for an enjoyable mission!
  18. I've got an FM under development (actually it's in Beta test). There's something I've noticed over the course of developing and testing the mission. One large room contains several security cameras. Most of the cameras are configured to rotate. Usually, when I test the mission, they work fine. But occasionally, one of the camera's rotations will be off by 90 degrees. For example, a camera that is pointing "north" (up in the XY view), with a sweepAngle of 90, will typically rotate between 0 and 90 degrees (i.e., from 12 to 3 if you think of it as a clock). But, once in a while, I'll be testing the FM and when I get to this room, the camera is sweeping from 270 to 360 (9 to 12 on a clock). It happens very infrequently, but I have noticed it several times over the past few months of testing. I guess my first question for the developers is, is this a known issue in 2.09? I know that security cameras have undergone significant changes in 2.10; my hope is that perhaps these changes include a fix for this? This bug is maddingly difficult to recreate. I'll test the mission a dozen times and all works fine, and then the next time I start a mission one of the cameras is pointing the wrong way. I've noticed it with a couple of cameras. The problem is that if it does happen, it can make the mission impossible to finish. One option is to switch to 2.10 and hope the problem goes away. But it happens so infrequently that it might be weeks of testing before I'd see it again, or convince myself that it isn't going to happen on 2.10 (and even then that's no guarantee). Any ideas or suggestions? Thanks in advance.
  19. Just a quick note, the method for determining if something is locked is IsLocked(). So your getDoorStatus method should be calling door.IsLocked(), not door.getBoolKey("locked").
  20. This looks promising: "editor_var phase" "the 0.0 to 1.0 offset in the cycle to start at."
  21. Yep, another one! My mission is also ready for Beta testing (when it rains, it pours, right?). I realize that @Bienie just started his beta, but if there is anyone left willing to test mine (or people willing to test both), please check in at my thread over in the beta testing forum.
  22. I tried that, it did nothing (no crash, no error in the log, and the blackjack was still available).
×
×
  • Create New...