Jump to content
The Dark Mod Forums

joebarnin

Member
  • Posts

    1090
  • Joined

  • Last visited

  • Days Won

    42

Everything posted by joebarnin

  1. Nice mission! Lots to do in a very compact space. I got I concer with Kerry000 - this mission is intuitive. Just when you're thinking "there should be something here", there is. Good use of context and clues. I loved the Great job! Looking forward to your next mission.
  2. Congratulations! I guess I need to put The Outer Worlds aside for a bit...
  3. #1 - I found this in tdm_events.script: /** * Initiates a translation back and forth along the given vector with the given speed and phase. */ scriptEvent void bob(float speed, float phase, vector distance); So maybe that's a way to get things to bob or stop bobbing? I tried a few experiments but couldn't get it to work, but maybe you'll have better luck.
  4. Here's something I did - maybe it'll work for you. Create a thin no draw brush (e.g., tdm_nodrawsolid_wood) that lays on top of the door (in front of it). Convert it to func_static. Set frobable=1. You may have to set frob_distance to a value too. This will 'catch' the frob and prevent the door from getting it. At least, that's what I think happens. Anyway, it worked for me. Specifically, I was having trouble with a user frobbing a switch from the other side of a wall. The switch was on side A of the way, but the player could frob it from side B. So I put the frobable brush on side B, and it blocked the switch from getting frobed from side B.
  5. Thanks for your detailed comments - I'm glad you liked it. For the two items mentioned, the readables could be more explicit. Specifically, and As for that turns out to be
  6. One of the things I struggle with is how hard to make things for the player. I wasn't sure about this mission; that's why I put the hints in right from the start. Still, I was hoping that the main objective could be done without hints. Just had an idea - the difficulty level could actually change the readables, so that the text in the books is more explicit at easier levels. For example, on the hardest level it reads but on the easiest level is reads Has that even been done? Funny thing is, as a player I'm not particularly bright and I usually need hints. ?
  7. krrg - thanks for you comments. D'oh! Good catch. If I ever do version 2, I'll fix that.
  8. Building on what VanishedOne wrote, there are a couple of ways to mark an objective as "invalid". It still shows up in the objectives list, but with a "crossed out" symbol in the checkbox. You can do it with script code: $player1.setObjectiveState( objNum, OBJ_INVALID ); where objNum is the objective number, e.g.: $player1.setObjectiveState( 8, OBJ_INVALID ); Or with an atdm:target_setobjective_state object with the following spawn args: "obj_id1" "8" "obj_state" "2" (once again, assuming the objective is number 8). Make the atdm:target_setobjective_state the target of a trigger.
  9. Jedi - Thanks again for your testing, especially highlighting the performance issues. Let me know how the released version performs inside the cathedral.
  10. Excellent mission. Worth exploring to find all of the details. You've created a satisfying vignette of that location. I second Kerry000's comments, the atmosphere, sound, and details are superb. I love some of the little touches, like Thank you! Edit: forgot to mention, I loved .
  11. Done. The new pk4 is up on Dropbox, and I changed the link in my original post. The pk4 is called 'heartstmattis' and files have been renamed to this as well (e.g., .map and .script files).
  12. There are rumors that a legendary ruby, the Heart of Saint Mattis, actually exists. Break into the the Northgate Cathedral, find it, and steal it. Background This is my second Dark Mod mission (Mission of Mercy was the first). This is a small-medium mission, with some extras. See below for hints. My wife just gave me an idea for mission number three, so look for that next year. I notice that Dragofer just released a mission today. I hope I'm not violating an unwritten protocol by releasing another mission on the same day. Download The mission is available in the in-game downloader. As well as here: https://www.dropbox.com/s/jah5svj5eagnhs8/heartstmattis.pk4?dl=1. (<-- NEW LINK. Per grayman's request, the name of the pk4 and map have been changed). Place the PK4 in your \fms folder. TDM will recognize it as a new mission. I18n I have not done the work required for internationalization. OpenAL EFX This mission uses it (version 2), so I recommend turning it on in the Audio Settings. Thanks Many thanks to the beta testers, who really helped me get this mission into shape: Cambridge Spy, Shadow, Jedi_Wannabe (who also did some performance work on the map), SuaveSteve Thanks to Mike and Chloe for their outstanding voice work! The cathedral in this mission was inspired in many ways by bikerdude's excellent St. Albans Cathedral. I haven't played all of the DM missions, but to me St. Albans is the gold standard of cathedrals. Music includes Cantus Firmus Monks by Doug Maxwell/Media Right Productions (royalty free) The video series by Springheel and Sotha were helpful and energizing. Thanks to the entire Dark Mod community for building an amazing project. Hints and Tips (warning: contains progressive spoilers)
  13. Congratulations! Downloading now. When it rains, it pours: I'm about to release my mission too.
  14. Thanks everyone for your ideas. I decided to avoid the problem, so I adjusted the lights at the front of the building so that they no longer cast onto the front wall. Works like a charm, shadowcast counts inside are down to reasonable numbers. “Problem avoided” rather than “problem solved”, but it was time to move on. I’ve save a copy of the map from before these changes, so I can always go back and try “one more” fix, if something comes to mind. Thanks again.
  15. Good idea, but I just checked for this situation, and no luck. It was worth a shot.
  16. I gave this a quick test, and I'm seeing strange behavior. I created a light_torchflame, and offset the light_center, similar to your diagram above. First, the particle emitter is at the origin, not the light_center. I suspect I can figure out how to fix that. Second, the light that is cast has a few issues. There is light at the light_center, broadcast to the 'left'. But it uses the 'biground_torchflicker' texture, so it doesn't quite look right. The wall doesn't get any light, and I guess that's what is intended, but that looks incorrect too. Finally, there appears to be light coming from the location of the emitter. Not just the flames, but cast light. Here's what it looks like. Light from the light_center shouldn't reach that wall.
  17. Nope, Jedi, you are innocent ?. This problem has been there all along.
×
×
  • Create New...