THIS IS NOT A ISSUE BUT IM NOT ASKING FOR HELP AS THIS IS A TUTORIAL MY APOLOGIES IF I TRICKED ANYONE
ADDING SONGS TO FREEPLAY:
Adding songs to freeplay is not that hard in my opinion, all you have to do is just some simple editing here is how to do it:
Open the file "CharSongList.hx"
now to add songs we are going to add a new character lets call this character "somedude"
so at the end of line 19 add a , and make a new line
this is a little thing you can use as a base:
"charactername" => ["song name in data folder"]
in my case this would be:
"somedude" => ["prey"]
you dont HAVE, to use prey, this is just a example
add your base in the new line, but your not done yet.
go to the end of line 36 and add a , make a new line and in that line add your character some in my case it would be
"somedude"
now your done
HOW TO ADD ENCORE BACK INTO THE GAME
I Actually already explaned how to do this in this issue #2
But ill explain it once more:
this is really easy to do but first download the file EncoreState.hx
go into the file tap File, save as then save file type as "All Files" and rename the extension at the end to be .hx
then just replace the file of it in the source code
I Might add more in the future if you could give me recommendations
What needs to be documented?
THIS IS NOT A ISSUE BUT IM NOT ASKING FOR HELP AS THIS IS A TUTORIAL MY APOLOGIES IF I TRICKED ANYONE
ADDING SONGS TO FREEPLAY:
Open the file "CharSongList.hx"
now to add songs we are going to add a new character lets call this character "somedude"
so at the end of line 19 add a , and make a new line
this is a little thing you can use as a base:
"charactername" => ["song name in data folder"]
in my case this would be:
"somedude" => ["prey"]
you dont HAVE, to use prey, this is just a exampleadd your base in the new line, but your not done yet.
go to the end of line 36 and add a , make a new line and in that line add your character some in my case it would be
"somedude"
now your done
HOW TO ADD ENCORE BACK INTO THE GAME
But ill explain it once more:
this is really easy to do but first download the file EncoreState.hx
go into the file tap File, save as then save file type as "All Files" and rename the extension at the end to be .hx then just replace the file of it in the source code
I Might add more in the future if you could give me recommendations