duckiewhy / exe-2.5-code

Apache License 2.0
44 stars 59 forks source link

**GUIDE ON HOW TO ADD CERTAIN THINGS AND EDIT CERTAIN THINGS** #22

Open liamp0924 opened 1 month ago

liamp0924 commented 1 month ago

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:

  1. 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

  1. 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

Rolee0707 commented 1 month ago

I would recommend the Save data thing. I mean unlocking the Sound Test and Encore Mode (Encore mode has a locked sprite). Sorry if it's a bit too much