ffxiv-datamining-ko
ffxiv-datamining-ko copied to clipboard
migrate to xiv-data-oxidizer and update to Patch v7.35
Changes:
-
Tool Migration: Migrated from SaintCoinach to xiv-data-oxidizer for improved compatibility with recent game updates.
- SaintCoinach: https://github.com/xivapi/SaintCoinach
- xiv-data-oxidizer: https://github.com/mattantonelli/xiv-data-oxidizer
-
Schema & Header Adjustments:
- Column naming and ordering have been updated to align with the EXDSchema definitions.
- EXDSchema: https://github.com/xivdev/EXDSchema
- ironworks: https://github.com/ackwell/ironworks
-
Raw Data Support: Added fallback for sheets without schema definitions.
cactbot에서 한국어 데이터 저장소로 여기를 바라보고 있는데, 헤더 부분 길이가 달라져서
이전
key,0,1,2,3,4
#,Name,AchievementKind,ShowComplete,HideCategory,Order
int32,str,AchievementKind,bit&01,bit&02,byte
이후
#,Name,AchievementKind,ShowComplete,HideCategory,Order
에러가 발생할 예정입니다 ㅠㅠ
구조가 바뀌다 보니 병합은 아직 보류 중이에요
그런데 파일이 꼬여서 다시 받는 중이라 기존 헤더 방식은 다운로드 다시 받을 때 까지 좀 걸릴 거 같아요 😥
먼저 PR 주실 수 있으면 바로 확인할게요
아.. 사소한 실수가 있었어요
@Bing-su, 기존 헤더로 업데이트 해두었습니다