View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000199 | Medieval Engineers | Bug | public | 2022-04-10 07:12 | 2022-05-09 01:13 |
Reporter | xaerthus | Assigned To | equinox | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Platform | Windows | ||||
Product Version | 0.7.2 | ||||
Target Version | 0.7.3.968CF8 | Fixed in Version | 0.7.3.968CF8 | ||
Summary | 0000199: Jittery crosshair dot after tabbing out or enabling free-look | ||||
Description | The crosshair dot tends to not stay in the middle of the screen and float around/follow camera motions with a delay after returning from being tabbed-out of the game, or after looking around sideways, using the This may be an issue directly connected to the free-looking feature being unlocked by Water Core, but i remember this happening even before Peaceman added that, when tabbing-out. | ||||
Steps To Reproduce | Method 1:
Method 2:
Fix Method: | ||||
Tags | No tags attached. | ||||
|
So the jittering is actually working as intended. The detection component throttles itself to updating 10 times a second, so when the crosshair is jittery it means that the crosshair is being show at the true detected location instead being approximated as the center of the screen. When you alt-tab your character actually gets a slightly different head yaw... somehow. And when you look around with alt using Water core you also get a head yaw. In both situations it's expected that the crosshair uses the "true" position instead of the approximate center of the screen. That said currently it will start using the true position instead of the 2D screen position even if your head yaw is a tiny fraction of a degree (what happens when alt tabbing). That is fixable. |
|
An easy example of where the center of the screen is not where the detector is looking: |
|
This will be fixed by updating the position estimate every frame, which improves this significantly. The screen highlight will still only update at 10Hz. |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-04-10 07:12 | xaerthus | New Issue | |
2022-04-11 22:39 | equinox | Note Added: 0000139 | |
2022-04-11 23:05 | equinox | Note Added: 0000140 | |
2022-04-11 23:05 | equinox | File Added: image.jpg | |
2022-04-12 16:26 | equinox | Status | new => in progress |
2022-04-12 16:26 | equinox | Product Version | => 0.7.2 |
2022-04-12 16:26 | equinox | Fixed in Version | => 0.7.3.968CF8 |
2022-04-12 16:26 | equinox | Target Version | => 0.7.3.968CF8 |
2022-04-12 16:26 | equinox | Note Added: 0000150 | |
2022-04-12 16:26 | equinox | Assigned To | => equinox |
2022-04-12 16:26 | equinox | Status | in progress => resolved |
2022-04-12 16:26 | equinox | Resolution | open => fixed |