3.30 star(s) 53 Votes

Bruni Multimedia

Well-Known Member
Donor
Game Developer
May 24, 2017
1,456
2,108
Why the call from your sister in the early stages if the game, makes you skip a day? i mean you planned the day and then you received the phone call and at the end, boom, you got to plan another day...

Still a great game btw, 'im doing a new start with the 0.5c....on going process.
Yeah, that's working as intended...
The idea behind it is that you plan your whole day but the call with your sister/cousin takes you the whole day to prepare the accommodation for them. I should explain that better with a game text, I can see that, but the main idea is that. :D
 

Bruni Multimedia

Well-Known Member
Donor
Game Developer
May 24, 2017
1,456
2,108
Now I kind of want a quick and dirty walkthrough
The changelog is so in detail that I don't want to read it all
Thanks for being so detail oriented but I want a cheat sheet so I won't miss any scene.
Any hero? Or Bruni?
I think @Sural Argonus was working on it some time ago... But I'm not sure.
Some developers "sell" their walkthroughs for patrons (usually the richest ones), but I don't want to make anything like that. And I'm not planning to do a WT, because it would take too much time I don't have and I prefer to focus on development.

I am planning a manual though, as videogame developers used to make in the 90s, you'll be pleasantly surprised by it I'm sure.
 

Shades19

Active Member
Jun 8, 2017
828
730
I think important events should be imitated regardless of what you planned ahead, otherwise it would be a waste, and kinda annoying to see you missed something big and have to do a re-do over.
 

Bruni Multimedia

Well-Known Member
Donor
Game Developer
May 24, 2017
1,456
2,108
I think important events should be imitated regardless of what you planned ahead, otherwise it would be a waste, and kinda annoying to see you missed something big and have to do a re-do over.
Yes and no.
While some events will play regardless of choices (sister call and subsequent arrival for example) others will be left to the player's choice. If you don't like your sister's character and don't want to spend time with her you simply won't choose "Family Time" when available. This will of course have conseunces in Trip to Seattle too and on any following event involving her.

I understand the game's an alpha and content is scarce, but I need to see the whole picture, where skipping "Family Time" won't have gameplay consequences but only story ones. I can't program the game to force you play things and then remove that because it's too prone to mistakes and bugs while the game grows. I did something similar for two examinations, Katia and Mark, which will be available only if you hired some specific staff members but are right now playable nonetheless, but don't expect something similar to story arcs, it would become a real mess as updates go live.
 
Last edited:

Sural Argonus

Chimpanor Productions
Donor
Game Developer
May 12, 2017
762
2,034
I think @Sural Argonus was working on it some time ago... But I'm not sure.
Some developers "sell" their walkthroughs for patrons (usually the richest ones), but I don't want to make anything like that. And I'm not planning to do a WT, because it would take too much time I don't have and I prefer to focus on development.

I am planning a manual though, as videogame developers used to make in the 90s, you'll be pleasantly surprised by it I'm sure.
I have it...but it's very ugly...and haven't had a chance to clean and update it. I started work on my game shortly after doing 4.c on this. Haven't had any time to get back to this.
 
  • Like
Reactions: ftsgr and papasmurf

carcav

New Member
Jul 1, 2017
13
5
the patron says that theres a development fo 5 dollar patreons so they get random daily examinations, did anyone knows how to activate this? because afther a while the examinations just stop, and the game gets kinda boring
 

Bruni Multimedia

Well-Known Member
Donor
Game Developer
May 24, 2017
1,456
2,108
I have another crash instance when examining the boy and his mum. Playing 0.0.5c

Try the attached file to fix that.

the patron says that theres a development fo 5 dollar patreons so they get random daily examinations, did anyone knows how to activate this? because afther a while the examinations just stop, and the game gets kinda boring
I never said that. Where have you read this?
Besides there are 9 examinations available and 3 story arcs. For a three months old game I'd say it's enough content, even compared to other more important productions. :)
 
  • Like
Reactions: carcav

El bacca Del Chew

Well-Known Member
Apr 3, 2017
1,813
4,604
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/main.rpy", line 1355, in script call
    call events_run_period from _call_events_run_period
  File "game/event_dispatcher.rpy", line 297, in script call
    call expression _event from call_expression_event_1
  File "game/main.rpy", line 1355, in script call
    call events_run_period from _call_events_run_period
  File "game/event_dispatcher.rpy", line 297, in script call
    call expression _event from call_expression_event_1
  File "game/main.rpy", line 1377, in script call
    call events_run_period from _call_events_run_period_1
  File "game/event_dispatcher.rpy", line 297, in script call
    call expression _event from call_expression_event_1
  File "game/main.rpy", line 1391, in script call
    call events_run_period from _call_events_run_period_2
  File "game/event_dispatcher.rpy", line 297, in script call
    call expression _event from call_expression_event_1
  File "game/main.rpy", line 1377, in script call
    call events_run_period from _call_events_run_period_1
  File "game/event_dispatcher.rpy", line 297, in script call
    call expression _event from call_expression_event_1
  File "game/main.rpy", line 1355, in script call
    call events_run_period from _call_events_run_period
  File "game/event_dispatcher.rpy", line 297, in script call
    call expression _event from call_expression_event_1
  File "game/main.rpy", line 1391, in script call
    call events_run_period from _call_events_run_period_2
  File "game/event_dispatcher.rpy", line 297, in script call
    call expression _event from call_expression_event_1
  File "game/main.rpy", line 1355, in script call
    call events_run_period from _call_events_run_period
  File "game/event_dispatcher.rpy", line 297, in script call
    call expression _event from call_expression_event_1
  File "game/kiko_1.rpy", line 903, in script
    $ get_achievement("Kiko_Completed", trans=achievement_transform)
  File "game/kiko_1.rpy", line 903, in <module>
    $ get_achievement("Kiko_Completed", trans=achievement_transform)
  File "game/achievement.rpy", line 66, in get_achievement
    ach = persistent.achievements_dict[ach_id]
