A C#-based CLI converter for Monster Hunter World Timeline files (.timl) to .json and vice versa.
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.
- Dave Urr, Crimson, and AsteriskAmpersand - timl structure research
Download the most recent version in the Releases tab to the right, or download the source code and build the solution using Visual Studio.