Jump to content
The Dark Mod Forums

Things that could be improved


Berny

Recommended Posts

Suggestion—remove noise arrows entirely and simply have enemy NPC react to any arrow that hits a surface near them. Logically any arrow hitting a nearby wall would make a sound notworthy enough to investigate. The actual noise that noise arrows make is fairly arbitrary.

Link to comment
Share on other sites

12 minutes ago, Wallace said:

simply have enemy NPC react to any arrow that hits a surface near them

They already do that. Noise arrows just make more noise, so that you can send the arrow to a farther away spot, so the player has time to move past. Also, possibly more ai will hear it. When they're useful depends therefore on the location.

Edited by datiswous
  • Thanks 2
Link to comment
Share on other sites

2 hours ago, Wallace said:

Suggestion—remove noise arrows entirely and simply have enemy NPC react to any arrow that hits a surface near them. Logically any arrow hitting a nearby wall would make a sound notworthy enough to investigate. The actual noise that noise arrows make is fairly arbitrary.

I agree in principle but it probably is too late to change anything.

The fact that we can throw small objects with some distance and accuracy could have replaced the need for noise arrows altogether. Throwing objects to distract AI is perhaps the most natural, engaging and satisfying mechanic of the two.

On a side note I would have liked for AI to react more boldly when a torch is put out in front of their face with a noisy, splashing pouch of water 😊

TDM Modpack 4.0

Link to comment
Share on other sites

  • 2 months later...

Suggestion - Visualizing The Stats / Compass

It would be nice if the stats could be set apart from the other list items so that you don't have to scroll through multiple (sometimes many many multiple😒) items before you arrive at the Stats Listing. Like Toggling the Lantern, it would simply turn on/off without occupying a spot at the bottom right as a "list item" in an ever increasing list of things to scroll through. Same with the Compass. When you toggle it on, it takes over a spot in the bottom right listing.

In other words, I would like the Stats and Compass to always be visible. For example, if I come to a door that needs to be picked open, once I choose the lockpick or key, I lose the Stats and have to scroll through to find them when I'm finished. At least the compass has a special key stroke so I don't have to scroll.

Maybe a "keyboard key" that toggles the Stats and places it elsewhere (bottom left of the screen ?) so that it doesn't interfere with the list items at the bottom right. Ditto Compass. These 2 things should be treated like the Lantern.

For me, I would love to be able to pick a lock and check the stats at the same time, as well as always knowing my orientation north. 

I hope this makes sense. And I'm not optimistic that it would be an easy fix. Just throwing it out there as a suggestion, if it hasn't already been discussed.

Cheers

btw - I use the special Stats Mod (Suspicions, Searches, Sightings, Score) if that matters.

Link to comment
Share on other sites

1 hour ago, CountMorillonite said:

It would be nice if the stats could be set apart from the other list items so that you don't have to scroll through multiple (sometimes many many multiple😒) items before you arrive at the Stats Listing. Like Toggling the Lantern, it would simply turn on/off without occupying a spot at the bottom right as a "list item" in an ever increasing list of things to scroll through. Same with the Compass. When you toggle it on, it takes over a spot in the bottom right listing.

1 hour ago, CountMorillonite said:

For me, I would love to be able to pick a lock and check the stats at the same time, as well as always knowing my orientation north. 

I'm not sure about adding a dedicated place on the HUD for the compass and stats, but you can at least bind keys to display the stats and compass. For example, add the following to your "DarkmodKeybinds.cfg" or "autocommands.cfg" file:

bind "TAB" "inventory_hotkey 'Loot Info'"  // Stealth Stat
bind "v"   "inventory_hotkey 'Compass'"
bind "l"   "inventory_hotkey ''"           // Clear Inventory

My muscle memory is to press TAB to show the stats once I'm done lock picking.

Also, you can bind keys to select or use inventory items. First, find its name and then bind a key to either "inventory_hotkey" to select it or "inventory_use" to immediately use it without selecting it. For example, to bind a key to  wear/use the x-ray glasses (in either Written in Stone or Iris):

bind "y" "inventory_use 'Magic Glasses'"     // Written in Stone
bind "y" "inventory_use 'Peculiar Lenses'"   // Iris

NOTE: The "autocommands.cfg" file overrides the "DarkmodKeybinds.cfg" each time the game is run.

Link to comment
Share on other sites

Binding a key solves the "scroll forever" problem in that you can quickly bring up the Stats once you've finished whatever it is you're doing (ex picking locks). The Compass already has a keybind , BUT it shows up in the "inventory slot" which means it keeps disappearing when you need to access some other item. 

Back to the Lantern. It's part of the inventory, BUT it doesn't show up in the scroll list, (or inventory slot or whatever the list in the bottom right hand corner is called) which is the way it should be. You turn on the Lantern and it remains on until you turn it off. Meanwhile, the scroll list isn't affected. Why can't that work with the Compass or the Stats.

