Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(4 edits)

Finales

Finales are extra spicy activities that players will engage in after the game is won. They are unlocked by beating the opponents multiple times.

Folder

To add a finale, create a sub-folder in the outfit. The name of the folder can be anything, but the game usually uses the pattern finale_X_action for clarity.  The order the finales will be unlocked in is the alphabetical order of these finale folder names.

Images

Put images in the finale folder the same way you would put them in the regular folders. All the same naming formats still work, but only the _composite substring is still relevant in finales.

finale.properties file

The finale folder must include a finale.properties file in it to be detected as a finale folder.

The following property values can be set:

finale.name : The name of the finale as it will appear on the buttons. Keep it short or it will not fit in the button.

finale.partners : A comma separated list of the names of other players involved in this finale. Note that these must be the folder names of the players, not their displayed names. Do not include the current player's name in the list. If there are no other players involved in this finale, simply omit this line.  The partners must be all present in the game for the finale to be available.

Example: finale.partners=victoria,nadia


finale.position and finale.layer these work like outfit.position and outfit.layer, and can be used to specify a different location if the finale is happening in a different place in the room from the outfit's normal location.