Template:KF2MapInfo

From Tripwire Interactive Wiki
Revision as of 12:48, 25 January 2017 by Mazedummy (talk | contribs) (Optical improvement, changed how achievements are entered (supports now infinite amount of achievements - similar to custom and technical entries which were added too), code optimizations)
Jump to navigation Jump to search


Killing Floor 2 Tripwire Official map
Biotics Lab
General Information
Author Tripwire Interactive
Map Information
Trader Locations 5
Collectibles 30
Doors 15
Weapon Spawn Locations 16
Ammo Spawn Locations 20
Player Spawn Locations 41
Zed Spawn Locations 75
Boss Spawn Locations 9
Custom Entry
Custom Value
Custom Description
Technical Information
Technical Entry
Technical Value
Technical Description
Related Achievements
status as of game version 1050

Syntax

Parameters

{{KF2WeaponInfo

| OfficialMap= Set this to false or no if this is not an official map
Default: true
Example: false

|

| Name= Name of the map Example: Biotics Lab

| PerkImage= Name of the image of the map Example: KF2_Map_BioticsLab.png

|

| Author= The author of the map
Default: Tripwire Interactive
Example: Tripwire Interactive

|

| TraderLocations= How many trader locations on the map are
"KFTraderTrigger" in Killing Floor 2 - SDK
Example: 5

| Collectibles= How many collectibles on the map are
"KFCollectibleActor" in Killing Floor 2 - SDK
Example: 30

| Doors= How many doors on the map are
"KFDoorActor" in Killing Floor 2 - SDK
Example: 15

| WeaponSpawnLocations= How many weapon spawn locations on the map are
"KFPickupFactory_ItemDefault" in Killing Floor 2 - SDK
Example: 16

| AmmoSpawnLocations= How many ammo spawn locations on the map are
"KFPickupFactory_Ammo" in Killing Floor 2 - SDK
Example: 20

| PlayerSpawnLocations= How many player spawn locations on the map are
"KFPlayerStart" in Killing Floor 2 - SDK
Example: 41

| ZedSpawnLocations= How many zed spawn locations on the map are
"KFSpawner" and "KFSpawnVolume" in Killing Floor 2 - SDK
Example: 75

| BossSpawnLocations= How many boss spawn locations on the map are
"KFSpawnVolume" with "Spawn_Volumes_Boss"-layer in Killing Floor 2 - SDK
Example: 9

|

| Custom_Entries=
  {{KF2VariousInfo_CustomEntry|1|2|3}}
  {{KF2VariousInfo_CustomEntry|1|2|3}}
  {{KF2VariousInfo_CustomEntry|1|2|3|AddSpaceAfterEntry=true}}
  {{KF2VariousInfo_CustomEntry|1|2|3}}
  {{KF2VariousInfo_CustomEntry|1|2|3|Last=true}}
Additional custom entries

1 - Entry Title
2 - Entry Value
3 - Entry Description (optional)

AddSpaceAfterEntry=true
Adds some space between the current custom entry and the following

Last=true
Only if a description is defined and this custom entry is the last one in this section Last hast to be set to true

Example: {{KF2VariousInfo_CustomEntry|'''Custom Entry'''|Custom Value|Custom Description|Last=true}}

|

| Technical_Entries=
  {{KF2VariousInfo_CustomEntry|1|2|3}}
  {{KF2VariousInfo_CustomEntry|1|2|3}}
  {{KF2VariousInfo_CustomEntry|1|2|3|AddSpaceAfterEntry=true}}
  {{KF2VariousInfo_CustomEntry|1|2|3}}
  {{KF2VariousInfo_CustomEntry|1|2|3|Last=true}}
Additional technical entries

1 - Entry Title
2 - Entry Value
3 - Entry Description (optional)

AddSpaceAfterEntry=true
Adds some space between the current custom entry and the following

Last=true
Only if a description is defined and this custom entry is the last one in this section Last hast to be set to true

Example: {{KF2VariousInfo_CustomEntry|'''Technical Entry'''|Technical Value|Technical Description|Last=true}}

|

| Achievements=
  {{KF2VariousInfo_Achievement|1|2}}
Related Achievement entrys

1 - Achievement Number
According to steamdb.info

2 - Achievement Title

Example: {{KF2VariousInfo_Achievement|8|Open For Testing}}
{{KF2VariousInfo_Achievement|9|Limited Contact}}
{{KF2VariousInfo_Achievement|10|Restricted Access}}
{{KF2VariousInfo_Achievement|11|Controlled Environment}}
{{KF2VariousInfo_Achievement|18|Biotics Bling}}

|

| GameVersion= Version of Killing Floor 2 these stats are taken from Example: 1050

}}

Template

Copy this template for quick usage.

{{KF2MapInfo
| OfficialMap=
|
| Name=
| MapImage=
| 
| Author=
|
| TraderLocations=
| Collectibles=
| Doors=
| WeaponSpawnLocations=
| AmmoSpawnLocations=
| PlayerSpawnLocations=
| ZedSpawnLocations=
| BossSpawnLocations=
|
| Custom_Entries=
  {{KF2VariousInfo_CustomEntry|1|2|3}}
|
| Technical_Entries=
  {{KF2VariousInfo_CustomEntry|1|2|3}}
|
| Achievements=
  {{KF2VariousInfo_Achievement|1|2}}
|
| GameVersion=
}}