Skip to content

Commit f54b682

Browse files
committed
no message
1 parent 25100d9 commit f54b682

15 files changed

+51
-33
lines changed
Binary file not shown.
Binary file not shown.

game/cache/bytecode-39.rpyb

-35.7 KB
Binary file not shown.

game/cache/py3analysis.rpyb

-397 Bytes
Binary file not shown.

game/cache/screens.rpyb

1.84 KB
Binary file not shown.

game/cache/shaders.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
renpy.ftl
2-
renpy.texture
3-
renpy.geometry renpy.solid
4-
renpy.alpha renpy.texture
1+
renpy.dissolve renpy.geometry
52
renpy.alpha renpy.geometry renpy.texture
6-
renpy.solid
3+
renpy.alpha renpy.texture
4+
renpy.ftl
75
renpy.dissolve renpy.dissolve
6+
renpy.geometry renpy.solid
87
renpy.geometry renpy.texture
9-
renpy.dissolve renpy.geometry
8+
renpy.solid
9+
renpy.texture

game/gui.rpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ define gui.frame_tile = False
289289
## 默认的 GUI 仅使用滑块和垂直滚动条。所有其他栏仅在创建者编写的屏幕中使用。
290290

291291
## 水平条,滚动条和滑块的高度。垂直条,滚动条和滑块的宽度。
292-
define gui.bar_size = 38
292+
define gui.bar_size = 1
293293
define gui.scrollbar_size = 18
294294
define gui.slider_size = 38
295295

game/gui.rpyc

-8 Bytes
Binary file not shown.

game/options.rpy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
##
33

44
## 游戏版本号。
5+
$ config.default_music_volume = 1.0
56
$ persistent.vits = True
67
define config.version = "1.3.0"
78
define version = "·新增了AI语音,可在设置里切换。"
@@ -38,6 +39,9 @@ screen creater:
3839
textbutton ("关闭AI语音(使用关键词回复,会更快)") action SetVariable("persistent.vits",False)
3940
textbutton ("打开AI语音(即时生成语音对话,会更慢)") action SetVariable("persistent.vits",True)
4041
text "\n当前语音状态:\n[vits_status]"
42+
text "\nBGM音量调节"
43+
hbox:
44+
bar value Preference("music volume")
4145
textbutton ("\n\n点我返回") action Return()
4246
key "pad_b_press" action Return()
4347
key "game_menu" action Return()

game/options.rpyc

538 Bytes
Binary file not shown.

game/saves/navigation.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

game/saves/persistent

250 Bytes
Binary file not shown.

game/script.rpyc

-25 Bytes
Binary file not shown.

log.txt

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,51 @@
1-
Sun Nov 12 22:39:02 2023
1+
Sun Nov 12 23:27:38 2023
22
Windows-10-10.0.22621
33
Ren'Py 8.1.3.23091805
44

55

66
Bootstrap to the start of init.init. took 0.03s
77
Early init. took 0.00s
8-
Loader init. took 0.05s
8+
Loader init. took 0.06s
99
Loading error handling. took 0.03s
10-
Loading script. took 0.12s
10+
Loading script. took 0.17s
1111
Loading save slot metadata. took 0.03s
1212
Loading persistent. took 0.00s
1313
Failed to initialize steam: Exception('Init returned false.')
14-
- Init at renpy/common/00steam.rpy:710 took 0.28115 s.
15-
- Init at game/script.rpy:29 took 0.41718 s.
16-
Running init code. took 0.75s
17-
Loading analysis data. took 0.01s
14+
- Init at game/script.rpy:29 took 0.48657 s.
15+
Running init code. took 0.78s
16+
Loading analysis data. took 0.02s
1817
Analyze and compile ATL. took 0.01s
1918
Reloading save slot metadata. took 0.02s
2019
Index archives took 0.00s
21-
Dump and make backups. took 0.04s
20+
Backing up script files to 'C:\\Users\\HS\\AppData\\Roaming/RenPy/backups\\Amadeus-git':
21+
Dump and make backups. took 0.05s
2222
Cleaning cache. took 0.00s
2323
Making clean stores. took 0.00s
24-
Initial gc. took 0.02s
24+
Initial gc. took 0.03s
2525
DPI scale factor: 1.000000
2626
nvdrs: Loaded, about to disable thread optimizations.
2727
nvdrs: Disabled thread optimizations.
28-
Creating interface object. took 0.22s
28+
Creating interface object. took 0.25s
2929
Cleaning stores took 0.00s
3030
Init translation took 0.03s
3131
Build styles took 0.00s
32-
Load screen analysis took 0.02s
33-
Analyze screens took 0.00s
34-
Save screen analysis took 0.00s
32+
Load screen analysis took 0.00s
33+
Analyze screens took 0.01s
34+
Save screen analysis took 0.02s
3535
Prepare screens took 0.05s
3636
Save pyanalysis. took 0.00s
37-
Save bytecode. took 0.00s
37+
Save bytecode. took 0.02s
38+
Running _start took 0.00s
39+
Performance test:
40+
Interface start. took 0.10s
41+
42+
Initializing gl2 renderer:
43+
primary display bounds: (0, 0, 1920, 1080)
44+
swap interval: 1 frames
45+
Windowed mode.
46+
Vendor: "b'NVIDIA Corporation'"
47+
Renderer: b'NVIDIA GeForce RTX 3050 Laptop GPU/PCIe/SSE2'
48+
Version: b'4.6.0 NVIDIA 537.58'
49+
Display Info: None
50+
Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978)
51+
Maximum texture size: 4096x4096

traceback.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ While running game code:
55
call _splashscreen from _call_splashscreen_1
66
File "game/script.rpy", line 329, in script
77
python:
8-
File "game/script.rpy", line 447, in <module>
9-
audio_file_path = os.path.join(audio_folder,myuuid+".mp3")
10-
NameError: name 'myuuid' is not defined
8+
File "game/script.rpy", line 471, in <module>
9+
voice(audio_tts,volume=1.5)
10+
TypeError: voice() got an unexpected keyword argument 'volume'
1111

1212
-- Full Traceback ------------------------------------------------------------
1313

@@ -16,15 +16,15 @@ Full traceback:
1616
call _splashscreen from _call_splashscreen_1
1717
File "game/script.rpy", line 329, in script
1818
python:
19-
File "/Library/Afolder/renpy-8.1.3-sdk/renpy/ast.py", line 1138, in execute
19+
File "D:\Renpy\renpy-8.0.3-sdk\renpy\ast.py", line 1138, in execute
2020
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
21-
File "/Library/Afolder/renpy-8.1.3-sdk/renpy/python.py", line 1122, in py_exec_bytecode
21+
File "D:\Renpy\renpy-8.0.3-sdk\renpy\python.py", line 1122, in py_exec_bytecode
2222
exec(bytecode, globals, locals)
23-
File "game/script.rpy", line 447, in <module>
24-
audio_file_path = os.path.join(audio_folder,myuuid+".mp3")
25-
NameError: name 'myuuid' is not defined
23+
File "game/script.rpy", line 471, in <module>
24+
voice(audio_tts,volume=1.5)
25+
TypeError: voice() got an unexpected keyword argument 'volume'
2626

27-
macOS-14.1.1-arm64-arm-64bit arm64
27+
Windows-10-10.0.22621 AMD64
2828
Ren'Py 8.1.3.23091805
29-
Amadeus 1.2.9.4
30-
Sun Nov 12 14:13:00 2023
29+
Amadeus 1.3.0
30+
Sun Nov 12 23:19:08 2023

0 commit comments

Comments
 (0)