3.30 star(s) 53 Votes

Bruni Multimedia

Well-Known Member
Donor
Game Developer
May 24, 2017
1,456
2,108


0.0.11 will feature a new way to end Father Torque's quest (which it's still to be implemented in the game). While writing story arcs I always wanted to make some new gameplay elements for those of you who don't like or don't get enough fun from medical exams.

So I'm developing some new "Side-Missions" (or "quests") which will be shown in the game's review screen (which graphic is temporary since it's being re-done by our graphic designer as well as the other game visual elements).

0.0.11 will introduce you some of these "Side-Missions". They won't be available right now but they will be introduced in the following updates, as I always strive do to. Some side missions are easily found, others might need you to follow certain paths or dialogue options, but all will feature some steps (clearly visible in the game menu) to perform and rewards as well!

This is yet another gameplay opportunity in the game, which adds to the medical exams, the in-development Random Exams Project, the "Study" minigames, the "Gym" minigames and the "Live Together" minigames.

If you look at all those from a wider range you can see that in the final game each gameday will have plenty of opportunities for the MC to explore, so empty days gap are being filled over and over until they won't represent the majority of the game. Full game will cover 365 days of the Doctor's life and thus about 1095 players' choices, I want to make sure no "turn" gets lost in a black screen with a simple line of text.

Please allow me some more time to include this elements, the game is getting bigger, bugs are getting smaller and your help is as always has been envaluable!

Thank you for following my game and updates. I hope you'll have more and more fun with General Practitioner as I'm having developing it.

Be safe and healthy,
 

a1fox3

Loving Family Member's
Donor
Respected User
Aug 8, 2017
23,675
16,212
@Bruni Multimedia

Looking good and can't wait for 11 to come out, those new quest are going to be a great addition to the game when you can get them in.

Looking forward to all the new content.:cool::p:heartcoveredeyes:
 

botc76

The Crawling Chaos, Bringer of Strange Joy
Donor
Oct 23, 2016
4,422
13,210
0.11 supposedly up on svscomics.
Before here?

Strange.
 

seden

Well-Known Member
Aug 22, 2016
1,197
294
Error at start :
Code:
[code]
I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again.
The label clinic is defined twice, at
  File "game/clinic_choice.rpyc", line 167 and
  File "game/events.rpy", line 198.
The label shopping_tutorial is defined twice, at
  File "game/cm.rpy", line 356 and
  File "game/online_shopping.rpyc", line 1.
The label shopping_choose is defined twice, at
  File "game/cm.rpy", line 364 and
  File "game/online_shopping.rpyc", line 9.
The label shopping_clinic is defined twice, at
  File "game/cm.rpy", line 376 and
  File "game/online_shopping.rpyc", line 112.
The label shopping_interface is defined twice, at
  File "game/cm.rpy", line 383 and
  File "game/online_shopping.rpyc", line 119.
Ren'Py Version: Ren'Py 6.99.14.1.3218
Wed Feb 28 06:23:44 2018
Any idea ?
 

Bruni Multimedia

Well-Known Member
Donor
Game Developer
May 24, 2017
1,456
2,108
It crashes for me every time a day passes in the calendar.
Too vague. Can you post the error log please, otherwise I can't help you.

Error at start :

Any idea ?
You probably installed the most recent version on a old folder. Please delete completely the folder as many files have changed in time and re-do a clean install. Please remember that this is an alpha release therefore some things may suffer a complete overhaul over time...

I'm getting an error during the 'study' action again, unfortunately.
Can you post the log please? Otherwise I can't help you...
 

Bruni Multimedia

Well-Known Member
Donor
Game Developer
May 24, 2017
1,456
2,108
If you like the game, consider releasing a review or spread the word with your contacts, if you can't/don't want to support me :biggrin:
 
  • Like
Reactions: botc76

Vasy

Active Member
Mar 21, 2017
555
1,683
Can you post the log please? Otherwise I can't help you...
Of course, thanks for the quick reply.
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/study.rpy", line 3, in script
if randomstudy == 1 and study_1 == 0:
File "game/study.rpy", line 67, in <module>
elif randomstudy == 33 and study_33 == 0:
NameError: name 'study_33' is not defined

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

Full traceback:
File "game/study.rpy", line 3, in script
if randomstudy == 1 and study_1 == 0:
File "C:\...\General_Practitioner-0.0.11c-pc\renpy\ast.py", line 1702, in execute
if renpy.python.py_eval(condition):
File "C:\...\General_Practitioner-0.0.11c-pc\renpy\python.py", line 1843, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\...\General_Practitioner-0.0.11c-pc\renpy\python.py", line 1836, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/study.rpy", line 67, in <module>
elif randomstudy == 33 and study_33 == 0:
NameError: name 'study_33' is not defined

Windows-7-6.1.7601-SP1
Ren'Py 6.99.14.1.3218
General Practitioner 0.0.11c
Wed Feb 28 03:09:08 2018
Edit: Still occurring with the fix you just posted.
 
3.30 star(s) 53 Votes