- Jan 3, 2019
- 3,043
- 4,930
once i am in this screen their is no option to leave the wardrobe is the wardobe section broken ??Wardrobe is all fucked up
once i am in this screen their is no option to leave the wardrobe is the wardobe section broken ??Wardrobe is all fucked up
Can you provide a screenshot of when you are stuck?once i am in this screen their is no option to leave the wardrobe is the wardobe section broken ??
jump game_loop
Read my edit on the post above.this is how my screen looks like:You don't have permission to view the spoiler content. Log in or register now.
Their is no option to ever leave this screen again. hope this helps. What happens in my game is once i enter the wardobe screen the exit option like return is gone their is not exit or return function to get out of this screen. so you are basicly stuck in this screen forever.
This is also fullscreen as you can see the options dont all fit on this UI for fullscreen.
I think it is just an oversight from Vren. One can really easily add a return button to it if you open script.rpy and search for "label outfit_design_loop"Thanks you just saved my game that did it. Was their a reason to put this under abondon design ?? because i would have figured this out, if you did not mentioned that part. Thanks man.
"Back":
return
Btw thanks for the quick fix this seem to have have fix the main wardrobe screen for me, and now i have a back button.I think it is just an oversight from Vren. One can really easily add a return button to it if you open script.rpy and search for "label outfit_design_loop"
then add this amazing code below the menu:
so that it looks like this:Code:"Back": return
You don't have permission to view the spoiler content. Log in or register now.
There is a contradiction in your wish which is understandable but part of a sandbox: It gives you freedom in many ways where one of them is to define YOUR OWN GOALS. Many games call themselves sandbox but still limit the player or have a linear storyline - which is simply wrong for a sandbox.I have three concerns about this game:
1) Serum production and sales, and the act of navigating game menus, should not become overly complicated.
2) I hope that in the final product not all of the girls will be sharing the one face and disproportional body type, and special characters will have unique models.
3) I don't want this game to be an endless sandbox with no story, but a sandbox that tells the story at specific milestones, just like the first Lab Rats game. A game isn't a game if there isn't a goal to be met.
I get what you mean, and I think you understand what I was trying to say. But we're not here to philosophically discuss games and nitpick at semantics. We're here to find material to fap to.There is a contradiction in your wish which is understandable but part of a sandbox: It gives you freedom in many ways where one of them is to define YOUR OWN GOALS. Many games call themselves sandbox but still limit the player or have a linear storyline - which is simply wrong for a sandbox.
As of a game not being a game without predefined goals - that is where you contradict yourself when talking about a sandbox at the same time. The first LabRats wasnt a sandbox at all and was mostly based on pure RNG decisions which created a pseudo-sandbox feeling at times but it was a very linear story with just a few possible outcomes.
Do you know how to add a scroll bar (or allow scrolling) to the employees screen...
Anyhow, to work around this you can open up the console, Shift+O and type in:
Code:jump game_loop
Add below the frame at line 4862 in script.rpy. Screen name is `screen employee_overview`Do you know how to add a scroll bar (or allow scrolling) to the employees screen
viewport:
draggable True #Make it so you can drag it by holding down the mouse
mousewheel True # Make so you can scroll it with the mousewheel
scrollbars "vertical" # Adds a scrollbar if you want, not nescessary.