Mod Ren'Py Fashion Business - Gallery Mod [Ep. 3 v6][scrappy]

5.00 star(s) 3 Votes

Behemoth19

Member
Apr 18, 2018
160
169
It works fine (y)
Python:
    def check_achievement(str):
        if achievements_labels.has_key(str):
            achLabel = achievements_labels[str]
            if persistent.achievements.has_key(achLabel) == False:
                persistent.achievements[achLabel] = True
#                renpy.save_persistent()
                print "Achievement reached!"
            return True
        return False

    def get_achievement(achLabel):
        if persistent.achievements.has_key(achLabel) and persistent.achievements[achLabel] == True:
            return True
        return False
TO
Python:
    def check_achievement(str):
        if achievements_labels.has_key(str):
            achLabel = achievements_labels[str]
            if persistent.achievements.has_key(achLabel) == False:
                persistent.achievements[achLabel] = True
#                renpy.save_persistent()
                print "Achievement reached!"
            return True
        return True

    def get_achievement(achLabel):
        if persistent.achievements.has_key(achLabel) and persistent.achievements[achLabel] == True:
            return True
        return True
False ==>True
ok so ,aparently it does work, i mean it unlocks the gallery but i cant see anything new. its the same gallery from 0.7. am i missing someting ?
 
  • Like
Reactions: Grimlock18

njfl

New Member
Aug 4, 2017
7
0
I got it to work on the older version, but I used the code to update to v9 and redid this process to unlock the galleries ourselves that is shared above. I can see the image for the new scenes, but they won't let me click them to play the new scenes, any ideas?
 

Jonsnuu

Newbie
Sep 13, 2017
27
98
why do I keep getting notifications from this post still lol. Guys he's not going to update this mod.

Why?

because there's already a person releasing gallery updates. If you go to the fashion business post and tap on "gallery mod" on the "extras" section. It takes you to a post from a user named "Niv-Mizzet the Firemind"

You have to wait for that person to update the file "nm_gallery_viewer.zip"
 

sttrt52

Member
Aug 9, 2019
178
271
why do I keep getting notifications from this post still lol. Guys he's not going to update this mod.

Why?

because there's already a person releasing gallery updates. If you go to the fashion business post and tap on "gallery mod" on the "extras" section. It takes you to a post from a user named "Niv-Mizzet the Firemind"

You have to wait for that person to update the file "nm_gallery_viewer.zip"
Unfortunately some scenes there unplayable and i liked scrappy mod better :(

https://f95zone.to/threads/fashion-business-gallery-mod-ep-3-v6-scrappy.33831/page-22#post-6880943
 
  • Red Heart
Reactions: Seyhtan31
5.00 star(s) 3 Votes