*Facepalm* Goes to show how much I know about renpy games then.. I've read you had to decompile/extract resources and never really looked at the directories - LOL
Well, that
can be the case with a lot of Ren'py games, yes. Ren'py gives you, as the developer, the option to "package" everything into a "closed" distribution that has the images, game code, etc. packed into binary archives so that users can't just directly view all of the images without having to play the game, or go in and hack/modify the code to bypass the "boring parts", and so on.
BSC isn't compiled that way, though. Once you unzip and install it, all of the pieces are right there in the subdirectories. The only exception is the Android build(*), which
does come as a "packed" APK file, and that's mostly because Android requires it.
Now that I know I can see that there's seems to some pics that seem to be 'rough drafts' of scenes - such as 'event dressing room caught'.
Maybe the artists on here could perhaps look at these & perhaps tidy them up to help out ?
There's already a couple of images that are going to get swapped out for improved versions from itsonlyme in the next release.
(* Speaking of Android, I have good news on that front. I
finally figured out why I couldn't get the previous Android builds to compile and run correctly. It's one of those stupid little things that seems obvious in hindsight but, thanks to sloppy documentation and stale "how-to" guides that no one ever updates or maintains
, was buried deep in some obscure section of one of the game's configuration-and-startup files. SO — when v0.3.5 drops, there
will be an Android release at the same time as the PC and Mac releases, for once!
)