0
0
mirror of https://gitlab.com/YuukiPS/GC-Resources.git synced 2025-04-28 09:05:26 +00:00
Akbar Yahya 2b52d67ddc * Delete useless files
* Fix lisa
2022-12-08 07:38:44 +08:00
2022-12-08 07:38:44 +08:00
2022-12-08 07:37:53 +08:00

Grasscutter Resources

Resource Version - "Certain Anime Game" 3.3

  • 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 (3.2)
  • Readable (??)
  • Subtitle (??)
  • TextMap (??)
  • QuestEncryptionKeys (3.2)

Learn LUA

How Dungeons work:

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)

Required BinOutput files

  • Scene/Point/* (scene*_point.json)
  • Scene/SceneNpcBorn/*
  • Avatar/* (ConfigAvatar_*.json) or /Data/AbilityEmbryos.json
  • AbilityGroup/AbilityGroup_Other_PlayerElementAbility.json
  • Ability/Temp/*
  • Talent/EquipTalents/*
  • Talent/AvatarTalents/*
  • Quest/*
  • HomeworldDefaultSave/* (scene*_home_config.json)
  • Gadget/*
  • LevelDesign/Routes/*
  • LevelEntity/* (ConfigLevelEntity_*.json)

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
  • 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)

Problem Solved:

  • Natural Spawn for Sumeru area is available.

Credits

Description
Resource Genshin Impact
Readme 1 GiB
Languages
Lua 100%