View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006257 | The Dark Mod | Feature proposal | public | 15.02.2023 21:25 | 27.08.2023 20:47 |
Reporter | Daft Mugi | Assigned To | Daft Mugi | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Product Version | SVN | ||||
Target Version | TDM 2.12 | Fixed in Version | TDM 2.12 | ||
Summary | 0006257: Add auto-search bodies option | ||||
Description | Thief has an auto-search bodies feature. Some players find it annoying to manipulate a body each time to loot it. https://forums.thedarkmod.com/index.php?/topic/11058-things-that-could-be-improved/page/101/#comment-482964 I did a poll on the DromEd Discord server and as of this writing 2 out of 9 players use the Thief auto-search bodies feature. So, I propose adding this feature, so more Thief players have a better time. | ||||
Tags | No tags attached. | ||||
Patch adds "tdm_autosearch_bodies" cvar. Patch: https://gist.github.com/daftmugi/2bb21fec91ebf7841872a9e27a2909a3 |
|
One question which was raised in discussion: if all the items are collected simultaneously, how will the player know what he has collected? This is not a stopper for having a cvar of course, but I guess it is a problem if we want to add a setting in main menu. Some options are: 1) We have notification about collected item, but only about one. Perhaps extend it to 3 slots, and make them fade separately... would be something like displaying subtitles, I guess. 2) Collect one item at a time when player clicks with this setting. That's the easiest way, but I guess players might get confused about it. 3) Separate page in inventory grid, which lists when every item was collected/lost. I don't like it to be honest... |
|
Yes, that is a concern. I like option 1. In practice, it's rare to loot a body that will cause confusion. None of the bodies I used during testing had an issue, meaning the final messaging was clear about important items, such as keys and readables. If a body has a key and an arrow, or if it has a key and a readable, that might cause the player to miss what's picked up. I guess a test map will need to be created for those scenarios. 2) Collect one item at a time when player clicks with this setting. This would not be auto searching. ;) 3) Separate page in inventory grid, which lists when every item was collected/lost. Yeah, I don't like this option either. I'll add an option 4 to the discussion. 4) Sort items so that readables and keys get looted last. That's good for the key/arrow scenario but not the key/readable scenario. The question is if it is worth the effort to make it clearer for this rare scenario. Again, I don't know of a scenario like this in a released mission, so a test map will likely be needed. Also, Thief has the same problem, so players who want it the same will get the same unclear messaging. =) But, I agree that we should make it clearer if we can. And, perhaps, the messaging isn't related to this feature. For example, when using the multiloot feature, multiple kinds of items can be picked up without clear messaging. There's also a bug with multiloot: https://forums.thedarkmod.com/index.php?/topic/21779-bugs-related-to-211-auto-frobbing-of-items/ So, it seems that picking up multiple items in short succession or all at once -- and its messaging -- needs to be fixed separately and is not related to this feature. |
|
Do we fix messaging separately from this feature, since multiloot also needs clearer messaging? | |
Committed as revs 10294 and 10295. I also added a way to loot one item at a time. To be honest, I think it is better than auto-loot at this moment. It still saves player from all the trouble of joggling the body and moving mouse around everything. But it forces player to click several times, taking just a bit more time and probably producing noise (I won't call body looting silent operation). Showing several item pickup messages at once can be done as another issue. It is probably too complicated for the feature which is not the default. And I'm not sure everyone would agree to remove the whole body looting thing and replace it with "one button to get everything". |
|
Added to menu settings (assets rev 16824). Committed rev 10439. Partially reverted rev 10295. * Made 'tdm_autosearch_bodies' cvar a bool. When 1, gets all attachments with a single frob. * Removed the option to get one attachment per frob. https://forums.thedarkmod.com/index.php?/topic/21792-auto-loot-body/&do=findComment&comment=486380 |
|
Date Modified | Username | Field | Change |
---|---|---|---|
15.02.2023 21:25 | Daft Mugi | New Issue | |
15.02.2023 21:32 | Daft Mugi | Note Added: 0015944 | |
11.03.2023 12:55 | stgatilov | Note Added: 0015966 | |
11.03.2023 12:56 | stgatilov | Note Edited: 0015966 | |
11.03.2023 18:33 | Daft Mugi | Note Added: 0015967 | |
11.03.2023 19:02 | Daft Mugi | Note Added: 0015968 | |
12.03.2023 16:03 | stgatilov | Note Added: 0015970 | |
18.03.2023 15:04 | stgatilov | Status | new => assigned |
18.03.2023 15:04 | stgatilov | Fixed in Version | => TDM 2.12 |
18.03.2023 15:04 | stgatilov | Target Version | => TDM 2.12 |
26.03.2023 16:42 | stgatilov | Assigned To | => Daft Mugi |
27.08.2023 20:46 | Daft Mugi | Note Added: 0016054 | |
27.08.2023 20:47 | Daft Mugi | Status | assigned => resolved |
27.08.2023 20:47 | Daft Mugi | Resolution | open => fixed |