Leather128 / LeatherEngine

Just a little engine I decided to make since nobody seemed to have true custom mod support.
GNU General Public License v3.0
71 stars 58 forks source link

how to add new characters? #23

Closed PHGaming121 closed 2 years ago

PHGaming121 commented 2 years ago

how to add new characters?

PHGaming121 commented 2 years ago

I've already put the .xml file, sprites and the offsets.txt and config.json files but... when I enter freeplay and choose my mod music (easy normal or hard) the game crashes without error message or anything

PHGaming121 commented 2 years ago

Please anyone who knows how to resolve this reply as soon as they see this message

Leather128 commented 2 years ago

are you sure the song isn't partially the problem? it could be something in the song (like a stage, or other character) is missing / not implemented, causing the game to crash (usually a missing character, but it could be something else).

Leather128 commented 2 years ago

also make sure your character has health icons

PHGaming121 commented 2 years ago

it's not the music that's missing but the character that I'm not sure how to add it to the game and play the music with my custom character...

PHGaming121 commented 2 years ago

and yes, it has health icons

PHGaming121 commented 2 years ago

So... basically what I did was change the characters in the song Example: player1: "bf" player2: "MY CHARACTER" but when selecting the song in freeplay, the game crashes and closes without error messages Can someone help me? Would it be an error in some code? Anything in the .json file for the song? Please, as soon as you know the answer, answer here.

Leather128 commented 2 years ago

question: did you import the chart from psych engine? (or any engine with arrow types?)

Leather128 commented 2 years ago

because i know from experience, songs from psych or other engines with arrow types can have malformed notes that leather engine cannot process properly

PHGaming121 commented 2 years ago

Yes!!! I used psych engine to Make my mod!!! It worked

Leather128 commented 2 years ago

nice