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

Four Swords Net? #1

Open
bosz-mb opened this issue May 26, 2024 · 1 comment
Open

Four Swords Net? #1

bosz-mb opened this issue May 26, 2024 · 1 comment

Comments

@bosz-mb
Copy link

bosz-mb commented May 26, 2024

Would it be possible to program something like this to play four swords online?

@KittyPBoxx
Copy link
Owner

The gba version? It's possible but would need a lot of code changes to the rom. Communication between the gamecube and gba works differently to communication between two gbas so that need updating. But also you to change what the game requires / what is being sent cope with the higher latency.

For example rather than receiving constant movement actions from a player you might need to just send several coordinates and have the game simulate movement between those points. (Not sure if this is how four swords works, just an example)

Unfortunately the decompilation project for four swords looks like it needs a lot of work before before those kind of changes can be easily done.

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

No branches or pull requests

2 participants