Jump to content
The Dark Mod Forums

Newbie DarkRadiant Questions


demagogue

Recommended Posts

Yes I needed a magic detector, showing to player an illusion sigils (not visible to common people). My map Is pretty big city section (and canals, and area behind city walls) so player would need to scour it all once again -someone could get frustrated.

S2wtMNl.gif

Link to comment
Share on other sites

Did you try the *normal* model (so not the ragdoll)? Did you dmap? Are there any warnings in the console?

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

The rat is an md5mesh, so you can't treat it like a regular prop model.

 

The ragdoll rat is already a droppable item, however, so maybe it's better to start with that entity and add whatever other qualities you want.

Link to comment
Share on other sites

Yes but I want it to go to inventory, then player should be able to drop it. Ragdoll have all those 'shoulderable' args and I don't know if I just have to delete them and add inv_xxx args from playertools base.

S2wtMNl.gif

Link to comment
Share on other sites

You could just use the frob_action_script spawnarg, which would be pointing to a script which

  • removes the ragdoll
  • adds a custom item to the players inventory with an appropiate inv_icon

If the rat is supposed to be non-dropable, that's it. If not you have to modify the custon item, so that it

  • removes itself when beeing dropped
  • spawns a rat ragdoll instead

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

Hey guys,

 

I have been searching through this thread trying to find an answer to my question but I can't quite understand and have tried multiple things which all failed so I would love to have someone explain the following to me.

 

In my map I want a custom sound/music to play at different intervals and I was wondering how you can get a custom sound (that I recorded myself) to play when say I push a button for example.

 

Thanks in advance!

Edited by TylerVocal
Link to comment
Share on other sites

Hey! Convert the sound file into .ogg. Check the 'sound file format' entry from the wiki what it should be like.

Then make a soundshader for it, you can check from my LQD .pk4 the folder 'sound' how those are made. File.sndshdr is the file where the definitions are stored.

Then the sound should be visible with the soundshader name in DR when you are creating a speaker.

The speaker needs to have spawnarg 's_waitfortrigger 1'

Then all you gotta do is trigger the speaker using a lever or a button.

  • Like 1

Clipper

-The mapper's best friend.

Link to comment
Share on other sites

Hey! Convert the sound file into .ogg. Check the 'sound file format' entry from the wiki what it should be like.

Then make a soundshader for it, you can check from my LQD .pk4 the folder 'sound' how those are made. File.sndshdr is the file where the definitions are stored.

Then the sound should be visible with the soundshader name in DR when you are creating a speaker.

The speaker needs to have spawnarg 's_waitfortrigger 1'

Then all you gotta do is trigger the speaker using a lever or a button.

 

Thank you very much :)

Link to comment
Share on other sites

I would like to bind emitter to bobbing entity (ie water circles to bobbing boat, and similar), but emitter animation seems to speed up (or maybe reset), looks like its timer interfering with bobbing entity timing. Is there some solution to get proper animation?

S2wtMNl.gif

Link to comment
Share on other sites

how to deal with this issue?

 

If I understand what you're posting right (you should make the problem you have explicit just to be sure), one reason light leaks through brushes happens when "noshadows" is "1" on the light, and turning it to "0" would fix it. If it's not that, then I don't know off-hand.

  • Like 1

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

It can also happen if the sides of the brushes that are not seen are textured with caulk. I get this problem from time to time, too. Try to avoid caulk if possible.

bind emitter to bobbing entity

What exactly do you mean? Do you want to *bind* it like attaching it or do you want it to be active depending on the behaviour of the bobbing entity?

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

I want emitter to follow other entity, for instance I have func_bobbing with boat model, and both water volume and water waves emitter are bind to boat. Or moving water column falling from water mill wheel, it need water splash emitter moving simultaneously.

S2wtMNl.gif

Link to comment
Share on other sites

How to use Shadow shader correctly to make shadows?

(used it on patch, converted to funcStatic, supposed to ber a shadow under the table - it didnt wiork out)

What excuse do we have not to sculpt, and sculpt, and sculpt, until the job is done?

Link to comment
Share on other sites

Hi there! Is there any basic dust particle anywhere around 1.08 ?

And another, how to change color of sfx/colored_light_rays?

Many thanks!

Edited by someTaff

What excuse do we have not to sculpt, and sculpt, and sculpt, until the job is done?

Link to comment
Share on other sites

There are. Look under tdm_dust or similar.

 

Regarding the colored_light_rays. Convert to func_static and set shaderParm0, 1 and 2 to the RGB values ranging from 0 to 1 or try using _color. shaderParm3 is alpha.

 

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

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

It will work if the side of the patch painted with the shadow texture is facing AWAY from the light. I used these in several places in ItN.

Works fine! Thanks grayman!

What excuse do we have not to sculpt, and sculpt, and sculpt, until the job is done?

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.
      · 2 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...