Skip to content

GTerminal is the world's first terminal-like mod installer for a game called Gorilla Tag. Press the star button if you enjoy this!

License

Notifications You must be signed in to change notification settings

Silentious/GTerminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTerminal

The world's first terminal installer for mods on Gorilla Tag. 😎

(Disclaimer) Use only for development/educational purposes. I am not responsible for anything happening. Most mods are checked for viruses, but it is not guaranteed. I highly think you should run your mod through DNSpy, and if anything suspicious is found, join the Discord Server and make a report.

but there are so many other ways to install mods!!! why should I use GTerminal???

  • Open Source
  • Free to use
  • Hub for many mods
  • Easy to install
  • Simple,
  • It only takes a few seconds

Installation

1. Unzip the file

This doesn't require explaining.

2. Install Python.

If you do not have python, please download it at https://www.python.org/downloads If you want to download the buggy windows store version, open windows store and select a python version

3. Open file area in terminal

Command prompt works fine, but you can also use Windows Powershell.

4. Install Dependencies.

# change directory to where you installed the files
$ py -m pip install -r requirements.txt
# or
$ pip install -r requirements.txt

2. Use

There are many ways to use this file. Usually, when using you'd want to do the following commands.

# Before this, use CD and go to the file area. This can be done by right clicking in the file and doing "Open in Terminal"
$ py GTerminal.py
# or
$ python GTerminal.py

-install

Use -install to install the GT Mods. To see the mods, check out the -mods.

# expected requirements:
$ py GTerminal.py -install <mod>
# or
$ python GTerminal.py -install <mod>

-uninstall

Uninstalls a mod of your choice by using an input

# expected requirements:
$ py GTerminal.py -uninstall
# or
$ python GTerminal.py -uninstall

-mods

Opens the URL to check which mods GTerminal supports.

$ py GTerminal.py -mods
# or
$ python GTerminal.py -mods

-i

Use -i with -install to name the downloaded file the install name that is used in the URL.

Example: URL = https://cdn.discordapp.com/attachments/1000/1000/Cool_MODMENU!!!.dll With -i: Cool_MODMENU!!!.dll Without -i: CoolMenu.dll

# expected requirements:
$ py GTerminal.py -install <mod> -i
# or
$ python GTerminal.py -install <mod> -i

-version

Shows which version of GTerminal you are using

$ py GTerminal.py -version
# or
$ python GTerminal.py -version

-keepvers

When there is a new update, use this if you want to keep your version and don't want the update message to appear

$ py GTerminal.py -keepvers
# or
$ python GTerminal.py -keepvers

-discord

Opens the Discord server

$ py GTerminal.py -discord
# or
$ python GTerminal.py -discord

-github

Opens the GitHub

$ py GTerminal.py -github
# or
$ python GTerminal.py -github

MAYBE SOON:

  • Uninstall Feature
  • EXE Version
  • Announcment Hide
  • ???

Versions

1.2.3

  • fix for -config command

1.2.2

  • JSON CONFIG
  • better text readability
  • fixed double -version
  • ??fixed mod sometimes not installing??=
  • removed -keepvers and -i in favor of the config file
  • no new mods

1.1.0

  • 5 New Menus
  • Uninstall Feature
  • Better text on new version message and mods
  • Fixed mods sometimes not installing

1.0.0

  • Release

About

GTerminal is the world's first terminal-like mod installer for a game called Gorilla Tag. Press the star button if you enjoy this!

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages