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

Multiplayer: Show up to 3 other players as Link #725

Merged
merged 5 commits into from
Apr 24, 2024

Conversation

Kewlan
Copy link
Collaborator

@Kewlan Kewlan commented Apr 5, 2024

2024-04-05.22-17-19.mp4
  • If too many extra Links are drawn, the game gets graphical glitches that last until the game is restarted, so limit the amount to three. The extra Links will be shown as flames like before.
  • On 64, Link's joint table is 22 in length of Vec3s. Here on 3DS I don't actually know but just assumed that it's still Vec3s. However, to get the full animation here we need to copy 217! Maybe there's a better way to set the pose with an animation index and current frame? Regardless as of now just for the posing it'll send 1300 bytes per frame per player. Most likely this will have to be skipped for when playing on console, so Links will just be T-posing.
  • Puppet Child Link works weird for some reason. The position is off when standing and climbing. I don't know how to fix. Workaround by moving the actor's position down 12 units. There were other issues that happened along side this before, but they don't seem to happen any longer?
  • Custom tunic colors mess up the graphics on the puppet's tunic.

@Kewlan Kewlan merged commit 01793f2 into gamestabled:main Apr 24, 2024
2 checks passed
@Kewlan Kewlan deleted the multiplayer-link branch April 24, 2024 05:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants