How to totally disable roll back? solved

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
juliaa
Regular
Posts: 26
Joined: Fri Sep 16, 2016 7:10 pm
Contact:

How to totally disable roll back? solved

#1 Post by juliaa »

I did a forum search and found this topic

viewtopic.php?f=8&t=41250

Pytom said not to use

Code: Select all

$ config.rollback_enabled = False
while the game was running and something about python.

So I place at the top of my script.rpy file

Code: Select all

python:
      $ config.rollback_enabled = False
that did not work

Code: Select all

init python:
           $ config.rollback_enabled = False
did not work

Code: Select all

define config.rollback_enabled = false
Did not work. I keep getting script error.

I do not understand how to use that statement.
Can someone please point me in the right direction
Last edited by juliaa on Mon Dec 05, 2016 11:13 pm, edited 1 time in total.

User avatar
Donmai
Eileen-Class Veteran
Posts: 1960
Joined: Sun Jun 10, 2012 1:45 am
Completed: Toire No Hanako, Li'l Red [NaNoRenO 2013], The One in LOVE [NaNoRenO 2014], Running Blade [NaNoRenO 2016], The Other Question, To The Girl With Sunflowers
Projects: Slumberland
Location: Brazil
Contact:

Re: How to totally disable roll back?

#2 Post by Donmai »

You didn't say what "script error" you got.
Image
No, sorry! You must be mistaking me for someone else.
TOIRE NO HANAKO (A Story About Fear)

juliaa
Regular
Posts: 26
Joined: Fri Sep 16, 2016 7:10 pm
Contact:

Re: How to totally disable roll back?

#3 Post by juliaa »

Never mind.
I realized that it was the

Code: Select all

$
casing the error.

Code: Select all

init python:
  config.rollback_enabled = False
That worked.

Post Reply

Who is online

Users browsing this forum: Google [Bot]