It crashes when it comes back to the hub world. #96
Answered
by
SuperHackio
NanigashiKun
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
SuperHackio
Aug 26, 2023
Replies: 2 comments 13 replies
-
Greetings! Could you please give me some more information?
|
Beta Was this translation helpful? Give feedback.
7 replies
-
I'm sorry |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem is revealed!
These BCSV Indexers are Zero based.
All 3 of your entries in
StageInfo
are asking for theChangeSceneListInfo
index of "1". However, while you do have "one entry", the index of that entry, is "0".Assuming that you want to keep the ChangeSceneListInfo with the hubworld as the first entry, to fix the crash, set the Param00Int in the
StageInfo
to be "0" instead of "1".