iccreations loved F.I.L.F. I hope this game will have lots of teasing and voyeurism with the main LI's <3
Constructive criticism are always welcome for any games. But to insult the efforts of the developers by calling their game trash is a little bit overboard mateIdk why dev is wasting time on this trash.
It would be possible, but difficult without proper preparation with the sher amount of new images, old image changes, mini game stuff and so on. the scripts themselves would of course be easy as their size is simple@iccreations
Is it possible to implement update only files for this and FILF?
Check the past. The story will actually lead you there.Maybe is dumb question,but where is icecream parlor? I need that third fragment for scratch book.
Tx,found itCheck the past. The story will actually lead you there.
@iccreations
Is it possible to implement update only files for this and FILF?
This is quit easy to do, especially with a directory structure like used by Ren`Py.It would be possible, but difficult without proper preparation ...
I'm always willing to try it out sometime. Likely for next release. Just from the top of my head, even if there was a program that seperated files/folders that were modified after a certain date would work as well.This is quit easy to do, especially with a directory structure like used by Ren`Py.
If one wants to stay with python language there is the approach based on xdelta3, diff-match-patch or pythons own stdlib filecmp module. I worked last year on such a solution based on filcmp Basically you diff two versions of the same directory structure and copy the differences then out. That is your patch content then and you c&p it on the old version. I got even a roughly working version of it but largely untested.
For example:
I used it just now on Altered Destiny v0.4 and v0.5 and got a patch size of 485,1 MiB. (Strangely he takes even some renpy files as differnet even though the renpy version the same is.) On the downside but nonetheless important: The files from the Ren`py Archives must for the comparison be unpacked and the archives removed or whole RPA files(BIG!) end up in the patch. I dont know how to make with Ren`Py then a single patch rpa from this but this should also be possible. I've seen it.
Dont know if there interest is on the script. Let me know.
The correct map is the bottom right one. Just follow that pattern to the atom and you're good. Once the scene is in, i'll add an 'ezmode' cheat option to make it trivial for those who find it too difficult.
i have the same problemMy game won't open properly, the window will only open up for about a second only showing white and then close immediately on its own any solutions to this?
My game won't open properly, the window will only open up for about a second only showing white and then close immediately on its own any solutions to this?
For me in linux the execution rights for the starter and the corresponding files in the ../lib/ dirs where not set. After i did correct it everything runs. Dont know if this in Win the same problem is.i have the same problem