Jump to content
The Dark Mod Forums

joebarnin

Member
  • Posts

    1085
  • Joined

  • Last visited

  • Days Won

    42

Posts posted by joebarnin

  1. 8 minutes ago, Geep said:

    I have a atdm:bonfire and a large surrounding trigger hurt. If the player extinguishes the bonfire, I'd like that shut off the trigger hurt. Possible?

    I think you just target the trigger_hurt from the bonfire.

    Edit: I guess I finished third. At least my answer was correct. 😁

    • Like 2
  2. 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

    Spoiler

    fire arrows - who'd have thought they could take out several zombies at once? (is that normal, or did you enhance them?).

    And the ride at the end - what a nice treat!

    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).

    • Like 1
  3. 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!

    Spoiler

    It would have been nice to be able to use the rope arrow to get up to pick the landlord's key, but that didn't work (I had to read this thread for hints).

    Thanks!

    • Like 1
  4. 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).

  5. 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?

    • Like 1
  6. 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?

  7. Nice mission!

    Spoiler

    Good flow; I like the new objectives that show up (Emily, etc) - they tell a good story. Nice building design at Four Flags - it took a while to figure out but eventually it made sense. The deposit box thing was the only frustration. And I like the way the ending segues into your first mission.

    Good work - looking forward to the next one!

  8. 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.

    Spoiler

    (Like @Bienie, I had trouble finding the book switch. I mean, I checked the bookcases twice and didn't find it! And of course once I found it, it was obvious. Go figure)

    Thank you for an enjoyable mission!

    • Thanks 1
  9. 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.

  10. 26 minutes ago, jonri said:

    While I'm here, does anyone know if there is a way to set the phase of a func_pendulum?  I have some things I want to be out-of-sync with each other.  If there's no direct solution, I could probably set the speed to be slightly different on each one and they should get sufficiently jumbled up by the time the player gets there.

    This looks promising:

        "editor_var phase"            "the 0.0 to 1.0 offset in the cycle to start at."
     

  11. On 9/21/2021 at 8:49 AM, Dragofer said:

    The script method to remove a weapon would be:

    $player1.replaceInvItem($blackjack1, $null_entity);

    Unfortunately that didn't work. It can't find the inventory item, no matter what name I use for it. I think the engine does some special processing when you pick up melee weapons. I also tried code to delete the blackjack weapon:

    $player1.selectWeapon("blackjack")
    entity weap = $player1.getWeaponEntity();
    weap.remove();

    but that crashed the game.

    Is there any way to temporarily override the key bindings, so that '1' and '2' are inactive?

×
×
  • Create New...