Skip to content

Getting Started

cyrite edited this page Jan 6, 2024 · 1 revision

Overview

How to install and run the Trust add-on in Windower 4.

Setup

You will need the latest version of Trust in order to use Trust.

  1. Download the latest release of Trust from GitHub (trust.zip under Assets at the bottom of the release page).
  2. Unzip trust.zip, right click the trust folder, copy it and paste it into the Windower/addons folder. Note that this will not override your entire existing trust folder, only changed files.
  3. If you have downloaded multiple copies of trust, the name of your folder might be trust (2), trust (3), etc. Rename this folder to be Trust if needed.
  4. Double check that the Windower/addons/trust folder exists.
  5. Run // lua r trust and you're ready to get started!
  6. To update your version of Trust, repeat steps 1-4 above.
  7. You can configure your Trust through the menu by pressing down Control and the Numpad+ buttons.

If using Git:

  1. Create a folder named Trust in your Windower/addons folder.
  2. Run git clone git@github.com:cyritegamestudios/trust.git . in that folder.
  3. To update, do a git pull.

Dependencies

Trust also requires the following addons, which can be installed through Windower:

Optional

  1. Override job settings to customize what your trust does.

Next

Learn more about Windower Commands and configuring your Trust with Job Settings and Modes.

Clone this wiki locally