Compare commits
2 Commits
c2348fa700
...
0.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ba5cefd23 | |||
| 5496b76370 |
@@ -2,9 +2,9 @@
|
||||
errors listed below, and try again.
|
||||
|
||||
|
||||
File "game/shiro_route.rpy", line 221: expected simple expression
|
||||
stop music fadeout
|
||||
File "game/akai_route.rpy", line 395: play requires a file
|
||||
play bgm_convention
|
||||
^
|
||||
|
||||
Ren'Py Version: Ren'Py 8.3.2.24090902
|
||||
Mon Jan 6 22:20:57 2025
|
||||
Sun Jan 12 14:45:42 2025
|
||||
|
||||
BIN
game/MPLUSRounded1c-Regular.ttf
Normal file
1339
game/akai_route.rpy
Normal file
BIN
game/akai_route.rpyc
Normal file
@@ -1060,6 +1060,7 @@ label aoi_route:
|
||||
"{b}בעיקרון הגעת לסוף הרע :("
|
||||
|
||||
$ persistent.aoi_ending_bad = True
|
||||
|
||||
return
|
||||
|
||||
return
|
||||
|
||||
BIN
game/audio/bgm_amaidol.mp3
Normal file
BIN
game/audio/bgm_good_ending.mp3
Normal file
BIN
game/audio/bgm_song_bad.mp3
Normal file
BIN
game/audio/bgm_song_good.mp3
Normal file
BIN
game/audio/sfx_crowd_murmur.mp3
Normal file
BIN
game/audio/sfx_phone.mp3
Normal file
BIN
game/cache/bytecode-39.rpyb
vendored
BIN
game/cache/py3analysis.rpyb
vendored
BIN
game/cache/screens.rpyb
vendored
12
game/cache/shaders.txt
vendored
@@ -1,11 +1,11 @@
|
||||
renpy.ftl
|
||||
|
||||
renpy.geometry renpy.texture
|
||||
|
||||
renpy.geometry renpy.solid
|
||||
|
||||
renpy.matrixcolor renpy.texture
|
||||
|
||||
renpy.texture
|
||||
|
||||
renpy.geometry renpy.matrixcolor renpy.texture
|
||||
|
||||
renpy.dissolve renpy.geometry
|
||||
|
||||
renpy.alpha renpy.texture
|
||||
|
||||
renpy.alpha renpy.geometry renpy.texture
|
||||
|
||||
BIN
game/images/akai happy stress.png
Normal file
|
After Width: | Height: | Size: 129 KiB |
BIN
game/images/akai serious stress.png
Normal file
|
After Width: | Height: | Size: 142 KiB |
BIN
game/images/akai serious.png
Normal file
|
After Width: | Height: | Size: 132 KiB |
BIN
game/images/aoi laugh.png
Normal file
|
After Width: | Height: | Size: 130 KiB |
BIN
game/images/bg_amaidol_crowd.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
game/images/bg_amaidol_stage.png
Normal file
|
After Width: | Height: | Size: 620 KiB |
BIN
game/images/bg_con_info.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
game/images/cg_akai_bad.png
Normal file
|
After Width: | Height: | Size: 976 KiB |
BIN
game/images/cg_akai_good.png
Normal file
|
After Width: | Height: | Size: 864 KiB |
BIN
game/images/cg_shiro_bad.jpeg
Normal file
|
After Width: | Height: | Size: 92 KiB |
BIN
game/images/cg_shiro_good.jpeg
Normal file
|
After Width: | Height: | Size: 80 KiB |
BIN
game/saves/1-4-LT1.save
Normal file
BIN
game/saves/1-5-LT1.save
Normal file
BIN
game/saves/1-6-LT1.save
Normal file
BIN
game/saves/2-1-LT1.save
Normal 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:
|
||||
init python:
|
||||
@@ -18,13 +18,25 @@ define p = Character("אתם", color= "#80ff75")
|
||||
|
||||
# secondary characters / npcs
|
||||
define m = Character("מתנדב", color= "#00704f")
|
||||
define m2 = Character("מתנדבת", color= "#00704f")
|
||||
define st = Character("אדם זר", color= "#00704f")
|
||||
define am = Character("עמית נדבת", color= "#00704f")
|
||||
define vip = Character("ורוניקה איזבלה פרלוב", color= "#00704f",what_font="MPLUSRounded1c-Regular.ttf")
|
||||
define shp = Character("מוכר", color= "#00704f")
|
||||
define mtt = Character("המנחה", color= "#00704f")
|
||||
define jdg = Character("שופטת", color= "#00704f")
|
||||
define emi = Character("אמה ועידו", color= "#00704f")
|
||||
define con = 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
|
||||
|
||||
@@ -478,10 +490,6 @@ label start:
|
||||
#####################################
|
||||
|
||||
|
||||
## Akai Route
|
||||
label akai_route:
|
||||
return
|
||||
|
||||
## True (Good) Ending
|
||||
label true_ending:
|
||||
return
|
||||
|
||||
BIN
game/script.rpyc
@@ -748,8 +748,165 @@ label shiro_route:
|
||||
jump shiro_route_end
|
||||
return
|
||||
|
||||
## route endings
|
||||
label shiro_route_end:
|
||||
|
||||
scene bg_amaidol_crowd with fade
|
||||
|
||||
"אתה נכנס לאולם הראשי ומוצא את מקומך."
|
||||
|
||||
"המקום יחסית קרוב לבמה, יש להרבה מהצופים האחרים בקהל סטיקלייטים צבעוניים כאלו ואחרים לתחרות."
|
||||
|
||||
"יש המולה מאחורי הקלעים, אתה מזהה את אמה ועידו בזמן שהם רצים ומדברים עם המתנדבים שלהם, כנראה מתארגנים לרגעי האמת."
|
||||
|
||||
scene bg_amaidol_stage with fade
|
||||
|
||||
play music bgm_amaidol
|
||||
|
||||
emi "שלום וברוכים הבאים לתחרות תחרות האיידול!"
|
||||
|
||||
play sound sfx_crowd_cheer
|
||||
|
||||
emi "אנחנו גאים בכל המתחרים שלנו ומקווים שתקבלו את ההופעה הטובה ביותר שאי פעם ראיתם!"
|
||||
|
||||
emi "ועכשיו למתחרה הראשון שלנו, שמתחרה לראשונה לבדו - שירו!!!"
|
||||
|
||||
play sound sfx_crowd_cheer
|
||||
|
||||
stop music fadeout 1.0
|
||||
|
||||
if ending_progress >= 2:
|
||||
jump shiro_route_end_good
|
||||
else:
|
||||
jump shiro_route_end_bad
|
||||
|
||||
# good ending
|
||||
label shiro_route_end_good:
|
||||
|
||||
show shiro with dissolve
|
||||
|
||||
"שירו עולה לבמה, מלא בביטחון. הוא נעמד במרכזה וממתין לתחילת המוזיקה."
|
||||
|
||||
play music bgm_song_good
|
||||
|
||||
"המוזיקה מתחילה ומתנגנת לה, ושירו מצטרף אליה במהרה."
|
||||
|
||||
"אפשר לראות מהפנים של שירו שהוא בטוח בעצמו ובשירה שלו, ובצדק."
|
||||
|
||||
"שירו ממשיך לשיר במיומנות, וככל שהשיר מתגבר כך גם השירה של שירו מתחזקת."
|
||||
|
||||
"אי אפשר להוריד ממנו את העיניים. נראה ששאר האנשים בקהל מסכימים איתך."
|
||||
|
||||
stop music fadeout 1.0
|
||||
|
||||
"המוזיקה נגמרת וכך גם השיר."
|
||||
|
||||
"שירו, שנשאר עכשיו על הבמה פוקח את עיניו ומסתכל על הקהל."
|
||||
|
||||
pause 1.0
|
||||
|
||||
play sound sfx_crowd_cheer
|
||||
|
||||
"אחרי כמה שניות של שתיקה, כנראה מהשוק, הקהל מתפרץ ומריע בקולות רועמים."
|
||||
|
||||
play music bgm_amaidol
|
||||
|
||||
cwd "וואו! כל הכבוד!"
|
||||
|
||||
cwd "זה הביצוע הכי טוב שאי פעם שמעתי!"
|
||||
|
||||
cwd "מטורףףףף!!!"
|
||||
|
||||
sh happy "תודה, תודה רבה!"
|
||||
|
||||
hide shiro with dissolve
|
||||
|
||||
"שירו יורד מהבמה והתחרות ממשיכה. גם שאר המתמודדים מוכשרים מאוד, אבל נראה שהקהל כבר נשבה בקסמו של שירו."
|
||||
|
||||
emi "וואו, ביצועים מעולים, כל הכבוד לכל המתחרים!"
|
||||
|
||||
emi "אבל זוכה יש רק אחד, אנחנו מקווים שאתם מוכנים…!"
|
||||
|
||||
play sound sfx_crowd_cheer
|
||||
|
||||
emi "והזוכים במקום הראשון הוא… היא… הם... "
|
||||
|
||||
emi "שירו!!!"
|
||||
|
||||
scene cg_shiro_good with fade
|
||||
|
||||
"שירו עולה לבמה כדי לקבל את הפרס שלו. הוא זכה בתחרות, ואתה לא יכול שלא להתרגש מהזכייה הזו."
|
||||
|
||||
sh "וואו! תודה, תודה רבה לכולכם! ותודה רבה לך, שעזרת לי והאמנת בי!"
|
||||
|
||||
"שירו מסתכל עלייך בעת הכרת התודה."
|
||||
|
||||
"{b}וכל הכבוד לך, עזרת לשירו לזכות בתחרות האיידול!"
|
||||
|
||||
"{b}שירו יזכור את זה, ואנחנו מקווים שגם אתם!"
|
||||
|
||||
"{b}סוף טוב הכל טוב :)"
|
||||
|
||||
$ persistent.shiro_ending = True
|
||||
|
||||
return
|
||||
|
||||
# bad ending
|
||||
label shiro_route_end_bad:
|
||||
|
||||
show shiro with dissolve
|
||||
|
||||
"שירו עולה לבמה. הוא נעמד במרכזה וממתין לתחילת המוזיקה."
|
||||
|
||||
play music bgm_song_bad
|
||||
|
||||
"המוזיקה מתחילה ושירו פותח את פיו כדי להתחיל לשיר, אבל… אין קול?"
|
||||
|
||||
"לא נראה שיש בעיה במיקרופון, אתה מנסה להסתכל בצורה יותר ברורה."
|
||||
|
||||
"אוי לא, הוא קפוא על הבמה!"
|
||||
|
||||
"זה מהלחץ? הנעליים לא בסדר? אוי לא, אולי זו הבחירה של השיר?"
|
||||
|
||||
"לא משנה מה הסיבה, נראה ששירו לא היה מוכן להתחיל, או אם בכלל לשיר."
|
||||
|
||||
play sound sfx_gasp
|
||||
|
||||
"שירו מוריד את המיקרופון, הכתפיים שלו נופלות ונראה שהוא מוכן לתבוסה."
|
||||
|
||||
stop music fadeout 1.0
|
||||
|
||||
cwd "מה? מה קרה?"
|
||||
|
||||
cwd "מה זה הוא מפחד?"
|
||||
|
||||
cwd "בוזזז!!! רד מהבמה אם אתה לא שר!!!"
|
||||
|
||||
play sound sfx_crowd_murmur
|
||||
|
||||
with hpunch
|
||||
|
||||
"אמה ועידו עולים לבמה לבדוק על שירו, אבל הוא רק נותן להם את המיקרופון ויורד מהבמה."
|
||||
|
||||
play music bgm_bad_ending
|
||||
|
||||
scene cg_shiro_bad with fade
|
||||
|
||||
emi "אההה… נראה שיש לנו כאן תקלה קצרה."
|
||||
|
||||
emi "רגע, אנחנו שומעים בקשר... התקלה טופלה והתחרות ממשיכה! מצטערים על העיכובים!"
|
||||
|
||||
"{b}שירו לא חזר לעלות לבמה, התחרות נגמרה וזמר אחר זכה."
|
||||
|
||||
"{b}שירו יזכור את זה לפעמים הבאות."
|
||||
|
||||
"{b}בעיקרון הגעת לסוף הרע :("
|
||||
|
||||
$ persistent.shiro_ending_bad = True
|
||||
|
||||
return
|
||||
|
||||
|
||||
return
|
||||
|
||||
return
|
||||
582
log.txt
@@ -1,37 +1,20 @@
|
||||
2025-01-07 12:48:21 UTC
|
||||
2025-01-12 12:45:41 UTC
|
||||
Windows-10-10.0.19045
|
||||
Ren'Py 8.3.2.24090902
|
||||
|
||||
Early init took 0.12s
|
||||
Loading error handling took 0.23s
|
||||
Loading script took 1.90s
|
||||
Loading save slot metadata took 0.37s
|
||||
Early init took 0.11s
|
||||
Loading error handling took 0.08s
|
||||
Loading script took 0.80s
|
||||
Loading save slot metadata took 0.41s
|
||||
Loading persistent took 0.00s
|
||||
Running init code took 0.36s
|
||||
Loading analysis data took 0.03s
|
||||
Analyze and compile ATL took 0.01s
|
||||
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
|
||||
|
||||
File "game/akai_route.rpy", line 395: play requires a file
|
||||
play bgm_convention
|
||||
^
|
||||
DPI scale factor: 1.000000
|
||||
nvdrs: Loaded, about to disable thread optimizations.
|
||||
nvdrs: Disabled thread optimizations.
|
||||
Creating interface object took 0.44s
|
||||
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
|
||||
Interface start took 0.39s
|
||||
|
||||
Initializing gl2 renderer:
|
||||
primary display bounds: (0, 0, 1920, 1080)
|
||||
@@ -43,40 +26,52 @@ 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
|
||||
|
||||
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.
|
||||
Early init took 241.98s
|
||||
Loading error handling took 0.04s
|
||||
Loading script took 0.15s
|
||||
Early init took 30.86s
|
||||
Loading error handling took 0.02s
|
||||
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 persistent took 0.00s
|
||||
Running init code took 0.04s
|
||||
@@ -84,25 +79,26 @@ 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
|
||||
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
|
||||
Making clean stores took 0.00s
|
||||
Initial gc took 0.08s
|
||||
Initial gc took 0.06s
|
||||
DPI scale factor: 1.000000
|
||||
nvdrs: Loaded, about to disable thread optimizations.
|
||||
nvdrs: Disabled thread optimizations.
|
||||
Creating interface object took 0.32s
|
||||
Creating interface object took 0.26s
|
||||
Cleaning stores took 0.00s
|
||||
Init translation took 0.05s
|
||||
Build styles took 0.00s
|
||||
Load screen analysis took 0.04s
|
||||
Analyze screens took 0.00s
|
||||
Save screen analysis 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.00s
|
||||
Save bytecode. took 0.02s
|
||||
Running _start took 0.00s
|
||||
Interface start took 0.07s
|
||||
Interface start took 0.06s
|
||||
|
||||
Initializing gl2 renderer:
|
||||
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)
|
||||
Maximum texture size: 4096x4096
|
||||
Resetting cache.
|
||||
Early init took 305.81s
|
||||
Loading error handling took 0.04s
|
||||
Loading script took 0.24s
|
||||
Early init took 168.27s
|
||||
Loading error handling took 0.03s
|
||||
Loading script took 0.30s
|
||||
Loading save slot metadata took 0.05s
|
||||
Loading persistent took 0.00s
|
||||
Running init code took 0.05s
|
||||
@@ -133,7 +129,7 @@ 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.30s
|
||||
Creating interface object took 0.26s
|
||||
Cleaning stores took 0.00s
|
||||
Init translation took 0.05s
|
||||
Build styles took 0.00s
|
||||
@@ -157,9 +153,9 @@ Display Info: None
|
||||
Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978)
|
||||
Maximum texture size: 4096x4096
|
||||
Resetting cache.
|
||||
Early init took 327.61s
|
||||
Early init took 261.71s
|
||||
Loading error handling took 0.03s
|
||||
Loading script took 0.25s
|
||||
Loading script took 0.28s
|
||||
Loading save slot metadata took 0.05s
|
||||
Loading persistent took 0.00s
|
||||
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
|
||||
Cleaning cache took 0.00s
|
||||
Making clean stores took 0.00s
|
||||
Initial gc took 0.09s
|
||||
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.30s
|
||||
Creating interface object took 0.26s
|
||||
Cleaning stores took 0.00s
|
||||
Init translation took 0.06s
|
||||
Build styles took 0.00s
|
||||
@@ -198,375 +194,41 @@ 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
|
||||
|
||||
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 373.91s
|
||||
Early init took 575.06s
|
||||
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.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 script took 0.19s
|
||||
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.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
|
||||
Reloading save slot metadata took 0.05s
|
||||
Index archives took 0.00s
|
||||
Dump and make backups took 0.08s
|
||||
Cleaning cache took 0.00s
|
||||
Making clean stores took 0.00s
|
||||
Initial gc took 0.09s
|
||||
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.31s
|
||||
Creating interface object took 0.27s
|
||||
Cleaning stores took 0.00s
|
||||
Init translation took 0.06s
|
||||
Build styles took 0.00s
|
||||
@@ -589,3 +251,61 @@ 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
|
||||
|
||||
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
|
||||
|
||||
@@ -1,38 +1,24 @@
|
||||
I'm sorry, but an uncaught exception occurred.
|
||||
|
||||
While running game code:
|
||||
File "game/shiro_route.rpy", line 503, in script
|
||||
ak think "דברים נשברים בכנס כל הזמן, אני בטוח שיש דרך לתקן גם נעל."
|
||||
Exception: Image 'akai' does not accept attributes 'think'.
|
||||
File "game/akai_route.rpy", line 771, in script
|
||||
hr "כן, היא שינתה את השם שלה לשם הדמות האהובה עליה. זה אולי לא נשמע יפני, אבל זה 100% יפני ובכלל לא מזויף."
|
||||
ValueError: unsupported format character '?' (0x5d9) at index 82
|
||||
|
||||
-- Full Traceback ------------------------------------------------------------
|
||||
|
||||
Full traceback:
|
||||
File "game/shiro_route.rpy", line 503, in script
|
||||
ak think "דברים נשברים בכנס כל הזמן, אני בטוח שיש דרך לתקן גם נעל."
|
||||
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 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'.
|
||||
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
|
||||
|
||||
Windows-10-10.0.19045 AMD64
|
||||
Ren'Py 8.3.2.24090902
|
||||
Otomai 1.0
|
||||
Tue Jan 7 14:50:17 2025
|
||||
Sun Jan 12 14:55:17 2025
|
||||
|
||||