akai is done yayyy

and with that all of the main routes are done. next up will be putting all of the actual assets in and also the secret endings. wahoo
This commit is contained in:
2025-01-12 17:37:18 +02:00
parent 5496b76370
commit 7eb9cd242b
40 changed files with 1522 additions and 470 deletions

View File

@@ -2,9 +2,9 @@
errors listed below, and try again. errors listed below, and try again.
File "game/shiro_route.rpy", line 221: expected simple expression File "game/akai_route.rpy", line 395: play requires a file
stop music fadeout play bgm_convention
^ ^
Ren'Py Version: Ren'Py 8.3.2.24090902 Ren'Py Version: Ren'Py 8.3.2.24090902
Mon Jan 6 22:20:57 2025 Sun Jan 12 14:45:42 2025

Binary file not shown.

1339
game/akai_route.rpy Normal file

File diff suppressed because it is too large Load Diff

BIN
game/akai_route.rpyc Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
game/audio/sfx_phone.mp3 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,11 +1,11 @@
renpy.ftl
renpy.geometry renpy.texture
renpy.geometry renpy.solid renpy.geometry renpy.solid
renpy.matrixcolor renpy.texture
renpy.texture renpy.texture
renpy.geometry renpy.matrixcolor renpy.texture renpy.geometry renpy.matrixcolor renpy.texture
renpy.dissolve renpy.geometry
renpy.alpha renpy.texture
renpy.alpha renpy.geometry renpy.texture

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

BIN
game/images/aoi laugh.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

BIN
game/images/bg_con_info.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
game/images/cg_akai_bad.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 976 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 864 KiB

BIN
game/saves/1-4-LT1.save Normal file

Binary file not shown.

BIN
game/saves/1-5-LT1.save Normal file

Binary file not shown.

BIN
game/saves/1-6-LT1.save Normal file

Binary file not shown.

BIN
game/saves/2-1-LT1.save Normal file

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.

View File

@@ -1,4 +1,4 @@
# The script of the game goes in this file. # The script of the game goes in this file.
# Change text direction to rtl: # Change text direction to rtl:
init python: init python:
@@ -18,14 +18,25 @@ define p = Character("אתם", color= "#80ff75")
# secondary characters / npcs # secondary characters / npcs
define m = Character("מתנדב", color= "#00704f") define m = Character("מתנדב", color= "#00704f")
define m2 = Character("מתנדבת", color= "#00704f")
define st = Character("אדם זר", color= "#00704f") define st = Character("אדם זר", color= "#00704f")
define am = Character("עמית נדבת", color= "#00704f") define am = Character("עמית נדבת", color= "#00704f")
define vip = Character("ורוניקה איזבלה פרלוב", color= "#00704f",what_font="MPLUSRounded1c-Regular.ttf")
define shp = Character("מוכר", color= "#00704f") define shp = Character("מוכר", color= "#00704f")
define mtt = Character("המנחה", color= "#00704f") define mtt = Character("המנחה", color= "#00704f")
define jdg = Character("שופטת", color= "#00704f") define jdg = Character("שופטת", color= "#00704f")
define emi = Character("אמה ועידו", color= "#00704f") define emi = Character("אמה ועידו", color= "#00704f")
define con = Character("באי הכנס", color= "#00704f") define con = Character("באי הכנס", color= "#00704f")
define cwd = Character("קהל", color= "#00704f") define cwd = Character("קהל", color= "#00704f")
define hr = Character("מאשה ביינוש", color= "#00704f")
define tl = Character("מתורגמן", color= "#00704f")
define kid1 = Character("ילד בקוספליי של פיראט עם כובע קש", color= "#00704f")
define kid2 = Character("נערה בקוספליי של איידולית עם כוכבים בעיניים", color= "#00704f")
define mom = Character("ילדים ואימם", color= "#00704f")
define mom2 = Character("אמא של הילדים", color= "#00704f")
define stf = Character("חברי סגל", color= "#00704f")
# letter - novel mode # letter - novel mode
@@ -479,10 +490,6 @@ label start:
##################################### #####################################
## Akai Route
label akai_route:
return
## True (Good) Ending ## True (Good) Ending
label true_ending: label true_ending:
return return

Binary file not shown.

Binary file not shown.

582
log.txt
View File

