mirror of
https://gitlab.com/YuukiPS/GC-Resources.git
synced 2025-01-07 03:27:04 +08:00
update quest key
This commit is contained in:
parent
416b225061
commit
ce1003e813
@ -1,13 +1,13 @@
|
|||||||
# Grasscutter Resources
|
# Grasscutter Resources
|
||||||
> <em>Resource Anime Game v5.0</em><br/>
|
> <em>Resource Anime Game v5.0</em><br/>
|
||||||
|
|
||||||
## PS: Ability might not work because I haven't updated, because this might take 2 days to complete manually. if you have an automated tool it would be useful to help me.
|
## PS: Some Abilities are working again, but some still need to be adjusted on the server side. if you have an automated tool it would be useful to help me.
|
||||||
|
|
||||||
- ExcelBinOutput - 5.0 Dimbreath
|
- ExcelBinOutput - 5.0 Dimbreath
|
||||||
- BinOutput - 5.0 Dimbreath
|
- BinOutput - 5.0 Dimbreath
|
||||||
- Scripts - 3.6 GIO & (3.7-?) manual by community (like hiro) ***for natural spawn and many other things***
|
- Scripts - 3.6 GIO & (3.7-?) manual by community (like hiro) ***for natural spawn and many other things***
|
||||||
- TextMap - 4.6 Dimbreath ***for language translations items,etc are used for gm-books***
|
- TextMap - 5.0 Dimbreath ***for language translations items,etc are used for gm-books***
|
||||||
- QuestEncryptionKeys - 4.6 GI-cutscenes ***Used for cutscenes that require a key***
|
- QuestEncryptionKeys - 5.0 GI-cutscenes ***Used for cutscenes that require a key***
|
||||||
- [Patch Quest 3.2 GIO?](https://github.com/wander-in-wind/TsvParser/tree/main/src/main/resources/json) (in tool/Quest) (acceptCond,finishCond,guide)
|
- [Patch Quest 3.2 GIO?](https://github.com/wander-in-wind/TsvParser/tree/main/src/main/resources/json) (in tool/Quest) (acceptCond,finishCond,guide)
|
||||||
|
|
||||||
## What is difference between GIO and GC?
|
## What is difference between GIO and GC?
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[
|
[
|
||||||
// maybe miss 2.0-2.6 ?
|
// maybe miss 2.0-2.6 or no need key?
|
||||||
// 2.7 by 1582421598
|
// 2.7 by 1582421598
|
||||||
{
|
{
|
||||||
"mainQuestId": 1031,
|
"mainQuestId": 1031,
|
||||||
@ -213,5 +213,48 @@
|
|||||||
{
|
{
|
||||||
"mainQuestId": 14026,
|
"mainQuestId": 14026,
|
||||||
"encryptionKey": 4714295614938178
|
"encryptionKey": 4714295614938178
|
||||||
|
},
|
||||||
|
// 4.7
|
||||||
|
{
|
||||||
|
"mainQuestId": 14034,
|
||||||
|
"encryptionKey": 9824816325372856
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"mainQuestId": 14027,
|
||||||
|
"encryptionKey": 1893134203499976
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"mainQuestId": 14030,
|
||||||
|
"encryptionKey": 9401046478399355
|
||||||
|
},
|
||||||
|
// 4.8
|
||||||
|
{
|
||||||
|
"mainQuestId": 40162,
|
||||||
|
"encryptionKey": 9311532710940438
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"mainQuestId": 14039,
|
||||||
|
"encryptionKey": 2855945556355921
|
||||||
|
},
|
||||||
|
// 5.0
|
||||||
|
{
|
||||||
|
"mainQuestId": 5001,
|
||||||
|
"encryptionKey": 6659452093751363
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"mainQuestId": 5006,
|
||||||
|
"encryptionKey": 9957859833869437
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"mainQuestId": 15004,
|
||||||
|
"encryptionKey": 2176081463662665
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"mainQuestId": 5003,
|
||||||
|
"encryptionKey": 6626516507698299
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"mainQuestId": 15010,
|
||||||
|
"encryptionKey": 7203629296638087
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user