Jump to content
The Dark Mod Forums

Recommended Posts

Posted

They are fantastic! Take a pic again this time with a guard coming down the stairs. The shadows thrown the by the guard will look 🔥

I always assumed I'd taste like boot leather.

 

Posted

It's so awesome!!!!!!!

That screenshot turned out awesome!!!

But, quality could be better, try this if you can.

Add this to your darkmod.cfg

 

bind "F12" "g_stopTime 1; g_showHud 0; r_volumetricSamples 64; r_multisamples 8; wait; wait; screenshot 1920 1080 32; r_multisamples 0; r_volumetricSamples 8; g_showHud 1; g_stopTime 0"

Make sure you don't move your mouse while it's doing the screenshot.

  • Like 2

I always assumed I'd taste like boot leather.

 

Posted

I'm late to the party, but that volumetric lighting looks really cool! I can imagine it adding a lot of atmosphere to levels in a lot of different ways. Good work, team!

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

Posted

It varies quite a bit. Depends a lot on your hardware but also game settings.

Using 8 samples looks ok and performs well,  but changing that to 32 or 64 can have a huge performance hit.

  • Like 2

I always assumed I'd taste like boot leather.

 

Posted
On 1/19/2022 at 2:54 PM, AluminumHaste said:

It varies quite a bit. Depends a lot on your hardware but also game settings.

Using 8 samples looks ok and performs well,  but changing that to 32 or 64 can have a huge performance hit.

I hope my old gtx760 can handle it (it works fine with soft shadows maxed)

Posted
On 1/19/2022 at 7:54 PM, AluminumHaste said:

Using 8 samples looks ok and performs well,  but changing that to 32 or 64 can have a huge performance hit.

That's one reason why there is no menu setting for this 😁

On default settings, volumetric lights should not cause much more trouble if you can play with shadow maps well (especially if you can play with maxed soft shadows quality).
But in some cases (especially with sharp shadows) the effect might look "noisy" due to dithering. We hope to fix it for 2.11 without harming performance.

  • Like 2
Posted
33 minutes ago, STRUNK said:

Dragofer made a change in the AnimalPatrolTask.cpp that is already available in the latest source code, but not yet as a normal upate via the installer, as far as I understand.

It should definitely be in 2.10b5, which came out quite recently and is available from the installer like all other beta builds.

  • Like 1
  • Thanks 1
  • 3 weeks later...
Posted

I can't help you create the .lwo or .ase models and related textures, but once that's done, 3 entityDefs would be needed, for the whole cake, cake with slice out, and the slice itself. Suggestions for that next.

Spoiler

There's an existing "cake" entityDef (with a texture really more like a round bread loaf) that could copied and renamed (say, as "iced_cake") to create your own for the whole cake. And "cheese_wedge", "cheese_wheel" as useful examples too.

Note that the existing bread-like cake model does not include a plate under it. A drippy iced cake like yours would always have a platter or plate. Whether that's builtin to the model or left separate for the mapper to supply should be considered.

// In tdm_defs01.pk4\def\tdm_moveable_food.def:

entityDef atdm:moveable_food_cake
{
    "inherit"            "atdm:moveable_food_healthy_base" // grayman #4166
    "model"                "models/darkmod/kitchen/food/cake.lwo"
    "editor_usage"        "This food heals 3 HP when eaten."
    "mass"                "0.6"
    "snd_bounce"        "tdm_impact_fruit_small"
    "snd_eaten"            "tdm_player_bread_crunch"
    "heal_amount"        "3" // grayman #4166
}


entityDef atdm:moveable_food_cheese_wedge
{
    "inherit"            "atdm:moveable_food_healthy_base" // grayman #4166
    "model"                "models/darkmod/kitchen/food/cheese_wedge.lwo"
    "editor_usage"        "This food heals 3 HP when eaten."
    "mass"                "0.7"
    "bouncyness"        "0.06"
    "snd_eaten"            "tdm_player_bread_crunch"
    "heal_amount"        "3" // grayman #4166
}

entityDef atdm:moveable_food_cheese_wheel
{
    "inherit"            "atdm:moveable_food_healthy_base" // grayman #4166
    "model"                "models/darkmod/kitchen/food/cheese_wheel.lwo"
    "editor_usage"        "This food heals 6 HP when eaten."
    "mass"                "4.2"
    "bouncyness"        "0.06"
    "snd_eaten"            "tdm_player_bread_crunch"
    "heal_amount"        "6" // grayman #4166
}

// In TDM, it is possible to ask for a random distribution of food items on a counter, and the TDM SEED system will handle that.
// The existing "cake" is one of the items (defined as template_5 in tdm_defs01.pk4\def\tdm_seed_random.def)
// You could add your cake, or a slice of it, to that too... but the plate underneath is an issue then.

Going beyond that, with some extra effort, you could make your cake model "skinnable", with separate named texture regions. Say at least 3 (topping, icing, sponge) with default textures strawberries, chocolate_glaze, chocolate_sponge.

Or 5 (topping, frosting, filling, skin_sponge, slice_sponge).

Then you and/or someone else could provide multiple flavors and toppings. For example, the conical shapes on top (and in the filling layer) could be not just strawberries, but piped whipped cream or chocolate, browned meringue, large gumdrops, or candy Halloween ghosts.

  • Like 2
Posted

Mmmmm... cake....

My missions:           Stand-alone                                                      Duncan Lynch series                              

                                      Down and Out on Newford Road              the Factory Heist

                                The Wizard's Treasure                             A House Call

                                                                                                  The House of deLisle                                                                                                  

                              

