I am trying to get custom images working, for some reason it refuses to load custom images even if i just copy some from scw folders and change prefix
I am getting this in the log :
Code:
Read 46 local string files
IndexOutOfRangeException: Index was outside the bounds of the array.
at CharImages.create_image_db () [0x000ca] in <b8aa3fb009ea42ab825171e080d1e931>:0
at CharImages..ctor (System.String images_dir) [0x000ba] in <b8aa3fb009ea42ab825171e080d1e931>:0
at Game.load_data_files () [0x0021a] in <b8aa3fb009ea42ab825171e080d1e931>:0
at Game.Start () [0x00480] in <b8aa3fb009ea42ab825171e080d1e931>:0
I had same when i forgot to resize and then managed to remove transparency while doing that on that dumb windows system.
But i went back to linux and fixed that with imagemagic.
I am sure it used to work but since i expanded the pack it refuses to load, do i miss something like resolution or metadata ?
I have attached one set which used to work. Or maybe I have converted it again and now it doesnt. Also why is it 512x800 this leads to funny image size in SD esp when using SDXL checkpoint where i need to resize and crop those. The size isnt the issue but aspect ratio.
Also it would be cool to add optional z for acts so specific images could be made and loaded.