azsxdcdcsxaz
Newbie
- Oct 4, 2019
- 21
- 9
- 46
hi guys i updated the game to 4.6 but moms root ended like last patch. didnt have any new scene
Does this still work? If it does can someone send the exact folder contents that i need to get the date to show up. I got a messed up folder/game when i tried to do it the last time.Add the day on the phone.
create a txt file. Add the following code and to rename it to "patchdate.rpy" or "whatever_you_want.rpy".
Put it inside the game directory.Code:init python: def which_day(day=0): global days day_num = (current_day % 7) day_name = ('Sat', 'Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri') day = day_name[day_num] return day print which_day() screen Day_of_Week: zorder 101 text which_day() size 36 color "#ffffff80" xpos 63 ypos 25 #### If you want to add a button to skip the current day when clicked, replace the "#" symbol from the following 3 lines with an empty space symbol #### # textbutton("NextDay") xalign 0.5 ypos 5: # if can_skip_time == 1: # action [SetVariable('current_time', 0), Jump('Next_Day')]
Open the "script.rpy" with a text editor and search for the linelabel main_menu_phone:. And in the following line add
save the file and start you game.Code:show screen Day_of_Week
ps. If you do want the day to appear only in the main phone open again the "script.rpy" and search for the line
label messager_stage_chooser:andlabel fuckstagram_stage_chooser:and in their following line addnormal patch View attachment 2939454 and View attachment 3211742 with the ability to skip the current dayCode:hide screen Day_of_Week
edit: added a zip with the files already patched for c0.3.0. Extract and add them inside the "game" folder.
edit2: it is compatible with old saves (since the current_day is already defined as a flag inside the game).
To continue/import an old save and have the day appear on the phone you must open the file "script_0_2.rpy" with a text editor and after the linelabel after_load:insert/writeThen start the game and load your saved file. The day will appear in the phone screenCode:show screen Day_of_Week
Off course it works.Does this still work? If it does can someone send the exact folder contents that i need to get the date to show up. I got a messed up folder/game when i tried to do it the last time.
It said in order to get it to show up on a save/load game then i have to change two files in that folder. This is what i getOff course it works.
I do not understand why it seems so difficult to you.
You open the folder named "game", edit the file named "script.rpy" and create another file named "patchdate.rpy" (following the instructions).
How can you mess up a folder when you edit only one file in that folder? ???
From that error it seems that you inserted either "tab" characters or "empty space" characters at the end of the line 6.When i add the show screen Day_of_week to the Script.rpy file i get Tab errors in other parts that were perfectly fine before i added the words.
show screen Day_of_Week
show screen Day_of_Week show screen Day_of_Week (empty spaces at the end) show screen Day_of_Week (tab character at the end)This is from the games Patreon page.
Here's the link for the new option to reset branch
You must be registered to see the links
Now i have this problem. I hit return to end the line but i just create another error code. I put a space after the : and before the show but that also creates the same issue as the image. what am i doing wrong. There's also no tab or empty space at the end of the word. I also put a : at the end of week but that also fixes nothing.From that error it seems that you inserted either "tab" characters or "empty space" characters at the end of the line 6.
This
Code:show screen Day_of_Weekshow screen Day_of_Week
is not the same with
show screen Day_of_Week(empty spaces at the end)
or with
show screen Day_of_Week(tab character at the end)
use a text editor like "notepad++" that can display empty spaces and tab characters to avoid such errors.
You should copy & paste each string, exactly as I have them inside the code boxes.Now i have this problem. I hit return to end the line but i just create another error code. I put a space after the : and before the show but that also creates the same issue as the image. what am i doing wrong. There's also no tab or empty space at the end of the word. I also put a : at the end of week but that also fixes nothing.
Here's the link for the new option to reset branchAdded an option to reset branch progress. Added an option to unlock certain branches (Kirely, Hearth) without fulfilling their prerequisites. If you reset the branch of the wife and her job, several branches related to it will be reset as well. After resetting this branch, you can choose a job for the wife (Office or School) by clicking a new button. Unlock buttons and job choice buttons are only visible right after you reset the corresponding branches. Keep that in mind
IMPORTANT: Use the bugfix attached to this post if you want to install the bugfix and add the new feature without downloading the full game or update. Unzip it, copy the files and paste them in the 'A Wife's Phone/game' folder
Here's the link for the new option to reset branch
You must be registered to see the links
someone please
Thanks, although the branch reset button is not on this one, does anyone have it?You must be registered to see the links
Here's the link for the new option to reset branchAdded an option to reset branch progress. Added an option to unlock certain branches (Kirely, Hearth) without fulfilling their prerequisites. If you reset the branch of the wife and her job, several branches related to it will be reset as well. After resetting this branch, you can choose a job for the wife (Office or School) by clicking a new button. Unlock buttons and job choice buttons are only visible right after you reset the corresponding branches. Keep that in mind
IMPORTANT: Use the bugfix attached to this post if you want to install the bugfix and add the new feature without downloading the full game or update. Unzip it, copy the files and paste them in the 'A Wife's Phone/game' folder
Mom can't be turned on. since it was added in the application of the second brother of GG. As soon as you delete the application from your brother, perhaps then you can add it to yourself.Can you put mom on the mind control app or only spy on her?