Maybe that's a "Hud" issue which probably means the fix is too involved or difficult to bother with. Still.....it would be nice not to have to constantly toggle these things every 5 mins. Remember, when you're picking a particularly difficult lock, it's nice to be able to glance at the stats to see if you're raising suspicions.

Thanks Daft Mugi for your input.

 

Link to comment
Share on other sites

13 hours ago, CountMorillonite said:

You turn on the Lantern and it remains on until you turn it off. Meanwhile, the scroll list isn't affected. Why can't that work with the Compass or the Stats.

In case of the Compass it can't work, because it is at the same position as the inventory list. Moving it to the top right of the screen would fix it, if this is possible.

Edited by wesp5
Link to comment
Share on other sites

  • 2 weeks later...
On 2/21/2023 at 5:06 AM, Loginnerer said:

Not sure if intended, but under configurable key bindings - there is "Broadhead", while other arrow types are followed by "Arrow".

In-game inventory still shows "Broadhead arrow", so it's consistent with wording of other arrow types, but not consistent with how it is in controls Settings.

Edit: I see "Noisemaker" is also without "Arrow", but I'm guessing both of these decisions were made to keep Controls screen more tidy by leaving strings approximately the same length? 

Good catch! The code has been changed to show "Broadhead Arrow" and "Noisemaker Arrow".

  • Like 3
Link to comment
Share on other sites

If I had to nitpick - I don't know if this is mission-specific, but maybe pickup messages could be visible for a bit longer? Anyone else have trouble getting to read them sometimes? Luckily, the inventory is right there in the corner though. But the swift disappearance of some longer messages has bugged me, personally. Repeatedly.

  • Like 2
Link to comment
Share on other sites

  • 3 weeks later...

What is the difference between "door peephole" and "peeking through door"? And what is a footprint trap?

My missions:           Stand-alone                                                      Duncan Lynch series                              

                                      Down and Out on Newford Road              the Factory Heist

                                                                                                  A House Call

                                                                                                  The House of deLisle                                                                                                  

                              

Link to comment
Share on other sites

On 9/4/2023 at 5:59 PM, Loginnerer said:

If I had to nitpick - I don't know if this is mission-specific, but maybe pickup messages could be visible for a bit longer? Anyone else have trouble getting to read them sometimes? Luckily, the inventory is right there in the corner though. But the swift disappearance of some longer messages has bugged me, personally. Repeatedly.

I like how Quake 1 does this, any message that appears on screen is also printed to the console. I often miss those messages when in the heat of a arena fight, but I can always open the console and read them again.

I always assumed I'd taste like boot leather.

 

Link to comment
Share on other sites

20 hours ago, thebigh said:

What is the difference between "door peephole" and "peeking through door"? And what is a footprint trap?

ooh my bad . "Peeking through door" is a poor choice of word to describe "poking your head around the door to see what is inside the room" . Ultraviolet(UV) thief detection powder is designed for theft detection and the identification of stolen or altered items but i think it's too advanced for an era in which TDM is taking place.

hex-237553415B315D3741

Link to comment
Share on other sites

On 9/5/2023 at 9:47 AM, chakkman said:

No issue with that here. And, remember, if you pick up, like, 10 arrows, in short succession, the pickup messages get stacked, and it will take a while until all messages have been displayed...

There probably was something like that in the distant past but not anymore. New messages replace old messages instantly.

On 9/4/2023 at 11:59 PM, Loginnerer said:

If I had to nitpick - I don't know if this is mission-specific, but maybe pickup messages could be visible for a bit longer? Anyone else have trouble getting to read them sometimes? Luckily, the inventory is right there in the corner though. But the swift disappearance of some longer messages has bugged me, personally. Repeatedly.

I did notice this long ago and I agree the timing is so on the edge that the final implementation is at times more irritating than useful. Fortunately this can be easily changed:

guis\tdm_inv.gui (time increased by 600ms in this example)

	windowDef InventoryPickUpMessage
	{
		rect		0,420-(20*(S5-1)+32*(S4-1)+14*(S3-1)),640,20*S5
		textalign	1 // center
		text		"gui::InventoryPickUpMessageText"
		font		"fonts/carleton"
		forecolor	1,1,1,0.6
		visible		1
		textscale	0.25*S5

		onTime 0 {
			set "gui::HasInventoryPickUpMessage" "1";
			transition "forecolor" "1 1 1 0" "1 1 1 0.6" 50;
		}

//		onTime 700 {
		onTime 1300 {
			transition "forecolor" "1 1 1 0.6" "1 1 1 0" 500;
		}

//		onTime 1200 {
		onTime 1800 {
			// Signal that we are done here
			set "gui::HasInventoryPickUpMessage" "0";
			set "InventoryPickUpMessage::visible" "0";
		}
	}

