Palim palim

Newbie
Nov 3, 2020
78
121
144
Its a bit older but put this in a Textfile you rename to
Lose Mainfolder\game\bg\flowershop\flowershop.rpy
Code:
init -2 python:
    Room(**{
        "name":"flowershop",
        "exits": ["mall","bakery","bookstore","clothesshop","publicpool","arcade","jewelrystore","coffeeshop","electronic"],
        "alternate_exits": ["mall"],
        "hours": (9,18),
        "days": "1234567",
        "display_name": "Flower Shop",
        "buy": [
            Consumable("+ Good Stuff", money_cost = 15, effects = [("grooming",3),("energy",3),("hunger",3),("fun",3)]),
            Consumable("+ Bad Stuff", money_cost = 15, effects = [("grooming",-2),("energy",-2),("hunger",-2),("fun",-2)]),
            Consumable("+ Medicine", money_cost = 50, label=["cured"]),
            Gift("- Red Stuff", money_cost = 30, love_bonus = 50),
            Gift("- White Stuff", money_cost = 30, sub_bonus = 50, love_bonus = 10),
            Gift("- Black Stuff", money_cost = 30, sub_bonus = -50, love_bonus = 10),
            Gift("- Pink Stuff", money_cost = 30,  les_bonus = 50, love_bonus = 10),
            Gift("- Blue Stuff", money_cost = 30, les_bonus = -50, love_bonus = 10),
            Consumable("Morgans glitter", money_cost = 100, label=["morgans_glitter"]),
            Consumable("xONCEx Superbox", money_cost = 100, label=["Superbox"]),
            Gift("flowers",money_cost=50,label="flowers",love_bonus=1, limit=50, bonus_traits=["artsy"]),
            Gift("lots of flowers",money_cost=100,label="flowers",love_bonus=2, limit=50, bonus_traits=["princess", "artsy"])
            ],
        "music": "music/roa_music/walk_around.ogg",
        "outfit":"casual"
        })

    Activity(**{
        "name": "flowershop_shop",
        "duration": 0,
        "display_name": "Shop",
        "icon":"shop",
        "game_conditions": {"room":["flowershop"]},
        "label": ["flowershop_shop"]
        })

label flowershop_shop:
    python:
        hero.shop(ROOMS["flowershop"].buy)
    return
label Superbox:
    python:
# <--- This makes a row a comment.  Place it at line start to deaktivate
        hero.money+=15000
#        hero.money+=500000
        hero.gain_skill("cooking")
        hero.gain_skill("massage")
        hero.gain_skill("guitar")
        hero.gain_skill("martial_arts")
        hero.gain_skill("golf")
        hero.gain_skill("dance")
        hero.gain_skill("shooting")
        hero.gain_skill("video_games")
        hero.gain_skill("work")
        hero.gain_skill("iron_stomach")
        hero.gain_skill("luck")
        hero.knowledge += 60
        hero.charm += 60
        hero.fitness += 60
        aletta.set_flag("pill",True)
        aletta.set_flag("unpilled",False)
        alexis.set_flag("pill",True)
        alexis.set_flag("unpilled",False)
        bree.set_flag("pill",True)
        bree.set_flag("unpilled",False)
        sasha.set_flag("pill",True)
        sasha.set_flag("unpilled",False)
        anna.set_flag("pill",True)
        anna.set_flag("unpilled",False)
        audrey.set_flag("pill",True)
        audrey.set_flag("unpilled",False)
        cassidy.set_flag("pill",True)
        cassidy.set_flag("unpilled",False)
        cherie.set_flag("pill",True)
        cherie.set_flag("unpilled",False)
        hanna.set_flag("pill",True)
        hanna.set_flag("unpilled",False)
        harmony.set_flag("pill",True)
        harmony.set_flag("unpilled",False)
        kleio.set_flag("pill",True)
        kleio.set_flag("unpilled",False)
        kylie.set_flag("pill",True)
        kylie.set_flag("unpilled",False)
        lavish.set_flag("pill",True)
        lavish.set_flag("unpilled",False)
        lexi.set_flag("pill",True)
        lexi.set_flag("unpilled",False)
        morgan.set_flag("pill",True)
        morgan.set_flag("unpilled",False)
        palla.set_flag("pill",True)
        palla.set_flag("unpilled",False)
        samantha.set_flag("pill",True)
        samantha.set_flag("unpilled",False)
        shiori.set_flag("pill",True)
        shiori.set_flag("unpilled",False)
    return

label morgans_glitter:
    python:
        morgan.male.val -= 10
#        hero.money+=5000
    return
The Money you get for every use of morgans glitter is just a easy way to get more money if the amount in the superbox was too less.
Use this since month for bugfree cheating, reduce the grind extreme.
 
  • Heart
