Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(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!