- Nov 17, 2019
- 252
- 104
Yep. I was right. and it's so easily avoidable.Figured I would try the last option at least once. So here is Tomo Yamanobe. It's not a great pack because of the lack of real sex scenes. The series, Seikon no Qwaser, is breast-centric and nice to those who appreciate the tag 'lactation'. But it's what I could do in a couple days.
You must be registered to see the links
I may then look at the tag tool. It /almost/ works in Linux. File paths are the problem here. '/' instead of hard coded '\'.
O
double_slash = '\\'
if renpy.linux:
double_slash = '//'
And fix the half dozen hard coded uses..
...
grep -in '\\\\' *.rpy
script.rpy:113: import_result = persistent.girl + "\\packStateFile.txt contained " + str(counterImageStates) + " renames.\n"
script.rpy:179: self.path = "images\\" + dir
script.rpy:354: update_change_log(self.girl_path + "\\", self.file_name, self.new_name)
script.rpy:397: update_change_log(self.girl_path + "\\", self.file_name, self.new_name)
script.rpy:404: update_change_log(self.girl_path + "\\", self.file_name, self.new_name)
script.rpy:460: persistent.change_log.pop(self.girl_path + "\\" + self.file_name, None)
script.rpy:672: file_parts = new.split("\\")
script.rpy:674: _new = "\\".join(file_parts)
script.rpy:948: bk "{b}No girl folders have been found.{/b}\nTo get started, put the girl folders you want to edit inside the 'game\\images' folder."
script.rpy:950: "{b}WARNING{b}" "When you commit to your changes, original files will be renamed. You might want to keep a copy of your old girl folders outside the 'game\\images' folder for safety."
Last edited: