Jump to content
The Dark Mod Forums

TDM NEW MAPPERS WORKSHOP


Springheel

Recommended Posts

Is it possible for a pointfile .lin file to go stale? I dmap'd tonight and there weren't any leaks. It lets me play the map, but the pointfile still shows a leak :-/ I wonder if DarkRadiant was holding onto a old (pre-correction) pointfile data?

 

Oh, I did filter "All Entities" like I always do... but I unfiltered for the screenshots, as I thought it might help you see the problem. Oopsie :)

 

PS: Are fire arrow impacts supposed to trigger buttons from 10 feet away? My secret button is at the base of a wall, yet hitting any part of that wall, the adjacent wall, or the floor within a 10-foot radius pushes it. I could maybe understand a 1-2 foot radius... but 10 seemed a little strange.

 

Obsttorte wrote:

 

Btw, from your screenshots it looks like you have placed brushwork directly behind the modules (that is ok) and than surrounded everything with more brushwork farther away (that is odd). Any reason for that, or is this just meant to be temporary and get removed later on?

Somewhere along the line, my prefab-built room got some gaps around its perimeter in the ceiling areas. And I'm pretty sure the window alcove mansion prefab has no ceiling top to it. So, to try and close those gaps visually (and sealingly), I put a bunch of thin trim around my ceiling areas and over the window alcoves by manually creating brushes and texturing them. Stuff like that. Should I be closing those gaps some other way? And because those brushes were, essentially, a bunch of band-aids to plug leaky holes, it apparently didn't seal things up airtight, so I built a big sealing box around everything.

Link to comment
Share on other sites

I think the pointfile does not get deleted upon a successful dmap. So an old file can still be lying around. However, normally you wouldn't take a look at it unless dmapping tells you that it found a leak.

 

Buttons get triggered if they receive damage. As the fire arrow does splash damage it is capable of triggering a button quiet at a distance. With feets do you refer to the unit or do you mean doom units?

 

Putting a big brush room around everything is ok for testing purposes, but definetely not the way you should ship your mission. Try to get used to seal each individual room properly, as this will save you problems later on (like internal leaks, which will affect sound propagation and cause troubles when using the location system).

  • Like 3

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

I think the pointfile does not get deleted upon a successful dmap. So an old file can still be lying around. However, normally you wouldn't take a look at it unless dmapping tells you that it found a leak.

 

Buttons get triggered if they receive damage. As the fire arrow does splash damage it is capable of triggering a button quiet at a distance. With feets do you refer to the unit or do you mean doom units?

 

Putting a big brush room around everything is ok for testing purposes, but definetely not the way you should ship your mission. Try to get used to seal each individual room properly, as this will save you problems later on (like internal leaks, which will affect sound propagation and cause troubles when using the location system).

Thank you. For the fire arrow, I was referring to in-game feet, visually (what my eye sees). I will see if I can become more adept at sealing rooms properly ;)

Link to comment
Share on other sites

Yeah, the fire arrow thing doesn't make a lot of sense to me. I'd never noticed that behaviour.

Link to comment
Share on other sites

Yeah, the fire arrow thing doesn't make a lot of sense to me. I'd never noticed that behaviour.

 

I've seen it. There's a spawnarg "noimpact/1" you can set on buttons and levers when you don't want them to react to an explosion's pressure wave, or to being hit with a flying object like an arrow.

Link to comment
Share on other sites

I can understand a direct hit triggering a button, but having the blast radius do it doesn't feel quite right.

Link to comment
Share on other sites

Well, the explosion can push things straight through the room, so why shouldn't it push a button. Although I agree that this wouldn't be my first choice of use. The action of a button is handled by the frob action script, inthis case frob_button, iirc. If a mission author has an issue with it this script could be altered or disabled and the state_change_callback could be used instead to disable a reaction to indirect damage from the fire arrow but still allow buttons to be triggered by direct damage from arrows.

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

H iSpringheel,

thanks for the video, it was great as always! It gives you tons of possibilities with just a few tools. As you already stated, it is quite long and covers a lot of stuff, but I still wanted to mention one thing that I would have added in the video and that is the path node "path_flee_point", because it does not require a lot of work and can add to realism. These path nodes are put into the map and are the first point unarmed AI (and wounded guards for that matter) will flee to. These can be placed, for example, near stationary guards, so civilians run to where they know guards are, or maybe somewhere where the AI would be more likely to flee to, like the exit of a building. The generic behaviour lets AI simply run away from the player, so they would likely run into corners or just anywhere in a house. The great thing is, you don't need any targets on it, you just put them into the map and the AI will use it. Additionally, the fleeing AI will pass information about an intruder to any AI they meet on their way (or their destination), so guards will come and investigate after a civilian has successfully fled. For further information, check the "Flee Points" section of the Path Nodes Wiki page.

  • Like 1
