Info


While info.kdr isn't a strict file for developer testing, it is a requirement for mod sharing on the Steam workshop, and for protecting saves against missing mods. When info.kdr does not exist, it will treat the mod as "developer-only", and does not write itself to the save file.

Key Type Required Default Explanation
dev_name String Yes Name of the folder. The dev name of the mod for internal purposes
title String No Name of the folder. The name of the mod that is shown to the player
description String No Please fill in info.kdr The description of the mod that is shown to the player.
thumbnail String No preview.png The filename of the mod icon (optional, defaults to preview.png)
tags String No N/A The tags that this mod has. Will be displayed in the Steam Workshop.
author String No Unknown The author/s of the mod
version String No v1.0.0 The version the mod is on. This is only mainly used for the Steam Workshop submission, but may show up in other places.
workshop_id Number No N/A Steam Workshop item id.
Note: This value is purely generated and should not be set manually, unless you know what you are doing!

Example:

{
	dev_name: "tab_neeeerd"
	title: "Neeeeerd"
	description: "A mod that adds the Neeeeerd loadout."
	thumbnail: "preview.png"
	tags: "nerd", "loadout", "manybookswow"
	author: "TabularElf"
}