4.00 star(s) 1 Vote

TigerWolfe

Well-Known Member
Oct 19, 2022
1,977
3,831
I just returned from a work trip, so I am sorry I haven't responded more quickly to your comments. I really appreciate any feedback.



I'm investigating this bug now because you shouldn't be stuck in a loop. Can I ask if you chose a street background at the beginning and had a meeting with Lucy in Episode 2? This would confirm the problem, and I can create a patch to get your game on track.



The doctor's office opens up after the MC falls off the roof, so I will add a quick tutorial just to make it less vague about what you need to do to raise that stat. I'm also looking into the bug regarding the weekend being on a Wednesday which is weird.

I'm definitely taking on board all suggestions to improve the games, and I hope you'll have time to enjoy a future version as I guarantee that 0.2.0 will be the best version of Phantom Protocol. Also I'm happy that you kind of liked some parts of the story.
Thanks, I never saw an option in any of the building menus to access it after MC's tumble.
 

Dringar

Member
Nov 16, 2019
143
104
I'm investigating this bug now because you shouldn't be stuck in a loop. Can I ask if you chose a street background at the beginning and had a meeting with Lucy in Episode 2? This would confirm the problem, and I can create a patch to get your game on track.
I travel for my work as well so I'm slow also - believe me I understand!
yes and yes that is correct. Street background etc
 

Cincinnatus222

Newbie
Game Developer
Feb 3, 2022
22
40
I travel for my work as well so I'm slow also - believe me I understand!
yes and yes that is correct. Street background etc
Ok. Extract this into your game folder, and then load your save. The next time you are in the dorm at night, go to the emails in the computer and select the patch.

Then the following day the game should run as normal. Of course, I'm really sorry about this and thank you for bringing this to my attention.

I'm going to add it to the front page also.
 
  • Like
Reactions: Dringar

Dringar

Member
Nov 16, 2019
143
104
Ok. Extract this into your game folder, and then load your save. The next time you are in the dorm at night, go to the emails in the computer and select the patch.

Then the following day the game should run as normal. Of course, I'm really sorry about this and thank you for bringing this to my attention.

I'm going to add it to the front page also.
No problem amigo! Appreciate the efforts! Will let you know how it goes
 
  • Like
Reactions: Cincinnatus222

Dringar

Member
Nov 16, 2019
143
104
Ok. Extract this into your game folder, and then load your save. The next time you are in the dorm at night, go to the emails in the computer and select the patch.

Then the following day the game should run as normal. Of course, I'm really sorry about this and thank you for bringing this to my attention.

I'm going to add it to the front page also.
So I seem to be caught in a loop after applying the patch
I go to the main building, get a email about junk mail and then
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/dorm stuff.rpy", line 152, in script
    menu inbox:
  File "game/dorm stuff.rpy", line 157, in <module>
    "Patch" if access.available == False and Lucy_1_done == True and mgs_count == 3:
NameError: name 'Lucy_1_done' is not defined

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

Full traceback:
  File "game/dorm stuff.rpy", line 152, in script
    menu inbox:
  File "renpy/ast.py", line 1642, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1028, in menu
    condition = renpy.python.py_eval(condition)
  File "renpy/python.py", line 2249, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2242, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/dorm stuff.rpy", line 157, in <module>
    "Patch" if access.available == False and Lucy_1_done == True and mgs_count == 3:
NameError: name 'Lucy_1_done' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.5.1648
Phantom Protocol 0.1.7
Wed Sep 27 20:05:09 2023

From there it sends me back to my dorm and my email and I start again
 
Last edited:
  • Like
Reactions: Cincinnatus222

Cincinnatus222

Newbie
Game Developer
Feb 3, 2022
22
40
So I seem to be caught in a loop after applying the patch
I go to the main building, get a email about junk mail and then
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/dorm stuff.rpy", line 152, in script
    menu inbox:
  File "game/dorm stuff.rpy", line 157, in <module>
    "Patch" if access.available == False and Lucy_1_done == True and mgs_count == 3:
NameError: name 'Lucy_1_done' is not defined

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

Full traceback:
  File "game/dorm stuff.rpy", line 152, in script
    menu inbox:
  File "renpy/ast.py", line 1642, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1028, in menu
    condition = renpy.python.py_eval(condition)
  File "renpy/python.py", line 2249, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2242, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/dorm stuff.rpy", line 157, in <module>
    "Patch" if access.available == False and Lucy_1_done == True and mgs_count == 3:
NameError: name 'Lucy_1_done' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.5.1648
Phantom Protocol 0.1.7
Wed Sep 27 20:05:09 2023

From there it sends me back to my dorm and my email and I start again
Ok, I see the problem. I really should have requested your save file first, my apologies, but it looks like I made a typo in a previous version because your Phantom Research Society room is missing.

Extract this into your game folder, and then load your save again. The patch will work now and you just need to go directly to your clubroom to continue the game.

Thank you for your patience with this. I've written a quick walkthrough below.

You don't have permission to view the spoiler content. Log in or register now.
 

Dringar

Member
Nov 16, 2019
143
104
Ok, I see the problem. I really should have requested your save file first, my apologies, but it looks like I made a typo in a previous version because your Phantom Research Society room is missing.

Extract this into your game folder, and then load your save again. The patch will work now and you just need to go directly to your clubroom to continue the game.

