Jump to content
The Dark Mod Forums

Recommended Posts

  • Replies 131
  • Created
  • Last Reply

Top Posters In This Topic

Posted
On 2/18/2023 at 6:25 PM, Daft Mugi said:

Where are the 2.11 dev posts that used to be in this thread?

23 hours ago, Daft Mugi said:

Did this get a final fix? I thought it was still being worked on.

The issue has testmap for reproducing the original issue.
But nobody ever got the true reason why this is happening.
And I'm not sure @duzenko is really working on it.

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

dev16783-10307 is available.

It would be great if people who had to set "r_useNewBackend 0" try to revert it back to default value.
This is the last version with "old backend" code, I'll delete it shortly.

  • Like 2
  • 3 weeks later...
Posted

No evident issues, all seems fine!

  • Like 1
  • Thanks 1

Task is not so much to see what no one has yet seen but to think what nobody has yet thought about that which everybody see. - E.S.

Posted (edited)

Very good performance on a TOTALLYBASIC system (Intel i3 8300 with its integrated GPU UHD 650, pre-Xe) on.....Linux (Fedora 38 beta, MESA 23.0.1)

newjob-2023-04-02-21-56-32-406-1-1736-56

75% resolution of 2560x1440 (1920x1080), no SSAO, Hard Stencil Shadows, 32 bit color precision

AF 8x

It's just amazing.

 

Edited by lowenz
  • Like 3

Task is not so much to see what no one has yet seen but to think what nobody has yet thought about that which everybody see. - E.S.

Posted

Very nice. I get the impression performance may have improved for me as well by some 3 FPS, though that's judging based on what I remember it being from a particular position and angle a few weeks ago. Eager for entity scissors to get fixed as those were a big FPS boost, will definitely enjoy playing with that once it's stable.

Posted
14 minutes ago, MirceaKitsune said:

Very nice. I get the impression performance may have improved for me as well by some 3 FPS, though that's judging based on what I remember it being from a particular position and angle a few weeks ago. Eager for entity scissors to get fixed as those were a big FPS boost, will definitely enjoy playing with that once it's stable.

r_useEntityScissors 1 should work in the 2.12 dev builds. This was fixed in relation to the backend merge process.

  • Thanks 1

Please visit TDM's IndieDB site and help promote the mod:

 

http://www.indiedb.com/mods/the-dark-mod

 

(Yeah, shameless promotion... but traffic is traffic folks...)

Posted

Hi, I have a bug that is still from 2.10 (standard briefing menu related). I don't know if this is the correct place for this, but I post it anyway.

If you start a mission with a standard text-based mission briefing, the clickable buttons on that screen make no hover sounds and don't glow when hovered. This was still the case in 2.09b.

Affected buttons:

  • Back
  • Objectives
  • Arrow up, arrow down - to go to previous, next text page

On the Objectives screen the hover effect on buttons work normal again.

Test case: Mission Deadeye

 

I tested this on TDM 2.09b, 2.10, 2.11, 2.12 dev16789-10349

  • Like 1
Posted
9 hours ago, datiswous said:

If you start a mission with a standard text-based mission briefing, the clickable buttons on that screen make no hover sounds and don't glow when hovered. This was still the case in 2.09b.

That's because invisible full-screen overlay of subtitles block hover events... but not click events for some reason 🤔
Fixed in svn rev 16790.

Also, there is no color highlighting here implemented.
Maybe just add hovercolor property?...

 

Posted (edited)

For fun I started to create subtitles for fm The Black Mage. But I notice these white lines around subtitle blocks. Any idea what it could be? Doesn't show up in 2.11

black_mage(2023-04-0900-22-21)(-182.37-611125.25).thumb.jpg.23967a2b8faf24d76077c921a66d15d1.jpg

Shows up in both inline and srt, but not always..

Edit: I found that when you move the player view around, the white lines change in size constantly..

Edited by datiswous
  • Like 1
Posted
On 4/6/2023 at 10:48 PM, stgatilov said:

Fixed in svn rev 16790.

Can you say what you changed, so I can make these changes to my modified mainmenu_briefing.gui files? I mean I should be able to make buttons I add glow and sound too.

Posted
9 hours ago, datiswous said:

