Point bonusmaps accessor: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Added information on keyvalues File Name and Map Name.)
Line 10: Line 10:
* {{KV Targetname}}
* {{KV Targetname}}
* '''File Name'''
* '''File Name'''
: Link to a bns file where you have the locked map entry.
* '''Map Name'''
* '''Map Name'''
: Script entry inside above bns file of the map that needs to be unlocked.


==Inputs==
==Inputs==

Revision as of 11:22, 5 December 2007

Template:Wrongtitle

Entity Description

An entity that relays bonus maps changes.

Availability

This point entity is exclusive to Portal.

Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

  • File Name
Link to a bns file where you have the locked map entry.
  • Map Name
Script entry inside above bns file of the map that needs to be unlocked.

Inputs

Completes the filename/map combination.
  • Save
Saves bonus map data.
  • Unlock
Unlocks the filename/map combination.

Outputs