Stan5851

Forum Fanatic
Oct 18, 2019
4,341
9,039
View attachment 3533790
and after the black screen, it immediately closes
I think it's Malevich's fault. :KEK: But, other than kidding, it's pretty weird. Try to update the in the OS, which are responsible for playing animation (in particular, in WEBM format) coz mmediately after the executable file is launched, the animation (webm) starts playing. Also it is not superfluous to make sure that the path to the directory of the game is not too long. Conditional x:\Games\FashionBusiness-EP4-v6-Extra-pc will be fine.
 
Last edited:

TommyS1988

New Member
Oct 2, 2023
9
15
Jesus guys! just open the damn note (Z_activation) and change every 405 you see to 406, it ain't that hard..
like this:
View attachment 3533858 View attachment 3533864
Youre right, with this method you change the label in menu to "activated". But if you want to actually experience the extra content and make an "extra" choice ingame you got an error message. There must be another adaptation to the code.
 

ladymxiang

Newbie
Jul 20, 2017
37
52
Youre right, with this method you change the label in menu to "activated". But if you want to actually experience the extra content and make an "extra" choice ingame you got an error message. There must be another adaptation to the code.
Same problem here, I am getting the ”an exception has occurred” error when I am trying to play the extra scenes. What am I doing wrong?
 

vimmers

Forum Fanatic
Aug 12, 2017
4,146
3,662
Youre right, with this method you change the label in menu to "activated". But if you want to actually experience the extra content and make an "extra" choice ingame you got an error message. There must be another adaptation to the code.
Same problem here, I am getting the ”an exception has occurred” error when I am trying to play the extra scenes. What am I doing wrong?
read Activate Extras* how to use fb_unextra.zip
 

rikimarumaf

New Member
Oct 16, 2023
1
0
When i try to open ep3 with the activate file (316) i get this text and the game won't open, how can i fix that?

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/z_activation_316.rpy", line 1, in script
init 9999 python:
File "game/z_activation_316.rpy", line 1, in script
init 9999 python:
File "game/z_activation_316.rpy", line 9, in <module>
z_activaton_316()
File "game/z_activation_316.rpy", line 7, in z_activaton_316
persistent.enckey[ver] = "".join("%02d" % (x) for x in extraFunction(1, "1329233251125439", "", "", "", "", "", "", ""))
File "game/00_Functions/01_init_python.rpy", line 748, in extraFunction
exec (OO00O00O00000O0O0 ,globals (),O00000O00O000OO0O )
NameError: name 'O0O0OOOO00OOO0000' is not defined

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 515, in main
renpy.game.context().run(node)
File "game/z_activation_316.rpy", line 1, in script
init 9999 python:
File "game/z_activation_316.rpy", line 1, in script
init 9999 python:
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/z_activation_316.rpy", line 9, in <module>
z_activaton_316()
File "game/z_activation_316.rpy", line 7, in z_activaton_316
persistent.enckey[ver] = "".join("%02d" % (x) for x in extraFunction(1, "1329233251125439", "", "", "", "", "", "", ""))
File "game/00_Functions/01_init_python.rpy", line 748, in extraFunction
exec (OO00O00O00000O0O0 ,globals (),O00000O00O000OO0O )
File "<string>", line 1, in <module>
NameError: name 'O0O0OOOO00OOO0000' is not defined

Windows-10-10.0.22621
Ren'Py 7.4.4.1439
EP3-v16-720p
Fri Apr 12 17:09:36 2024
 

ladymxiang

Newbie
Jul 20, 2017
37
52
I have tried, could not figure it out. I edited "z_activation_405.rpy" to "z_activation_406.rpy" and replaced 405 with 406 everywhere inside.

Tried drag-and-drop over fb_unextra.drop.406.bat (modified from 405), did not work.

Tried manually, but I do not know with what to replace "405:47571" with "406:something"

Also edited from False to True in achievements to unlock the gallery.

If somebody would be kind enough to explain the process step-by-step, I would be very grateful.
 

dabuzzkiller1

Active User
Donor
Apr 8, 2018
161
214
I have tried, could not figure it out. I edited "z_activation_405.rpy" to "z_activation_406.rpy" and replaced 405 with 406 everywhere inside.

Tried drag-and-drop over fb_unextra.drop.406.bat (modified from 405), did not work.

Tried manually, but I do not know with what to replace "405:47571" with "406:something"

Also edited from False to True in achievements to unlock the gallery.

If somebody would be kind enough to explain the process step-by-step, I would be very grateful.
Glad I'm not the only one. I have never had an issue with the previous versions using the default z_activation (attached). I tried all the steps as you have done and now I keep getting this exception error.

Exception: Could not load image '.jpg': error('Failed to decode WEBP')

I downloaded the compressed version. All the image files are jpgs. Not sure if this has anything to do with it?
 
3.50 star(s) 240 Votes