Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 637 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 637 Bytes

ut-cli-cache-converter

CLI Unreal Tournament cache converter Basic CLI to convert cache files to their respective locations and file types.

Requirements

  • Node.js

How to Install

  • Place the contents of the archive into your Unreal Tournament main directory. e.g C:/UnrealTournament/

How to Run

  • Open command prompt in the installed directory.
  • Type node app

How to change file overwriting

By default file overwriting does not happen, to change this you need to change bOverwite to true at the top of the app.js file.

Off pic

On pic