From: Harry Godden Date: Sat, 2 Mar 2019 09:16:36 +0000 (+0000) Subject: Update README.md X-Git-Url: https://harrygodden.com/git/?a=commitdiff_plain;h=ac46fb1352b5d748231de711d3468c214d338823;p=tar-legacy.git Update README.md --- diff --git a/README.md b/README.md index 64e4c2f..bf60600 100644 --- a/README.md +++ b/README.md @@ -5,19 +5,19 @@ Retrieved height information using the tool: ![](https://i.imgur.com/gd1OC8g.png) # How to use -To get started, drag and drop your nav mesh or bsp file onto the exe and it will open up. +Everything is operated through a 'console' like interface. Type HELP to get a list of commands and variables you can change. -Make sure the BSP / NAV files are in the same folder as the .exe!!! - -From there, everything is operated through a 'console' like interface. Type HELP to get a list of commands and variables you can change. +The primary three you need to know are: OPENBSP, OPENNAV & HELP ![](https://i.imgur.com/vmQ6BDa.gif) List of commands: -| Commands | Info | +| Commands | Info | |----------------------------------|----------------------------------| | QUIT / EXIT | Closes (wow!) | +| OPENBSP | Opens a BSP file | +| OPENNAV | Opens a NAV file | | NAV | View nav mesh | | BSP | View bsp file | | HELP | Helps you out |