Reactions: Deane9850

gnadudu

Well-Known Member
Aug 31, 2018
1,995
2,960
437
I mean, her cap is supposed to cap at 25 for the summer event, right? But mine capped at LP 20, and the progress bar is at 80%, won't go any further.
Will try to call when it's summer to see if it works, if not I'll just restart the game with normal or easy difficulty without cheat, thanks
Hmm, looked at the code, at 10LP you've to meet her in the city and choose the "Defend her" option (which requires at least 20 charm points to show up) to get her to 20LP which are necessary for the beach date... (I guess if you've chosen "Do Nothing" there her story is over...)

Edit: I think now I get it, there was a bug in 20.10.2 which only gave 15LP during her second event, but that was fixed in 20.10.3...
 
Last edited:

HeavenKim

Member
Oct 2, 2018
298
293
234
Hmm, looked at the code, at 10LP you've to meet her in the city and choose the "Defend her" option (which requires at least 20 charm points to show up) to get her to 20LP which are necessary for the beach date... (I guess if you've chosen "Do Nothing" there her story is over...)

Edit: I think now I get it, there was a bug in 20.10.2 which only gave 15LP during her second event, but that was fixed in 20.10.3...
Ah, ok, A fresh start it is then :ROFLMAO: :ROFLMAO:
Thanks again
 

sach227

New Member
Jan 23, 2018
1
1
57
My game keep going from 60fps to 0.5 every 3 seconds even if I'm on performance mod. Do I have to burn my good ol' laptop to buy a good one just for this game or do I have another choice ?
 
  • Like
Reactions: XoticRealmZ

XoticRealmZ

Newbie
Sep 26, 2019
92
98
256
My game keep going from 60fps to 0.5 every 3 seconds even if I'm on performance mod. Do I have to burn my good ol' laptop to buy a good one just for this game or do I have another choice ?
Same here, Neither the original nor compressed version solves the lag...
 

Cartageno

Devoted Member
Dec 1, 2019
8,920
15,061
876
We don't know what causes it, for some people it runs fine on toasters for others you can have a space shuttle and lag...
Didn't the Space Shuttles explicitly use technically outdated systems because all the (metaphorical) nooks and crannies were known and you could be sure what would happen without having to worry about that new chip?

But yeah, my old computer runs some games pretty smoothly and others lag like hell, while my - more modern but less powerful - laptop is just the other way round. So I get what you mean. Just wanted to tell some trivia. ;)
 

Burt

Ignoring Social Media
Dec 14, 2016
1,318
1,030
442
Didn't the Space Shuttles explicitly use technically outdated systems because all the (metaphorical) nooks and crannies were known and you could be sure what would happen without having to worry about that new chip?

But yeah, my old computer runs some games pretty smoothly and others lag like hell, while my - more modern but less powerful - laptop is just the other way round. So I get what you mean. Just wanted to tell some trivia. ;)
They did yes in fact I sold about 50@8086 chips to NASA back in the day for an enormous profit
I still have a working 8086 :) computer in my study alongside my AMD / Nvidia rig
 
  • Like
Reactions: StJesuz

DrFree

Well-Known Member
Apr 23, 2019
1,313
1,750
351
So I am working with saveeditonline.com to try and make Hanna and Kleio unpregnant because, well, Kleio was supposedly on the pill but I guess she really wasn't.
This is the part that screws me up: " COUNTERS > hanna > pregnant:(6)" and "COUNTERS > kleio > pregnant:(6)"
Even if I set the value to 0, it will keep counting and they will tell me they are pregnant anyway. Is there any way I can just delete that line of command altogether?
The editor lets me control the value, yes, but not to completely delete it.
 
  • Like
Reactions: Xincarnation

DrFree

Well-Known Member
Apr 23, 2019
1,313
1,750
351
How to trigger Kylie and Ayesha scene? You just flirt with Ayesha at the gym when Kylie is there right? Or does it have to be the jealous event?

"IMPORTANT: *The LP condition is necessary because you have to trigger Kylies event when you talk to Ayesha! Otherwise you won't be able to trigger the harem anymore."
 

brody990

Member
Jun 11, 2017
253
310
266
So I am working with saveeditonline.com to try and make Hanna and Kleio unpregnant because, well, Kleio was supposedly on the pill but I guess she really wasn't.
This is the part that screws me up: " COUNTERS > hanna > pregnant:(6)" and "COUNTERS > kleio > pregnant:(6)"
Even if I set the value to 0, it will keep counting and they will tell me they are pregnant anyway. Is there any way I can just delete that line of command altogether?
The editor lets me control the value, yes, but not to completely delete it.

there's cheats on the first post that lets you unpreg someone, don't need to save edit.
 
  • Like
Reactions: Xincarnation
3.60 star(s) 321 Votes