@@ -1,37 +1,20 @@
2025-01-07 12:48:21 UTC 2025-01-12 12:45:41 UTC
Windows-10-10.0.19045 Windows-10-10.0.19045
Ren'Py 8.3.2.24090902 Ren'Py 8.3.2.24090902
Early init took 0.12s Early init took 0.11s
Loading error handling took 0.23s Loading error handling took 0.08s
Loading script took 1.90s Loading script took 0.80s
Loading save slot metadata took 0.37s Loading save slot metadata took 0.41s
Loading persistent took 0.00s Loading persistent took 0.00s
Running init code took 0.36s
Loading analysis data took 0.03s File "game/akai_route.rpy", line 395: play requires a file
Analyze and compile ATL took 0.01s play bgm_convention
Reloading save slot metadata took 0.34s ^
Index archives took 0.00s
Backing up script files to 'C:\\Users\\David\\AppData\\Roaming/RenPy/backups\\otomai':
Dump and make backups took 0.09s
Cleaning cache took 0.00s
Making clean stores took 0.00s
Initial gc took 0.09s
DPI scale factor: 1.000000 DPI scale factor: 1.000000
nvdrs: Loaded, about to disable thread optimizations. nvdrs: Loaded, about to disable thread optimizations.
nvdrs: Disabled thread optimizations. nvdrs: Disabled thread optimizations.
Creating interface object took 0.44s Interface start took 0.39s
Cleaning stores took 0.00s
Init translation took 0.05s
Build styles took 0.00s
Load screen analysis took 0.01s
Analyze screens took 0.02s
Save screen analysis took 0.02s
Prepare screens took 0.09s
Save pyanalysis. took 0.02s
Save bytecode. took 0.03s
Running _start took 0.00s
Interface start took 0.07s
Initializing gl2 renderer: Initializing gl2 renderer:
primary display bounds: (0, 0, 1920, 1080) primary display bounds: (0, 0, 1920, 1080)
@@ -43,40 +26,52 @@ Version: b'4.6.0 NVIDIA 566.14'
Display Info: None Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978) Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978)
Maximum texture size: 4096x4096 Maximum texture size: 4096x4096
Full traceback:
File "game/shiro_route.rpy", line 503, in script
ak think "דברים נשברים בכנס כל הזמן, אני בטוח שיש דרך לתקן גם נעל."
File "E:\renpy-8.3.2-sdk\renpy\ast.py", line 2573, in execute
Say.execute(self)
File "E:\renpy-8.3.2-sdk\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:\renpy-8.3.2-sdk\renpy\exports\sayexports.py", line 132, in say
who(what, *args, **kwargs)
File "E:\renpy-8.3.2-sdk\renpy\character.py", line 1393, in __call__
old_attr_state = self.handle_say_attributes(False, interact)
File "E:\renpy-8.3.2-sdk\renpy\character.py", line 1212, in handle_say_attributes
if self.resolve_say_attributes(predicting, attrs):
File "E:\renpy-8.3.2-sdk\renpy\character.py", line 1168, in resolve_say_attributes
renpy.exports.show(show_image)
File "E:\renpy-8.3.2-sdk\renpy\exports\displayexports.py", line 477, in show
if not base.find_target() and renpy.config.missing_show:
File "E:\renpy-8.3.2-sdk\renpy\display\image.py", line 421, in find_target
self.target = target._duplicate(a)
File "E:\renpy-8.3.2-sdk\renpy\display\displayable.py", line 249, in _duplicate
args.extraneous()
File "E:\renpy-8.3.2-sdk\renpy\display\displayable.py", line 109, in extraneous
raise Exception("Image '{}' does not accept attributes '{}'.".format(
Exception: Image 'akai' does not accept attributes 'think'.
While running game code:
File "game/shiro_route.rpy", line 503, in script
ak think "דברים נשברים בכנס כל הזמן, אני בטוח שיש דרך לתקן גם נעל."
Exception: Image 'akai' does not accept attributes 'think'.
Resetting cache. Resetting cache.
Early init took 241.98s Early init took 30.86s
Loading error handling took 0.04s Loading error handling took 0.02s
Loading script took 0.15s Loading script took 0.54s
Loading save slot metadata took 0.05s
Loading persistent took 0.00s
Running init code took 0.18s
Loading analysis data took 0.03s
Analyze and compile ATL took 0.01s
Reloading save slot metadata took 0.31s
Index archives took 0.00s
Backing up script files to 'C:\\Users\\David\\AppData\\Roaming/RenPy/backups\\otomai':
Dump and make backups took 0.09s
Cleaning cache took 0.00s
Making clean stores took 0.00s
Initial gc took 0.05s
DPI scale factor: 1.000000
nvdrs: Loaded, about to disable thread optimizations.
nvdrs: Disabled thread optimizations.
Creating interface object took 0.27s
Cleaning stores took 0.00s
Init translation took 0.07s
Build styles took 0.00s
Load screen analysis took 0.01s
Analyze screens took 0.02s
Save screen analysis took 0.02s
Prepare screens took 0.09s
Save pyanalysis. took 0.02s
Save bytecode. took 0.02s
Running _start took 0.00s
Interface start took 0.05s
Initializing gl2 renderer:
primary display bounds: (0, 0, 1920, 1080)
swap interval: 1 frames
Windowed mode.
Vendor: "b'NVIDIA Corporation'"
Renderer: b'NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2'
Version: b'4.6.0 NVIDIA 566.14'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978)
Maximum texture size: 4096x4096
Resetting cache.
Early init took 154.16s
Loading error handling took 0.03s
Loading script took 0.29s
Loading save slot metadata took 0.05s Loading save slot metadata took 0.05s
Loading persistent took 0.00s Loading persistent took 0.00s
Running init code took 0.04s Running init code took 0.04s
@@ -84,25 +79,26 @@ Loading analysis data took 0.02s
Analyze and compile ATL took 0.00s Analyze and compile ATL took 0.00s
Reloading save slot metadata took 0.04s Reloading save slot metadata took 0.04s
Index archives took 0.00s Index archives took 0.00s
Dump and make backups took 0.08s Backing up script files to 'C:\\Users\\David\\AppData\\Roaming/RenPy/backups\\otomai':
Dump and make backups took 0.09s
Cleaning cache took 0.00s Cleaning cache took 0.00s
Making clean stores took 0.00s Making clean stores took 0.00s
Initial gc took 0.08s Initial gc took 0.06s
DPI scale factor: 1.000000 DPI scale factor: 1.000000
nvdrs: Loaded, about to disable thread optimizations. nvdrs: Loaded, about to disable thread optimizations.
nvdrs: Disabled thread optimizations. nvdrs: Disabled thread optimizations.
Creating interface object took 0.32s Creating interface object took 0.26s
Cleaning stores took 0.00s Cleaning stores took 0.00s
Init translation took 0.05s Init translation took 0.05s
Build styles took 0.00s Build styles took 0.00s
Load screen analysis took 0.04s Load screen analysis took 0.00s
Analyze screens took 0.00s Analyze screens took 0.02s
Save screen analysis took 0.00s Save screen analysis took 0.02s
Prepare screens took 0.09s Prepare screens took 0.09s
Save pyanalysis. took 0.00s Save pyanalysis. took 0.00s
Save bytecode. took 0.00s Save bytecode. took 0.02s
Running _start took 0.00s Running _start took 0.00s
Interface start took 0.07s Interface start took 0.06s
Initializing gl2 renderer: Initializing gl2 renderer:
primary display bounds: (0, 0, 1920, 1080) primary display bounds: (0, 0, 1920, 1080)
@@ -115,9 +111,9 @@ Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978) Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978)
Maximum texture size: 4096x4096 Maximum texture size: 4096x4096
Resetting cache. Resetting cache.
Early init took 305.81s Early init took 168.27s
Loading error handling took 0.04s Loading error handling took 0.03s
Loading script took 0.24s Loading script took 0.30s
Loading save slot metadata took 0.05s Loading save slot metadata took 0.05s
Loading persistent took 0.00s Loading persistent took 0.00s
Running init code took 0.05s Running init code took 0.05s
@@ -133,7 +129,7 @@ Initial gc took 0.08s
DPI scale factor: 1.000000 DPI scale factor: 1.000000
nvdrs: Loaded, about to disable thread optimizations. nvdrs: Loaded, about to disable thread optimizations.
nvdrs: Disabled thread optimizations. nvdrs: Disabled thread optimizations.
Creating interface object took 0.30s Creating interface object took 0.26s
Cleaning stores took 0.00s Cleaning stores took 0.00s
Init translation took 0.05s Init translation took 0.05s
Build styles took 0.00s Build styles took 0.00s
@@ -157,9 +153,9 @@ Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978) Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978)
Maximum texture size: 4096x4096 Maximum texture size: 4096x4096
Resetting cache. Resetting cache.
Early init took 327.61s Early init took 261.71s
Loading error handling took 0.03s Loading error handling took 0.03s
Loading script took 0.25s Loading script took 0.28s
Loading save slot metadata took 0.05s Loading save slot metadata took 0.05s
Loading persistent took 0.00s Loading persistent took 0.00s
Running init code took 0.04s Running init code took 0.04s
@@ -171,11 +167,11 @@ Backing up script files to 'C:\\Users\\David\\AppData\\Roaming/RenPy/backups\\ot
Dump and make backups took 0.08s Dump and make backups took 0.08s
Cleaning cache took 0.00s Cleaning cache took 0.00s
Making clean stores took 0.00s Making clean stores took 0.00s
Initial gc took 0.09s Initial gc took 0.08s
DPI scale factor: 1.000000 DPI scale factor: 1.000000
nvdrs: Loaded, about to disable thread optimizations. nvdrs: Loaded, about to disable thread optimizations.
nvdrs: Disabled thread optimizations. nvdrs: Disabled thread optimizations.
Creating interface object took 0.30s Creating interface object took 0.26s
Cleaning stores took 0.00s Cleaning stores took 0.00s
Init translation took 0.06s Init translation took 0.06s
Build styles took 0.00s Build styles took 0.00s
@@ -198,375 +194,41 @@ Version: b'4.6.0 NVIDIA 566.14'
Display Info: None Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978) Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978)
Maximum texture size: 4096x4096 Maximum texture size: 4096x4096
Full traceback:
File "game/akai_route.rpy", line 771, in script
hr "כן, היא שינתה את השם שלה לשם הדמות האהובה עליה. זה אולי לא נשמע יפני, אבל זה 100% יפני ובכלל לא מזויף."
File "E:\renpy-8.3.2-sdk\renpy\ast.py", line 2573, in execute
Say.execute(self)
File "E:\renpy-8.3.2-sdk\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:\renpy-8.3.2-sdk\renpy\exports\sayexports.py", line 121, in say
what = what % tag_quoting_dict
ValueError: unsupported format character '?' (0x5d9) at index 82
While running game code:
File "game/akai_route.rpy", line 771, in script
hr "כן, היא שינתה את השם שלה לשם הדמות האהובה עליה. זה אולי לא נשמע יפני, אבל זה 100% יפני ובכלל לא מזויף."
ValueError: unsupported format character '?' (0x5d9) at index 82
Resetting cache. Resetting cache.
Early init took 373.91s Early init took 575.06s
Loading error handling took 0.02s Loading error handling took 0.02s
Loading script took 0.24s Loading script took 0.19s
Loading save slot metadata took 0.05s
Loading persistent took 0.00s
Running init code took 0.05s
Loading analysis data took 0.02s
Analyze and compile ATL took 0.00s
Reloading save slot metadata took 0.04s
Index archives took 0.00s
Backing up script files to 'C:\\Users\\David\\AppData\\Roaming/RenPy/backups\\otomai':
Dump and make backups took 0.08s
Cleaning cache took 0.00s
Making clean stores took 0.00s
Initial gc took 0.09s
DPI scale factor: 1.000000
nvdrs: Loaded, about to disable thread optimizations.
nvdrs: Disabled thread optimizations.
Creating interface object took 0.34s
Cleaning stores took 0.00s
Init translation took 0.05s
Build styles took 0.00s
Load screen analysis took 0.00s
Analyze screens took 0.02s
Save screen analysis took 0.02s
Prepare screens took 0.09s
Save pyanalysis. took 0.00s
Save bytecode. took 0.02s
Running _start took 0.00s
Interface start took 0.06s
Initializing gl2 renderer:
primary display bounds: (0, 0, 1920, 1080)
swap interval: 1 frames
Windowed mode.
Vendor: "b'NVIDIA Corporation'"
Renderer: b'NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2'
Version: b'4.6.0 NVIDIA 566.14'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978)
Maximum texture size: 4096x4096
Resetting cache.
Early init took 375.93s
Loading error handling took 0.03s
Loading script took 0.26s
Loading save slot metadata took 0.05s Loading save slot metadata took 0.05s
Loading persistent took 0.00s Loading persistent took 0.00s
Running init code took 0.04s Running init code took 0.04s
Loading analysis data took 0.02s Loading analysis data took 0.02s
Analyze and compile ATL took 0.00s Analyze and compile ATL took 0.00s
Reloading save slot metadata took 0.04s Reloading save slot metadata took 0.05s
Index archives took 0.00s
Backing up script files to 'C:\\Users\\David\\AppData\\Roaming/RenPy/backups\\otomai':
Dump and make backups took 0.09s
Cleaning cache took 0.00s
Making clean stores took 0.00s
Initial gc took 0.09s
DPI scale factor: 1.000000
nvdrs: Loaded, about to disable thread optimizations.
nvdrs: Disabled thread optimizations.
Creating interface object took 0.31s
Cleaning stores took 0.00s
Init translation took 0.05s
Build styles took 0.00s
Load screen analysis took 0.00s
Analyze screens took 0.02s
Save screen analysis took 0.02s
Prepare screens took 0.09s
Save pyanalysis. took 0.00s
Save bytecode. took 0.02s
Running _start took 0.00s
Interface start took 0.05s
Initializing gl2 renderer:
primary display bounds: (0, 0, 1920, 1080)
swap interval: 1 frames
Windowed mode.
Vendor: "b'NVIDIA Corporation'"
Renderer: b'NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2'
Version: b'4.6.0 NVIDIA 566.14'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978)
Maximum texture size: 4096x4096
Resetting cache.
Early init took 419.44s
Loading error handling took 0.03s
Loading script took 0.25s
Loading save slot metadata took 0.05s
Loading persistent took 0.00s
Running init code took 0.05s
Loading analysis data took 0.02s
Analyze and compile ATL took 0.00s
Reloading save slot metadata took 0.04s
Index archives took 0.00s
Backing up script files to 'C:\\Users\\David\\AppData\\Roaming/RenPy/backups\\otomai':
Dump and make backups took 0.09s
Cleaning cache took 0.00s
Making clean stores took 0.00s
Initial gc took 0.09s
DPI scale factor: 1.000000
nvdrs: Loaded, about to disable thread optimizations.
nvdrs: Disabled thread optimizations.
Creating interface object took 0.50s
Cleaning stores took 0.00s
Init translation took 0.06s
Build styles took 0.01s
Load screen analysis took 0.00s
Analyze screens took 0.02s
Save screen analysis took 0.02s
Prepare screens took 0.10s
Save pyanalysis. took 0.00s
Save bytecode. took 0.02s
Running _start took 0.00s
Interface start took 0.06s
Initializing gl2 renderer:
primary display bounds: (0, 0, 1920, 1080)
swap interval: 1 frames
Windowed mode.
Vendor: "b'NVIDIA Corporation'"
Renderer: b'NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2'
Version: b'4.6.0 NVIDIA 566.14'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978)
Maximum texture size: 4096x4096
Resetting cache.
Early init took 433.43s
Loading error handling took 0.02s
Loading script took 0.25s
Loading save slot metadata took 0.05s
Loading persistent took 0.00s
Running init code took 0.05s
Loading analysis data took 0.02s
Analyze and compile ATL took 0.00s
Reloading save slot metadata took 0.04s
Index archives took 0.00s
Backing up script files to 'C:\\Users\\David\\AppData\\Roaming/RenPy/backups\\otomai':
Dump and make backups took 0.08s
Cleaning cache took 0.00s
Making clean stores took 0.00s
Initial gc took 0.09s
DPI scale factor: 1.000000
nvdrs: Loaded, about to disable thread optimizations.
nvdrs: Disabled thread optimizations.
Creating interface object took 0.33s
Cleaning stores took 0.00s
Init translation took 0.05s
Build styles took 0.00s
Load screen analysis took 0.00s
Analyze screens took 0.02s
Save screen analysis took 0.02s
Prepare screens took 0.09s
Save pyanalysis. took 0.00s
Save bytecode. took 0.02s
Running _start took 0.00s
Interface start took 0.06s
Initializing gl2 renderer:
primary display bounds: (0, 0, 1920, 1080)
swap interval: 1 frames
Windowed mode.
Vendor: "b'NVIDIA Corporation'"
Renderer: b'NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2'
Version: b'4.6.0 NVIDIA 566.14'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978)
Maximum texture size: 4096x4096
Cleaning stores took 0.00s
Init translation took 0.00s
Build styles took 0.00s
Load screen analysis took 0.03s
Analyze screens took 0.00s
Prepare screens took 0.00s
Running _start took 0.00s
Resetting cache.
Early init took 526.01s
Loading error handling took 0.03s
Loading script took 0.25s
Loading save slot metadata took 0.05s
Loading persistent took 0.00s
Running init code took 0.04s
Loading analysis data took 0.02s
Analyze and compile ATL took 0.00s
Reloading save slot metadata took 0.04s
Index archives took 0.00s
Backing up script files to 'C:\\Users\\David\\AppData\\Roaming/RenPy/backups\\otomai':
Dump and make backups took 0.08s
Cleaning cache took 0.00s
Making clean stores took 0.00s
Initial gc took 0.10s
DPI scale factor: 1.000000
nvdrs: Loaded, about to disable thread optimizations.
nvdrs: Disabled thread optimizations.
Creating interface object took 0.30s
Cleaning stores took 0.00s
Init translation took 0.05s
Build styles took 0.00s
Load screen analysis took 0.00s
Analyze screens took 0.02s
Save screen analysis took 0.02s
Prepare screens took 0.09s
Save pyanalysis. took 0.00s
Save bytecode. took 0.02s
Running _start took 0.00s
Interface start took 0.05s
Initializing gl2 renderer:
primary display bounds: (0, 0, 1920, 1080)
swap interval: 1 frames
Windowed mode.
Vendor: "b'NVIDIA Corporation'"
Renderer: b'NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2'
Version: b'4.6.0 NVIDIA 566.14'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978)
Maximum texture size: 4096x4096
Resetting cache.
Early init took 566.13s
Loading error handling took 0.03s
Loading script took 0.25s
Loading save slot metadata took 0.05s
Loading persistent took 0.00s
Running init code took 0.04s
Loading analysis data took 0.02s
Analyze and compile ATL took 0.00s
Reloading save slot metadata took 0.07s
Index archives took 0.00s
Backing up script files to 'C:\\Users\\David\\AppData\\Roaming/RenPy/backups\\otomai':
Dump and make backups took 0.12s
Cleaning cache took 0.00s
Making clean stores took 0.00s
Initial gc took 0.10s
DPI scale factor: 1.000000
nvdrs: Loaded, about to disable thread optimizations.
nvdrs: Disabled thread optimizations.
Creating interface object took 0.30s
Cleaning stores took 0.00s
Init translation took 0.05s
Build styles took 0.00s
Load screen analysis took 0.00s
Analyze screens took 0.02s
Save screen analysis took 0.02s
Prepare screens took 0.09s
Save pyanalysis. took 0.00s
Save bytecode. took 0.02s
Running _start took 0.00s
Interface start took 0.06s
Initializing gl2 renderer:
primary display bounds: (0, 0, 1920, 1080)
swap interval: 1 frames
Windowed mode.
Vendor: "b'NVIDIA Corporation'"
Renderer: b'NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2'
Version: b'4.6.0 NVIDIA 566.14'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978)
Maximum texture size: 4096x4096
Resetting cache.
Early init took 583.41s
Loading error handling took 0.02s
Loading script took 0.24s
Loading save slot metadata took 0.05s
Loading persistent took 0.00s
Running init code took 0.05s
Loading analysis data took 0.02s
Analyze and compile ATL took 0.00s
Reloading save slot metadata took 0.04s
Index archives took 0.00s
Backing up script files to 'C:\\Users\\David\\AppData\\Roaming/RenPy/backups\\otomai':
Dump and make backups took 0.08s
Cleaning cache took 0.00s
Making clean stores took 0.00s
Initial gc took 0.09s
DPI scale factor: 1.000000
nvdrs: Loaded, about to disable thread optimizations.
nvdrs: Disabled thread optimizations.
Creating interface object took 0.30s
Cleaning stores took 0.00s
Init translation took 0.05s
Build styles took 0.00s
Load screen analysis took 0.00s
Analyze screens took 0.02s
Save screen analysis took 0.02s
Prepare screens took 0.09s
Save pyanalysis. took 0.00s
Save bytecode. took 0.02s
Running _start took 0.00s
Interface start took 0.06s
Initializing gl2 renderer:
primary display bounds: (0, 0, 1920, 1080)
swap interval: 1 frames
Windowed mode.
Vendor: "b'NVIDIA Corporation'"
Renderer: b'NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2'
Version: b'4.6.0 NVIDIA 566.14'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978)
Maximum texture size: 4096x4096
Resetting cache.
Early init took 592.92s
Loading error handling took 0.03s
Loading script took 0.24s
Loading save slot metadata took 0.05s
Loading persistent took 0.00s
Running init code took 0.04s
Loading analysis data took 0.02s
Analyze and compile ATL took 0.00s
Reloading save slot metadata took 0.04s
Index archives took 0.00s
Backing up script files to 'C:\\Users\\David\\AppData\\Roaming/RenPy/backups\\otomai':
Dump and make backups took 0.08s
Cleaning cache took 0.00s
Making clean stores took 0.00s
Initial gc took 0.09s
DPI scale factor: 1.000000
nvdrs: Loaded, about to disable thread optimizations.
nvdrs: Disabled thread optimizations.
Creating interface object took 0.30s
Cleaning stores took 0.00s
Init translation took 0.06s
Build styles took 0.00s
Load screen analysis took 0.00s
Analyze screens took 0.02s
Save screen analysis took 0.02s
Prepare screens took 0.09s
Save pyanalysis. took 0.00s
Save bytecode. took 0.02s
Running _start took 0.00s
Interface start took 0.06s
Initializing gl2 renderer:
primary display bounds: (0, 0, 1920, 1080)
swap interval: 1 frames
Windowed mode.
Vendor: "b'NVIDIA Corporation'"
Renderer: b'NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2'
Version: b'4.6.0 NVIDIA 566.14'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978)
Maximum texture size: 4096x4096
Cleaning stores took 0.00s
Init translation took 0.00s
Build styles took 0.00s
Load screen analysis took 0.03s
Analyze screens took 0.00s
Prepare screens took 0.00s
Running _start took 0.00s
Resetting cache.
Early init took 648.94s
Loading error handling took 0.03s
Loading script took 0.17s
Loading save slot metadata took 0.05s
Loading persistent took 0.00s
Running init code took 0.04s
Loading analysis data took 0.02s
Analyze and compile ATL took 0.00s
Reloading save slot metadata took 0.04s
Index archives took 0.00s Index archives took 0.00s
Dump and make backups took 0.08s Dump and make backups took 0.08s
Cleaning cache took 0.00s Cleaning cache took 0.00s
Making clean stores took 0.00s Making clean stores took 0.00s
Initial gc took 0.09s Initial gc took 0.08s
DPI scale factor: 1.000000 DPI scale factor: 1.000000
nvdrs: Loaded, about to disable thread optimizations. nvdrs: Loaded, about to disable thread optimizations.
nvdrs: Disabled thread optimizations. nvdrs: Disabled thread optimizations.
Creating interface object took 0.31s Creating interface object took 0.27s
Cleaning stores took 0.00s Cleaning stores took 0.00s
Init translation took 0.06s Init translation took 0.06s
Build styles took 0.00s Build styles took 0.00s
@@ -589,3 +251,61 @@ Version: b'4.6.0 NVIDIA 566.14'
Display Info: None Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978) Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978)
Maximum texture size: 4096x4096 Maximum texture size: 4096x4096
Full traceback:
File "game/akai_route.rpy", line 771, in script
hr "כן, היא שינתה את השם שלה לשם הדמות האהובה עליה. זה אולי לא נשמע יפני, אבל זה 100% יפני ובכלל לא מזויף."
File "E:\renpy-8.3.2-sdk\renpy\ast.py", line 2573, in execute
Say.execute(self)
File "E:\renpy-8.3.2-sdk\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:\renpy-8.3.2-sdk\renpy\exports\sayexports.py", line 121, in say
what = what % tag_quoting_dict
ValueError: unsupported format character '?' (0x5d9) at index 82
While running game code:
File "game/akai_route.rpy", line 771, in script
hr "כן, היא שינתה את השם שלה לשם הדמות האהובה עליה. זה אולי לא נשמע יפני, אבל זה 100% יפני ובכלל לא מזויף."
ValueError: unsupported format character '?' (0x5d9) at index 82
Resetting cache.
Early init took 607.16s
Loading error handling took 0.02s
Loading script took 0.32s
Loading save slot metadata took 0.05s
Loading persistent took 0.00s
Running init code took 0.04s
Loading analysis data took 0.02s
Analyze and compile ATL took 0.00s
Reloading save slot metadata took 0.05s
Index archives took 0.00s
Backing up script files to 'C:\\Users\\David\\AppData\\Roaming/RenPy/backups\\otomai':
Dump and make backups took 0.08s
Cleaning cache took 0.00s
Making clean stores took 0.00s
Initial gc took 0.08s
DPI scale factor: 1.000000
nvdrs: Loaded, about to disable thread optimizations.
nvdrs: Disabled thread optimizations.
Creating interface object took 0.26s
Cleaning stores took 0.00s
Init translation took 0.06s
Build styles took 0.00s
Load screen analysis took 0.00s
Analyze screens took 0.02s
Save screen analysis took 0.02s
Prepare screens took 0.09s
Save pyanalysis. took 0.00s
Save bytecode. took 0.02s
Running _start took 0.00s
Interface start took 0.06s
Initializing gl2 renderer:
primary display bounds: (0, 0, 1920, 1080)
swap interval: 1 frames
Windowed mode.
Vendor: "b'NVIDIA Corporation'"
Renderer: b'NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2'
Version: b'4.6.0 NVIDIA 566.14'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978)
Maximum texture size: 4096x4096

