Skip to main content

Map Structure

R_FFA uses two separate configurations:
  1. Maps - Define available maps with weapons and settings
  2. Arenas - Define physical arena locations and zones

Creating a Map

Add to R.Maps in config.lua:

Map Parameters

Creating an Arena

Add to R.Arenas in config.lua:

Arena Parameters

Getting Coordinates

1

Go to Location

Travel to your desired arena location
2

Get Coordinates

Use a coordinate script or command like /coords
3

Copy Values

Copy the coordinates
4

Add to Config

Paste into your arena configuration

Example: Creating a 1v1 wager Map

Weapon Configuration

Available weapons for custom lobbies / wagers are defined in R.Weapons:

Weapon Labels

Customize weapon names:

Component Images

Customize weapon component icons:

Zone Types

Sphere Zone

Simple circular zone:

Polygon Zone

Complex shaped zone (future feature):

Testing Your Map

1

Enable Debug

2

Restart Resource

3

Join Arena

Join your new map and test spawn points
4

Check Zones

Verify the zone boundaries are correct
5

Disable Debug

Tips

  • Start with small arenas (20-30m radius)
  • Test spawn points don’t overlap
  • Balance armor with weapon power
  • Add multiple spawn points to prevent camping

Configuration Guide

Back to configuration