Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arrow desync #548

Open
stenliis opened this issue Dec 23, 2022 · 1 comment
Open

Arrow desync #548

stenliis opened this issue Dec 23, 2022 · 1 comment
Labels
1.3.2 Version 1.3.2 bug Something isn't working

Comments

@stenliis
Copy link
Contributor

Version of Skyrim Together

v1.3.2 - official build

Description

Arrows are not properly synced.
When player shot an arrow to hit the wall, arrow stuck in it.
This is correctly propagated to other players, but in seems there is an issue with propagation of the owner, because in some location only player that shot arrow can take him and others players have to steal it.
Taking/Stealing of arrows is not properly synchronized so arrows can be duplicated.

NOTE: Arrows shot in walls in Dragonsreach have an issue with ownership, being a member of the same party does not affect it.

ArrowDesync

Steps to reproduce

  • Two player player at same place
  • Player A - shot arrow to the wall and the arrow stuck there
  • One of the players - take/steal arrow, arrow vanish from his world
  • Other player - still can see an arrow, can also take/steal the arrow

Reproduction rate

100%

Expected result

  • Arrow pickup is propagated to other player.
  • Arrow can be pickup by other player without being marked as a thief.
@stenliis stenliis added the bug Something isn't working label Dec 23, 2022
@Dragonisser
Copy link
Collaborator

Dragonisser commented Feb 4, 2023

The one sided pickup is a known issue and cant be fixed without reverse engineering the whole physics engine.

@Dragonisser Dragonisser added the 1.3.2 Version 1.3.2 label Dec 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.3.2 Version 1.3.2 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants