Skip to content

A PC Gorilla Tag mod that makes your jumps super huge.

License

Notifications You must be signed in to change notification settings

randomtt/SpaceMonke

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Monke

A PC Gorilla Tag mod that makes your jumps super huge.

Installation

Automatic installation

If you don't want to manually install, you can install this mod with the Monke Mod Manager

Manual Installation

If your game isn't modded with BepinEx, DO THAT FIRST! Simply go to the latest BepinEx release and extract BepinEx_x64_VERSION.zip directly into your game's folder, then run the game once to install BepinEx properly.

This mod requires Utilla, so download it here: https://github.com/legoandmars/Utilla/releases/latest - Make sure to follow the installation instructions!

Next, go to the latest release of this mod and extract it directly into your game's folder. Make sure it's extracted directly into your game's folder and not into a subfolder!

Configuration

If you'd like to change how extreme the jump effect is, run the game once to generate a config found in Gorilla Tag/BepInEx/config/SpaceMonke.cfg

The config should be mostly self-explanatory, here's a quick rundown of what it does:

[Configuration]

# How much to multiply the jump height/distance by. 10 = 10x higher jumps
# Default value: 10
JumpMultiplier = 10

For Developers

This project is built with C# using .NET Standard.

For references, create a Libs folder in the same folder as the project solution. Inside of this folder you'll need to copy:

0Harmony.dll
BepInEx.dll
BepInEx.Harmony.dll

from Gorilla Tag\BepInEx\core,

Utilla.dll

from Gorilla Tag\BepInEx\plugins, and

Assembly-CSharp.dll
UnityEngine.dll
UnityEngine.CoreModule.dll

from Gorilla Tag\Gorilla Tag_Data\Managed.

About

A PC Gorilla Tag mod that makes your jumps super huge.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 87.8%
  • PowerShell 12.2%