Skip to content
Homura edited this page Mar 19, 2026 · 31 revisions

Welcome to the Shadow Engine Official Wiki!

Frequently Asked Questions

Q: "I'm using the Downloaded Build, the Engine can't find an specific file!"

A: Make sure you've put the file inside mods/, not assets/

Q: "How do I make a Custom Character?"

A: Read this.

Q: "Where do I save Menu Characters? Where do I save Weeks?"

A: Read about it here.

Q: "Where do I save Dialogue Portraits? Where do I save our custom Dialogue? And how do I make the dialogue play on a Song??"

A: Read about it here.

Q: "How can I create a Custom Event?"

A: Read this.

Q: "How can I create a Custom Credits?"

A: Create a credits.txt and put it in the mods/data/ or mods/My-Mod/data folder, each line should look like this

name::iconname::description::link::colorHex

For a title, just have the name

Example:

Main Credits
Homura::homura::Main Programmer and Author of Shadow Engine::https://www.youtube.com/@HomuHomu833::FFFFFF
Karim Akra::karim::Lead Programmer and Co-Owner of Shadow Engine::https://www.youtube.com/@Karim-Akra::FFFFFF

Q: "How can I add Custom Achievements/Awards?"

A: You simply don't, it's removed from the Engine.

Q: "How can I add Settings to my Mod?"

A: Copy this text and paste it in YourModFolder/data/settings.json

TEXTURE ATLAS HELP:

Read about it at this page.