KeyError: u'Kiko_Completed'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/main.rpy", line 1355, in script call
    call events_run_period from _call_events_run_period
  File "game/event_dispatcher.rpy", line 297, in script call
    call expression _event from call_expression_event_1
  File "game/main.rpy", line 1355, in script call
    call events_run_period from _call_events_run_period
  File "game/event_dispatcher.rpy", line 297, in script call
    call expression _event from call_expression_event_1
  File "game/main.rpy", line 1377, in script call
    call events_run_period from _call_events_run_period_1
  File "game/event_dispatcher.rpy", line 297, in script call
    call expression _event from call_expression_event_1
  File "game/main.rpy", line 1391, in script call
    call events_run_period from _call_events_run_period_2
  File "game/event_dispatcher.rpy", line 297, in script call
    call expression _event from call_expression_event_1
  File "game/main.rpy", line 1377, in script call
    call events_run_period from _call_events_run_period_1
  File "game/event_dispatcher.rpy", line 297, in script call
    call expression _event from call_expression_event_1
  File "game/main.rpy", line 1355, in script call
    call events_run_period from _call_events_run_period
  File "game/event_dispatcher.rpy", line 297, in script call
    call expression _event from call_expression_event_1
  File "game/main.rpy", line 1391, in script call
    call events_run_period from _call_events_run_period_2
  File "game/event_dispatcher.rpy", line 297, in script call
    call expression _event from call_expression_event_1
  File "game/main.rpy", line 1355, in script call
    call events_run_period from _call_events_run_period
  File "game/event_dispatcher.rpy", line 297, in script call
    call expression _event from call_expression_event_1
  File "game/kiko_1.rpy", line 903, in script
    $ get_achievement("Kiko_Completed", trans=achievement_transform)
  File "C:\Users\\Downloads\GAMES\General_Practitioner-0.0.5c-pc\General_Practitioner-0.0.5c-pc\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\\Downloads\GAMES\General_Practitioner-0.0.5c-pc\General_Practitioner-0.0.5c-pc\renpy\python.py", line 1719, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/kiko_1.rpy", line 903, in <module>
    $ get_achievement("Kiko_Completed", trans=achievement_transform)
  File "game/achievement.rpy", line 66, in get_achievement
    ach = persistent.achievements_dict[ach_id]
KeyError: u'Kiko_Completed'

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
General Practitioner 0.0.5
 

El bacca Del Chew

Well-Known Member
Apr 3, 2017
1,813
4,604
I send error not to bother but just to report it.
Should i sent it to your pvt box instead? maybe in the future with your permission...only possible errors, no spam of course.
Or here just let me know.
 

Bruni Multimedia

Well-Known Member
Donor
Game Developer
May 24, 2017
1,456
2,108
You can also write to bugs [AT] brunimultimedia.com, thank you.

That error is known but I really don't know what to do with it. It's the very same achievement code I use on every other one. And it works perfectly on my pc... I think I'll just remove it.
 

Waitforme

New Member
Donor
Feb 12, 2017
4
4
Guys, this is actually one of the very first comments I've ever placed on here. (though I donated to the site and have been here for a long time already)

Keep on doing the good work, I love playing this game . And you make my google think I'm studying medecine for sure.
 

berny

Active Member
Jun 8, 2017
568
1,116
Guys, this is actually one of the very first comments I've ever placed on here. (though I donated to the site and have been here for a long time already)

Keep on doing the good work, I love playing this game . And you make my google think I'm studying medecine for sure.
Or google thinks you're very sick, or a hypochondriac ;)
Btw, @Bruni Multimedia a hypochondriac or an addict trying to get narcotics could be interesting patients
 

jhonredcorn

New Member
Jul 27, 2017
7
5
Scared of?
it works, it's virus free/safe
Is a legit link from Bruni, nope it is not, but he is more than fully aware of the phenomena..you know where you are.
Got your answer? cheers.
thank you, actually i did a hailmary download because of the urge. Thanks again and cheers!!
 

carcav

New Member
Jul 1, 2017
13
5
Try the attached file to fix that.



I never said that. Where have you read this?
Besides there are 9 examinations available and 3 story arcs. For a three months old game I'd say it's enough content, even compared to other more important productions. :)
my bad, i read it again and it syas will be developed
 
  • Like
Reactions: Bruni Multimedia
3.30 star(s) 53 Votes