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           Collabs                             

                                 Down and Out on Newford Road          the Factory Heist                  A Collector's Errand (with Bikerdude)

                           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

    • taffernicus

      My First time trying dromEd and DR. It's quite intimidating lmao 
      I'm starting to get the big picture
      Hope i get enough time , juggling multiple interests has never been easy
      · 7 replies
    • The Black Arrow

      Well, this is just sad...I was not able to play any Thief or TDM whatsoever, why? Too busy the past 2 months, this month I'm not as busy BUT it's also very heaty in my place.
      I can't play Thief when it's not at least 15c or lower, the game demands to be played when it's cold for...Well, may sound stupid but I'll just say it, for that "immersion".
      It's kinda like playing Quake during Summer, which unless it's the Summer Jam mod, I don't think it's as fun.
      · 5 replies
    • STiFU

      Oh my gosh, I just realized, I will have my 20 year Dark Mod anniversary this year. 😮 I've literally spent half my life with The Dark Mod. That's crazy!!
      · 8 replies
    • Arcturus

      I need money. Anyone wanna hire a 3d artist?
      · 4 replies
    • Petike the Taffer

      The preliminary working titles for the missions in my now-in-development Partners in Crime series: 
      - Partners in Crime 1: A Mere Trinket
      - Partners in Crime 2: Beacon Burglary
      - Partners in Crime 3: In the Bleak Midwinter
      - Partners in Crime 4 (5 ?): Fishy Dealings
      - Partners in Crime 5 (4 ?): A Thief in the Night

      No title stealing, please.  In return, I promise to finish these. I do stress the preliminary part. Beyond the broad strokes storyline, plot, objectives, briefings and the (currently built) layouts of these FMs, I haven't fully decided about every single detail yet, including the exact order of the missions (4 and 5 might switch places, with the story adjusted accordingly). I want the overall plot to be plotted out a bit in advance and not suffer too much from inserting prequels later. I also prefer to let my FM building fill out part of the details naturally.

      Currently working on the second FM, and once I do enough work on the current prototype, I'll work on the first one, until I get that one released. Then complete the second one, get that one ready for release (hopefully) a few months later, and so on. I want most of the early missions to be fairly small and confined, and get a bit bigger as I grow more confident in my FM making skills.

      Though there is an overarching storyline to this series, the missions themselves are mostly episodic in nature. They factor into the character development of the two main characters I'll have in the series, but it's the kind of continuity where the mission's own plot and story wouldn't depend on it. 
      · 2 replies
×
×
  • Create New...