Entity:path mapguide

From Fortress Forever Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Mapping for FF
The Basics

Setting up Hammer
Getting Started With Lua
Releasing a map

FF-specific Entities

Lua location system

Map Templates
FF Lua Documentation

Entity Typing
Entity Collections

Commands
Callbacks

path_mapguide

By linking these entities together you can create a guided tour through the map, that will be shown to players who have not yet joined a team. The entity has the following properties:

* Next mapguide target - Targetname of the next mapguide
* Wait - Time to wait at this mapguide before continuing on.
* Time - Time taken to travel from this mapguide to the next one (number cannot be 0)
* Curve towards target - Curve towards the target entity on route to the next mapguide (can be any entity)
* Narration - Sound file to play at this point. Can be either a .wav or .mp3, and the filename is relative to sound/mapname/

The first path_mapguide in the path must be named "overview". The player's view will turn to the angles of each mapguide orientation as it travels.