0 of 0

File information

Last updated

Original upload

Created by

Gaijinx

Uploaded by

Gaijin666

Virus scan

Safe to use

Tags for this mod

43 comments

  1. X057wind
    X057wind
    • member
    • 4 kudos
    Fixed my version for Mistlands

    if anyone wants to do the same
    Change
    [HarmonyPatch(typeof(Ship), "FixedUpdate")]
    to 
    [HarmonyPatch(typeof(Ship), "CustomFixedUpdate")]

    and

    public static bool IsPlayerControlling(Ship ship)
    return ship.HaveControllingPlayer() && ship.m_shipControlls.IsLocalUser();
    to
    public static bool IsPlayerControlling(Ship ship)
    return ship.HaveControllingPlayer() && (ship.m_shipControlls.GetUser() == Player.m_localPlayer.GetPlayerID());
  2. Bleedout3
    Bleedout3
    • member
    • 0 kudos
    Has anyone found a way to fix the sinking boats yet? Re-playing for Mistlands and really want to be able to explore a bit faster.
    1. FaPaThY
      FaPaThY
      • member
      • 0 kudos
      Replaying again too and using this as a replacement:
      https://valheim.thunderstore.io/package/Smoothbrain/Sailing/
    2. andretheclient49
      andretheclient49
      • member
      • 0 kudos
      i was using that smoothbrain one, my boat just went to the bottom, not sure if it was my GPU however, i did have to update drivers after that unfortunate nautical disaster, luckily, i was just able to swim to shore.
  3. fufyrka
    fufyrka
    • member
    • 0 kudos
    Mod does not work, there is no configuration.What should I do?
  4. Zimmerman88
    Zimmerman88
    • member
    • 0 kudos
    Hey would you be able to release the source code so someone can keep this mod alive, it was really good when it worked
  5. digit0x
    digit0x
    • premium
    • 0 kudos
    causing boats to not float on water.  removed mod, my boats float.
    1. LoonyLiberator
      LoonyLiberator
      • member
      • 0 kudos
      Can confirm. My raft sunk like a rock, good thing it was just a raft.
    2. irosaurus
      irosaurus
      • member
      • 0 kudos
      Same here. Would be nice if the mod could be updated. Really liked it!
    3. norby007
      norby007
      • member
      • 0 kudos
      found the same issue today... all the boats sink until the skill is removed.
    4. stunda
      stunda
      • member
      • 0 kudos
      Confirmed. Removing the mod will bring your boats back to the surface, hopefully the right way up.
  6. Hilltigger
    Hilltigger
    • member
    • 0 kudos
    Would love to make this ValheimRaft mod compatible. We are so close to a balanced progression in the ocean. Just missing this compatibility for a fleshed out, balanced experience. Any chance to make this compatible?
  7. jagonz
    jagonz
    • member
    • 0 kudos
    Hello, I downloaded version 1.2.0 to not use mod config enforcer but in the same way it marks an error with the modconfigenforcerIt seems that both versions 1.2.0 and 1.2.1 were the same or I do not know what is happening
    1. Gaijin666
      Gaijin666
      • member
      • 1 kudos
      1.2.1 Added serverside variables for ModConfigEnforcer, 1.2.0 still has everything local (although uses MCE API if it's available for better transition to serverside variables). It should work fine either without MCE or with MCE 1.x.
      Are you running MCE 2.x perhaps? If not then please reply with a stack so I have some more info what's haplening
    2. jagonz
      jagonz
      • member
      • 0 kudos
      Hello, yes im using MCE 2.X :C any upcoming updates? :D
      Edit: I messed with the source code and removed the support for mce as it is only for personal use, in the same way I will update when you upload a new version
    3. Frazack333
      Frazack333
      • member
      • 2 kudos
      Hey Jagonz, how would one go about doing what you did? i'm playing solo too so i don't need this mod to mess with mce at all
  8. MiraReyer
    MiraReyer
    • member
    • 0 kudos
    Hello, Do you plan to create a new version of the mod, compatible with MCE updates ? Thanks
  9. attilakoenig
    attilakoenig
    • member
    • 0 kudos
    Is it possible that this mod conflicts with any other mods? I've tried sailing around a bunch to get the skill to show up, to no avail. I also checked the sailing skill .cfg and the only thing in it seems to be the nexus version id, and no other options....
    1. Gaijin666
      Gaijin666
      • member
      • 1 kudos
      There is always a possibility, yes. Are you using ModConfigEnforcer perchance? It's the only mod that I know of that has anything to do with configs.

      Edit: It seems that ModConfigEnforcer 2.x is breaking mods that are compatible with 1.x - revert to older version and it'll be fine (or uninstall if you don't need it for any other mod) :)
    2. attilakoenig
      attilakoenig
      • member
      • 0 kudos
      Yep, that was it, thanks.
  10. TheAlmightyPeach
    TheAlmightyPeach
    • supporter
    • 0 kudos
    Hi, I have a question about the boat health increase. When does the boat get extra health? When players are near the boat? When a high level sailor creates the boat?
    1. TheAlmightyPeach
      TheAlmightyPeach
      • supporter
      • 0 kudos
      Also, does it stack when multiple players are aboard a boat? 
    2. Gaijin666
      Gaijin666
      • member
      • 1 kudos
      There is no boat health increase - boat gets damage reduction depending on who is controlling the boat - higher sailing skill means less damage taken. It doesn't stack with multiple players