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

Add multiplayer support? #15

Open
dejavudoo220 opened this issue May 1, 2020 · 4 comments
Open

Add multiplayer support? #15

dejavudoo220 opened this issue May 1, 2020 · 4 comments

Comments

@dejavudoo220
Copy link

Would it be possible to add support for the "Play a song" game mode in multiplayer? I'm a novice at programming so I don't know if it would even be possible based on how Rocksmith handles data.

Thanks!

P.S. THANK YOU for commenting your code :)

@kokolihapihvi
Copy link
Owner

Hey!
This has been on my "look into" list for the longest time, but I haven't put much thought or effort into it.
For it to work we'd need to find these in memory:

  • Multiplayer song timer
  • Arrangement id for both players
  • Note data for both players

@ajchili
Copy link

ajchili commented Aug 28, 2020

Hey @kokolihapihvi I am interested in helping out with this. What should I do to pick this up?

@wrobi
Copy link

wrobi commented Jul 14, 2021

Hey @kokolihapihvi
I am interested too. Planning an addon which will load drum notes to e.g. TuxGuitar (on 2nd display) for our drummer. We have an amateur trio band just for fun. :)
Can I help something for multiplayer support?

@wrobi
Copy link

wrobi commented Mar 24, 2022

I found song timer:
base+00F5CB7C offsets: 0x28, 0x1F4, 0x98
It's a bit strange that state 3 is missing. So on playback onStateChanged looks like this: 2=>4
But it doesn't bother me, now I can do my multiplayer video clip player.

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

4 participants