Jump to content
The Dark Mod Forums

Newbie DarkRadiant Questions


demagogue

Recommended Posts

triggerhurt question

Hello TDM crew.

I am having a bugger of a time trying to get a damage_triggerhurt_5 to do anything.

I create a brush, give it trig hurt texture, right-click, convert to entity damage_triggerhurt_5.  In sample tests, I make the brush bigger than the player to make sure the player is within the bounds.  Nothing.

So, I am missing something.

Advice?

Clint

 

Link to comment
Share on other sites

3 hours ago, Frost_Salamander said:

How do you create an inverted bevel end cap from a bevel that's been flattened slightly?  In the pictures below, I want the end cap to cover the space entirely, and avoid that gap being created after I drag the verts.  Is there a way to make the patch stretch to the upper corner so that gap doesn't appear?

before.PNG

after.PNG

You need to select both patches, end cap and bevel, and select the vertices for both patches to avoid what you see in the second image.

 

 

I always assumed I'd taste like boot leather.

 

Link to comment
Share on other sites

34 minutes ago, cvlw said:

triggerhurt question

Hello TDM crew.

I am having a bugger of a time trying to get a damage_triggerhurt_5 to do anything.

I create a brush, give it trig hurt texture, right-click, convert to entity damage_triggerhurt_5.  In sample tests, I make the brush bigger than the player to make sure the player is within the bounds.  Nothing.

So, I am missing something.

Advice?

Clint

 

Is this the proper way to create a trigger hurt with specific damage, in my case a 5 damage:
1)  make intended brush

2)  texture as trighurt

3)  convert to entity trigger_hurt (not damage_triggerhurt_5)

4)  set def_damage arg to damage_triggerhurt_5

From what I can tell, this works now.

 

Edited by cvlw
Link to comment
Share on other sites

4 minutes ago, AluminumHaste said:

Okay, I think I see what you are trying to do.

You can use brushes to fill in the gaps like this.

 

 

okay - I guess brushes it is then 🙂  Thanks for taking the time to put that together!

Link to comment
Share on other sites

2 hours ago, Frost_Salamander said:

Maybe it's not doable?

It is, if done right. It is however advisable that you create all the patches needed for the final setup beforehand and move their vertices together to avoid gaps (and if they occour, then only due to different subdivisions which can, as said, be adjusted manually).

And don't use brushes for that!

 

  • Like 1
  • Thanks 1
  • Haha 1

FM's: Builder Roads, Old Habits, Old Habits Rebuild

Mapping and Scripting: Apples and Peaches

Sculptris Models and Tutorials: Obsttortes Models

My wiki articles: Obstipedia

Texture Blending in DR: DR ASE Blend Exporter

Link to comment
Share on other sites

13 minutes ago, Obsttorte said:

It is, if done right. It is however advisable that you create all the patches needed for the final setup beforehand and move their vertices together to avoid gaps (and if they occour, then only due to different subdivisions which can, as said, be adjusted manually).

And don't use brushes for that!

 

Does dmap generate a better triangulation with this approach? I need to try that.

Link to comment
Share on other sites

23 minutes ago, AluminumHaste said:

Okay, I think I see what you are trying to do.

You can use brushes to fill in the gaps like this.

EDIT: Just make sure that the your patches line up with grid points to avoid sparklies/seams in game.

 

This is exactly how I did it, too. The whole thing is a func_static so I don't think small grid sizes are a problem.

Link to comment
Share on other sites

40 minutes ago, Obsttorte said:

It is, if done right. It is however advisable that you create all the patches needed for the final setup beforehand and move their vertices together to avoid gaps (and if they occour, then only due to different subdivisions which can, as said, be adjusted manually).

And don't use brushes for that!

 

that's done it - thank you!

Link to comment
Share on other sites

DarkRadiant question. How do I select just one item of a group? I have a bunch of entities that are grouped. If I select any of them, it selects them all. But what if I want to select just one (in this case, to change its spawnargs)? Sure, I can ungroup, select the object, then regroup, but I'm hoping there's something more efficient.

Link to comment
Share on other sites

17 minutes ago, cvlw said:

Is it possible to combine console commands into a single call?

I am hoping to do a clear + dmap [map] in one console call. Maybe some other combos if it is possible.

Appreciated.

Clint

 

 

Open console, type

bind F10 "clear; dmap <mapname>; wait; map <mapname>"

If you want to run your map right after dmap finishes

Press F10

I always assumed I'd taste like boot leather.

 

Link to comment
Share on other sites

4 hours ago, AluminumHaste said:

Select the group, press TAB to cycle through the items. That's how I always do it.

You can do the same thing when you convert a bunch of patches/brushes to a func_static.

