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

Is there a plug-in API available? #16

Open
NickStrupat opened this issue Aug 9, 2022 · 3 comments
Open

Is there a plug-in API available? #16

NickStrupat opened this issue Aug 9, 2022 · 3 comments

Comments

@NickStrupat
Copy link

Alternatively, just a way to access the game RAM directly?

@nbarkhina
Copy link
Owner

Currently no - it could be exposed to the JavaScript though with a variable. what is it you're trying to do?

@NickStrupat
Copy link
Author

NickStrupat commented Aug 9, 2022

I'm trying to figure out the scope of adding rollback netcode multiplayer capability to Mario Kart 64.

I was looking at this implementation: https://github.com/rameshvarun/netplayjs

It would require being able to read/write from/to memory addresses which correspond to player location, rotation, speed, and many others which represent game state.

@nbarkhina
Copy link
Owner

gotchya - that sounds like a really cool project! I would have to look into the memory layout and where that's stored but will add that to my backlog.

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