

joebarnin
Member-
Posts
1167 -
Joined
-
Last visited
-
Days Won
47
joebarnin last won the day on April 25
joebarnin had the most liked content!
Reputation
629 LegendaryAbout joebarnin
- Birthday 04/29/1959
Contact Methods
-
Website URL
http://
-
ICQ
0
Profile Information
-
Gender
Male
-
Location
Santa Cruz, CA
Recent Profile Visitors
8706 profile views
-
Apply a thin layer of nodrawsolid with your desired sound over the top. Another option: if there's a texture that you always want to have a custom sound, then modify the material definition and add or change the surface type. Example, if you want the "/darkmod/wood/boards/dark_redwood" texture to sound like stone, clone the default material definition to make a new one, and change it: textures/darkmod/wood/boards/dark_redwood_sounds_like_stone { stone diffusemap textures/darkmod/wood/boards/dark_redwood } If you use that texture it'll always sound like stone. No need for a nodrawsolid.
-
This might be your best bet: https://wiki.thedarkmod.com/index.php?title=Startpack_Mappers'_Guide#Adding_an_In-game_Map_to_your_FM
-
Ah, that explains it. The first time I went into the apartment I forgot to grab the necklace. So that objective wasn't complete. That's why I heard the message later.
-
Thanks!
-
Finished! Fun mission - nothing groundbreaking but a nice town to work my way through. Issues: Opinion:
-
I'm enjoying the mission - nice to have a town to explore. I'm having trouble in the Eleazar Tower:
-
Not intentional. Can you point me at specific stairs that are giving you trouble? Glad you're liking it otherwise!
-
That's one way to put it. Another, more accurate way is "HOLY SHIT THAT LOOKS FANTASTIC!"
-
Fan Mission: Now and Then by joebarnin (2020/09/08)
joebarnin replied to joebarnin's topic in Fan Missions
Excellent! Thanks for reporting that in the first place. I love the way it creates another historical variation, so to speak. -
Fan Mission: The Heart of Saint Mattis by joebarnin (2019/09/10)
joebarnin replied to joebarnin's topic in Fan Missions
Hmm. Try -
Fan Mission: The Heart of Saint Mattis by joebarnin (2019/09/10)
joebarnin replied to joebarnin's topic in Fan Missions
To leave you just need to -
Good idea. Why didn't I think of that? (To quote Hitchhikers Guide to the Galaxy, "I think my mind must be too highly trained" :) I did figure out a workaround. I took the decal texture file (.dds) and did an Color>Invert command in GIMP, so now it looks like this: With that file, I can play with the rendered color using a material definition like this: textures/darkmod/decals/dirt/dripping_grunge01_color { DECAL_MACRO noimpact { blend gl_zero,gl_one_minus_src_color map textures/darkmod/decals/dirt/dripping_grunge01_my red .8 green 0 blue .8 //colored } } That allows me to adjust the color via the material definition. How this works, has something to do with the options to the blend command - I still need to figure that out.
-
I want to modify a decal to display as a different color. Example, dripping_grunge01 I'd like to clone the material definition and modify it so that the grunge is greenish. Here's the definition: textures/darkmod/decals/dirt/dripping_grunge01 { DECAL_MACRO noimpact { blend filter map textures/darkmod/decals/dirt/dripping_grunge01 } } I tried to figure the various options to the "blend" command, but my poor brain isn't capable. Using the color commands affects the transparent parts as well, which is not what I want. Is there a tutorial or some examples I can take a look at?
-
How embarrassing. Either I never knew that up-to-date missions won't show up, or I forgot. Sorry about that.