Huh. TAB works for me on func_statics that were created from brushes. But it doesn't work for groups. I'm running DR 3.3.0, if that makes a difference. Maybe I'll try an older version.

Edit: I tried DR 2.11 and that version doesn't work for me either. I verified that my keyboard shortcuts are setup correctly, GroupCycleForward = TAB. @AluminumHaste, is that your setting as well?

Edited by joebarnin
Link to comment
Share on other sites

You can right-click on the selected group and ungroup it in the context menu.

FM's: Builder Roads, Old Habits, Old Habits Rebuild

Mapping and Scripting: Apples and Peaches

Sculptris Models and Tutorials: Obsttortes Models

My wiki articles: Obstipedia

Texture Blending in DR: DR ASE Blend Exporter

Link to comment
Share on other sites

11 hours ago, joebarnin said:

Huh. TAB works for me on func_statics that were created from brushes. But it doesn't work for groups. I'm running DR 3.3.0, if that makes a difference. Maybe I'll try an older version.

Edit: I tried DR 2.11 and that version doesn't work for me either. I verified that my keyboard shortcuts are setup correctly, GroupCycleForward = TAB. @AluminumHaste, is that your setting as well?

Yeah doesn't work for me either with groups, though I don't use them very often.

Sounds like a bug or missing feature @OrbWeaver?

I always assumed I'd taste like boot leather.

 

Link to comment
Share on other sites

To be honest I can't remember ever using TAB to choose between items in a group. I certainly wasn't aware of it when writing the user guide, which is why the section on converting to func_static mentions using TAB, but the section on grouping doesn't. But it would certainly be useful and consistent behaviour.

Link to comment
Share on other sites

Has someone ever had the problem that a guard on a static patrol route occasionally can't find it's next way point? He walks on his route multiple times until at a random time in game, but then at the same way point he stops and the console says too far from sitting location. Although it worked multiple times before in the game. It happens randomly as I watched it with timescale 8.

"Einen giftigen Trank aus Kräutern und Wurzeln für die närrischen Städter wollen wir brauen." - Text aus einem verlassenen Heidenlager

Link to comment
Share on other sites

Does it happen more frequently or earlier if the timescale value is set to a higher value?

Any moveable that could potentially block the path?

FM's: Builder Roads, Old Habits, Old Habits Rebuild

Mapping and Scripting: Apples and Peaches

Sculptris Models and Tutorials: Obsttortes Models

My wiki articles: Obstipedia

Texture Blending in DR: DR ASE Blend Exporter

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Recent Status Updates

    • MayheM

      Hello, Since this track is originally from TDM,i think it's better to ask here than TTLG. Do you guys have the full version of this ambient track?
      https://sndup.net/z4ty/
      https://sndup.net/qwhy/
      · 2 replies
    • DeTeEff

      Bachelor Mapping Challenge!
      The girlfriend will be away to her mum's place for almost a week, which means more mapping time for me! I'm planning a speed build. Hope it will go my way
      I'm starting by downloading 2.11. Don't know if I'm going to use any fancy new stuff. Just want to crack those itching map muscles that has gone dry and dead since almost a year's worth of no-mapping
      · 4 replies
    • kano

      The cool part of Canonical's Snap, is that my machine can now ray-trace an entire (simple) scene faster than it takes the web browser to start!
      · 5 replies
    • datiswous

      Fm idea (braindump)
      "Experience the life of a mission builder"
      Esentially there are finnished elements placed somewhere in storage in the game and you have to place them in the correct places, build some walls here and there, add guard routes, give them their correct speech lines, etc. Decorate the places.. all in-game. lots of fun.. 😉
      If you do it right in the end you can play the mission.
      (would be even cooler if a thief-ai could play the mission, making it some kind of tower-defence game)
       
      This first started as an idea for an aquarium builder mission where-in you have to fill an empty aquarium with sand, waterplants, castles water and swimming fish. But above idea is more fun.
       
      · 4 replies
    • JackFarmer

      Dear ChatGPT, What are The Builders in the Dark Mod?
       
      The Builders is a popular game mode in the video game community called "Dark Mod," which is a fan-made tribute to the classic "Thief" series of stealth games. In this game mode, players assume the role of builders who construct structures in a dark and ominous environment while trying to avoid detection by patrolling guards.
      The Builders game mode is unique in that it offers players the opportunity to create and design their own levels using the in-game tools and resources provided. Players can experiment with different building materials, construct intricate traps and puzzles, and create their own unique gameplay experiences.
      While The Builders game mode is not an official part of the Dark Mod, it has become one of the most popular and well-loved aspects of the game, thanks to its emphasis on creativity, strategy, and stealth.
       
      You guys did not know that, did you?
      · 2 replies
×
×
  • Create New...