View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004920 | The Dark Mod | GUI | public | 19.12.2018 22:11 | 19.12.2018 23:27 |
Reporter | STiFU | Assigned To | STiFU | ||
Priority | normal | Severity | normal | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | TDM 2.07 | ||||
Target Version | TDM 2.07 | Fixed in Version | TDM 2.07 | ||
Summary | 0004920: FrobHelper does not show for pick-pocket items | ||||
Description | The FrobHelper does not show for pick-pocket items like keys for the following reason: The ignore size defines upto which size of objects the frob helper is supposed to be shown. In order to ensure the frob helper does not show for door handles, locks and lockhandles attached to doors, I check the whole entity team: If any axis-aligned bounding box dimension of any team-entity exceeds the ignore size, the whole team is ignored. This approach makes sense for large objects like doors and so on, but it also prevents the FrobHelper from showing for pick-pocket items. | ||||
Tags | No tags attached. | ||||
A solution could be to check if the entity is supposed to go into the inventory when frobbed. In order to do so, I could analyse the spawnargs: Is the item a inv_loot_type, does it have an inv_name is it a toolclass? I am not sure how reliable this approach would be. Are there better, more general spawnargs to check? |
|
Looking at Inventory.cpp, it becomes clear that I have to check whether the item is either loot, ammo, weapon or a general inventory item. | |
I have added a method CanBePickedUp() to idEntity to solve this issue. This method checks whether the entity is one of the above classes via its spawnargs. If an entity can be picked up, the size check is only performed on the entity in question and not the whole team. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
19.12.2018 22:11 | STiFU | New Issue | |
19.12.2018 22:11 | STiFU | Status | new => assigned |
19.12.2018 22:11 | STiFU | Assigned To | => STiFU |
19.12.2018 22:18 | STiFU | Note Added: 0010983 | |
19.12.2018 22:43 | STiFU | Note Added: 0010984 | |
19.12.2018 23:01 | STiFU | Note Added: 0010985 | |
19.12.2018 23:26 | STiFU | Note Edited: 0010985 | |
19.12.2018 23:27 | STiFU | Status | assigned => resolved |
19.12.2018 23:27 | STiFU | Resolution | open => fixed |
19.12.2018 23:27 | STiFU | Fixed in Version | => TDM 2.07 |