- Mar 18, 2019
- 16
- 21
Great game and happy to see the dev back alive. I spoke to them about progress on Twitter and they were very courteous. Gives me Teaching Feeling vibes in a good way.
Try buying a reference book in gift shop on shopping street (not sure if it's needed) and then clicking on schoolbag home to study with the girl.Really need some hints here...no matter how I try I cannot use the construction site safety guideline. It keeps saying "I can use it somewhere"? Can't really figure where to use it. Anyone please help.
Thanks a lot!Try buying a reference book in gift shop on shopping street (not sure if it's needed) and then clicking on schoolbag home to study with the girl.
Any way to gift her underwear?
Updated demo v2.1
Bug fixed:
1) Fuyuka will accept underwear as gift now.
2) The icon of 'date' and 'headpat' at room.
3) Fixed the bug when you receive charm from Fuyuka.
4) Fixed the bug when you play JRPG game with Fuyuka.
PS: Not sure will the save file compatible...I am sorry...
Thank you guys for reporting bugs to me, It really help a lot!
x2You managed to gift it? Nothing changed for me, even with new save.
How do you use the console commands?Code:$ p.name = "Ryosuke" $ player.hunger = 0 $ player.thirst = 0 $ player.stamina = 100 $ player.cash = 99999 $ fuyuka.romance = 1 # Range Below 5, 10, 30, 50, 100, 200 $ receive_gift = False # She got a gift today $ chatted = False # You talked to her today # Job Ranks # 100 Trainee # 500 Part timer # 1000 Full time # 2000 Experienced # 1 Master # Job List $ convenience_loc.job.exp = 2000 $ restaurant_loc.job.exp = 2000 $ traffic_directing.job.exp = 2000 $ moving_house.job.exp = 2000
you'll probably have to edit the files to enable the console unless its enabled by default then i think the key for console in renpy was `, im sure someone will correct me if im wrongHow do you use the console commands?
Modding Ren'py 101How do you use the console commands?
\renpy\common\00console.rpy
if config.developer or config.console:
if True: #config.developer or config.console: