|
|
|
[hard GameMode]
|
|
|
|
;= Add a section like this one for every voting option
|
|
|
|
;=
|
|
|
|
;= `title` will be displayed in a drop-down list in the voting dialog
|
|
|
|
title={$green Hard}
|
|
|
|
;= `difficulty` determines... difficulty and for vanilla Killing Floor can be one of
|
|
|
|
;= the following values:
|
|
|
|
;=
|
|
|
|
;= * Beginner: "easy", "beginner"
|
|
|
|
;= * Normal: "normal", "default", "regular"
|
|
|
|
;= * Hard: "harder"
|
|
|
|
;= * Suicidal: "suicidal"
|
|
|
|
;= * Hell On Earth: "hellonearth", "hell on earth", "hoe"
|
|
|
|
;=
|
|
|
|
;= Any prefixes will also work, e.g. "sui", "hard", etc.
|
|
|
|
difficulty=hard
|
|
|
|
;= How long should game last? For vanilla Killing Floor its "short",
|
|
|
|
;= "normal" (also "default" and "regular"), "long".
|
|
|
|
length=long
|
|
|
|
;= A short game mode name that will be displayed after map vote has finished
|
|
|
|
acronym={$green hard}
|
|
|
|
;= Use this to add map lists (from "AcediaMaps.ini") to this game mode
|
|
|
|
;= NOTE: map lists, NOT maps
|
|
|
|
includeMaps=default
|
|
|
|
;= Use this to add mutators to this game mode, one mutator per line
|
|
|
|
;includeMutator=
|
|
|
|
;= Use this do add one of Acedia's Features into this game mode with "default" config
|
|
|
|
;includeFeature=
|
|
|
|
;= Use this to add feature with specified config
|
|
|
|
;includeFeatureAs=(feature=,config=)
|
|
|
|
;= Use this to disable one of the Acedia's features for this game mode.
|
|
|
|
;= This overrides all other settings.
|
|
|
|
;= Purpose of this setting is to disable auto-enabled features.
|
|
|
|
;excludeFeature=
|
|
|
|
|
|
|
|
[sui GameMode]
|
|
|
|
title={$orange Suicidal}
|
|
|
|
difficulty=suicidal
|
|
|
|
length=long
|
|
|
|
acronym={$orange sui}
|
|
|
|
includeMaps=default
|
|
|
|
|
|
|
|
[hell GameMode]
|
|
|
|
title={$crimson Hell On Earth}
|
|
|
|
difficulty=hoe
|
|
|
|
length=long
|
|
|
|
acronym={$crimson hoe}
|
|
|
|
includeMaps=default
|