TDM Modpack 4.0

Link to comment
Share on other sites

19 minutes ago, taffernicus said:

isn't this guard supposed to drown when walking under water ? or is there a tolerance level that determines whether an npc can drown or not?

 

What is this map?

There are a bunch of things that will determine if the AI will drown or not:

  • The water has to be a liquid water entity
  • the AI has to have the 'can_drown' spawnarg set to 1 (this is true by default)
  • the AI's mouth has to be underwater
  • depending on the AI health level, it can take a while for them to drown
Link to comment
Share on other sites

On 10/1/2023 at 5:25 PM, Frost_Salamander said:

What is this map?

There are a bunch of things that will determine if the AI will drown or not:

  • The water has to be a liquid water entity
  • the AI has to have the 'can_drown' spawnarg set to 1 (this is true by default)
  • the AI's mouth has to be underwater
  • depending on the AI health level, it can take a while for them to drown

hmm i never fiddle around with darkradiant hence technically i don't know bits and pieces of the water asset in the game, i have waited for them to walk underwater at least 1 minutes but the y didn't die at all. They did mutter some words while walking uderwater but it sounded a bit muffled and muted. The FM i played is volta and the stone

hex-237553415B315D3741

Link to comment
Share on other sites

is there a way to reset frobable item to its original/default position after you drop the item? *edit : without having to rotate the item

 

I imagined a FM where the guards are acquainted of the change of item position. This added a layer of challenge to player besides the existing challenge of forced ghosting

Edited by taffernicus
edit for the sake of clarity

hex-237553415B315D3741

Link to comment
Share on other sites

  • 3 months later...

Interesting. I didn't know about Doom 3 co-op (I don't know why).

Instead of all being in the same place inside the mission, missions could be designed around locations (in the same map). So you play each your own part, but objectives are shared. So you play different mission objectives around the same global objective. It means also that a player could find a clue when reading a book but another player has to do that objective.

 

So for example:

Shared mission objectives:

 

  • Find the ring of Thruth (Church section)  - Player A
  • Find information about hidden loot (Thief hideout)  - Player B
  • Search for a clue about the hidden passage in the Church (library section)  - Player C

 

So when Player C finds the info in the library section, Player A can find that hidden passage in the church section.

Link to comment
Share on other sites

  • 1 month later...

The Thief2 FM "Mission X" was structured like that.

But from the perspective of someone making or using a multiplayer system, it should be as general as possible so mappers can make whatever set-up they want for their FM, like that, or leave it open to the players to play it however they want.

I think one way for the system to work most basically is have a coop mode (shared objectives, loot, scripts, etc.) and a "thieves vs. guards" mode (separate objectives, tracking loot count & capture count; it should probably be set up like the old Thievery mod) and those are pre-made so a mapper can just turn one on and tweak some things. Those are the two most popular MP cases for this game. But then if they want to, mappers could micromanage the parameters if they want to make their own mode, and the system should facilitate that. That was my thinking.

But I think coop is the big one for us, since all of the FMs will already be set up for that, and that's the way I imagine it'd be most used. So that should come first.

  • 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

Suggestion - Improving the Map

If a fan mission has a map, it would be nice if the map wasn't a generalized after-thought, but a more detailed and real-time map showing where you are when you open it.

I know this is asking a lot, and it would probably take a huge chunk of programming time, but it would be nice to know where you are along your travels. Of course, this takes away some of the mystery and suspense of investigating unknown territory, but it doesn't have to be there, just in some circumstances. 

I can't do without GPS in my vehicle, especially when I'm in a different city. I think this reflects on my suggestion.

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

    • nbohr1more

      Was checking out old translation packs and decided to fire up TDM 1.07. Rightful Property with sub-20 FPS areas yay! ( same areas run at 180FPS with cranked eye candy on 2.12 )
      · 2 replies
    • taffernicus

      i am so euphoric to see new FMs keep coming out and I am keen to try it out in my leisure time, then suddenly my PC is spouting a couple of S.M.A.R.T errors...
      tbf i cannot afford myself to miss my network emulator image file&progress, important ebooks, hyper-v checkpoint & hyper-v export and the precious thief & TDM gamesaves. Don't fall yourself into & lay your hands on crappy SSD
       
      · 5 replies
    • OrbWeaver

      Does anyone actually use the Normalise button in the Surface inspector? Even after looking at the code I'm not quite sure what it's for.
      · 7 replies
    • Ansome

      Turns out my 15th anniversary mission idea has already been done once or twice before! I've been beaten to the punch once again, but I suppose that's to be expected when there's over 170 FMs out there, eh? I'm not complaining though, I love learning new tricks and taking inspiration from past FMs. Best of luck on your own fan missions!
      · 4 replies
×
×
  • Create New...