Manifest file - Gemini-Loboto3/RE3-Mod-SDK GitHub Wiki

manifest.txt is the only and most necessary file for mod-sdk to list a mod. It holds all the data necessary to display and retrieve information about a mod.

An example of manifest.txt contents:
[MOD]
Name = BIOHAZARD 3: WHATEVER
Title = BIOHAZARD 3 PC
Module = test.dll
English = 1
ConfAltFont = 0
SavePath = mod\save

Name

Name of the mod in the Mod Selector dialog.

Title

What appears on the title bar of the game window. Leave empty for default game title.

Module

Name of the DLL containing any extra code. Leave empty if there is no custom code.

English

Optional, overrides INI option and can force the game to work in Japanese or English. Set to 1 to force English, 0 for Japanese, -1 or empty to use DLL setings.

Tactreload

Optional, overrides INI option for tactical reload. 0 disables it, 1 forces it, -1 or empty for default config behavior.

SavePath

Optional, overrides path used to store save files. Enable this and point it to a valid folder in order to have your mod use separate save data from the main game.

⚠️ **GitHub.com Fallback** ⚠️