Skip to content
ShadowMario edited this page Jan 7, 2024 · 23 revisions

Welcome to the Psych Engine Official Wiki!

Frequently Asked Questions

Q: "I'm trying to compile the game, but it keeps failing!"

A: Try changing the version of your libraries/downloading an older version of Haxe, click here to see versions that are confirmed to work.

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 my 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

EX:

Main Credits
Shadow Mario::shadowmario::Main Programmer of Psych Engine::https://ko-fi.com/shadowmario::FFDD33
BBPanzu::bb-panzu::Assistant Programmer of Psych Engine::https://twitter.com/bbsub3::FFDD33

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

A: Copy this text and paste it in YourModFolder/data/achievements.json You can drop your achievement images in YourModFolder/images/achievements/, be sure to read the readme file inside it if you extracted the Mod Template zip.

Note: This is not implemented on public versions of Psych Engine yet, only on the experimental branch.

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

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

Note: This is not implemented on public versions of Psych Engine yet, only on the experimental branch.

TEXTURE ATLAS HELP:

Read about it at the bottom of this page.