Jump to content

[Solved] Patch isn't patching - File attached to thread


Recommended Posts

Posted (edited)

Hi~ so..i'm trying to patch the Cumgen from Lustbound so it's craftable in the latest version of Frackin' Universe - the basics are that the isn_fissionreactor item was changed to isn_fissionreactornew, changing the cumgen.recipe file itself works perfectly fine w/ no issues. However, i've got a cumgen.recipe.patch i've made to specifically append this item name change and for reasons I literally cannot figure out it's just..not working? I was hoping someone else could point out what I messed up so I could get this working~ i've included the code from both my patch (top) and the original recipe file (bottom), the folder pathing is the same and the _metainfo is setup correctly. Ty in advance~~ ❤️

 

 

Edit: solved the issue~~ I uploaded both the loose and packed patch for anyone else to use if they want, all credit goes to the lovely people working on the original mods - I hope they keep up the amazing work~ I was just wanting this fixed for a private thing and figured i'd share~ ❤️

 

[
    {
        "op": "replace",
        "path": "/input/0/item",
        "value": "isn_fissionreactornew"
    }
]

 

 

{
    "input": [
        {
            "item": "isn_fissionreactor",
            "count": 1
        },
        {
            "item": "nuclearcore",
            "count": 2
        },
        {
            "item": "morphitebar",
            "count": 6
        },
        {
            "item": "densiniumbar",
            "count": 10
        }
    ],
    "output": {
        "item": "cumgen",
        "count": 1
    },
    "groups": [
        "craftingmedical2",
        "buffs",
        "lewd"
    ]
}

SxB - Lewdbound FU 6.2.5 Cumgen Patch.pak SxB - Lewdbound FU 6.2.5 Cumgen Patch.7z

Edited by DawniePieUwU
Issue solved, uploaded working files~
Posted
59 minutes ago, Ant Cant said:

What's the priority value set to in your metadata? A higher value will load your mod later than other mods while no set value is zero.

 

Shit this is exactly what it was, I had it set to 0 thinking that'd mean something and not just "no value" - then I set it to 1 thinking that would work, not realising I was being stupid. Got it set to 99 now, works perfectly~ thank you for helping me out there~ ❤️

  • 4 months later...

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...