Launcher mod for all Acedia Framework mods
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

48 lines
1.5 KiB

[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