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
68 stars 58 forks source link

Bug Report: Icons - Check, Character - Nothing? #248

Closed sanamasako closed 2 years ago

sanamasako commented 2 years ago

So I'm porting the Miku mod. I got all the characters and stages, and the songs and charts. Right? I go to open Loid, and, along with the stage not working (concert on Loid, voca for Voca, then Expo which actually CRASHES the game for some reason), Miku appears as BF even though her icon shows in the chart editor. I'm confused as hell right now. Did I do something wrong or is LE being retarded, because I really don't see how a character's icon can load properly and then have a brainfart and replace itself with Boyfriend.

Leather128 commented 2 years ago

you are doing stuff wrong

Leather128 commented 2 years ago

if a character loads as bf, that means the game couldn't find the character

Leather128 commented 2 years ago

so

Leather128 commented 2 years ago

you put the character config in the wrong place basically

sanamasako commented 2 years ago

So you're saying characters' spritesheets and XMLs don't go in shared/images/characters of the mod? And, you're saying their jsons don't go in data/character data of the mod? What about stages, which the OG Miku mod doesn't have jsons of? The stage editor doesn't let me create jsons out of the images, it's just a "move the characters and save" kind of thing.

Leather128 commented 2 years ago

Well 1st. Characters spritesheets do go there 2nd. Character jsons go in data/character data/[insert character name here]/ not just data/character data/ 3rd. For stages, you kinda just make them in json and use the stage editor to edit sprite positions at the moment (stage editor is literally under the wip tools section)

Also just remember, Leather Engine uses custom json formats for everything besides songs pretty much (aka if character jsons or stage jsons exist in mods that aren't in LE, they won't work)

sanamasako commented 2 years ago

Oh god. Well then, I'm looking forward to Stage Editor's completion because coding things in json doesn't work for me lol.

Leather128 commented 2 years ago

how does it not work for you?

sanamasako commented 2 years ago

I try entering the details image-by-image, even if it means copying code from other jsons and tweaking it to what I need, and it just doesn't work. The stage editor gives me some shit about "invalid characters" at a random line, then gives me the finger and crashes. 🤷‍♀️