For fun I started to create subtitles for fm The Black Mage. But I notice these white lines around subtitle blocks. Any idea what it could be? Doesn't show up in 2.11

These are attempts to show direction to the source of sound.
I would be glad if you propose a more understandable but still well implementable different way 😥

8 hours ago, datiswous said:

Can you say what you changed, so I can make these changes to my modified mainmenu_briefing.gui files? I mean I should be able to make buttons I add glow and sound too.

I set "noevents 1" in tdm_subtitles_common.gui.

Posted (edited)

File mainmenu_custom_devs.gui

#define ENABLE_MAINMENU_SHOP 0

If you set this, the shop menu is skipped, but the button on the objective screen after briefing still excists:

thiefsden(2023-04-1415-29-32)(000).thumb.jpg.e803a9f2c484a92ef29018a5b59e65c5.jpg

Edited by datiswous
Posted

Maybe I'm doing something wrong, but:

#define ENABLE_MAINMENU_BRIEFING_VIDEO 0

in mainmenu_custom_devs.gui seems to break campaigns. If I set that, after the first mission, I'm getting directed back to the main menu, while if I disable it:

//#define ENABLE_MAINMENU_BRIEFING_VIDEO 0

After mission 1 it goes to mission 2 as it should.

  • Like 1
Posted
21 hours ago, datiswous said:

File mainmenu_custom_devs.gui

#define ENABLE_MAINMENU_SHOP 0

If you set this, the shop menu is skipped, but the button on the objective screen after briefing still excists:

Yeah, it should be renamed so something generic like "Next", because internally all these buttons point "forward" now.

 

Posted
On 4/14/2023 at 3:31 PM, datiswous said:

File mainmenu_custom_devs.gui

#define ENABLE_MAINMENU_SHOP 0

If you set this, the shop menu is skipped, but the button on the objective screen after briefing still excists:

And the same problem applies to every button in the mission start sequence which is more specific than "back":

  • "Objectives" button on default briefing
  • "Start mission" / "Buy Equipment" button on difficulty selection screen
  • "Difficulty" button on shop screen

Instead of trying to reproduce the state-switching logic of C++ code, better rename these buttons to something generic like "Next".

  • Like 1
  • 2 weeks later...
Posted
On 5/7/2023 at 1:10 AM, lowenz said:

We can only dream of TDM engine being re-based on Doom3 BFG, though by now the differences are so big it's likely an impossible task as a whole. At least some parts though I hope can be back-ported if they still fit, their devs helped do some of the work which will hopefully help DarkMod as well!

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

    • Goblin of Akenash

      Goblin-Secrets episode 2 is out now!
       
      · 3 replies
    • Airship-Ballet

      https://www.twitch.tv/airshipballet2 There was a mapping stream here, it's gone now.
      · 8 replies
    • peter_spy

      Stumbled upon a documentary on Enki Bilal, he is one of the most influential comic book artists of my adolescence. English auto-subtitles is rubbish, so you might need to brush up on your French
      · 3 replies
    • Goblin of Akenash

      Today I did a bit of an experiment! I wanted to see if I could get a dark radiant map into garry's mod, the quickest and dirtiest and not-workiest method is "OBJ2VMF" which converts .obj models into VMF files for hammer to then compile, the way its supposed to work is that you input a 6 sided cube and it turns it into a 6 brush room (not exactly ideal for this since that's not how TDM maps work, this honestly would have been a better idea with any thief game from 1 to the one from 2014 since they all work like that) so what ended up happening was that for every brush there was 6 brushes would be ontop of that almost inflating everything in the map like a balloon, map scale was also an issue that I couldn't fine-tune easily either so the scale is way off ontop of everything being inflated making the space inside the map very tiny! anyways heres the result of that and it looks almost nothing like footloose (plus I did add a bunch of random props in gmod for funsies and better visibility since the process involved replacing all the textures with dev ones that look very flat when in full-bright)

      https://streamable.com/ctmh58

      (streamable link will expire in 2 days but I'll have a spoken word version of this post along side the video and other fun images relating to the bsp inflation effect in the next "Goblin Secrets" video next month)
      · 0 replies
    • Frost_Salamander

      @taaaki Wiki seems broken. Main page works but click any link and:

      · 2 replies
×
×
  • Create New...