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

3.20 star(s) 5 Votes

James___Jack

New Member
Dec 29, 2021
2
6
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
 

Paitryn

Well-Known Member
Mar 10, 2017
1,574
2,188
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.
 
3.20 star(s) 5 Votes