This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
How to make a specific song load a custom game over bf #197
BernardoGP4504
started this conversation in
Show and tell
Replies: 1 comment
-
if anything goes wrong tell me in the comments |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
first go into your mod folder to create a folder with whatever name but you can name it
gameovercustom
.here's the steps you have to follow:
song_conf.hx
case:.hx
file with whatever name in it.":bf-holding-gf-dead"
part into your game over char/bf for example:GameOverSubstate.char = mod + ":Yoshi-gameover"
and also thegfVersion
part is optionalsong_conf.hx
in your mod folder (orsong_conf.json
if you didn't change the file) and change the case of the song you need it for:the file normally says (with the your-something parts being for your song or stage)
but change that to include your custom game over "bf" like (in this case):
with '
_the file_
' being the file we just created5. now start your song press [r] to check the results
song_conf.json
case:with the '
your-stage
' part being the bg that you put for the song, 'your-song
' being the song name, 'gameovercustom
' being the folder that we created and 'the file
' being the file we createdBeta Was this translation helpful? Give feedback.
All reactions