Jump to content
The Dark Mod Forums

Things that could be improved


Berny

Recommended Posts

We had the idea once to have a rating system inside the game ,and it could have number of times downloaded/played. The votes would be collected on this server, and I suppose it could have mirrors, just like the other downloads. But it's not such a big thing since you can usually get an idea about it just by searching the forum.

  • Like 2

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

Link to comment
Share on other sites

2 hours ago, demagogue said:

But it's not such a big thing since you can usually get an idea about it just by searching the forum.

Quite right. Might take more work than it’s worth, but how bout the other sorting categories, would those be easier? Just wishful thinking, minor quality of life type of thing.

As my father used to say, "A grenade a day, keeps the enemy at bay!"

My one FM so far: Paying the Bills: 0 - Moving Day

Link to comment
Share on other sites

  • 2 weeks later...

I don't know if it's been suggested already, but I thought it could be helpful to have the player's weapons and ammo (arrow types) appear on the inventory screen, maybe along the bottom opposite the loot at the top, or on the left-hand side opposite the scroll buttons (when the inventory is full of enough stuff). It would spare the player hitting all the number keys to check what they have and what the don't if it were just summarized visually on the inventory screen,. Maybe clicking on the ammo types with the cursor could also switch to that weapon/ammo-type like hitting the corresponding number key.

Here's a a crude mock-up of what I mean.

Spoiler

eJy7nfw.jpg


The exact layout of the text and icons isn't important, so long as it consolidates the information on one screen.

  • Like 3
Link to comment
Share on other sites

Legitimate good idea. There have been a lot of times I'll want to know if I have rope arrows and not be 100% sure which number it is, so I just start pushing all of them. I'll second that motion.

  • Like 2

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

Link to comment
Share on other sites

That is a good idea. You could have just a set of small icons, like arrow head types with a number next to them. This way it would fit in the upper left or right corner of the inventory screen. Some games have such info displayed in vertical order, on the left or right side of the screen.

Edited by peter_spy
Link to comment
Share on other sites

  • 2 months later...

You can try to do that yourself, although it may take some work: In the TDM folder, there is a pk4-file titled "tdm_fonts01.pk4". This contains all fonts nativelly used in TDM.  You could extract the files and choose a font that is easy to read for you. Then you copy all files in that folder, paste it into each other folder and rename the copied files to the names of the font that you want to replace. The file contains 25 folders with three files each, so you would have to rename 75 files, but this way you should not have any problems with missing definitions etc. You could still encounter some aesthetic problems, because map authors will have optimised their readables etc for the fonts they chose and you would not change any custom fonts that map authors introduced (you could do that manually again in the mission's pk4-file, though), but it should help for most cases. I would also recommend to not repack the files, because this way your changes are not affected by any updates, which would replace the changed pk4-file.

Link to comment
Share on other sites

Just a little suggestion for the loot. Wouldn't it be possible to add when stealing something, not only the amount stolen until then, but also the total amount available in the mission?
This is how you know, if it is worthwhile to continue searching, before finishing the mission. It is a bit frustrating to finish a mission and only then know that only half of the available loot has been achieved.

Sys Specs Laptop Lenovo V145 15AST, AMD A9- 9425 Radeon R5 - 5 cores 3,1 GHz  RAM 8Gb, GPU 1+2 Gb -Win10 64 v21H2

Favorite online apps you may like too 😉

Link to comment
Share on other sites

That's a carry over from the Thief series, you didn't know the total amount until you finished the level or died and saw your stats.

Thief 3 changed it up with a percent left (Not sure on all difficulties).

But for your first suggestion, you do see that amount you've stolen so far, when you pick up more loot.

I always assumed I'd taste like boot leather.

 

Link to comment
Share on other sites

@Zerg RushOfficially it's probably going to stay as it is (at least by default), but for yourself you can always download this .pk4 and place it in your base install. It'll turn the loot counter into a current/total counter as well as your current stealth score. Got to be logged in to get it.

https://forums.thedarkmod.com/index.php?/topic/20245-view-stealth-score-during-gameplay/&do=findComment&comment=443437

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...

That would probably require a lot of effort to integrate, but if GUIs are such nightmare to work with, maybe they could be replaced with a different, more friendly system: https://github.com/mikke89/RmlUi

This would be similar to web development then.

  • Like 1
Link to comment
Share on other sites

The "OpenTechEngine" team added "Crazy Eddie's GUI" ( CEGUI ) to replace the Flash based GUI of Doom 3 BFG:

https://github.com/OpenTechEngine/OpenTechBFG/tree/master/neo/cegui

http://cegui.org.uk/

If we were to embark on something like this, we would need to have it available in parallel to the existing GUI system until GUI files can be ported or the syntax of the Doom 3 GUI can be reconciled to that of the CEGUI system (alias tokens, etc).

@stgatilov has already dabbled in improving the GUI code but I doubt he would be enthusiastic about this option.

 

  • Like 4

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...)

