forked from Score-Inc/data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsource.json
More file actions
216 lines (216 loc) · 10.5 KB
/
source.json
File metadata and controls
216 lines (216 loc) · 10.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
[
{
"keywords": [
"Address already in use",
"java.net.BindException"
],
"action": "Check if something is running in these ports: `8888, 443, 80, 22102`. It's likely that is the thing stopping your server from starting. \n Run `netstat -aon | find /i \"listening\"` to see what ports are listening. Then kill the process with `taskkill /PID <PID>`",
"action_cn": "检查是否有其他程序占用了这些端口: `8888, 443, 80, 22102`. 看起来这些占用端口的程序程序阻止了你的程序启动. \n 执行 `netstat -aon | find /i \"listening\"` 来查看占用端口的程序,然后通过执行`taskkill /PID <PID>`来终结它们"
},
{
"keywords": [
"not recognized as an internal or external command"
],
"action": "You don't have java in your PATH. Make sure you have java installed or add it to PATH manually: https://www.java.com/en/download/help/path.html",
"action_cn": "你的PATH路径中并没有java,确保你已经安装了java并且手动将其加入PATH中: https://www.java.com/en/download/help/path.html"
},
{
"keywords": [
"unable to access jarfile"
],
"action": "Build grasscutter first with `gradlew jar`. Make sure to follow the installation instructions in the README/Wiki properly.",
"action_cn": "先通过执行命令`gradlew jar`来构建GrassCutter: 确保你的操作都是正确对照着README和Wiki的安装步骤来的"
},
{
"keywords": [
"not have permission"
],
"action": "Enter `/permission add <username> *` in your console",
"action_cn": "在你正在运行服务端的终端里输入 `/permission add <username> *`并回车"
},
{
"keywords": [
"java.lang.IllegalStateException"
],
"action": "Your JSON is not valid. Check your ExcelConfigData and try again.",
"action_cn": "你的JSON格式不正确,检查你的ExcelConfigData然后重试"
},
{
"keywords": [
"JsonSyntaxException",
"binoutput issue"
],
"action": "Use the BinOutput from radioegor146 instead: <https://github.com/Koko-boya/Grasscutter_Resources>",
"action_cn": "将BinOutput替换成radioegor146的: <https://github.com/Koko-boya/Grasscutter_Resources>"
},
{
"keywords": [
"MongoSocketOpenException",
"Connection refused",
"Exception opening socket",
"ECONNREFUSED"
],
"action": "Start `mongod.exe` in `C:\\Program Files\\MongoDB\\Server\\<version>\\bin`",
"action_cn": "启动在目录`C:\\Program Files\\MongoDB\\Server\\<version>\\bin`中的 `mongod.exe`"
},
{
"keywords": [
"TypeAnnotationsScanner"
],
"action": "Edit the reflection version in `build.gradle` to: \n\n `implementation group: 'org.reflections', name: 'reflections', version: '0.10.2'`",
"action_cn": "更改`build.gradle`中的reflection版本为: \n\n `implementation group: 'org.reflections', name: 'reflections', version: '0.10.2'`"
},
{
"keywords": [
"missing weights"
],
"action": "Replace these in your resources/ExcelBinOutput folder:\n\nhttps://github.com/Koko-boya/Grasscutter_Resources/blob/main/Resources/ExcelBinOutput/ReliquaryMainPropExcelConfigData.json\n\nhttps://github.com/Koko-boya/Grasscutter_Resources/blob/main/Resources/ExcelBinOutput/ReliquaryAffixExcelConfigData.json",
"action_cn": "替换resources/ExcelBinOutput目录里的这些文件:\n\nhttps://github.com/Koko-boya/Grasscutter_Resources/blob/main/Resources/ExcelBinOutput/ReliquaryMainPropExcelConfigData.json\n\nhttps://github.com/Koko-boya/Grasscutter_Resources/blob/main/Resources/ExcelBinOutput/ReliquaryAffixExcelConfigData.json"
},
{
"keywords": [
"internal server error"
],
"action": "The feature is probably not yet implemented :pensive:",
"action_cn": "该功能可能在目前并没有实现:pensive:"
},
{
"keywords": [
"服务器内部错误"
],
"action": "The feature is probably not yet implemented :pensive:",
"action_cn": "该功能可能在目前并没有实现:pensive:"
},
{
"keywords": [
"where can i find ExcelBinOutput",
"where can i find BinOutput",
"where is ExcelBinOutput",
"where is BinOutput",
"where can i find the ExcelBinOutput",
"where can i find the BinOutput",
"where is the ExcelBinOutput",
"where is the BinOutput",
"where can i download ExcelBinOutput",
"where can i download BinOutput"
],
"action": "You can get them all from here: \n<https://gitlab.com/YuukiPS/GC-Resources/>"
},
{
"keywords": [
"ExcelBinOutput在哪里",
"BinOutput在哪里",
"ExcelBinOutput哪里找",
" BinOutput哪里找",
"哪里能找到ExcelBinOutput",
"哪里能找到BinOutput",
"该去哪里找ExcelBinOutput",
"该去哪里找BinOutput",
"ExcelBinOutput哪里下载",
"BinOutput哪里下载",
"ExcelBinOutput哪里有",
"BinOutput哪里有"
],
"action": "ExcelBinOutput: \n<https://gitlab.com/YuukiPS/GC-Resources/>"
},
{
"keywords": [
"item id",
"char id",
"character id",
"artifact id",
"reliquary id"
],
"action": "To find ID you can check download GMHandbook at <#970380775264518244>\n\nUse the Discord command `/gm <query>`\n\nYou can also using [this website](https://doc.yuuki.me/docs/GMHandbook)"
},
{
"keywords": [
"物品id",
"人物id",
"制造品id",
"圣遗物id"
],
"action": "要查找ID,您可以在频道<#970380775264518244>中查看并下载GMHandbook。\n此外,您还可以使用Discord命令`/gm <query>`。\n\n为了方便起见,您也可以通过以下网站访问GMHandbook:\n\n[网站](https://doc.yuuki.me/docs/GMHandbook)"
},
{
"keywords": [
"scene ids"
],
"action": "You can find them in your ExcelBinOutput folder (SceneExcelConfigData.json)"
},
{
"keywords": [
"场景id"
],
"action": "在ExcelBinOutput目录里你能找到它们 (SceneExcelConfigData.json)"
},
{
"keywords": [
"Conv inconsistency"
],
"action": "This usually happens when you restart the server with active connections, but receiving packets fail because the server doesn't recognise the session. It should go away after a while when the client tries to reconnect",
"action_cn": "这个错误通常在你有活跃的客户端连接着服务端的同时重启了服务端所导致,服务端接收的包错误的原因是无法识别会话,这个错误会在客户端尝试重新连接后消失。"
},
{
"__comment": "YuukiPS Launcher Issues",
"keywords": [
"launcher closed",
"yuuki launcher crash"
],
"action": "Make sure you have installed [.NET Runtime 6.0 (Desktop).](https://dotnet.microsoft.com/en-us/download/dotnet/6.0/runtime). Either the x64, x84 or arm64 depends on ur CPU architecture. [Click here for how to check ur CPU architecture](<https://pcguide101.com/cpu/what-is-my-processor-architecture/>)"
},
{
"keywords": [
"no game file config found",
"config not found",
"No support game with MD5"
],
"action": "Your game version is not supported by the launcher (AKA you have newer version of the game or a client that is not supported by the MD5 API)\nPlease wait until the launcher is up-to-date"
},
{
"__comment": "Mitmproxy Issues",
"keywords": [
"cannot be loaded because running scripts is disabled on this system",
"running scripts"
],
"action": "- Manual Fix (For Advanced)\n1. Open powershell as administrator\n2. Type `Get-ExecutionPolicy` to check the current ExecutionPolicy applied\n3. If it says `Restricted` change it to `RemoteSigned` by using the `Set-ExecutionPolicy`. Read [here](https://www.sharepointdiary.com/2014/03/fix-for-powershell-script-cannot-be-loaded-because-running-scripts-is-disabled-on-this-system.html) for more info\n\n- Using Windows Settings (Recommended)\n1. Open windows settings and find Powershell (Make sure you have enabled Developer Mode)\n2. Enable `Change execution policy to allow local powershell scripts to run without signing. Require signing for remote scripts.` https://doc.yuuki.me/assets/images/powershell-settings-be5bce04f18ff8070230b02c93ad0277.png "
},
{
"keywords": [
"My PC can't connect to the Internet",
"no internet",
"can't connect to internet"
],
"action": "Turn off your windows proxy.\nSettings -> Network & Internet -> Proxy -> Turn off `Use a proxy server`"
},
{
"__comment": "Cultivation Issues",
"keywords": [
"Game executable not set!",
"executable not set"
],
"action": "You haven't set the game path, Go to Cultivation settings -> Set Game Install Path https://doc.yuuki.me/assets/images/game-path-culti-36a2ac989648dea98fa0640e732330d7.png"
},
{
"keywords": [
"System Error. Please try again later.",
"System Error"
],
"action": "Make sure you have \"**Toggle Encryption**\" Disabled on the Cultivation settings, and unchecked \"**Use HTTPS**\". This error occurs usually on localhost server"
},
{
"__comment": "No command found in Web command YuukiPS.",
"keywords": [
"can't find gm command"
],
"action": "The command you entered was not found or is incorrect. You can find a list of commands on [this website](https://doc.yuuki.me/docs/category/command-list), or you can visit https://discord.com/channels/964119462188040202/1049101257933066322/1095643220169465916."
},
{
"keywords": [
"ID list in HSR",
"ID list for Honkai Star Rail",
"Where can I find ID list for HSR"
],
"action": "You can check on <#1105333305391460452> to get list of ID in Honkai: Star Rail"
}
]