Manuya and Taikh just go in the game folder then open the script.rpy with any text program (notepad++ or other) go to line 472 and remove the brackets -> save and enjoy
Before :
#customize name
$ p_name = renpy.input ("Before we begin, what is your name? [Default: Tony]", "", length=16,)
After :
#customize name
$ p_name = renpy.input ("Before we begin, what is your name? Default: Tony", "", length=16,)
And now the spicy mod should work with the old 1-10 chapter (except if there is more errors after)
Before :
#customize name
$ p_name = renpy.input ("Before we begin, what is your name? [Default: Tony]", "", length=16,)
After :
#customize name
$ p_name = renpy.input ("Before we begin, what is your name? Default: Tony", "", length=16,)
And now the spicy mod should work with the old 1-10 chapter (except if there is more errors after)