Ren'Py Fiery Passions [v0.3 Beta] [HotGameDev]

3.20 star(s) 5 Votes

James___Jack

New Member
Dec 29, 2021
2
9
Why can't i rollback the dialogue?
Create a file named rollback.py in the ./game folder and insert this snippet of code in it, save and restart the game

Python:
init 999 python:
    renpy.config.rollback_enabled = True
    renpy.config.hard_rollback_limit = 256
    renpy.config.rollback_length = 256
    def unren_noblock( *args, **kwargs ):
        return
    renpy.block_rollback = unren_noblock
    try:
        config.keymap['rollback'] = [ 'K_PAGEUP', 'repeat_K_PAGEUP', 'K_AC_BACK', 'mouseddown_4' ]
    except:
        pass
 
  • Like
Reactions: Lunarius

Paitryn

Well-Known Member
Mar 10, 2017
1,592
2,239
Too little content for an AI generated artwork with long updates.
people should be using this sentiment for any game made with Honey select or koikatsu. dont know why AI CG is suddenly the problem child.

Most people's issue in making the game is the coding not the images.
 
  • Like
Reactions: Lunarius

ancotor69

Newbie
Dec 27, 2023
44
49
NOPE
When you click the download link a popup opens.
In this popup, just above where the price is written there's a text saying: No thanks, just take me to the upload
Click that and you'll have the game for free!
It redirects you to Patreon and there you can only download it if you are a member.
 
3.20 star(s) 5 Votes