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

    • OrbWeaver

      Does anyone actually use the Normalise button in the Surface inspector? Even after looking at the code I'm not quite sure what it's for.
      · 4 replies
    • Ansome

      Turns out my 15th anniversary mission idea has already been done once or twice before! I've been beaten to the punch once again, but I suppose that's to be expected when there's over 170 FMs out there, eh? I'm not complaining though, I love learning new tricks and taking inspiration from past FMs. Best of luck on your own fan missions!
      · 4 replies
    • The Black Arrow

      I wanna play Doom 3, but fhDoom has much better features than dhewm3, yet fhDoom is old, outdated and probably not supported. Damn!
      Makes me think that TDM engine for Doom 3 itself would actually be perfect.
      · 6 replies
    • Petike the Taffer

      Maybe a bit of advice ? In the FM series I'm preparing, the two main characters have the given names Toby and Agnes (it's the protagonist and deuteragonist, respectively), I've been toying with the idea of giving them family names as well, since many of the FM series have named protagonists who have surnames. Toby's from a family who were usually farriers, though he eventually wound up working as a cobbler (this serves as a daylight "front" for his night time thieving). Would it make sense if the man's popularly accepted family name was Farrier ? It's an existing, though less common English surname, and it directly refers to the profession practiced by his relatives. Your suggestions ?
      · 9 replies
    • nbohr1more

      Looks like the "Reverse April Fools" releases were too well hidden. Darkfate still hasn't acknowledge all the new releases. Did you play any of the new April Fools missions?
      · 5 replies
×
×
  • Create New...