Jump to content
The Dark Mod Forums

Newbie DarkRadiant Questions


demagogue

Recommended Posts

Is there any good way to create a bubbling effect for the water in a pot which is cooking on a stove?

Link to comment
Share on other sites

Or a custom animation / shader for the water surface. Or both.

A steam particle and bubbling sound fx will also go a long way.

What do you see when you turn out the light? I can't tell you but I know that it's mine.

Link to comment
Share on other sites

Or a custom animation / shader for the water surface. Or both.

A steam particle and bubbling sound fx will also go a long way.

 

Yeah I currently have a bubbling sound with a steam particle but if you look inside the pot its rather lack luster

Link to comment
Share on other sites

Can wooden exteriors somehow be made to work with rope arrows?

 

I finally stopped messing with scripts last week after discovering that the AI behaviour I was trying to implement had already been done much better by Obsttorte -- so I'll nick his solution instead ;) -- and started work on something that might be a viable small first FM. I have an out-of-town setting on a road, where a little economy has sprung up around a Builder outpost, serving travellers. Problem is, I need the playable area to be hemmed in by a wooden stockade, and the only 2 buildings I've done any detailed work on are a good fit for a stockaded stonghold but don't fit one that's got a stone curtain wall. And I had a progression plan involving rope arrows. But if there are rope arrows, the player will expect to be able to climb over the stockade. Even if I built a bit of extra map to support that, all visportals would be open while the player was on top of the stockade.

 

It strikes me that rope arrows are tricky for mappers. They're always the first thing I buy in missions with a shop, so I reckon you don't want to deny them to the player. But it makes settings with a lot of wood tricky. Are there ways to get round it? (Other than playerclip of course, I hate games doing that to me!)

Link to comment
Share on other sites

You could put an architectural feature along the top of your walls that either prevents rope arrows from sticking, or prevents the player from climbing to the top.

 

Any suggestions?

 

I *did* think along those lines but I've not managed to come up with anything plausible yet. Defences are meant to keep people out not in, and metal/stone don't tend to sit on wood. Do you think I could get away with it during detailing, when I can pile impassible stuff against the exposed bits of the inner wall?

Link to comment
Share on other sites

I wouldn't disbelieve metal reinforcement. Wood tends to degrade quickly, only lasting a few years. Cap it with metal flashing to disperse water, and you create a great home for insects...I mean you shelter the pores of the wood from weather.

 

So bands of metal, like metal strapping perhaps?

 

In lieu of just a wood stockade, overhanging shrubbery or vegetation?

 

Since awnings everywhere might not look believable, nor overhanging plants everywhere, alternate the two? (You typically wouldn't put up an awning where blowing tree limbs might tear into it anyway.)

 

Design a cliff wall rising on one side so you only need stockade for limited parts?

 

If a cliff, then a wall of rock/boulders instead?

 

PS: Grayman, psst, your shader was not found. ;p

Edited by RJFerret
  • Like 1

"The measure of a man's character is what he would do if he knew he never would be found out."

- Baron Thomas Babington Macauley

Link to comment
Share on other sites

How about something like this:

 

http://www.youtube.com/watch?v=kwaEr0M_TGw

 

LOL. Now that's a great way to turn the lazy designer's invisible wall into something less lame, props to them. (Admittedly can be time constrained designers too, sometimes someone else dictates the apparent laziness.)

 

So with that in mind, I suggest a ledge along the wall, fulcrum at the top, counter weight log hung high on the outside. If someone gets on the ledge, it functions as a catapult, flinging them off into the skybox. It's totally plausible as a trap for folks outside scaling their way over/in.

 

PS: May all your walls be visible.

Edited by RJFerret

"The measure of a man's character is what he would do if he knew he never would be found out."

- Baron Thomas Babington Macauley

Link to comment
Share on other sites

Oh! Duh.

 

Another option would be to plaster the wall's interior. That would negate rope arrows, and the need for more heavy handed treatments.

"The measure of a man's character is what he would do if he knew he never would be found out."

- Baron Thomas Babington Macauley

Link to comment
Share on other sites

Hah! to the microsoft solution :blink: I think I'll attempt a combination of market stalls with awnings, metal reinforcement, junk and boulders all of which would fit ok. And I'll use a bit of plaster on the buildings inside the enclosure. Thanks for the ideas guys, you stopped me going straight back to the drawing board again.

Link to comment
Share on other sites

just in case it happens to you: If you add a caulk texture to something and it disappears, and you dont know why. If you try a few times and with other textures and you search in the wiki and the forum for a fix - then: Disable your filter->caulk and have a coffee.

$guard.moveToPosition($player1.getOrigin());

Link to comment
Share on other sites

How to reduce memory useage: avoid malloc errors.

 

Im working on a map atm and Im try to optomise it, I'm caught between trying to create loats of FS to reduce Draw calls and the need reduce memory footprint.

 

Atm Im hitting 1.2GB allocated and 700-800Mb in use and while Im editing with DR and TDM open Im hitting 2-3.5GB allocated which eventually leads to a malloc crash.

Link to comment
Share on other sites

I'm having a bit of trouble setting up rain with emitters in my map.

 

I changed from rain patches to emitters like suggested, and got a major improvement in FPS. Now I have emitters spaced about 64 units from each other or so, covering the whole street area. My problem is that the raindrops vanish if looked at from a certain angle.

 

If I stand directly under an emitter, and look straight forward (level to the ground) I can see the rain falling from it. If I look a bit down however, the particles vanish. This has got me stumped.

Edited by kyyrma
Link to comment
Share on other sites

Yeah, I fought with this one back in the day.

The thread is here:

http://forums.thedarkmod.com/topic/12091-rain-particle-problem/page__view__findpost__p__242847

 

I think I had to make custom particles for the rain to circumvent the issue. This one:

http://forums.thedarkmod.com/topic/12091-rain-particle-problem/page__view__findpost__p__243035

 

The solution worked for Transaction-mission. If you want to have a look how I made the rain performance decent, feel free to examine the map, of course.

  • Like 1

Clipper

-The mapper's best friend.

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.
      · 1 reply
    • 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...