Polishing alotl

This commit is contained in:
Map
2022-03-05 03:56:23 -06:00
parent 8044761289
commit 7d8508eff3
36 changed files with 590 additions and 224 deletions

View File

@ -2,25 +2,9 @@
errors listed below, and try again.
File "game/script.rpy", line 99: if statement expects a non-empty block.
if lewd:
^
File "game/script.rpy", line 38: expected ':' not found.
label replayStart
^
File "game/script.rpy", line 101: expected statement.
else:
^
File "game/script.rpy", line 1228: if statement expects a non-empty block.
if lewd:
^
File "game/script.rpy", line 1230: expected statement.
else:
^
File "game/script.rpy", line 1346: else clause expects a non-empty block.
else:
^
Ren'Py Version: Ren'Py 7.4.9.2142
Fri Mar 4 11:49:42 2022
Ren'Py Version: Ren'Py 7.4.11.2266
Sat Mar 5 03:32:26 2022

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -51,6 +51,10 @@ define gui.hover_muted_color = u'#7a003d'
define gui.text_color = '#ffffff'
define gui.interface_text_color = '#00000000'
define gui.text_color_outline = '#000'
## The outline
define gui.dialogue_text_outlines = [ (absolute(1.0), gui.text_color_outline, 0, 0) ]
## Fonts and Font Sizes ########################################################

Binary file not shown.

BIN
game/gui/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 674 KiB

After

Width:  |  Height:  |  Size: 642 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 643 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 672 KiB

BIN
game/images/sherest.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 675 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

59
log.txt
View File

@ -1,47 +1,34 @@
Fri Mar 4 11:57:05 2022
Darwin-17.7.0-x86_64-i386-64bit
Ren'Py 7.4.9.2142
Sat Mar 5 03:55:46 2022
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Bootstrap to the start of init.init took 0.16s
Early init took 0.01s
Loader init took 0.06s
Loading error handling took 0.06s
Loading script took 1.04s
Loading save slot metadata. took 0.07s
Bootstrap to the start of init.init took 0.06s
Early init took 0.00s
Loader init took 0.01s
Loading error handling took 0.01s
Loading script took 0.11s
Loading save slot metadata. took 0.03s
Loading persistent took 0.00s
Importing _renpysteam: ImportError('No module named _renpysteam',)
Running init code took 0.16s
Loading analysis data took 0.04s
Running init code took 0.04s
Loading analysis data took 0.01s
Analyze and compile ATL took 0.00s
Index archives took 0.00s
Backing up script files to '/Users/FieldFoxMk6/Library/RenPy/backups/She Likes You Alotl':
Dump and make backups. took 0.09s
Dump and make backups. took 0.05s
Cleaning cache took 0.00s
Making clean stores took 0.00s
Initial gc. took 0.03s
Initial gc. took 0.02s
DPI scale factor: 1.000000
Creating interface object took 0.00s
nvdrs: Loaded, about to disable thread optimizations.
nvdrs: Disabled thread optimizations.
Creating interface object took 0.24s
Cleaning stores took 0.00s
Init translation took 0.05s
Build styles took 0.01s
Load screen analysis took 0.00s
Analyze screens took 0.02s
Save screen analysis took 0.05s
Prepare screens took 0.09s
Init translation took 0.03s
Build styles took 0.00s
Load screen analysis took 0.02s
Analyze screens took 0.00s
Save screen analysis took 0.00s
Prepare screens took 0.05s
Save pyanalysis. took 0.00s
Save bytecode. took 0.03s
Running _start took 0.00s
Performance test:
Interface start took 0.33s
Initializing gl2 renderer:
primary display bounds: (0, 0, 1440, 900)
swap interval: 1 frames
Windowed mode.
Vendor: 'Intel Inc.'
Renderer: 'Intel(R) HD Graphics 6000'
Version: '2.1 INTEL-10.36.32'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1338, 753) drawable=(1338, 753)
Maximum texture size: 4096x4096
Save bytecode. took 0.00s

View File

@ -1,28 +1,70 @@
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 75, in script
scene Farelie01 at Pan((0, 1031), (0, 0), 10.0) with dissolve(0, 1031)
TypeError: 'Dissolve' object is not callable
While loading <'Image' u'images/sherunmuddyandtired.png'>:
File "renpy/common/00start.rpy", line 233, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpy", line 1505, in script
"Farelies pace starts to waver, the taxing workout throughout really hitting her now."
IOError: Couldn't find file 'images/sherunmuddyandtired.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 75, in script
scene Farelie01 at Pan((0, 1031), (0, 0), 10.0) with dissolve(0, 1031)
File "/Applications/renpy-7.4.9-sdk/renpy/ast.py", line 1443, in execute
renpy.exports.with_statement(trans, paired)
File "/Applications/renpy-7.4.9-sdk/renpy/exports.py", line 1682, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "/Applications/renpy-7.4.9-sdk/renpy/display/core.py", line 2752, in do_with
clear=clear)
File "/Applications/renpy-7.4.9-sdk/renpy/display/core.py", line 3315, in interact
File "renpy/common/00start.rpy", line 233, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpy", line 1505, in script
"Farelies pace starts to waver, the taxing workout throughout really hitting her now."
File "renpy/ast.py", line 721, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1419, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1249, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 901, in do_display
**display_args)
File "renpy/character.py", line 647, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "/Applications/renpy-7.4.9-sdk/renpy/display/core.py", line 3674, in interact_core
new_widget=layers_root)
TypeError: 'Dissolve' object is not callable
File "renpy/display/core.py", line 3839, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2565, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transform.py", line 733, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/image.py", line 501, in render
return wrap_render(self.target, width, height, st, at)
File "renpy/display/image.py", line 307, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 625, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 287, in get
surf = image.load()
File "renpy/display/im.py", line 706, in load
raise e
IOError: Couldn't find file 'images/sherunmuddyandtired.png'.
Darwin-17.7.0-x86_64-i386-64bit
Ren'Py 7.4.9.2142
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
She Likes You Alotl 1.0
Thu Mar 3 17:16:24 2022
Sat Mar 5 01:56:41 2022