Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 619 Bytes

introduction.prerequisites.md

File metadata and controls

5 lines (4 loc) · 619 Bytes

Prerequisites

Before you begin using this guide to develop mods, you should know how to use these tools, understand these concepts, and know how to implement them or use them effectively.

  • C#, or the .NET Framework: .NET is a framework for the C# language that Gorilla Tag uses. All mods are coded in C#. This is required to code any mods. If you have used a software like Windows Forms, you may already know what is required to use it.
  • Utilla: A utility for implementing your mod. It lets you use it’s built-in modded lobbies feature, which should be implemented if your mod gives you a competitive advantage.