Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 916 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 916 Bytes

WavenRE

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.

Usage :

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

Run with Podman/Docker :

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.