Skip to content

Required Map Files

Brian Aldridge edited this page Jan 25, 2019 · 1 revision

Required Map Files

The following files and folders need to be located in your ShooterGame folder.

ServerGrid.json

Required
View Example

This is your main json file containing the layout of islands, server ip, port, and grid location information, and some settings for your servers.

ServerGrid.ServerOnly.json

Required
View Example

This is a json file that contains redis database connection information.

ServerGrid (Folder)

Required
Create this folder by typing mkdir ServerGrid in your ShooterGame directory. This folder will hold your MapImg.jpg file. This file will be used when displaying the in game map.

ServerGrid/MapImg.jpg

Required
View Example

This is the image representing your map. Place this file in the ServerGrid folder you created under your ShooterGame directory.