Jump to content
The Dark Mod Forums

joebarnin

Member
  • Posts

    1086
  • Joined

  • Last visited

  • Days Won

    42

Everything posted by joebarnin

  1. That was a nice mission! It's been a while since I played a 'tail' mission. Tailing the dude was hard but not impossible - I had to reload a few times. The city area was nicely designed - good geometry/geography. Kind of fun to zoom past areas (while tailing), then check them out in detail on the way back. Someone else mentioned that guards can spot things in total darkness. I noticed this too - they spotted bodies, even dropped weapons; sometime from pretty far away. I don't know if this is a DM issue, or something about the mission in particular (I was on Easy). Good fun! Congratulations, and thanks!
  2. stone_movement_end is defined in tdm_sfx_sliding.sndshd: stone_movement_end { minDistance 1 maxDistance 25 volume 1 unclamped shakes 0.2 sound/sfx/movement/sliding/stone_movement_end.wav } Note the "shakes" variable. One possible way to avoid the shaking is to define your own version of that sound without shaking. Create or edit a .sndshd file in your FM (in the /sound folder) and add something like this: stone_movement_end_no_shake { minDistance 1 maxDistance 25 volume 1 unclamped sound/sfx/movement/sliding/stone_movement_end.wav } Then just reference stone_movement_end_no_shake in your mission
  3. Nice mission! Good fun. I especially enjoyed Also, due to my own incompetence, Looking forward to the rest of the series.
  4. Congrats to everyone, especially @Wellingtoncrab- that was an amazing effort. But really, all of the entries were remarkable.
  5. Crud, I forgot to vote. I'll do it now - if it's too late, my bad.
  6. Actually both of those switches control a light on the outside of the building.
  7. @tapewolfThanks for the compliments; I'm glad you liked it! As for your hidden comments... As for secrets, And there's one 'unofficial' secret, I don't think anyone has found yet:
  8. I have fixed this problem, and uploaded a new version of the mission to dropbox (see the first post in this thread). Could someone please update the mission database too? Thanks!
  9. I'm sorry you ran into this issue. Can you let me know where it happened, so I can fix it in a future release?
  10. Yeah that was done in Adobe Photoshop Elements, using horizontal warping to give the effect of looking at the wall at an angle. If I understand correctly, your suggestion is to put the text straight on the wall texture, then see if you get the angled effect when looking at it from down the hall. Interesting, maybe I'll give that a try
  11. The spawnarg is volumetric_noshadows=-1. Here's my question and answer in the 2.10 Beta thread: In my mission I use volumetic light in a single room. If you have stencil shadows, you can notice a little bleed through a floor - a minor issue that I chose to ignore. I just really needed the volumetric effect in that area.
  12. NOTE (3 March 2024): This mission has problems running on DarkMod 2.11. Be sure you are running the DarkMod 2.12 or later. A rare artifact, the Builder's Chalice, is available for the taking. Looks pretty straightforward, but looks can be deceiving... Yes, another mission for 2022. I think this makes eight this year already; we had eight for all of 2021! Great work, everyone! This is a smallish mission. It does not have any spiders or undead. It is a puzzle-heavy mission, with a built-in hints system in case you get stuck. This mission contains a couple of small homages to Grayman. This mission requires TDM 2.10. It uses some 2.10 features (subtitles, secrets, volumetric lights). Note that the volumetric lights are used in a specific way, such that your "Shadows Implementation" can be either Maps or Stencils, the volumetric lights will work either way. Version 2 of the mission is here: https://www.dropbox.com/s/pbz6spmqpo4vrg4/byanyothernameV2.pk4?dl=1 This fixes the "Open Doors on Unlock" problem. Have fun! Special thanks to JackFarmer, who created some wonderful and appropriate ambient sounds. He also did some Alpha testing to catch some early mistakes. Also thanks to the Beta testers, who struggled with some frustratingly-hard (or impossible) early variations: Cambridge Spy, Acolytesix, wesp5, datiswous, Bienie, Shadow Thanks to Chloe for some great voice work. I made plentiful use of sounds from freesound.org: https://freesound.org/people/HerbertBoland/sounds/75194/ https://freesound.org/people/craigsmith/sounds/482781/ https://freesound.org/people/InspectorJ/sounds/403005/ https://freesound.org/people/rhodesmas/sounds/322930/ https://freesound.org/people/fisch12345/sounds/325112/ https://freesound.org/people/BockelSound/sounds/489507/ https://freesound.org/people/ultradust/sounds/167747/ https://freesound.org/people/Crinkem/sounds/496328/ https://freesound.org/people/LucasDuff/sounds/467697/ https://freesound.org/people/RuidosoSoundFX/sounds/507161/ As always I've used some of Springheel's modules and Orbweaver's ambient sounds. And finally, huge thanks to the developers of The Dark Mod, especially 2.10, another milestone in this fantastic game. A few more screenshots
  13. Sorry, I wasn't clear. The "wait 1.0" on the trigger_once was a mistake by me - I didn't mean to have that spawnarg on the object. What happened was, I had a trigger_multiple with a wait on it, and then I converted it to a trigger_once but forgot to remove the wait. Then I noticed that the trigger_once wasn't behaving like a trigger_once - it was behaving like a trigger_multiple. I removed the "wait" and it starting behaving properly. So my post was just academic; I'm just wondering if that behavior is expected. Or perhaps this comes under the heading of "If you do something weird, you might be weird results".
  14. If I create a trigger_once, but give it "wait" "1.0" spawnarg, it behaves like a trigger_multiple: the trigger is not removed after firing, and fires again every 1.0 seconds. Bug or Feature?
  15. Just finished. What a brilliant mission! I'll hide comments just in case they spoil things for people. A sincere Thank You!
  16. lol, but I can always open up the map in DR as a last resort!
  17. Amazing mission! Just finished it on easy. Really nice use of 'special effects' of various kinds (don't want spoil things). Great design, very attractive. Fun to play. I didn't get many secrets, so I know I missed some things. Questions: Thanks again for an outstanding mission!
  18. I did a quick check of Now and Then on beta05, it looks fine. It doesn't use security cameras. I did see one light-leakage issue, but it's a bug in my mission, that for some reason didn't show up in 2.09 but shows up in 2.10. I'll fix it soon.
  19. I'll test mine (Now and Then).
×
×
  • Create New...