Jump to content
The Dark Mod Forums

duzenko

Active Developer
  • Posts

    4149
  • Joined

  • Last visited

  • Days Won

    50

Posts posted by duzenko

  1. 22 minutes ago, wooty said:

    @stgatilov I followed the readme.md conan instructions and was able to build all dependencies and compile "thedarkmod.custom". I navigated back to my base directory and into the newly populated darkmod folder. Running TDM gave me an error about "default.cfg" not being found, so I dropped the one from the source directory into the root of the TDM folder. Running again gives me a "Can't open journal files" and "Sys_Error: _default material not found" as a result.

    I feel I am just missing some files that need to be manually placed, or something of that nature.

     

    Do you have the game itself installed? It needs all the assets naturally

    Here's a partial screenshot of the file content

    image.png

    • Like 1
  2. 1 hour ago, wooty said:

    @duzenko Heres some on the fly bogompis like tests, need to run phoronix test suite later.

    sysbench --test=cpu --cpu-max-prime=20000 --threads=1 run

    CPU speed:     events per second:   780.44
     General statistics:     total time:   10.0002s     total number of events:   7807
     Latency (ms):     min:  1.28     avg:  1.28     max:  1.36     95th percentile:  1.30     sum:  9997.18
     Threads fairness:     events (avg/stddev):   7807.0000/0.00     execution time (avg/stddev):   9.9972/0.00

    sysbench --test=cpu --cpu-max-prime=20000 --threads=16 run

    CPU speed:     events per second:   12331.51
     General statistics:     total time:   10.0013s     total number of events:   123371
     Latency (ms):     min:   1.27     avg:   1.30     max:   2.60     95th percentile:   1.44     sum:   159944.14
     Threads fairness:     events (avg/stddev):   7710.6875/241.13     execution time (avg/stddev):   9.9965/0.00

    glmark2 Score: 4500+-

    Respectfully, that's a lot of numbers but no flops

    Quote

    I've been working on this for months and I am starting the benchmark phase.

    I'd benchmark that on day 1 and that might as well have saved those months, LOL

    Maybe just run any web benchmark?

  3. 42 minutes ago, wooty said:

    HoneyComb LX2K

    What's your estimate on single-thread FLOPS there? I'm kinda skeptical on its speed, considering it's 16 cores and passively cooled

    EDIT I can see on some pictures it has a tiny cooler, but still looking like a 20-30W max. Something to drive a file server.

  4. On 8/20/2021 at 2:13 AM, HMart said:

    I bet you guys already know this but if you don't, just for kicks I set image_preload 0 and image_useCompression 0 and the missions I tried load way quicker! Is obvious why but I underestimated how impactful this options were!

    And I didn't felt any performance loss from it. I hope this is true for all! 

    It seems I will play with those off going forward. :) 

    Btw I also found that using preload 0 and compression ON, causes the game to start with no textures for a few micro seconds, similar to some UE3 games! TDM is now among the big league engines! ;D kd

    Is not a big problem and the same happens with compression off but for a lower time, unfortunately, the game has visible pauses, when opening doors and the game as to load and compress the textures on the fly. 

     

    edit: I didn't played the latest version with stgatilov new RGTC compressor in SIMD, so things could be different on it. 

    With uncompressed assets on ssd it's quite fast but then again full preload is not too slow either

  5. Sorry, no support for Intel bugs here

    Your options

    • go further back to 2.06
    • search the beta thread for 2.07 for new rendering cvars
    • make sure you have the latest drivers for HD 3000 on Intel website (not the laptop producer's)
    • consider trading up on your hardware

    Sincere condolences on your GPU

  6. 1 hour ago, MirceaKitsune said:

    Will keep it in mind. IIRC though that means the game will stutter whenever an object with a previously unloaded texture comes into view, so I'd likely get slowdowns during the game instead.

    The current svn performs quite well actually

  7. 39 minutes ago, stgatilov said:

    Yes, it makes sense.
    But make sure to disable it woth in HandleCompression and in SelectInternalFormat.

    Huh, it seems I was wrong about that

    Completed: At revision: 9563 

    Quote

    I'd say we can probably refactor SelectInternalFormat into two parts: the one which is O(1) and return format without any analysis, and the one which can additionally check the image data for final internal format. In this case I'd call the first function in HandleCompression instead of writing the same conditions again.

    Also a good idea

  8. 7 minutes ago, OrbWeaver said:

    If I understand correctly, the advantage of doing RGTC compression in software is performance, because it can be done in parallel rather than image-by-image on the GPU?

    If so, I guess any testing should focus on performance (particularly the time to load a new mission from scratch), rather than GPU memory usage which should be the same whether RGTC compression is done in software or by OpenGL.

    With dynamic image loading driver-side compression is just too slow and results in stuttering

    Even if not used widely ATM it's already technologically superior

  9. Compression on, 0.7GB VRAM used

    [url=https://postimg.cc/jnK3Mz6F][img]https://i.postimg.cc/hv7FPsXc/image.png[/img][/url]

    image.png

    Compression off, 0.9GB VRAM used

    [url=https://postimg.cc/pmhNhJsf][img]https://i.postimg.cc/13MydW6j/image.png[/img][/url]

    image.png

    Spoiler

    FFS what's going on with image hosting links?

     

    • Like 1
  10. 10 minutes ago, JackFarmer said:

    @duzenko

     

    I would not call it campaign, one missions just leads to events in the next mission and so on...

    However, the order is:

    I - Initiation

    II - Vitalic Fever

    III - The Lost Citadel

    IV - The Anomaly

    As far as I recall, each mission notes section in the relevant DM menu  includes a list with the order up to the released mission.

    I hope you will have fun with my missions!

    Here's how it looks in GUI

    I think it should be H..H.. 1, 2, 3, 4

    image.png.fb098afb72a8ab37560d7220e5482636.png

     

    • Like 1
  11. 3 hours ago, Abusimplea said:

    Obviously, nobody living in any western country (like me) would ever do that - except when he is either filthy rich or a lawyer specialized in copyright law...

    It is too risky for the generic dude living in a free democratic country where a single copyright law suit can ruin your life - even if you win in the end.

    Any Taliban members here? 🤪

    • Like 1
  12. 12 hours ago, cabalistic said:

    This unfortunately misses the point a bit. The problem is not the open source license, per se, the problem is that Valve requires (or at least required?) a legal party or entity that is responsible for the app/game. So if any legal challenges about TDM (e.g. assets that we did not actually have permission to include) reach the Steam platform, Valve can offload them to the legal entity. But TDM doesn't have a natural legal entity, and so far no individual has stepped forward to take on that role. Nor would I advise anyone to, because it is potentially tricky and not without risk.

    I imagine this is going to be similar for any other store, as well. And that's why there has not been any progress in getting TDM on Steam or any other store, and I don't think that's likely to change.

    That's what I don't get

    Can anyone fork TDM (code and assets) and release it in Steam on their behalf?

    • Like 2
×
×
  • Create New...