Skip to content
Jakub Baranowski edited this page Jun 28, 2021 · 10 revisions

Ground Branch game modes

Game modes

Installation and game mode guides.

Game modes

General

If you're looking into making your own game modes start here.

General tips and tricks

Lua

Lua scripts in this directory define the rules of game modes availble in Ground Branch.

Lua scripts

Directory: /GroundBranch/Content/GroundBranch/Lua/

Missions

Mission files contain all enemy, objectives etc. placement on specified maps. Mission files will be located in folders named the same as the map they are assigned to. Don't try to edit theese with code editors.

Mission editor

Directory: /GroundBranch/Content/GroundBranch/Mission/

Localization

This directory contains tables with text localizations in a .csv format. We'll be mostly interested with the contents of the /en/ as far as I know only English is supported at the moment. Also, this makes stuff simpler. :P

Localisation tables

Directory: /GroundBranch/Content/Localization/GroundBranch/

Keep in mind

Ground Branch is in Early Access and a lot of it is still subject to change. Some stuff may not be implemented yet, work poorly, require workarounds or not work at all. Don't get discouraged or blame the devs. It's really awesome that they shared the tools we use here with community in such an early stage. Go tell them you appreciate this.