Jump to content
The Dark Mod Forums

Strider

Member
  • Posts

    37
  • Joined

  • Last visited

Reputation

0 Neutral

About Strider

  • Birthday July 15

Contact Methods

  • Website URL
    http://sureasshiretalk.blogspot.com

Profile Information

  • Gender
    Male
  • Location
    The Lost Realm of Arnor
  • Interests
    the works of J. R. R. Tolkien, Batman, Bob Dylan, The Beatles, PC games (most notably Thief, Thief II, Deus Ex, Diablo II, Batman: Arkham Asylum), Firefly, Star Trek, Star Wars, James Cameron sci-fi, Indiana Jones, coffee, beer, Ireland, westerns, steampunk, cyberpunk, crime drama

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. So this is bizarre -- was just testing it a bit, and even though I was apparently already using the correct objective component, it just decided to start working. So the item location issue seems to be solved, and it even seems to be recognizing the enabling objectives now, because the "place letter" obj won't complete unless I have both read the letter and sealed it. However, the "seal letter" obj is still completing even if I haven't read the letter first. Would this be because it's controlled by a target_setobjectivestate rather than an actual objective component?
  2. Sure, will do ASAP, but I'm working all day tomorrow, so tomorrow evening most likely.
  3. Good to know. For now the problem is fixed in my mission just by shuffling speakers around and decreasing their volumes, but would be really cool to have that feature working in the future. Not to derail the discussion, but... some of you might remember that I'm creating a set of objectives that includes: 1. read this letter, 2. re-seal this letter, and 3. hide it in a particular location. Now, 1 is easy to set up, and I've got a nice chain of stim/responses going for 2 (apply heat stim to bowl of wax, dip ring into wax, touch ring to letter), but my issue is this: I want #1 to enable #2, and #'s 1 and 2 to enable #3, but it just isn't working. I've set the enabling objectives in the Objective Editor according to the instructions on the Wiki, but when I test it I can still do them all out of order (i.e., hide the letter, then seal it, then read it, which makes absolutely no sense). Further, I can't get the "item is in location" component to work on #3. Again, I've followed the instructions on the Wiki (set "objective_ent 1" on the letter, etc.), and I've even set up a basic test map to try to just get the system working, but no luck. Are there any common mistakes I might be making with this process?
  4. They say you're becoming fluent in a language when you start dreaming in it... does that mean I speak DarkRadiant?

  5. Is there a way I can increase an AI's visual acuity so that they will see the player regardless of how well-lit an area is?
  6. Ah, that makes sense. I think I was using "nodraw" or something with the target_set_frobable entity. Thanks!
  7. Okay, I think I can just make do with some tweaking of the volume and speaker placement. Would really have preferred the glass to just be able to block sound, but maybe sometime in the future that'll be possible. Anyway, got a question about something I presume will be a pretty quick fix, I just don't know the correct spawnargs/triggers for it: I need to disable a particular switch under certain conditions. Here's the situation: I have a sliding door and an two-stop elevator in front of it, and the sliding door needs to be disabled while the elevator is in the "up" position, otherwise the door, if closed, will clip through the elevator, which obviously looks terrible. I've tried having another sliding door textured with "clip" or "player clip" come out of the wall and cover the switch while the elevator is up (using the trigger_on_leave spawnarg), but you can still frob the switch through that. I also fiddled with the "target_set_frobable" a little bit, but couldn't figure out how to get it working.
  8. Hm... tell you what, I'll mess around with volume, speaker placement, which shader to use, etc., and see if it can be managed without a whole system like you're talking about. The physical layout of the two rooms is unchangeable without detracting from the very reason they exist, but the invisible aspects (like speakers and such) can be more flexible. I'll see what I can do; planning on having the afternoon for mapping today, so I should know very soon. Thanks for working with me on this... Edit: We've had a ton of rain here today, and I came home to find the ceiling leaking on the desk where I have my PC... so it may be a while before I can get back to the mapping. PC's fine and out of harm's way, though, so... crisis averted.
  9. So... I'm wondering if there's any consensus on how I might be able to work around this problem for now.
  10. I think it's time I announced what I'm working on here, as I've been pestering several of you with various issues for about a month now . Hopefully I can plug my upcoming project without distracting anyone too much from Bikerdude's lovely images... I am currently working on my first mission (ever), which has the player... infiltrating the mansion of an eccentric nobleman. Whoa. Your main goal will be to plant a suspicious letter somewhere within, and of course, to loot the place. I love a good story, so expect a healthy number of readables and as much character development as possible. It will be alright as a stand-alone mission, but I am intending to continue the storyline over the course of... 2-4 subsequent entries -- assuming I don't burn out on TDM (not likely) and real life doesn't get in the way (always possible, but still unlikely). I am really excited about the plot I've got swirling around and evolving in my head, so I hope you guys will enjoy it as well. It will contain some real-life historical parallels and a bit of inspiration from a few pieces of fiction I've been interested in lately. The (more or less solidified) title will be "The Astronomer," and I'm hoping to release in the next 4-6 weeks (hopefully after some beta testing). World construction is nearing completion, with AI and objectives still mostly to be implemented. (Screenshots forthcoming -- just keep forgetting to capture some when I'm editing.) Also, since I'm new around here -- I'm 23, living in Minneapolis, Minnesota, and have been playing PC games (and Sega Genesis and NES) for most of my life. Check out my profile for more info, if you're interested . And I'd like to reiterate the incredible work you guys have all done putting this mod together, and the many missions that have already been released. Mods are one of the best reasons to play PC games, and TDM is arguably the best example of that. Bikerdude -- I'm really looking forward to that cathedral mission, even more so because the plot I'm developing features Builders quite prominently. Can't wait!
  11. Just tried it; added the spawnarg "editor_var sound_loss" and values "15" and "30" to the info_locationseparator; tried it both with the visportal touching the glass and without, and didn't notice a difference no matter what the value. Unless there was something more complex you wanted me to do, that doesn't work either.
  12. That would certainly be convenient Quick question in the meantime -- can I get a brief rundown on how to set up a glowing window texture? The wiki instructions assume I know how to write and use a .mtr file, which I don't. For example, I want to add a moonlit sort of glow to "roundtop_diamond_pattern01_grey_moonlit".
  13. I might adjust the speaker as a temporary fix, but the script looks like the best option. There's got to be some way to locate a specific portal, right? Or can you name them somehow in the editor to make them easier to find?
  14. Yes, machine noise coming from a speaker is what I'm using -- I'm already using some ambient music in both rooms, and that's working just fine. This might not be such a critical issue except for the fact that the speaker from the machine is, necessarily for this situation, very close to the glass separating the two rooms. I shall therefore wait for help with scripting. Thanks in advance, Fidcal!
  15. Agreed. I had to hold out hope, though. Now, can anyone describe for me how to implement that workaround Tels was talking about? I haven't messed around with any scripting yet, so the most basic explanation of the process would be much appreciated .
×
×
  • Create New...