Mod articles
-
How to set up custom recipes and crafting stations
Custom Recipes
Location
OCRAFT Ini files are located in "Data/Ini/OCRAFT" folder.
They must have the same name as one of loaded plugin files + .ini extension, for example: Oblivion.esm.ini
If named like that, they are automatically recognized and loaded by the mod.
Contents
Recipe is defined by several lines in INI file. Here is a generic example:
set OCRAFT.StationRef to (GetFormFromMod "ModName.esp" XXXXXX)
set OCRAFT.ResultingItem to (GetFormFromMod "ModName.esp" XXXXXX)
set OCRAFT.ResultingItemN to 1
set OCRAFT.C01 to (GetFormFromMod "ModName.esp" XXXXXX)
set OCRAFT.C01N to 1
set OCRAFT.C02 to (GetFormFromMod "ModName...