GenshinDialog
GenshinDialog copied to clipboard
Extracting character conversations in Genshin Project
Results
2
GenshinDialog issues
Sort by
recently updated
recently updated
newest added
Is this unusable in genshin version 4.6? I didn't find any data related to TextMap I want to find the plot text đ
```python def process_weapons(self): """add story context and 5-level weapon skill descriptions""" all_readable_files = list( glob.iglob(os.path.join(self.repo, "Readable", self.lang, "*")) ) files = [f for f in all_readable_files if "Weapon" in f]...