Skip to main content

Adding a map

Introduction

This guide will show you how to add a map to GolfRush. It will cover the following topics:

Creating a map

After finishing your build you should pack it as a Model, with courses also grouped as Model and named as Course_1, Course_2, etc, parented to Model. You can also add a Terrain to your map with the terrainregion plugin, but it's not required.

Uploading it to Roblox

To upload the map to Roblox, you should follow the steps below:

  1. Select the Model that you want to upload in Explorer.
  2. Right click it and select Save to Roblox.
  3. Choose the name of your map, on the "Creator" dropdown, select "Tource".
  4. Click on publish, a id will be shown, copy it for later use.

Adding it to GolfRush

To add your map to GolfRush, you should follow the steps below:

  1. Open the GolfRush game in any branch.
  2. On the "GolfRush IMGUI" popup, click on the Open Editor button.
  3. On the editor, click on the Add Map button.
  4. Enter metadata of the map, and paste the id copied before.
  5. Click on Save.

How to optimise your map

It is recommended that you shouldn't include 3d elements that normal player cannot see, the same applies on terrain. Although the loading system loads things near camera first, everything will be eventually loaded.

Additional information

You should check out Adding camera animation to learn on how to add camera animations to your map.

Changelog
  • 1.0: Initial version, Antcar.