3.70 star(s) 20 Votes

acewinz

Engaged Member
Game Developer
Oct 15, 2018
2,554
7,473
Short, but enjoyable update. As someone else mentioned, if you plan on having people get killed/turned, might wanna throw in some flashbacks (as I see you already have for Jess) to flesh out the characters/relationships to give more impact to the situation.
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: oysterkeeper

rayminator

Engaged Member
Respected User
Sep 26, 2018
3,040
3,115
can't find 2.png


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

While loading <'Image' u'2.png'>:
  File "game/script.rpy", line 449, in script
    mc "Why am i even thinking about it?"
IOError: Couldn't find file '2.png'.

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

Full traceback:
  File "game/script.rpy", line 449, in script
    mc "Why am i even thinking about it?"
  File "H:\DOWNLOAD\Outbreak-Ch3-pc\Outbreak-Ch.3-pc\renpy\ast.py", line 678, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "H:\DOWNLOAD\Outbreak-Ch3-pc\Outbreak-Ch.3-pc\renpy\exports.py", line 1229, in say
    who(what, *args, **kwargs)
  File "H:\DOWNLOAD\Outbreak-Ch3-pc\Outbreak-Ch.3-pc\renpy\character.py", line 1031, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "H:\DOWNLOAD\Outbreak-Ch3-pc\Outbreak-Ch.3-pc\renpy\character.py", line 823, in do_display
    **display_args)
  File "H:\DOWNLOAD\Outbreak-Ch3-pc\Outbreak-Ch.3-pc\renpy\character.py", line 572, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "H:\DOWNLOAD\Outbreak-Ch3-pc\Outbreak-Ch.3-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "H:\DOWNLOAD\Outbreak-Ch3-pc\Outbreak-Ch.3-pc\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "H:\DOWNLOAD\Outbreak-Ch3-pc\Outbreak-Ch.3-pc\renpy\display\core.py", line 3158, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "H:\DOWNLOAD\Outbreak-Ch3-pc\Outbreak-Ch.3-pc\renpy\display\core.py", line 2075, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 487, in renpy.display.render.render_screen
  File "render.pyx", line 235, in renpy.display.render.render
  File "H:\DOWNLOAD\Outbreak-Ch3-pc\Outbreak-Ch.3-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "H:\DOWNLOAD\Outbreak-Ch3-pc\Outbreak-Ch.3-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "H:\DOWNLOAD\Outbreak-Ch3-pc\Outbreak-Ch.3-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 235, in renpy.display.render.render
  File "H:\DOWNLOAD\Outbreak-Ch3-pc\Outbreak-Ch.3-pc\renpy\display\image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "H:\DOWNLOAD\Outbreak-Ch3-pc\Outbreak-Ch.3-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "H:\DOWNLOAD\Outbreak-Ch3-pc\Outbreak-Ch.3-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "H:\DOWNLOAD\Outbreak-Ch3-pc\Outbreak-Ch.3-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "H:\DOWNLOAD\Outbreak-Ch3-pc\Outbreak-Ch.3-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "H:\DOWNLOAD\Outbreak-Ch3-pc\Outbreak-Ch.3-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file '2.png'.

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Outbreak Ch.3
Tue Sep 10 18:59:50 2019
 

RoadWulf

Engaged Member
Nov 18, 2018
3,976
7,924
play it for yourself, my game is not sandbox or anything like that to make it longers its all renders, people will complain about the shortness but have no clue how much work it is to make.
Actually I do, I spend a good deal of time talking to a lot of Devs, and I'm telling you right now that players prefer you put out something long and good rather than short and quick.

Tide your fans over with special renders or preview shots, but make your story large and engaging. Don't just flash a lot of skin and skimp on the story or you might as well have created a Render Picture Book.
 

m1ke

New Member
Aug 21, 2018
14
43
I can't wait the link to be fixed, so I tried fixing the shower scene myself, and it worked out for me.

For anyone else getting the "can't find 2.png" error for the shower scene go open the

Code:
\game\script.rpy
go to line 417 (or ctrl + f "image fb11"),
highlight line 417 - 431 (or until "image showerfb3="),
and switch those lines to the following:

Code:
        image fb11="1.jpg"
        image fb22="2.jpg"
        image fb33="3.jpg"
        image fb44="4.jpg"
        image fb55="5.jpg"
        image fb66="6.jpg"
        image fb77="7.jpg"
        image fb88="8.jpg"
        image fb99="9.jpg"
        image dfuck1="ddfuck2.png"
        image dfuck11="dfuck3.png"
        image showerfb="showerfb.jpg"
        image showerfb1="showerfb1.jpg"
        image showerfb2="showerfb2.jpg"
        image showerfb3="showerfb.jpg"
 

the66

beware, the germans are cumming
Modder
Respected User
Donor
Jan 27, 2017
7,594
23,529
here is my unofficial android port of Outbreak Prologue Complete.
You don't have permission to view the spoiler content. Log in or register now.

from now on my android ports of Ren'Py games have a 2nd, persistent save location like windows. if you uninstall an app, the save files and persistent data remain intact.
therefore the app needs the permission to access the public external storage, because it has to read and write outside its own external storage directories.
you have to grant the permission or the app is shut down.

have fun and please report problems (you can reach me ).
updated: 29.06.2020
 
Last edited:

bas

retired
Respected User
Donor
Former Staff
May 6, 2017
3,987
30,352
Here's my crunched version.

Image/audio/video quality is reduced to make shit smaller. This is not a perfect process and sometimes can break a game. You've been warned so no bitching.

Outbreak [Ch. 3 Fix] [GM Gaming] - Original Size: 1.06GB

Download PC (128MB): - - -

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

joe316

Member
Dec 3, 2016
431
278
Same exact problem. Entered shower with Jess then................................
Rolled back and chose "Settle in" no errors so far on that choice.. Guess shower scene was too lewd to see.......
Yeah that part of the game is broken for me as well. Have to skip that scene.
 

ThunderRob

Devoted Member
May 10, 2018
9,497
26,475
Jess' hairstyle in the flashbacks really works well...she looks top ten dame with it....issue i have is..tighten up your code..this is laggy AF and freezes up almost with its inability to play nice with memory..lol
 

jish55

Well-Known Member
Nov 23, 2017
1,623
3,660
I knew we couldn't trust Diana, and just want to off her. Other than that though, as always, great chapter, but way to short :(.
 

Ragnar

Super User
Respected User
Aug 5, 2016
4,574
12,337
play it for yourself, my game is not sandbox or anything like that to make it longers its all renders, people will complain about the shortness but have no clue how much work it is to make.
We know renders take time, maybe you can add more text to every scene with the same renders, some nip VNs use blank screens or one single image and walls of text when they want to dump some info.
Anyways the story is engaging so far, models can use some variety but thick is fine with me too.
 

Silver

Regular
Donor
Aug 5, 2016
1,016
2,831
play it for yourself, my game is not sandbox or anything like that to make it longers its all renders, people will complain about the shortness but have no clue how much work it is to make.
I appreciate you for not making a sandbox game. I will certainly try it out when there are enough content. I wish you all the best for the development of your game.
 
3.70 star(s) 20 Votes