View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005001 | The Dark Mod | Design/Coding | public | 02.03.2019 12:38 | 09.03.2020 11:19 |
Reporter | teh_saccade | Assigned To | stgatilov | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | pc | OS | win10 | OS Version | 1803 |
Product Version | TDM 2.06 | ||||
Target Version | TDM 2.08 | Fixed in Version | TDM 2.08 | ||
Summary | 0005001: Glitch with sword renders weapons unusable | ||||
Description | All weapons will do this, but when applied to the sword - the result is that the player cannot change weapons. All other interactions are unaffected. The sword will fire on return from menu, but (unlike all other weapons) the sword will remain chambered. This persists through saves, if made, requiring a restart to fix. | ||||
Steps To Reproduce | Hold fire with any weapon, press esc. twice, move - release fire/switch weapon to reset. | ||||
Additional Information | https://youtu.be/nqrJskJgrkQ | ||||
Tags | No tags attached. | ||||
shouldering a body - weapon is restored as chambered still. | |
You can also walk away, turn back and see your hand with a sword in air =) | |
Fixed in svn rev 15768. In my testing, only sword attack get stuck completely. The reason is: script code waits until attack animation becomes "done" without any other conditions. In this case going to main menu and back makes animation "paused", so this script code gets stuck waiting for animation forever. I have added a workaround in this wait loop: it continually checks if animation is paused, and unpauses it in such case. I hope it won't case much trouble. Another issue is that while you are still holding attack button when returning from main menu, you can walk around and see your hand midair =) This affects all weapons: blackjack, bows, etc. I hope it is rare enough to ignore it =) |
|
Found related issue 0002758 about the last thing --- seeing your arm+weapon in air =) | |
And another one is about blackjack: 0002509 | |
Date Modified | Username | Field | Change |
---|---|---|---|
02.03.2019 12:38 | teh_saccade | New Issue | |
02.03.2019 12:47 | teh_saccade | Note Added: 0011663 | |
03.01.2020 09:56 | stgatilov | Note Added: 0012037 | |
03.01.2020 10:56 | stgatilov | Note Added: 0012038 | |
03.01.2020 10:57 | stgatilov | Assigned To | => stgatilov |
03.01.2020 10:57 | stgatilov | Status | new => resolved |
03.01.2020 10:57 | stgatilov | Resolution | open => fixed |
03.01.2020 10:57 | stgatilov | Fixed in Version | => TDM 2.08 |
04.01.2020 04:56 | stgatilov | Relationship added | related to 0002758 |
04.01.2020 04:57 | stgatilov | Note Added: 0012054 | |
04.01.2020 04:59 | stgatilov | Relationship added | related to 0002509 |
04.01.2020 05:00 | stgatilov | Note Added: 0012056 | |
09.03.2020 11:19 | stgatilov | Target Version | => TDM 2.08 |