Replies: 1 comment 3 replies
-
If I understand the issue correctly, the shimeji-ee configuration was converted incorrectly (I didn’t clarify exactly what “/path/to/original/mascot/directory” means in the README, my bad). Typically, each unique directory (except the one named 'unused') inside the 'img/' directory should be passed separately to the 'shimejictl convert' command. |
Beta Was this translation helpful? Give feedback.
-
I'm having issues setting up and summoning a Shimeji character in wl_shimeji. Here's what I've done so far:
wl_shimeji compiled successfully.
Downloaded Shimeji Mascots
I downloaded a Shimeji pack called Shimeji - DDLC Pack [1.0.11] and multiple others, tried single characters, tried to accommodate the structure of these shemoji-ee according to the scripts functioning(as far as I understood it). After converting it with shimejictl, the files are located in:
~/.local/share/wl_shimeji/shimejis/Shimeji - DDLC Pack [1.0.11]/
The directory structure includes:
actions.json
assets/
behaviors.json
manifest.json
programs.json
manifest.json File
The manifest.json looks like this:
{
"name": "Shimeji.Shimeji - DDLC Pack [1.0.11]",
"version": "0.0.1",
"programs": "programs.json",
"actions": "actions.json",
"behaviors": "behaviors.json",
"assets": "assets",
}
Attempt to Fix the Prototype and void assets folder
Since the error mentions "Shimeji prototype not found," I created a prototype directory inside the Shimeji folder and copied actions.json and behaviors.json into it images to the assets folder. However, the error persists.
Here is output of ❯ shimeji-overlayd
[15:10:42.642][WARN][src/mascot_atlas.c:126]: Could not create atlas from dir "/home/daniil/.local/share/wl_shimeji/shimejis/monika/assets": No sprites found
[15:10:42.642][WARN][src/mascot_config_parser.c:2277]: Cannot load prototype from /home/daniil/.local/share/wl_shimeji/shimejis/monika/manifest.json: Failed to create atlas
[15:10:42.642][WARN][src/mascot_atlas.c:126]: Could not create atlas from dir "/home/daniil/.local/share/wl_shimeji/shimejis/shimejiee/assets": No sprites found
[15:10:42.642][WARN][src/mascot_config_parser.c:2277]: Cannot load prototype from /home/daniil/.local/share/wl_shimeji/shimejis/shimejiee/manifest.json: Failed to create atlas
[15:10:42.642][WARN][src/mascot_atlas.c:126]: Could not create atlas from dir "/home/daniil/.local/share/wl_shimeji/shimejis/shimeji-ee-master/assets": No sprites found
[15:10:42.642][WARN][src/mascot_config_parser.c:2277]: Cannot load prototype from /home/daniil/.local/share/wl_shimeji/shimejis/shimeji-ee-master/manifest.json: Failed to create atlas
[15:10:42.642][WARN][src/mascot_config_parser.c:2180]: Failed to load prototype from /home/daniil/.local/share/wl_shimeji/shimejis/..: manifest.json not found
[15:10:42.642][WARN][src/mascot_config_parser.c:2180]: Failed to load prototype from /home/daniil/.local/share/wl_shimeji/shimejis/.: manifest.json not found
Please, tell me what I'm doing wrong, where to search for mascots that can be converted or what libraries I'm lacking...
Beta Was this translation helpful? Give feedback.
All reactions