Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Kopeerde

3
Posts
2
Following
A member registered Sep 13, 2018

Recent community posts

(2 edits)

Yup, the issue is fixed now, i just wanted to write it in case someone (like me) isn't in the discord server (or anything else .....) and want to fix quickly themselves ^^'.
And yeah i knew it would be quickly fixed since it was a pretty obvious one ^^'.
Anyway never used ren'py and had fun digging through the code to find the fix myself ^^'.

It's written at the end of the devlog :

> Oh, also, Android build coming tomorrow, and iOS build coming soon =V


What you downloaded was the windows version and the apple version and obviously none of them would have run on android ^^'.

(1 edit)

/ ! \ Fixed in the latest build, go grab it instead.


I haven't dived in the new update but when i checked the fanart gallery, some pictures wouldn't load and gave me the following message "image fanart <name> not found.".
So i looked a bit in the code and in the file game/imageDefines.rpy added theses lines (462~465) :

image fanart IsaacDrizzle = im.Scale("bg/fanart/IsaacDrizzle.webp", 1920, 1080)

    image fanart IsaacNexiNexal = im.Scale("bg/fanart/IsaacNexiNexal.webp", 1920, 1080)

    image fanart IsaacWen = im.Scale("bg/fanart/IsaacWen.webp", 1920, 1080)

    image fanart IsaacTempest = im.Scale("bg/fanart/IsaacTempest.webp", 1920, 1080)

    image fanart IsaacSabre = im.Scale("bg/fanart/IsaacSabre.webp", 1920, 1080)


Don't know if i messed up somewhere or if these lines are really missing but in case someone have the same issue, there you have the fix.