Link to comment
Share on other sites

Yeah, I considered adding Flee points, but AI do have a default flee behaviour even without them, so they're not essential (though still useful).

 

On a separate note, I want to mention that I'm going to be entering a much more busy phase in RL starting next week, so although there are two videos left that I plan on making (Objectives and Briefing/Final steps), I can make no promises about how quickly they'll get done.

 

Anyone reaching that point before then can look for info here:

 

http://wiki.thedarkmod.com/index.php?title=Objectives_Editor

http://wiki.thedarkmod.com/index.php?title=Briefing

http://wiki.thedarkmod.com/index.php?title=How_to_pack_your_Mission

  • Like 1
Link to comment
Share on other sites

  • 1 month later...

So did everyone else get as busy as I did? Anyone actually still working on their maps?

Link to comment
Share on other sites

Yeah, still working on it. I hit a point where most of my free time was taken up by IRL things, but I do still manage to get a decent amount of DR time in.

  • Like 2
Link to comment
Share on other sites

I was waiting to see if I needed to mess with the newest version of DR/trying to get slightly less busy before I dove back into it. :P

Because in mystery novels, the first suspect is almost certainly never the murderer. No matter how much unmovable evidence there is, it will all be smashed in pieces by the wrath of the remaining number of pages of the story.

 

-"The Evil Spirit of the Zushi Clan" from Virtual Carnal Pleasure by Yamada Fuutarou

Link to comment
Share on other sites

  • 2 weeks later...

You guessed it, Springheel. My computer issues had me unable to work for a while, but once that was squared away, life and other priorities got in the way. I will try to get back into it as soon as I'm able, but I don't currently see a lot of free time in my near future :-/ I will try to shift priorities around a bit

Link to comment
Share on other sites

  • 1 month later...

First of all, thank you very much @Springheel & Sotha for your video tutorials. These are extremely helpful (sometimes even funny), and for the very first time I was able to create a small area mapping (almost) to my expectations.

 

I understand that visportals are essential to the entire process and before I continue adding more details, I would like to solve this problem first.

 

Regarding visportals and window models surrounded by brushes, the WIKI tutorial (written by Sotha?) recommends to "put in a worldspawn brush with nodraw texture on".

 

So I did, and I carefully located these "No-Draw" brushes between the window prefabs in question to make sure that there are no gaps left (I also double checked with grid snap and carried out visual control via DR).

 

Result: "r_showtris 2" shows that the entire outside area of the building is still being rendered, fps down to ca. 10 - 15 fps.

 

If I replace the window prefabs (brushes, windows and no draw brush) and replace them with solid wall brushes, it works perfectly and the fps rate is sky-rocketing up to 50 - 60 fps. Thus I think that the "no draw" brush does not seal my wall works at all. What is my mistake?

 

Please find below a picture; the red frame in the detail depicted on the right side shows the exact position of the no draw brush.

 

Many thanks for your help in advance.

 

post-37993-0-22982800-1512218333_thumb.jpg

Link to comment
Share on other sites

No, you're correct, nodraw textures don't seal visleafs. You generally want to use caulk, or a texture that is close to the wall textures. Can you point me to where it says to use nodraw brushes?

Link to comment
Share on other sites

Hello Springheel,

 

Thank you very much for your quick help. I will try as you suggest.

 

I found the paragraph in question here:

 

http://wiki.thedarkmod.com/index.php?title=Visportals

 

The above mentioned statement can be found under headline "Where to place your Visportal" in the second paragraph.

 

Is it ok to go on here with questions or do I have to return to the "Newbie" thread?

Link to comment
Share on other sites

I've added a note to that wiki page, thanks.

 

Is it ok to go on here with questions or do I have to return to the "Newbie" thread?

 

 

Questions about the new mapper workshop videos can go here, but you'll probably get more responses for more general issues in the newbie thread.

Link to comment
Share on other sites

  • 2 weeks later...

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

    • 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
    • The Black Arrow

      Hope everyone has the blessing of undying motivation for "The Dark Mod 15th Anniversary Contest". Can't wait to see the many magnificent missions you all may have planned. Good luck, with an Ace!
      · 0 replies
×
×
  • Create New...