You don't need to worry about what people say.... People are meant to speak as they say... You are a great developer, let no one say otherwise... People rarely know the sort of labour required to develop such games. Do what you do beat. You can atleast Lend a ear to your patrons but not everyone else. Thanks, you are great.
srinivasadharman
Recent community posts
Sorry for the late reply, but yes, I clicked on the map and it went well from there on. Actually I felt quite stupid that I didn't think of thay sooner and was too focused on the words, but yeah, I think you should put a notice at the end of the conversation which mentions something like "click on the map to explore the area" or something like that. Thanks for taking the time to assist me Bro. Now I've completed the story till V 0.6.0 and eagerly awaiting for the new update. Thanks Bro.
I didn't get to try out the method previously mentioned by K tof since I'm currently traveling. Anyways bro, I can't even get to the lake, I can only access 3 places, the Inside of the Inn, Outside of the Inn and in & out of the treasurer's office. That's all I can access. I've clicked on every pixel of the screen in all these locations at different time of the day but no new location appeared. I'll go back home and check the method mentioned by K tof. Thanks Bro 馃槉
Hey Bro,
I've been playing this game for quite sometime now. But, since 3 or 4 updates before, ever since Viggo's Village is introduced I'm stuck there. I completed the scene where Feena Explains what help she needs, I also completed the Hot chocolate scene and later the scene with Alice. But I'm stuck where the quest says, "While Feena Prepares the expedition you should explore the village a bit". I've clicked everywhere on the screen, but I get only 2 locations and i.e. in front of the Inn and in front of the Money Exchange. Can you guyzzzz please help me out. there's no other location to check and I've also slept and refreshed the day 20 to 30 times. But still the result is the same. I've also tried playing the game from the start, but the result is the same.
Please help me !!!!
These are the only three places I can explore.
Please help me !!! I don't see where else to go. I've clicked everywhere on the screen on all times of the Day.
Hi Siren,
TBH I had only 1 doubt.
Are you professionally working elsewhere and making this game as your Hobby or are you working full time on this game???
If you are working fulltime on this game, why are the updates that pertains to this game or Zombies Retreat 2 so slow? If you are working full time on this game then I would like to support you.
If you are working part time then I'll understand the Slow Progress.
I've be playing your games for the past 2 0r 3 years. And I love Scarlett and You. I wanted to send this message privately, but, I don't know your Discord ID even after I searched a lot, so I could only send it here.
Thanks and Regards,
Srini
You don't have to apologize Bro. In most cases I've seen that the mistake probably lies on the players part too.... I think I may have messed up somewhere along the line.... And you've done a great job of creating this game even when you were learning. I respect you for that. I was trying to attach a .txt file but there's no option for that.
So this is the error that shows up before selecting the option :Let me double check",
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 96, in script
call screen patri_buy_next_city
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 107, in execute
screen patri_buy_next_city():
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 107, in execute
screen patri_buy_next_city():
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 114, in execute
frame at text_apperar:
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 143, in execute
vpgrid:
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 151, in execute
vbox:
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 152, in execute
for prods in itens_can_buy_next_city:
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 154, in execute
button at card_appear_left_stay(0.5):
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 154, in keywords
button at card_appear_left_stay(0.5):
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 171, in keywords
if money >= prods.sell_to_player_price:
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 171, in <module>
if money >= prods.sell_to_player_price:
AttributeError: 'int' object has no attribute 'sell_to_player_price'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 96, in script
call screen patri_buy_next_city
File "renpy/ast.py", line 2015, in execute
self.call("execute")
File "renpy/ast.py", line 2003, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3136, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3737, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3737, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 107, in execute
screen patri_buy_next_city():
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 107, in execute
screen patri_buy_next_city():
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 114, in execute
frame at text_apperar:
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 143, in execute
vpgrid:
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 151, in execute
vbox:
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 152, in execute
for prods in itens_can_buy_next_city:
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 154, in execute
button at card_appear_left_stay(0.5):
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 154, in keywords
button at card_appear_left_stay(0.5):
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 171, in keywords
if money >= prods.sell_to_player_price:
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 171, in <module>
if money >= prods.sell_to_player_price:
AttributeError: 'int' object has no attribute 'sell_to_player_price'
Windows-10-10.0.22621
Ren'Py 7.4.11.2266
My family farm 0.1.1
Fri Aug 18 21:41:39 2023
And this is the error that shows up after selecting the option "Let me double check",
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 60, in script
call screen patri_buy_next_city
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 107, in execute
screen patri_buy_next_city():
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 107, in execute
screen patri_buy_next_city():
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 114, in execute
frame at text_apperar:
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 143, in execute
vpgrid:
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 151, in execute
vbox:
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 152, in execute
for prods in itens_can_buy_next_city:
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 154, in execute
button at card_appear_left_stay(0.5):
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 154, in keywords
button at card_appear_left_stay(0.5):
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 171, in keywords
if money >= prods.sell_to_player_price:
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 171, in <module>
if money >= prods.sell_to_player_price:
AttributeError: 'int' object has no attribute 'sell_to_player_price'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 60, in script
call screen patri_buy_next_city
File "renpy/ast.py", line 2015, in execute
self.call("execute")
File "renpy/ast.py", line 2003, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3136, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3737, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3737, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 107, in execute
screen patri_buy_next_city():
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 107, in execute
screen patri_buy_next_city():
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 114, in execute
frame at text_apperar:
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 143, in execute
vpgrid:
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 151, in execute
vbox:
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 152, in execute
for prods in itens_can_buy_next_city:
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 154, in execute
button at card_appear_left_stay(0.5):
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 154, in keywords
button at card_appear_left_stay(0.5):
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 171, in keywords
if money >= prods.sell_to_player_price:
File "game/3-GIRLSTALKTO/PatriciaTalkto.rpy", line 171, in <module>
if money >= prods.sell_to_player_price:
AttributeError: 'int' object has no attribute 'sell_to_player_price'
Windows-10-10.0.22621
Ren'Py 7.4.11.2266
My family farm 0.1.1
Fri Aug 18 21:40:38 2023
```
For Now I started the fame again from the start and have got all the events done until the point where you say that "For Now this is all the Events till this update". I got everything right. But even now there's only one small problem remaining, i.e., On a Friday whenever I got to buy Condoms for the sex scene with Aurora, it shows some error. Should I send that error message to you??? I can copy and send. The error happens when I click on the option "Double Checking" everything I've bought.
Also I think there were so many errors before because I had taken a save file from some other website. They might have screwed it up. Sorry about that.
By the way, well done with the game. It's really a new concept which is yet to be seen (atleast as far as I know). Congratulations and all the best for your future with this game. And thanks for your prompt reply.
Actually all the events are over... It only shows "wait" for every character now. Also I tried everywhere in the living room Table but I didn't find any button. I can see one near the Calendar to set the dates.
And Yes, somehow In the game I'm Playing her Mood resets every night and not decrease a little bit everyday. Is there any relation between her mood and Psy???? Her Psy never decreases. :(
With Regards to Bianca, when I see her stats in the ring, there's a permanent "Decreasing Sign". Even of her mood was full before going to bed, it all Vanishes Overnight. It doesn't reduce bit by bit. And that leads me to another problem, Even though I have marked on the calendar the Days She should be in the Bastet's Domain, she never goes there, since she's Always in a Bad (Reset) Mood when she wakes up. :( .... I think I've messed it up somewhere.
And I can't see any button in the Living Room to call Aurora. :( :(. I'm sorry for causing you trouble bro.
Hi Dev,
Lust Age has definitely taken a unique and a different approach among the game available in similar genre. I'd definitely recommend gamers to atleast try this game once before coming to any conclusions. I've definitely had a fresh experience with regards to it's storyline and character approach.
And Dev, I'd like to suggest Patricia also joining in on the fun. The thought of wrting letters and the anticipation of waiting for the character to join in on the fun is definitely exhilarating. Also, I'd like to suggest some very emotional scene with regards to Maria & Anna, similar to the maid's backstory but on a greater level. I think an additional emotional and intimate touch would give you an edge on taking your story on another level. To be honest, I've never cried as much in my daily life as much as I've cried playing various Visual Novels. So that's something to consider.
Obviously all of this my opinion, but you are a better judge as I've no clue how to develop a game. I apologise if I've said something wrong.
Hey Dev,
How are you doing???? Hope you've been well!!!! Do you have a Discord channel, I can't see any links on your Itch.io page... Also, your creation is marvelous, a great story and has amazing H-scenes....
Also,
Can you tell me where I can find one of the soundtrack from your game.... The one that's been played during Pyrka's intimate scene with the MC after he spares her.....
Thanks !!!!!