picobyte

Active Member
Oct 20, 2017
639
674
d35hj1_00003_.png d35hj3_00001_.png d35hj2_00004_.png d35hj1_00004_.png d35hj4_00001_.png d35hj6_00001_.png d35m1_00001_.png d11brunch1b_00001_.png d3parkriley_00001_.png d9coffee1_00001_.png mia_o1_defb_00001_.png gianni_o1_def_00002_.png
To use in game, Backup remove archive.rpa from the game directory, then replace with the one from the .

Recreated/updated are images. there are about 1500 images in total, most were updated though not all. Some were hard to regenerate, for some the original is just fine and then I missed some because they were not tagged and recreated (were missing), when AI does not 'understands' the picture. Some have the typical AI artifacts, some fixed.

Above images were not included as such, Some of the unfixable are in untouched_remain.zip, with below, in Linux, images (rpatool) and scripts (unrpyc) can be extracted. Some of my images above have ComfyUI worksheets (for the AI generation) in the metadata.

Bash:
#!/bin/bash
cd game
find -name "*.rpa" -exec /path/to/rpatool -x '{}' \;
find -name "*.rpyc" | while read f; do [ -e "${f%c}" ] || { echo "$f"; /path/to/unrpyc.py "$f";}; done
 
Last edited:

kialera

Member
Jun 1, 2021
142
160
Great !! So maybe he's just busy !
Hope he makes comeback with updates and/or new stuff
Just to elaborate a little: the dev didn't post on the discord himself, but the people there found out that to keep Patreon billing paused you must do it each month separately, so he's at least logging in to do it, since the billing is still paused. It's not much, but at least we know he's not dead.
 
  • Like
Reactions: Riva
4.30 star(s) 54 Votes