TinFoilHat19
Active Member
- Dec 17, 2020
- 607
- 195
My thought was "Not Safe for Vegans!"- Added six new NSFV images (Three scenes with variations)
Not Safe for Viewing?
sadly only twoAre they animations? The description is vague.
Been trying to find it myself, where did you manage this? Played through the game twice and still missing tons of sceens.Well that was pretty easy to unlock the full gallery with notepad++...
If anyone is interested to know how to unlock it, write me!
You must use notepad++ or anything like this application, then open this file: 00gallery.rpy (witchhunter main folder->renpy->common).Been trying to find it myself, where did you manage this? Played through the game twice and still missing tons of sceens.
Unfortunately this doesn't seem to be working for me, not too sure whyYou must use notepad++ or anything like this application, then open this file: 00gallery.rpy (witchhunter main folder->renpy->common).
You must change False to True, scroll down until you are at the line 117, change it, then save it, after this the gallery will be
unlocked next time you launch the game.
sorry I dont get what you mean by this perhaps an example for the fix of the indentation?Unfortunately this doesn't seem to be working for me, not too sure why
Edit: For anyone else that's stuck. I changed both Line 117 and Line 123 to True. Now it works for me
Edit2: Also, delete lines 588 to 591, and fix the indenting of:
for d in displayables:
add d
to be in line with the "if gallery.slideshow:"
Can't complain about that, i'd smash them too.Why on earth did he add fucking wakfu characters when we're all waiting for Will to get her content?
changing both line 117 and 123 to "return True" worked for me.sorry I dont get what you mean by this perhaps an example for the fix of the indentation?
class __GalleryButton(object):
def __init__(self, gallery, index):
self.gallery = gallery
self.images = [ ]
self.conditions = [ ]
self.index = index
def check_unlock(self):
for i in self.conditions:
if not i.check(True):
return True
for i in self.images:
if i.check_unlock(False):
return True
return True
I mean yeah I love wakfu characters but for god's sake xDCan't complain about that, i'd smash them too.
thank you very muchwell if it is broken and unplayable you can always access the full gallery since they is a gallery in the game and "renpy"
who doesn't know this yet
go to "renpy" folder look for "common" folder then scroll down to "00gallery.rpy" open it with notepad press ctrl+f and type "if not i.check" in the phrase
if not i.check(all_prior):
return False
change "return False" to "return True"
True "T" must be capital
save notepad then quit
rerun the game and there you have it full gallery.