CMPunk434
Member
- Nov 12, 2019
- 231
- 57
Will the animation button be available? Or isn't it necessary anymore?They are already in the animation code is bugged it seems
Will the animation button be available? Or isn't it necessary anymore?They are already in the animation code is bugged it seems
You need to code but cant put it inWill the animation button be available? Or isn't it necessary anymore?
As I understand it, the gallery here is tied to saves and cannot be opened with universal unlockers.Well now that we have replay gallery, any unlocker? tried an old Universal Unlocker I've used in the past with most other games but doesnt seem to work for this one sadly.
Bro rollback length/limit of 9999? Not all of us are running a 64gb ram rig (my 2017 laptop would probably burn a hole in the table if I tried running some of these games with those kinds of numbers (although, to be fair, that would mostly be attributed to ren'py sucking ass at playing videos))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.
(edit: wrong file. fixed.)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")
Btw, the whole put in a pass code to view animations thing is ridiculous. The animations will play if the right variable is set to True, so just set the vars persistent.animations_v01 through persistent.animations_v09 to True via the console and you'll be all good.You need to code but cant put it in
I love this. Now to change it for how I like it. Turn off all music, Turn off quick menu would be my two things. I am not sure what transitions do (Ill have to RTFM).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.
(edit: wrong file. fixed.)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")
does anyone have the link to the Uncensor Patch:You must be registered to see the linksthat is not on MEGA
MEGA keeps stopping at 700+ mb
tried with 3 browsers & the same thing, stall, stall, stall mega sucks big dik.
thx
It highly varies. Mainly on Luxee's mental state.Okkk! Guys, the question is : What's the rate in the updates from now on ?
Cause i loved PL and A69 in the beginning, PL is saved on an external support for future playing time, but A69 is deleted completly from my computer cause of the sparse updates in time, will it be the same or the upades will be a little faster and frequent than it use to be ?
ok, where is this low quality compressed version these are the links from the OP ??I may be wrong, but the "Unsensor Patch" is an "incest Patch." It may have been a loli patch at some point... but with the current times...
There is a compressed incest patch in the compressed download. (see link)
https://f95zone.to/threads/apartment-69-v0-09-luxee.18630/post-16936888
The post with the compressed aren't in the OP anymore.ok, where is this low quality compressed version these are the links from the OP ??
never had so much trouble getting help to a file before.
Version 0.09 Animation code = grumpsista
Enter on the Main menu - Option at top right.
DOWNLOAD
Win/Linux:You must be registered to see the links-You must be registered to see the links- MEGA - PIXELDRAIN -You must be registered to see the links
Mac:You must be registered to see the links-You must be registered to see the links- MEGA - PIXELDRAIN -You must be registered to see the links
Android (v0.08): MEGA -You must be registered to see the links-You must be registered to see the links-You must be registered to see the links- WORKUPLOAD
Others: Bug Workaround v0.08
Uncensor Patch:You must be registered to see the links*
Extras: WALKTHROUGH MOD* - FAN SIGS
Endless thanks for the links!
*This unofficial port/version is not released by developer, download at your own risk.
You know you can just redownload games right?Okkk! Guys, the question is : What's the rate in the updates from now on ?
Cause i loved PL and A69 in the beginning, PL is saved on an external support for future playing time, but A69 is deleted completly from my computer cause of the sparse updates in time, will it be the same or the upades will be a little faster and frequent than it use to be ?
Is thisBtw, the whole put in a pass code to view animations thing is ridiculous. The animations will play if the right variable is set to True, so just set the vars persistent.animations_v01 through persistent.animations_v09 to True via the console and you'll be all good.
View attachment 4817575
If the dev decides to change the name of the variable, just look at the script for that particular episode and find the correct name of the variable.
Also, if you're like me and prefer not to see animations, just set those variables to False.
If the dev had any sense, they'd just name the animations variable the same thing throughout all episodes and put a simple toggle in the preferences menu. It'd be so much more convenient for the people reading the game.
Where can I go to edit the script, which folder would it be under?Btw, the whole put in a pass code to view animations thing is ridiculous. The animations will play if the right variable is set to True, so just set the vars persistent.animations_v01 through persistent.animations_v09 to True via the console and you'll be all good.
View attachment 4817575
If the dev decides to change the name of the variable, just look at the script for that particular episode and find the correct name of the variable.
Also, if you're like me and prefer not to see animations, just set those variables to False.
If the dev had any sense, they'd just name the animations variable the same thing throughout all episodes and put a simple toggle in the preferences menu. It'd be so much more convenient for the people reading the game.
What you need is in my comment and the link.ok, where is this low quality compressed version these are the links from the OP ??
What she said.The post with the compressed aren't in the OP anymore.
A Rule change sometime ago.
One has to use the search term compressed to stand some chance finding it.
Since I saw when it was posted https://f95zone.to/threads/apartment-69-v0-09-luxee.18630/post-16935536 here's where the compressed is.