Tool to extract and translate game datas from Waven (from Ankama Games).
Power the WavenData repository that help you track changes within the game and provide datas for related community projects.
Place following files from your game folder (in Waven_Data/StreamingAssets/AssetBundles/core
) to the /input
folder of this project :
data
localization.de-de
localization.en-us
localization.es-es
localization.fr-fr
localization.pt-br
podman compose up
# OR
docker compose up
Feel free to run directly with Python, no support provided.
Extracted datas will be found in /output
.
Thanks UnityPy module & Souff.