Link to comment
Share on other sites

12 hours ago, peter_spy said:

That would probably require a lot of effort to integrate, but if GUIs are such nightmare to work with, maybe they could be replaced with a different, more friendly system: https://github.com/mikke89/RmlUi

This would be similar to web development then.

I certainly don't like the idead of HTML based guis, just the idea of using HTML/CSS and perhaps even java script to do guis, specially when I hated that stuff, when I did my old website work... makes me shiver, also I bet Doom 3 gui system would be way way faster than anything using HTML and CSS, but that's my opinion.

IMO if a new gui system is seriously being considered than a immediate mode gui could be a good choice, based on what I read about it they are way easy to maintain and work with (but do need more backend work). 

I looked at dear imgui some time ago because of it, seems to be a very nice immediate gui system but, also seems to be more directed to do guis for tools than for games.

Cegui does look to be a reasonable choice,  don't know if is a immediate mode gui or retained mode one but it has apparently good tools and that is a plus in my book. 

There's also noesis seems to be very powerful and has full support for vector images (instead of only pixel based like in TDM), but even thou it has a free version not sure if it can be used on TDM (no source code acess). 

But imo the best would be to improve the already existing gui system, no need to relearn a new gui system/language and old guis would be totally compatible, just improve new ones with any new functionally that is introduced. And perhaps if someone is brave enough, work/improve the quake 4 gui editor that came with idtech 4.

Edited by HMart
Link to comment
Share on other sites

Personally, I'd be all in favour to replace the current GUI system with something else. It is just terrible. So terrible, in fact, even id Software replaced it for Doom 3 BFG ;) . And while I'm not a fan of HTML/CSS, either, I wouldn't dismiss it. It has the huge advantage of established powerful tooling, and it also offers good ways to alter the look without changing functionality, something which would be very beneficial to TDM. And a lot of people probably have at least some level of knowledge of HTML, whereas CEGUI or others like mygui, imgui, ... would be yet another custom scheme to learn.

However, as always the problem is backwards-compatibility. I'm almost certain that wrapping existing GUI scripts to use any new GUI system behind the scenes is as close to an impossible task as we can get. So we'd have to establish it as a second GUI system to coexist alongside the old one for a while. But if we wanted to use the new GUI system for the main menu (which would frankly be the primary appeal), we would immediately break any customized menu in released missions, and there isn't really any way to avoid that. I don't believe such a move would find much love in the community ;)

So unfortunately, we're probably stuck with the existing system.

Link to comment
Share on other sites

6 minutes ago, cabalistic said:

So unfortunately, we're probably stuck with the existing system.

I personally never use the inventory screen and only discovered it years after playing TDM. In my opinion just using keys instead of drag and drop keeps the immersion higher! Still I agree that some issues in the current GUI should be fixed that have been open since many versions, like that after downloading missions they are still listed as "available" over the "no missions available" text. That looks messy, but it seems nobody really likes to work on the GUI anyway ;).

Edited by wesp5
  • Like 1
Link to comment
Share on other sites

On 2/11/2021 at 2:01 PM, Zerg Rush said:

Just a little suggestion for the loot. Wouldn't it be possible to add when stealing something, not only the amount stolen until then, but also the total amount available in the mission?
This is how you know, if it is worthwhile to continue searching, before finishing the mission. It is a bit frustrating to finish a mission and only then know that only half of the available loot has been achieved.

That has come up before.  The reason TDM doesn't tell you what remains in the level is because there is no way the player would realistically know this.  I dunno, I feel it adds to the replayability not knowing.  There have been so many times in Thief that I've gone back to a mission years later and found a piece of loot that I had no idea I had missed.

  • Like 2
Link to comment
Share on other sites

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

    • Petike the Taffer

      I've finally managed to log in to The Dark Mod Wiki. I'm back in the saddle and before the holidays start in full, I'll be adding a few new FM articles and doing other updates. Written in Stone is already done.
      · 4 replies
    • nbohr1more

      TDM 15th Anniversary Contest is now active! Please declare your participation: https://forums.thedarkmod.com/index.php?/topic/22413-the-dark-mod-15th-anniversary-contest-entry-thread/
       
      · 0 replies
    • JackFarmer

      @TheUnbeholden
      You cannot receive PMs. Could you please be so kind and check your mailbox if it is full (or maybe you switched off the function)?
      · 1 reply
    • OrbWeaver

      I like the new frob highlight but it would nice if it was less "flickery" while moving over objects (especially barred metal doors).
      · 4 replies
    • nbohr1more

      Please vote in the 15th Anniversary Contest Theme Poll
       
      · 0 replies
×
×
  • Create New...