colobancuz

Member
Aug 11, 2019
420
1,003
yep, that's the extra hoops I'm talking about, gotta close the game, enable console, then open the game again and then i have to type that into it

it coulda been two clicks, but dev decided to make an intentional qol downgrade
Well, I turn on the console in every game, just in case. Every developer has their own vision of how the user should play. Thank God there are no hard pauses at every step, no disabled rollback or saves like in some games.
 

jpsimon

Overachiever
Donor
Apr 3, 2017
585
2,068
Regarding the above posts...

Keep this file on hand, and copy/paste it to the 'game' folder when you download a new renpy game to cover all that stuff before you even see it. There's some things, like the rollback limit, that are always in place so setting it to 9999 (effectively unlimited) helps a bit with all games. This one also has the transitions configs and forces the quick menu to always be shown, which UnRen doesn't add. Luxee's 'Parental Love' game had the quick menu hidden, for example. Not sure why. At any rate, it saves you from having to fiddle with the console on the fly.

This is the code. Same as the attached file.
Code:
init 998 python:
    # Developer Console
    config.developer = True
    config.console = True

    # Allow Skip
    _preferences.skip_unseen = True
    renpy.game.preferences.skip_unseen = False
    renpy.config.allow_skipping = True
    renpy.config.fast_skipping = True

    # Skip Transitions
    _preferences.transitions = 0
    renpy.config.default_transitions = False

    # Rollback
    renpy.config.rollback_enabled = True
    renpy.config.hard_rollback_limit = 9999
    renpy.config.rollback_length = 9999
    def unren_noblock( *args, **kwargs ):
        return
    renpy.block_rollback = unren_noblock
    try:
        config.keymap['rollback'] = [ 'K_PAGEUP', 'repeat_K_PAGEUP', 'K_AC_BACK', 'mousedown_4' ]
    except:
        pass

    # Quick Save / Quick Load
    try:
        config.underlay[0].keymap['quickSave'] = QuickSave()
        config.keymap['quickSave'] = 'K_F5'
        config.underlay[0].keymap['quickLoad'] = QuickLoad()
        config.keymap['quickLoad'] = 'K_F9'
    except:
        pass

    # Quick Menu Always Shown
    config.overlay_screens.append("quick_menu")

# Redefine quick_menu screen to ensure it’s always visible
screen quick_menu():
    zorder 100
    if quick_menu:  # Only show if quick_menu variable is True
        hbox:
            style_prefix "quick"
            xalign 0.5
            yalign 1.0
            textbutton _("Back") action Rollback()
            textbutton _("History") action ShowMenu("history")
            textbutton _("Skip") action Skip() alternate Skip(fast=True, confirm=True)
            textbutton _("Auto") action Preference("auto-forward", "toggle")
            textbutton _("Save") action ShowMenu("save")
            textbutton _("Q.Save") action QuickSave()
            textbutton _("Q.Load") action QuickLoad()
            textbutton _("Prefs") action ShowMenu("preferences")
(edit: wrong file. fixed.)
 
Last edited:

azrael-

New Member
Jan 1, 2018
5
2
I've recently downloaded the 0.08 update. I did read there wasn't much in it, but it seems to me there's nothing in it. Should add, that I've chosen to skip Nea stuff since trans content isn't my thing.
 
  • Like
Reactions: Whosbeenfappin

Rutonat

Well-Known Member
Sep 28, 2020
1,828
3,939
I mean she is the main LI and has the most content...
Having the most content in the current version doesn't mean anything, given how Luxee works. Look at the current data tracker : are you gonna start saying Heather is the main LI if she keep getting more scenes ?
That train of logicholds as much water as a broken bottle.

And the fact that people keep using it as an argument to say Nea is the main LI/main heroine in a halfway complain-y manner is getting old.

We have no clue who's supposed to be with the MC during the intro, and that's by design. Given Luxee's previous game, there's a high likelyhood that it'll end in a harem fashion.
 
  • Like
Reactions: Whosbeenfappin

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
27,313
240,743
Apartment #69 [v0.09] [Luxee]

Win//Linux:


Mac:


CHANGELOG:

  • Added 14 new scenes (11 Heather - 2 Nea - Alicia)
  • Added progressible interactions*
  • Added replay gallery
  • Added 4 more angles to the portraits in CIP
  • Added heights to CIP
  • Changed several UI elements
  • Fixed several bugs
  • Fixed S&Y CIP names from "Kiymi" (thanks M. Takagi)
  • *IMPORTANT: How to access interactions:
    Go to Old home. Inside Evelyn's room. There is a new button you can click on top of Evelyn.
 
Last edited:

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
27,313
240,743
Apartment #69 [v0.09] [Luxee]

NOTE: Incest patch is included, but it is NOT applied!

COMPRESSED:

Win/Linux:
- - -

Mac:
- - -
 
Last edited:

Saint Blackmoor

Saint and Sinner
Donor
Oct 26, 2017
6,310
19,225
7 years 5000 renders :censored:
Black Orchid joins; Sep 3, 2022
2 years 8 months 4 days and many negative comments. :censored:

I go with the guy who's actually doing something worthwhile. Hint: not you.

==================

THX 4 the update. (y)
I've always like one of the core themes in the game. Acceptance and helping others.;)
 
Last edited:

C.M.Cas

Dungeon Master
Game Developer
Mar 18, 2018
767
1,483
You’ve got to be kidding me! I was just talking about this game yesterday, about how I got inspired by Nea to create the femboy character in my game. It’s fate. Let’s play!
 

Black Orchid

Member
Sep 3, 2022
427
1,259
Black Orchid joins; Sep 3, 2022
2 years 8 months 4 days and many negative comments. :censored:

I go with the guy who's actually doing something worthwhile. Hint: not you.

==================

THX 4 the update. (y)
I've always like one of the core themes in the game. Acceptance and helping others.;)
the fact that you took my comment as negative is actually very telling on how you really feel about the development. ;)
 
  • Like
Reactions: AJBit

Saint Blackmoor

Saint and Sinner
Donor
Oct 26, 2017
6,310
19,225
Does luxee dick in your mouth taste good??
I don't know the guy. But if you'd like to taste his dick you should ask him. ;)


==================
For me, this game is pure Luxee, pushing boundaries at its finest. The way it is done is so authentic that I wouldn't have it any other way.
 
Last edited:

Saint Blackmoor

Saint and Sinner
Donor
Oct 26, 2017
6,310
19,225
the fact that you took my comment as negative is actually very telling on how you really feel about the development. ;)
Your comment makes no sense whatsoever. :LOL:

So, what did you mean with your comment? Clarify for us.

Also, you saw my comment in the same post, right? I doubt anyone would see that as negative.

You're just backpedaling now, and Son's took your comment the same as I did.

===================
My favorite is Nea. She is a really cool character with whom you can get along just as friends.
I've like the art from the start.
 
Last edited:
  • Like
Reactions: BloodyPinkPanties
4.00 star(s) 73 Votes