Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 573 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 573 Bytes

TIMLJSON

A C#-based CLI converter for Monster Hunter World Timeline files (.timl) to .json and vice versa.

Usage

In command line, use TIMLJSON.exe -t "D:\MHW\chunk\em\em037\00\mod\em037_00.timl" to convert a timl to json, and TIMLJSON.exe -j "D:\MHW\chunk\em\em037\00\mod\em037_00.timl.json" to convert json to timl.

Credits

  • Dave Urr, Crimson, and AsteriskAmpersand - timl structure research

Installation

Download the most recent version in the Releases tab to the right, or download the source code and build the solution using Visual Studio.