From GMod Wiki
Back to Gamemode mapping
Mapping: Mapping for the Melonracer gamemode |
Description: | Mapping for Garry's new Melonracer gamemode |
Original Author: | Metallics / Smurfy |
Created: | 15th May 2008 |
Introduction
This thread covers mapping for Garry's new Melonracer for GMod 10 remake.
Mapping steps
In your map you must put the following:
- Map name should start with mr_
- An "info_gamemode" with key "GamemodeName" and value "Melonracer" See: Placing SENTs
- Start (info_player_start)
- Checkpoints (checkpoint) (brush)
Entities
Checkpoints
- Is a brush entity simply called "checkpoint"
- Must have the targetname "checkpoint"
- The "info_player_start"'s must be inside the first checkpoint
- There must be at least 2 of these in the map
- It must have the key "number" and the value is the checkpoint number. Eg. the first checkpoint at spawn will have the value 1, the second will have 2, the third will have 3, etc.
info_gamemode
- Defines what gamemode the map should use
- For this map should have the key "GamemodeName" and the value "Melonracer"