-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Installation and game mode guides.
If you're looking into making your own game modes start here.
Lua scripts in this directory define the rules of game modes availble in Ground Branch.
Directory: /GroundBranch/Content/GroundBranch/Lua/
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.
Directory: /GroundBranch/Content/GroundBranch/Mission/
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
Directory: /GroundBranch/Content/Localization/GroundBranch/
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.