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:
- Select the
Modelthat you want to upload in Explorer. - Right click it and select
Save to Roblox. - Choose the name of your map, on the "Creator" dropdown, select "Tource".
- 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:
- Open the GolfRush game in any branch.
- On the "GolfRush IMGUI" popup, click on the
Open Editorbutton. - On the editor, click on the
Add Mapbutton. - Enter metadata of the map, and paste the id copied before.
- 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.