mirror of
https://gitlab.com/YuukiPS/GC-Resources.git
synced 2025-04-28 09:05:26 +00:00
Update Doc
This commit is contained in:
parent
400b045c67
commit
dc6dd93f06
24
README.md
24
README.md
@ -1,23 +1,35 @@
|
||||
# Grasscutter Resources
|
||||
> <em>Resource Version - "Certain Anime Game" 3.2</em><br/>
|
||||
> <em>Resource Version - "Certain Anime Game" 3.3</em><br/>
|
||||
|
||||
- ExcelBinOutput (QuestExcelConfigData 3.1 but miss acceptCond,failCond,finishExec,failExec,beginExec)
|
||||
- BinOutput (2.7 base) (3.1 configGadget,AbilityGroup,Ability,ConfigAvatar,Climate,Common,Coop,CustomLevelBrick,CustomLevelDungeon,HomeFurniture,HomeworldFurnitureSuit,Monster,Scene/LevelLayout,SceneNpcBornNoGroup,Talent,Quest) (LevelDesign\Routes ??)
|
||||
- Scripts (2.6.x) (Scene,Quest Shareconfig,Activity,Common 3.1)
|
||||
- Scripts (3.2)
|
||||
- Readable (??)
|
||||
- Subtitle (??)
|
||||
- TextMap (??)
|
||||
- QuestEncryptionKeys (3.1)
|
||||
- QuestEncryptionKeys (3.2)
|
||||
|
||||
## Learn LUA
|
||||
How Dungeons work:
|
||||
- [Spire of Solitary Enlightenment - LV 4](Resources/Scripts/Scene/40653/scene40653_group240653001.lua)
|
||||
## Problem:
|
||||
- Make Quest 2.8-3.1 work with modified QuestExcelConfigData which you can get from BinOutput/Quest/*.json. [use binout instead of excelconfig](https://github.com/Hartie95/Grasscutter/commit/0284de81563d30afb81733d7a3523a97419eb977)
|
||||
## Required lua files
|
||||
- Quest/Share/*
|
||||
- Scene/{sceneId}/scene{sceneId}_block{this.id}.lua
|
||||
- Scene/{sceneId}/scene{sceneId}_dummy_points.lua
|
||||
- Scene/{sceneId}/scene{sceneId}_group{this.id}.lua
|
||||
- Scene/{sceneId}/scene{sceneId}.lua
|
||||
- flat.luas.scenes.full_globals.lua.json (only used if the above is not used)
|
||||
- Common/*.lua (useless because this function doesn't exist yet)
|
||||
|
||||
Because there are a lot of useless files, so I made a separate repo: Full Version (bin server) and Grasscutter Version are needed for Grasscutter only.
|
||||
|
||||
## Problem Not finished yet:
|
||||
- Make Quest 2.8-3.3 work with modified QuestExcelConfigData which you can get from BinOutput/Quest/*.json. [use binout instead of excelconfig](https://github.com/Hartie95/Grasscutter/commit/0284de81563d30afb81733d7a3523a97419eb977)
|
||||
- [Missing Scripts](https://github.com/Hartie95/Grasscutter/wiki/missing-scripts) should have been resolved by using latest data from "Script/Common" folder so let's wait for latest update from him ;).
|
||||
- Quest should have worked automatically continued when quest was completed (if using [Hartie95 fork](https://github.com/Hartie95/Grasscutter/wiki/The-Outlander-Who-Caught-the-Wind-(Prologue-Act-1)))
|
||||
|
||||
## Problem Solved:
|
||||
- Natural Spawn for Sumeru area is available.
|
||||
- Quest should have worked automatically continued when quest was completed (if using [Hartie95 fork](https://github.com/Hartie95/Grasscutter/wiki/The-Outlander-Who-Caught-the-Wind-(Prologue-Act-1)))
|
||||
|
||||
## Credits
|
||||
- [Dimbreath](https://github.com/Dimbreath) (Everything except Script,BinOutput) <br/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user