Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Installation

ZeusJunior edited this page May 9, 2020 · 4 revisions

Download and install required programs

Git

(You don't need to use Git to download, but it makes it so much easier to update)

Windows

Download from https://git-scm.com/

Mac / Linux

Git should already be installed, check if it is by opening the terminal and using the command git -v.

NodeJS

Windows / Mac / Linux

Download from https://nodejs.org/.

Downloading the GUI

Once Git is installed, open a terminal and navigate to the location where you want the gui to be. You can move the folder later on if you wish to do so. Write cd Desktop in the console and hit enter, then you should see it says something like C:\Users\<Your Username>\Desktop>. Then use the command git clone https://github.com/ZeusJunior/tf2-automatic-gui.git. Once it is done, the gui is available in a new folder called tf2-automatic-gui.

Installing modules

Simply doubleclick the install.bat file. When done, head over to usage

Clone this wiki locally