Posted
1 hour ago, MirceaKitsune said:

Is that cake an interactive food type you can grab and consume? If that would be possible I'd do it just for fun :)

I sorta recall the existing cake, when eaten, was just one big gulp. Turnips, apples, carrots of course let have additional models with bites out.

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

    • JackFarmer

      "Hidden Hands: Vitalic Fever" - new update available including subtitles & compressed briefing video (thanks to @datiswous) and several fixes.
      · 0 replies
    • Wolfmond

      🇬🇧

      2025-04-20
      I'd like to track my level design progress a bit more often now, so I'm using the feed in my profile here.
      I've been working intensively on Springheel's YouTube course over the past few days. I'm currently up to lesson 8. There is so much information that needs to be processed and practiced. 
      I have started to create my own house. As I don't have the imagination to create a good floor plan, I grabbed a floor plan generator from Watabou and experimented with it. I chose a floor plan that I will modify slightly, but at least I now have an initial idea. 
      I used two guards as a measuring tape: The rooms are two guards high. It turned out that I can simply double the number of boxes in DarkRadiant in grid size 8 that are drawn in the floor plan. 
      I practiced the simplest things on the floor plan first. Drawing walls, cutting walls, inserting doors, cutting out frames, creating VisPortals, furnishing rooms.
      I have had my first success in creating a book. Creating a book was easier than I thought. I have a few ideas with books. The level I'm creating will be more or less a chill level, just for me, where I'll try out a few things. I don't have an idea for my own mission yet. I want to start small first.
      For the cellar, I wanted to have a second entrance, which should be on the outside. I'm fascinated by these basement doors from the USA, I think they're called Bilco basement doors. They are very unusual in Germany, but this type of access is sometimes used for deliveries to restaurants etc., where barrels can be rolled or lifted into the cellar. 
      I used two Hatch Doors, but they got completely disoriented after turning. I have since got them reasonably tamed. It's not perfect, but it's acceptable. 
      In the cellar today I experimented with a trap door that leads to a shaft system. The rooms aren't practically finished yet, but I want to continue working on the floor plan for now. I'll be starting on the upper floor very soon.

      __________________________________________________________________________________
      🇩🇪

      2025-04-20

      Ich möchte nun mal öfters ein bisschen meinen Werdegang beim Leveldesign tracken, dazu nutze ich hier den Feed in meinem Profil.
      Ich habe mich in den vergangenen Tagen intensiv mit dem Youtube-Kurs von Springheel beschäftigt. Aktuell bin ich bis zu Lektion 8 gekommen. Das sind so viele Informationen, die erstmal verarbeitet werden wollen und trainiert werden wollen. 

      Ich habe mich daran gemacht, ein eigenes Haus zu erstellen. Da mir die Fantasie fehlt, einen guten Raumplan zu erstellen, habe ich mir einen Grundrissgenerator von Watabou geschnappt und damit experimentiert. Ich habe mich für einen Grundriss entschieden, den ich noch leicht abwandeln werde, aber zumindest habe ich nun eine erste Idee. 

      Als Maßband habe ich zwei Wächter genommen: Die Räume sind zwei Wächter hoch. Es hat sich herausgestellt, dass ich in DarkRadiant in Gittergröße 8 einfach die doppelte Anzahl an Kästchen übernehmen kann, die im Grundriss eingezeichnet sind. 

      Ich habe bei dem Grundriss erstmal die einfachsten Sachen geübt. Wände ziehen, Wände zerschneiden, Türen einsetzen, Zargen herausschneiden, VisPortals erstellen, Räume einrichten.

      Ich habe erste Erfolge mit einem Buch gehabt. Das Erstellen eines Buchs ging leichter als gedacht. Ich habe ein paar Ideen mit Bücher. Das Level, das ich gerade erstelle, wird mehr oder weniger ein Chill-Level, einfach nur für mich, bei dem ich ein paar Sachen ausprobieren werde. Ich habe noch keine Idee für eine eigene Mission. Ich möchte erst einmal klein anfangen.

      Beim Keller wollte ich gerne einen zweiten Zugang haben, der sich außen befinden soll. Mich faszinieren diese Kellertüren aus den USA, Bilco basement doors heißen die, glaube ich. Diese sind in Deutschland sehr unüblich, diese Art von Zugängen gibt es aber manchmal zur Anlieferung bei Restaurants etc., wo Fässer dann in den Keller gerollt oder gehoben werden können. 
      Ich habe zwei Hatch Doors verwendet, die allerdings nach dem Drehen vollkommen aus dem Ruder liefen. Inzwischen habe ich sie einigermaßen gebändigt bekommen. Es ist nicht perfekt, aber annehmbar. 
      Im Keller habe ich heute mit einer Falltür experimentiert, die zu einem Schachtsystem führt. Die Räume sind noch quasi nicht eingerichtet, aber ich möchte erstmal am Grundriss weiterarbeiten. In Kürze fange ich das Obergeschoss an.



      · 2 replies
    • JackFarmer

      On a lighter note, thanks to my cat-like reflexes, my superior puzzle skills and my perfect memory, I was able to beat the remastered version of "Tomb Raider: The Last Revelation" in a new superhuman record time of 23 h : 35 m, worship me!
      · 3 replies
    • Goblin of Akenash

      My mapping discord if anyone is interested, its more of a general modding thing rather than just for TDM 
      https://discord.gg/T4Jt4DdmUb

       
      · 0 replies
    • nbohr1more

      2.13 Moddb Article is up: https://www.moddb.com/mods/the-dark-mod/news/the-dark-mod-213-is-here
      · 1 reply
×
×
  • Create New...