edave64 / Doki-Doki-Dialog-Generator

A tool to create cusom dialogs in the style of Doki Doki Literature Club
https://edave64.github.io/Doki-Doki-Dialog-Generator/release/
MIT License
17 stars 7 forks source link

Some Sprite/Expression Inclusion Requests #41

Open VauntFremontTocsin opened 8 months ago

VauntFremontTocsin commented 8 months ago

Try and add the label of "question" to this issue post

Cylent-Nite Dadsuki

MattyPatty

MOMOVP's FeMC

Me In DDLC Form, Vaunt

Some Head Edits Of Mainly The Various MC/FeMC's

edave64 commented 7 months ago

Sorry for the late reply. I've considered adding Cylent-Nite Dadsuki for a while. The biggest issue is that he doesn't have a chibi for the character selector. But by now he wouldn't be alone with that. And sorry, but I don't think the other ones are good enough. I can make you some private content packs for the desktop version if you want them, but I don't think I'll make public packs of those. The FeMC is actually quite good, but doesn't fit in that well

VauntFremontTocsin commented 7 months ago

Then I guess as a minor update, a guide like "how to add your own private content packs" or something idk.

tl;dr "How to make load your own personal sprite packs"

That way i can bypass errors like these

Untitled-3 Untitled-5 Untitled-6

Heres Cylent-Nite Dadsuki Chibi

edave64 commented 7 months ago

For the first set of errors, the custom_sprite folder is only for images. It should not ever contain a repo.json or index.json.

For the second your repo.json seems to be an html file, not a json file. If the file has a lot of words in angled brackets, like this: <html> or <div>, that's probably an html file. JSON files are have a lot more curly braces ({ and }) and double-quotes.

A valid repo json should look similar to this: https://raw.githubusercontent.com/edave64/Doki-Doki-Dialog-Generator-Packs/gh-pages/packs/sprites/reginald.fat_dongle_dog.edave64/repo.json

A valid index json for a sprite pack looks something like this: https://raw.githubusercontent.com/edave64/Doki-Doki-Dialog-Generator-Packs/gh-pages/packs/sprites/reginald.fat_dongle_dog.edave64/index.json

I suggest using VS Code (https://code.visualstudio.com) to edit these json files, as it will show you with red underlines if there are errors in your JSON syntax.

VauntFremontTocsin commented 7 months ago

repo.json index.json here are my remakes of the index/repo.json files

also i linked the Cylent-Nite Dadsuki chibi in the previous comment

edave64 commented 7 months ago

index.json

repo.json