diff --git a/research/README.md b/research/README.md new file mode 100644 index 000000000..2eb45c7af --- /dev/null +++ b/research/README.md @@ -0,0 +1,67 @@ +# Research + +This folder contains various research on the FFXIV database structure, file structure and various formulas and the craziness that comes with FFXIV :) + +### Achievements + +- Requirement Types: https://github.com/viion/ffxiv-datamining/blob/master/research/achievements_requirement_type.md + +### Collectables + +- https://github.com/viion/ffxiv-datamining/blob/master/research/collectable_reward_info.txt + +### Emotes + +- https://github.com/viion/ffxiv-datamining/blob/master/research/emotes.md + +### DevNPCs + +This really needs maintaining, there is a bunch of NPC's which are "dev" specific, you do not find them in game + +- https://github.com/viion/ffxiv-datamining/blob/master/research/devnpcs.csv + + +### F.A.T.Es + +- EXP: https://github.com/viion/ffxiv-datamining/blob/master/research/fate_exp.md +- Levels: https://github.com/viion/ffxiv-datamining/blob/master/research/fate_levels.md + +### Icons + +- https://github.com/viion/ffxiv-datamining/blob/master/research/icon_paths.md + +### Items + +- Stats: https://github.com/viion/ffxiv-datamining/blob/master/research/item_stats.md + +### Leves + +- Leve to NPC: https://github.com/viion/ffxiv-datamining/blob/master/research/leve_to_npc.md + +### Maps + +- Scales: https://github.com/viion/ffxiv-datamining/blob/master/research/map_scales.md +- Coordinate conversion: https://github.com/viion/ffxiv-datamining/blob/master/research/map_coordinates.md + +### Quests + +- EXP Formula: https://github.com/viion/ffxiv-datamining/blob/master/research/quest_exp_reward.md + +### Weather + +- https://github.com/viion/ffxiv-datamining/blob/master/research/weather.md + + +--- + + +# File structure research + +**Huge thank you to FFXIV Explorer Ioncannon for providing these** + +- EXDF: https://github.com/viion/ffxiv-datamining/blob/master/research/explorer_exdf_files +- EXHF: https://github.com/viion/ffxiv-datamining/blob/master/research/explorer_exhf_files +- Macro Dat: https://github.com/viion/ffxiv-datamining/blob/master/research/explorer_macro_dat_file +- SCD: https://github.com/viion/ffxiv-datamining/blob/master/research/explorer_scd_files +- SqPack Dat: https://github.com/viion/ffxiv-datamining/blob/master/research/explorer_sqpack_dat_files.txt +- SqPack Index: https://github.com/viion/ffxiv-datamining/blob/master/research/explorer_sqpack_index_files.txt