Jump to content
  • Missing Craftable Items


    Dracconis69

    Summary: (a short description of the bug)

     

    Game Version: (A20.2 b2)

    Platform: (PC)

    OS/Version: (Windows)

    CPU Model: (AMD Ryzen 5 3600)

    System Memory: (32GB)

    GPU Model and VRAM: (nVidia GTX 1050 4 GB)

    Screen Resolution: (1920x1080)

    Video Settings: (Custom)

    Game mode: (SP)

     

    Did you wipe old saves? (Doesn't matter)

    Did you start a new game? (Doesn't matter)

    Did you validate your files? (Yes)

    Are you using any mods? (No)

    EAC on or off? Doesn't matter

     

    Status: NEW

     

    Bug Description:

     Missing craftable items in the workbench for clothing.

    Detailed steps to reproduce the bug:

     

    1) Open workbench

    2) Click "Clothing"

    3) Scroll through list

     

    Actual result: (description of what is occurring)

     Missing:

    1) Leather Armor

    2) Iron Armor

    3) Steel Armor

    4) Military Armor

    5) Mining Helmet

    6) Fireman's Helmet

    Expected result: (what you expect to occur)

    Expected to find the above items in the list WITHOUT have to search for said items or clicking "Recipes" on known item ingredient.

     

    Note: Adding an "items.xml" to the "Mods" folder with appropriate folder hierarchy and including this code fixes the oversight you guys had when moving from A19 to A20:

    <config>
    <append xpath="/items/item[@name='armorSteelMaster']/property[@name='Group']/@value">,Clothing</append>
    <append xpath="/items/item[@name='armorIronMaster']/property[@name='Group']/@value">,Clothing</append>
    <append xpath="/items/item[@name='armorLeatherMaster']/property[@name='Group']/@value">,Clothing</append>
    <append xpath="/items/item[@name='armorMilitaryMaster']/property[@name='Group']/@value">,Clothing</append>
    <append xpath="/items/item[@name='armorMiningHelmet']/property[@name='Group']/@value">,Clothing</append>
    <append xpath="/items/item[@name='armorFirefightersHelmet']/property[@name='Group']/@value">,Clothing</append>
    </config>

     


    User Feedback

    Recommended Comments



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...