View File

@@ -1,38 +1,24 @@
I'm sorry, but an uncaught exception occurred. I'm sorry, but an uncaught exception occurred.
While running game code: While running game code:
File "game/shiro_route.rpy", line 503, in script File "game/akai_route.rpy", line 771, in script
ak think "דברים נשברים בכנס כל הזמן, אני בטוח שיש דרך לתקן גם נעל." hr "כן, היא שינתה את השם שלה לשם הדמות האהובה עליה. זה אולי לא נשמע יפני, אבל זה 100% יפני ובכלל לא מזויף."
Exception: Image 'akai' does not accept attributes 'think'. ValueError: unsupported format character '?' (0x5d9) at index 82
-- Full Traceback ------------------------------------------------------------ -- Full Traceback ------------------------------------------------------------
Full traceback: Full traceback:
File "game/shiro_route.rpy", line 503, in script File "game/akai_route.rpy", line 771, in script
ak think "דברים נשברים בכנס כל הזמן, אני בטוח שיש דרך לתקן גם נעל." hr "כן, היא שינתה את השם שלה לשם הדמות האהובה עליה. זה אולי לא נשמע יפני, אבל זה 100% יפני ובכלל לא מזויף."
File "E:\renpy-8.3.2-sdk\renpy\ast.py", line 2573, in execute File "E:\renpy-8.3.2-sdk\renpy\ast.py", line 2573, in execute
Say.execute(self) Say.execute(self)
File "E:\renpy-8.3.2-sdk\renpy\ast.py", line 615, in execute File "E:\renpy-8.3.2-sdk\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs) renpy.exports.say(who, what, *args, **kwargs)
File "E:\renpy-8.3.2-sdk\renpy\exports\sayexports.py", line 132, in say File "E:\renpy-8.3.2-sdk\renpy\exports\sayexports.py", line 121, in say
who(what, *args, **kwargs) what = what % tag_quoting_dict
File "E:\renpy-8.3.2-sdk\renpy\character.py", line 1393, in __call__ ValueError: unsupported format character '?' (0x5d9) at index 82
old_attr_state = self.handle_say_attributes(False, interact)
File "E:\renpy-8.3.2-sdk\renpy\character.py", line 1212, in handle_say_attributes
if self.resolve_say_attributes(predicting, attrs):
File "E:\renpy-8.3.2-sdk\renpy\character.py", line 1168, in resolve_say_attributes
renpy.exports.show(show_image)
File "E:\renpy-8.3.2-sdk\renpy\exports\displayexports.py", line 477, in show
if not base.find_target() and renpy.config.missing_show:
File "E:\renpy-8.3.2-sdk\renpy\display\image.py", line 421, in find_target
self.target = target._duplicate(a)
File "E:\renpy-8.3.2-sdk\renpy\display\displayable.py", line 249, in _duplicate
args.extraneous()
File "E:\renpy-8.3.2-sdk\renpy\display\displayable.py", line 109, in extraneous
raise Exception("Image '{}' does not accept attributes '{}'.".format(
Exception: Image 'akai' does not accept attributes 'think'.
Windows-10-10.0.19045 AMD64 Windows-10-10.0.19045 AMD64
Ren'Py 8.3.2.24090902 Ren'Py 8.3.2.24090902
Otomai 1.0 Otomai 1.0
Tue Jan 7 14:50:17 2025 Sun Jan 12 14:55:17 2025