not seeing the whole text line irritates me a lot, could you maybe set the cps to infinity when a speed of 10 is selected? replacing the function in init.rpy with somthing like this should work
def textSpeed(speed):
if speed<7:
preferences.text_cps = speed*5
elif speed==10:
preferences.text_cps = 0
else:
preferences.text_cps = speed*15bonus: handful of typos (line numbers vaid for the paid version here on itch)
storyParts/nightEventRoommate.rpy:202: definetly->definitely
storyParts/lindaStory6.rpy:431: embarrased->embarrassed
customScreens/newPhone.rpy:493: embarrasing->embarrassing
storyParts/prologue.rpy:4093: everyting->everything
storyParts/fairyStory3.rpy:11, storyParts/prologue.rpy:734, storyParts/twinsStory2.rpy:414: familliar->familiar
storyParts/margaretStory3.rpy:278: mariage->marriage
storyParts/julietStory2.rpy:1105: nontheless->nonetheless
storyParts/margaretStory5.rpy:1215: palce->place
storyParts/prologue.rpy:3961: recieve->receive
storyParts/julietStory2.rpy:917: sandwhich->sandwich
storyParts/margaretStory3.rpy:239: seperate->separate
storyParts/landLadyStory5.rpy:311, storyParts/teacherStory10.rpy:219: similiar->similar
storyParts/prologue2.rpy:197: suprised->surprised
storyParts/lindaStory1.rpy:233: wih->with