Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Nervermind, I can't start a new game and if I edit a single thing in my save file the save doesn't load. Even going back to the previous save doesn't help. So I'm back to playing version 17.

Try clicking the "clear cache" button in the options before loading your save file, that could help

it doesn’t, but I found a temporary fix. If I do any sprite changes while playing 17 I can then update to 18 and play. Just can’t change any sprites after that, which isn’t that big of a deal. That’ll do for now!

(1 edit)

That's really weird. Here's a few things to check:

1. Try adding an ignore.json file to your mod with this:

{
"Ignore_Idol_Portraits": true,
"Ignore_Files": []
}

This way you make sure that the game only uses sprites from your mod folder.

You can download the example mod from here to check how it should look like: https://sadambober.itch.io/idol-manager-editor

2. Make sure you're only changing files in your mod folder, not *game*\IM_Data\StreamingAssets\Textures\IdolPortraits

 

Deleted 4 years ago
(1 edit)

I finally looked into this and... sure enough I had done exactly what I shouldn't have, which is place my custom sprites in the game folder and not the mod folder. I actually hadn't even created a mod... which I just learned how to do!

Everything is working fine now. Thank you so much!