Jump to content

Recommended Posts

Hello,

My character mod has a perk where they do more/less damage depending on the time of day. This perk works in the base game, RoG and DST - but when I use this character in Shipwrecked, the damage perks don't apply?

Are there any workarounds for this problem?

 

Edit: I found a fix, here's what I did:

    if  IsDLCEnabled(CAPY_DLC) or IsDLCEnabled(PORKLAND_DLC) then
        inst.components.combat:AddDamageModifier("wakes", -0.25)
    else
        inst.components.combat.damagemultiplier = 0.75
    end

Side note, does anyone actually know why this bug exists in the first place?

Edited by Scrumch

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...