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

WIP: Add Fuyu.Plugin.Arena #26

Merged
merged 4 commits into from
Sep 3, 2024

Conversation

seionmoya
Copy link
Collaborator

Initial setup, doesn't actually use the Arena types yet (writing this from my linux laptop, don't have Arena installed there).

In order to add it, I had to change a few things:

  • Fuyu.Platform.Plugin is now game-agnostic
  • Moved PatchHelper into Fuyu.Platform.<client>
  • Fuyu.Plugin is renamed to Fuyu.Plugin.Eft
  • References/ folder is now split between EFT and Arena

Discussion

In case you wonder why I'm prepping the project for Arena despite it working over UNet only, I noticed a lot of code overlapping between the EFT/Arena clients. Maybe someday someone will hook up Arena code in EFT or try to replicate it. By then it'll come in handy to have the HTTP/WS backend at least working.

Most of the HTTP code seems to be shared, but there are some subtle differences. I really can't wait until I can start implementing them.

@seionmoya seionmoya added the enhancement New feature or request label Sep 3, 2024
@seionmoya seionmoya self-assigned this Sep 3, 2024
@seionmoya seionmoya changed the title Add Fuyu.Plugin.Arena WIP: Add Fuyu.Plugin.Arena Sep 3, 2024
@seionmoya seionmoya merged commit ab2e2b4 into project-fika:main Sep 3, 2024
1 check passed
@seionmoya seionmoya deleted the refactor-plugins branch September 3, 2024 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant