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

FCNPC_LoadPlayingPlayback conflicts with temporary recordings loaded by FCNPC_StartPlayingPlayback #306

Open
Naseband opened this issue Nov 10, 2023 · 0 comments

Comments

@Naseband
Copy link

When loading a playback with FCNPC_LoadPlayingPlayback while there are playbacks loaded from FCNPC_StartPlayingPlayback (using the file parameter and auto_unload set to true), FCNPC_LoadPlayingPlayback will most of the time return a random ID that is associated with a temporary playback. When attempting to start the playback ID with FCNPC_StartPlayingPlayback, the NPC will then play back the incorrect playback.

To reproduce:

  • Start multiple recordings with FCNPC_StartPlayingPlayback (using the file parameter and auto_unload = true)
  • Load another playback using FCNPC_LoadPlayingPlayback (this will return an already existing ID from the previous step)

Using the ID from the second step will then play back a (seemingly) random recording from the first step.

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

1 participant