Disabling all transitions? Or just specific?
Or do you just mean the "skip" -> Transition settings?
Or do you want all of the "Skip" settings to be set to something?
Do you want the options reenabled in the menu itself? What is it?
hmmm well whatever, here are the 3 lines of code, either put them in a seperate file each and only copy the setting you want into the game folder, or create a single file with all 3 settings inside.
Code:
# Skips unseen text
default preferences.skip_unseen = True
# 0 = skips all transitions, 1 = reserved for unknown, 2 = show all transitions
default preferences.transitions = 0
# resumes skipping after choices (if auto skipping was enabled "Tab")
default preferences.skip_after_choices = True
you could also modify the unren.bat to include these settings in it (Do it on your own risk or ask Sam if he'd implement the feature
)