Rune Factory 5

Join the largest
modding community

More mods

Explore all mods
No results

News & Updates

  • GUIDE - BepInEx Install Instructions - Step by Step

    1- Install .NET 6.0:
    Download it here and Install.

    2- Install BepInEx:
        2.1) Donwload the version: BepInEx Unity (IL2CPP) for Windows (x64) games

        2.2) Download latest version at official's website:

    OR
    Direct Link to #665

        2.3) Extract all files to your Rune factory 5 installed folder.
            P.S. You can get the folder on Steam:

    For others launchers, just find the folder that have the file: UnityPlayer.dll

        2.4- Disable RF5 Config Launcher start before the game:


        2.5- Allow BepInEx configure the files for the first time:
    Start the game and wait a little at title screen. Only the first time BepInEx will generate all configs f...

  • Create new custom recipes

    (Advanced) Create custom recipes files
    You can create your own custom recipes by creating new JSON file inside Custom Recipes folder (e.g. MyCustomRecipes.json).
    JSON.Net is lenient in JSON file specs, you can have comments and trailing commas in the file.

    JSON File Structure
    JSON file with some explanations:
    [
    {
    //Start of recipe block

     //craft category (where you can craft them)
    "CraftCategoryID": "Drug", //or you can write it as 8 (number)
     
     //result item id
    "ResultItemID": 2156, //also can be written as "Item_Kin" (enum, with double quotes)

     //ingredient for the recipe, you can put maximum 6 item here
     ...

  • ini file description

    Shop type









    ---
    Add items to existing pages
    
    AddItem1=ItemID, ...
    The number 1 in AddItem1 indicates the page number
    Allows setting the item level using the ItemID+Lv form, example:
    
    AddItem1=1502+2
    Indicates the addition of Lumber Lv2 to the Blacksmith Ore Shop
    ---
    Replace existing items
    
    ReplaceItem1=OldItemID=NewItemID, ...
    The number 1 in ReplaceItem1 indicates the page number
    Allow setting new item levels using the NewItemID+Lv form, example:
    
    ReplaceItem1=2152=2171+6
    Replace Iron with Tenfold Steel Lv6 on page 1 of the Blacksmith Shop Ore Shop
    ---
    Remove Existing Items
    �...

  • Item ID

    
    1 卷心菜 Cabbage
    2 卷心菜王 King Cabbage
    3 樱芜菁 Pink Turnip
    4 大樱芜菁 Colossal Pink Turnip
    5 少女蜜瓜 Pink Melon
    6 少女蜜瓜王 Conqueror Melon
    7 洋葱 Onion
    8 超级洋葱 Ultra Onion
    9 南瓜 Pumpkin
    10 惊悚南瓜 Doom Pumpkin
    11 黄瓜 Cucumber
    12 凯撒黄瓜 Kaiser Cucumber
    13 玉米 Corn
    14 大玉米 Gigant Corn
    15 番茄 Tomato
    16 大番茄 Titan Tomato
    17 茄子 Eggplant
    18 大茄子 Emperor Eggplant
    19 番薯 Yam
    20 番薯王 Lordly Yam
    21 马铃薯 Potato
    22 超级马铃薯 Princely Potato
    23 胡萝卜 Carrot
    24 帝王胡萝卜 Royal Carrot
    25 青椒...

  • Better Furniture Placement Mod v0.4 Changes

    New

    Added Adjustable Grid Size Bindings
    Known Issues
    Launching the game with the Launcher stops BepInEx from working
    Controller & Keyboard Prompts + Buttons don't play nice, need to fix.

    ...

  • gyarishade (ReShade preset)

    The first ReShade for this game! (that i know of) I hope you enjoyyyy eeeeee



    ...

  • Better Furniture Placement Mod v0.3 Changes

    New

    Added Rotation Snapping


    Fixed

    Furniture placement not saving correctly


    Known Issues

    Launching the game with the Launcher stops BepInEx from working
    Controller & Keyboard Prompts + Buttons don't play nice, need to fix.
    ...

  • Better Furniture Placement Mod v0.2 Changes

    New
    - Added Snap to Grid (can be toggled off in the settings)
    - Added Controller Binding Support
    - Added UI Elements

    Known Issues
    - Launching the game with the Launcher stops BepInEx from working
    - Controller & Keyboard Prompts + Buttons don't play nice, need to fix.

    Enjoy!...