Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

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!