Thank you for your patience with this. I've written a quick walkthrough below.
Hey if you need something to not work or someone to break something Im your guy lol if it can go wrong with me it will ha

Seriously I appreciate your helping Just installed the new patch will tell you how it goes
 
  • Like
Reactions: Cincinnatus222

Dringar

Member
Nov 16, 2019
143
104
Ok, I see the problem. I really should have requested your save file first, my apologies, but it looks like I made a typo in a previous version because your Phantom Research Society room is missing.

Extract this into your game folder, and then load your save again. The patch will work now and you just need to go directly to your clubroom to continue the game.

Thank you for your patience with this. I've written a quick walkthrough below.

You don't have permission to view the spoiler content. Log in or register now.
So I had to do the email steps first to get the lab to open but then it loaded right up. I didnt get any of this stuff before
Muchly improved good sir! My thanks!
 
  • Like
Reactions: Cincinnatus222

bitsybobs3

Ultimate Torrent Dude
Donor
Jun 13, 2021
3,533
1,984
PhantomProtocol-0.1.9
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.
Cincinnatus222 Hey! Please, convert your images to WEBP. Your renders aren't even 1080p yet they take way over 1 MB a picture.
1707659787713.png
(that's why 92q WEBP YUV)
Use the guide in my signature if you need. Your game should be maybe 500 MB with good compression.​
 
  • Like
Reactions: Cincinnatus222

Cincinnatus222

Newbie
Game Developer
Feb 3, 2022
22
40
PhantomProtocol-0.1.9
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.
Cincinnatus222 Hey! Please, convert your images to WEBP. Your renders aren't even 1080p yet they take way over 1 MB a picture.
View attachment 3345604
(that's why 92q WEBP YUV)
Use the guide in my signature if you need. Your game should be maybe 500 MB with good compression.​
Thanks for this. It's definitely something I need to do.
 

giqui

Conversation Conqueror
Game Compressor
Nov 9, 2019
6,212
43,228

Phantom Protocol [v0.1.9] [Cincinnatusgaming]

COMPRESSED

SIZE ~ 214 MB

PC/MAC: (1 week) - (1 week) - -

PC = Windows and Linux

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

L33tmaster

Member
Jun 7, 2017
244
235
Not gonna lie. I came to check this out mostly because the MC got some Melanin! No offence to other games but I like seeing games that have Character Creation, have the option to change the race/skin of the MC, or the MC is interracial. Looking forward to the game!
 
  • Like
Reactions: Cincinnatus222

malaac2025

Newbie
Mar 17, 2024
55
23
Is this game bugged or is the tracker not working properly in 0.1.9? It keeps sending me in loop go get Diana to agree than go get Reene to agree.. than call meeting. Says meeting called but it's stuck in an endless loop not going anywhere now.
 
  • Like
Reactions: Cincinnatus222

Cincinnatus222

Newbie
Game Developer
Feb 3, 2022
22
40
Is this game bugged or is the tracker not working properly in 0.1.9? It keeps sending me in loop go get Diana to agree than go get Reene to agree.. than call meeting. Says meeting called but it's stuck in an endless loop not going anywhere now.
Hi. Thank you for letting me know about the bug. Is there a chance you can upload your save file, so I can investigate further?

I'm really sorry about that.
 

malaac2025

Newbie
Mar 17, 2024
55
23
Hi. Thank you for letting me know about the bug. Is there a chance you can upload your save file, so I can investigate further?

I'm really sorry about that.
Here is my save.

BTW started over from mission 2 and I got this error message at meeting.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
KeyError: u'gpname'

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

Full traceback:
  File "pclub.rpyc", line 1702, in script
  File "renpy/ast.py", line 715, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1417, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1206, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "renpy/character.py", line 1125, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "renpy/character.py", line 1105, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'gpname'

Windows-10-10.0.19041
Ren'Py 7.4.5.1648
Phantom Protocol 0.1.9
Fri Apr 12 16:49:29 2024
Than meeting with Nicole at night before mission:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/hub_screens.rpy", line 1572, in <module>
NameError: name 'Mission1_done' is not defined
You need to define the two variables that you are missing to the scripts.rpy.

define Mission1_done = False
define Mission2_done = False
 
Last edited:

Cincinnatus222

Newbie
Game Developer
Feb 3, 2022
22
40
Here is my save.

BTW started over from mission 2 and I got this error message at meeting.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
KeyError: u'gpname'

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

Full traceback:
  File "pclub.rpyc", line 1702, in script
  File "renpy/ast.py", line 715, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1417, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1206, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "renpy/character.py", line 1125, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "renpy/character.py", line 1105, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'gpname'

Windows-10-10.0.19041
Ren'Py 7.4.5.1648
Phantom Protocol 0.1.9
Fri Apr 12 16:49:29 2024
Than meeting with Nicole at night before mission:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/hub_screens.rpy", line 1572, in <module>
NameError: name 'Mission1_done' is not defined
You need to define the two variables that you are missing to the scripts.rpy.

define Mission1_done = False
define Mission2_done = False
Thanks again for bringing this to my attention. I have attached a fix below that you can extract in your game folder. Then in the Phantom clubroom click 'check current mission' and then leave the room.

Your game should be back on track. The next thing you need to do is visit Miss Diana in the staff room, and check the dream diary in the morning.
 
  • Like
Reactions: malaac2025
4.00 star(s) 1 Vote