Jump to content
The Dark Mod Forums

nbohr1more

Development Role
  • Posts

    12752
  • Joined

  • Last visited

  • Days Won

    261

Posts posted by nbohr1more

  1. Now that I think of it, Biker's syntax was fated to work anyway.

    When you specify a bump stage it needs a diffuse input because we don't offer any true flat-shaded lit modes. If the new diffuse stage drops out to black due to vertex color, then the new bump stage does so as well.

    Not sure why adding vertexColor args is somehow causing the first bump stage to persist throughout the whole material render though.

  2. 4 minutes ago, Taquito said:

    I used Thief 1/2 as an example. I was referring to new games. Games designed with Ray Tracing in mind that developers might need to compromise polys and textures in order to make their games more accessible if they want to use the technology today. find a happy medium.  Should have used mine craft instead,

     

    I recently finished playing Callisto Protocol. Beautiful Game, Okayish Game play and got tons of bad reviews for Launching in almost unplayable state. This affected sales. I'm a big fan of Freelancer and would love to try Star Citizen but I know I'll have to wait for either more optimization or get a better card (Won't happen anytime soon). Developers need to be more considerate and pull back and not just a bit if they want to reach more players, on top of that they need to leave room for possible implementation of these new technologies as they come along.

    Products should work right from the start otherwise will get a bad Review regardless of the quality of the material. I find the Star Citizen approach very controversial. I understand the logic behind it but I don't like it.

     

    If only this worked with "Brutal Voxel Doom"! I wish they started with GZDoom :(

    As for Ray Tracing?

    Even Nvidia never meant for RT hardware to do full scene RT via AI up-scaling. The plan was to use RT for Spherical Harmonics probe updates. ( Similar to Frostbyte \ Battlefield 3 doing low resolution RT on the CPU and feeding the output to a 3D texture which in-turn is used to update SH probe weights ). Nvidia had so much better RT perf than expected and were so far ahead of AMD that they changed plans and just used RT and AI without a GI system so that AMD would feel the pain if they tried to use shader based RT. (similar to how Nvidia unnecessarily cranked up the tessellation polys on Crysis 2 so that AMD's cards would lose benchmarks ).

    • Like 1
  3. Perhaps my imagination is failing me but the only use-case I see for GUI provoked cvar changes at the mission level are for something like Heart of Lone Salvation where players can choose “difficulty levels” that also impact performance. Still, lod_bias seems to be a better way to toggle such differences. Perhaps we need to create new lod_bias entity args like:

    “lod_bias_cvar” “r_something, 1”

    which change the specified cvars based on lod_bias min / max behavior

     

  4. Hey!

    Can I claim to be a newbie here?

    I am trying to make an improved version of the Ropescroller script that sets a shader parm on the rope texture to make it scroll and fakes movement. I am working with a 3 state elevator rather than the two state elevator that was in "A New Job" ( where my original script was designed ). The elevator position entities only offer call_on_arrive and call_on_leave spawnargs so you cannot distinguish when the middle buttons intend to go up, down, or called to player. I tried adding a frob_action_script spawnarg to the buttons but it just kills the entities. Is there a preferred way to query which button was pressed and pass that to a script variable? As I can tell, the "elevator buttons entities" don't offer any end-point for making such a request?

  5. 19 hours ago, Ansome said:

    Any tips for managing space efficiently when mapping? Although I'm proud of my first FM, its interior spaces were admittedly too open for their own good. I'm working on my submission for the 15th anniversary contest and making extensive use of AI models and measuring tools for scale, but I'm still uncertain as to what the ideal, comfortable amount of open floor space is in a room.

    You're asking a pretty tough question here and it's more about game-play aesthetics than a technical issue.

    I would humbly offer that my favorite room sizing is in Sir Talbot's Collateral but I also enjoyed the spacing in Seeking Lady Leicester so there may not be a hard \ fast rule here. Mostly just need to have enough patrols to make the place challenging but have fair escape points that can be accessed with careful maneuvering. I especially enjoy escaping into the ceilings ( Sir Talbot's ) pipe climbs and nooks are also cool. 

    • Thanks 1
  6. 10 minutes ago, revelator said:

    newer found the idtech 4 engine to be overly resource hungry, hell some of the original render paths used optimizations as far back as the geforce 2 mx and with some fiddling it actually ran on a voodoo2 😂. sure it looked like a cartoon because the voodoo did not support shaders at all, but it did run and was playable. the darkmod port uses a bit more umph but its pretty well optimized so unless you start loading something like sikkmods parallax occlusion shaders i doubt most modern cards would have a problem with running it :)

    Try TDM v1.07 with the mission "Rightful Property" and you will see vanilla idTech4 make a modern system struggle ;)

    If id Software never released the source code, who knows how bad things would still be. I think that's why stgatilov was getting ready to do more executable hooks to bypass limits in the engine.

    • Like 1
  7. 2 minutes ago, AluminumHaste said:

    I thought you had a better computer?

    Nope, TDM just keeps getting better so practically no missions challenge this old boy anymore.

    I'll probably replace it next year at the doomsday of Windows 10. Already pushing my luck with Spectre and Meltdown flaws in Ivy Bridge

    • Haha 1
  8. 3 hours ago, Taquito said:

    Mobo: TUF GAMING B550-PLUS

    CPU: AMD Ryzen 5600 X

    Memory: 2DDR 4 dual channel 32 Gigabites

    GPU: Power Color RX 6700 XT 12 Gigabites

    Storage: 1TB HDD / 512Gb Sata SSD

     

    Build it on my own, mostly thanks of what I learned here with the help and advice of many members in this forum. 😃  Pretty happy so far. The change from Nvidia to AMD was a breeze.

    FPS in "Scroll of Remembrance" ?

    • Like 1
  9. On 1/31/2024 at 6:07 AM, snatcher said:

    Reap as you Sow. Beginning of the mission. There's this weird thing going on that I don't see in 2.11:

    reap-2024-01-31-12-03-38-3861-65-722-53-

    reap-2024-01-31-12-04-01-3424-19-366-35-

    This is fixed in the mission database. Added an areaLock spawnarg to the sun_2 light entity

    • Thanks 2
  10. Oh, there probably were a few really bad OEM vendors who pre-installed 32-bit Win7, Win8, or Win10 on 64-bit systems and sold that to folks who didn't know any better.

    Still, since Microsoft has moved to a "Microsoft Account" model for OS registration, impacted users can simply backup data, make an install thumb-drive, and re-install.

  11. 22 hours ago, chakkman said:

    I dislike that reset after updating. But, I guess it has to be, if options and variables are added.

    You get the option to "Restore old Config" after upgrade but we advise against it since sometimes it reverts new default settings for performance features that have been improved and tested enough to made default.

    I think the next TDM release will have FPS mode to uncapped as default since it is critical to Linux players but also fixes a few audio sync bugs and even improves things for Windows players apparently. On balance, uncapped mode is more fixed and maintained than the old id software capped mode. ( Quite a strange thing considering all the bugs we used to have with uncapped mode. )

    • Like 1
    • Thanks 1
  12. 1 hour ago, irg said:

    Darkmod.cfg 14.51 kB · 1 download

    yea i'm on 2.12. i remembered to turn off soft shadows too and it seemed to help in some smaller areas thus far. not sure if it's just the scale of things as i venture into the next outdoor area

    To begin, this is a large mission and EFX reverb is gonna take it's toll ( lots of reverb bounces to calculate ).

    Try playing with EFX off.

     

    Other than that ( or if you absolutely need the reverb ) try these changes:

     

    Set FPS to "Uncapped" in the advanced video settings ( some drivers don't like Doom 3 style FPS management )

    Set MaxFPS to 60 (or whatever your Refresh is )

    Set Color to 32-bit on the Advanced Video menu.

     

    Config changes:

    tdm_lg_interleave 3

    tdm_lg_interleave_min 31

  13. 25 minutes ago, irg said:

    i'm on Win10 with an i5-8400 and RTX 2070 so it's starting to get up there in age especially for CPU but i just dont know that i've had so many dips indoors in particular before. i switched to stencil shadows already and have still been getting drops

    You're on TDM 2.12 correct?

    Please post your current Darkmod.cfg

    Also, the performance wiki has been updated recently:

    https://wiki.thedarkmod.com/index.php?title=Performance_Tweaks

×
×
  • Create New...