The Witcher 3
0 of 0

File information

Last updated

Original upload

Created by

1q2w3e1q2w3e

Uploaded by

DJ_Kovrik

Virus scan

Safe to use

Tags for this mod

138 comments

  1. Subhasish
    Subhasish
    • member
    • 0 kudos
    I can still fast travel from roach. probably because of w3ee. Can anyone help me find the script which enables it?
    1. pavzmn
      pavzmn
      • member
      • 0 kudos
      To disable fast travel on Roach, you have to comment out/remove lines 1285-1294 in mapMenu.ws (added by EE).

      
      // W3EE - Begin
      elseif( thePlayer.GetCurrentStateName() == 'HorseRiding' ){thePlayer.AddTimer('FixHorseCamera', 0.15f, false);initData = (W3MapInitData)GetMenuInitData();if ( initData && initData.GetTriggeredExitEntity() )initData.SetTriggeredExitEntity( false );}// W3EE - End
  2. Malistroth
    Malistroth
    • member
    • 7 kudos
    del
  3. DolphinMX
    DolphinMX
    • supporter
    • 0 kudos
    Really like your mod, adds lot more immersion to the game. If you have time, would you mind making a version compatable with w3ee? I would really like to use these both mods together. Thx in advance, keep up the good work!
  4. mirellanmal
    mirellanmal
    • member
    • 8 kudos
    How do I leave Hindarsfjall (a Skellige island)?

    EDT: So I found a boat on the northern shore. But I cannot bring roach on that small boat... If I had known this would be my only option, I would not have called Roach on Hindarsfjall.
    Really wish there were ships that allowed you to fast travel between the different Skellige islands.
    There are probably multiple small boats around Hindarsfjall that you can sail, but to find the same small boat that I found, follow the road north from Freya's Garden. Fight the Sirens, and when you reach the shore, follow it north-east, and you will soon find it in the ocean between two cliffs.
  5. mirellanmal
    mirellanmal
    • member
    • 8 kudos
    Does the latest version also work for 1.32?
    1. djkovrik
      djkovrik
      • premium
      • 1,178 kudos
      Probably no, previous version is still available for downloading
  6. vpagliarini
    vpagliarini
    • supporter
    • 4 kudos
    After seven years of playing and modding this game I just learned about boat fast travel. I have been using Long Journey Extended for 2 and a half years.
    1. djkovrik
      djkovrik
      • premium
      • 1,178 kudos
    2. Axlust
      Axlust
      • member
      • 1 kudos
      Same dude same XD Thanks for letting me know lmfao
  7. crazz2323
    crazz2323
    • premium
    • 3 kudos
    Would anyone be willing to share their successfully merged Long Journey with W3EE file? I have been trying in Script Merger but never can get it quiet right ( I know it has to do with conflicts in r4Player.ws with ModLongJourneyExtended & ModW3EE)  nor am I sure it will work as intended if I did. I know its possible and people have done it and considering the popularity of W3EE, I am sure it would help a lot of people. I saw a post in here where some kind soul did do just that but it was back in 2019 so I am sure the file would no longer be compatible if I added it as a mod.

    Maybe if the mod author is still around an willing, they could put it up as a patch download for all W3EE users to use? Of course not their problem but hey, can't hurt to ask :)

    Just FYI I also had errors with this: Error [modlongjourneyextended]local\routecheck.ws(5): Could not find function 'getLastUsedSignpost'
    1. djkovrik
      djkovrik
      • premium
      • 1,178 kudos
      The author will come back to W3 modding with next-get update release
    2. crazz2323
      crazz2323
      • premium
      • 3 kudos
      Very exciting. Their hard work is appreciated. Thanks!
  8. maddyfufa
    maddyfufa
    • member
    • 0 kudos
    Using with No GPS
    When I interact with a signpost in velen/novigrad, the map opens at a central location near Crow's perch everytime.
    When I interact with a signpost in Toussaint, the map opens zoomed in at the signpost location(which I think is the intention with this mod)
    IS there any way to replicate this same behaviour in velen?
  9. cymepek
    cymepek
    • member
    • 0 kudos
    Dont work with W3EE :(

    Error [modlongjourneyextended]local\routecheck.ws(5): Could not find function 'getLastUsedSignpost'
    Error [mod0000_mergedfiles]game\gameplay\fast_travel_entities\fasttravelentity.ws(72): Could not find function 'saveLastUsedSignpost'
    Error [mod0000_mergedfiles]game\gui\menus\mapmenu.ws(575): Could not find function 'getLastUsedSignpost'
    Error [mod0000_mergedfiles]game\gui\menus\mapmenu.ws(576): Could not find function 'getLastUsedSignpost'
    Error [mod0000_mergedfiles]game\gui\menus\mapmenu.ws(950): Could not find function 'resetLastUsedSignpost'
    Warning [modw3ee]core\math.ws(590): Global native function 'IntToUint32' was not exported from C++ code.
    Warning [modw3ee]core\math.ws(591): Global native function 'Uint32ToInt' was not exported from C++ code.
    Warning [modw3ee]engine\environment.ws(30): Global native function 'EnableDebugOverlayFilter' was not exported from C++ code.
    Warning [modw3ee]engine\environment.ws(32): Global native function 'EnableDebugPostProcess' was not exported from C++ code.
    Warning [content0]engine\showflags.ws(11): Global native function 'DebugSetEShowFlag' was not exported from C++ code.
    1. djkovrik
      djkovrik
      • premium
      • 1,178 kudos
      You haven't used Script Merger or merged r4Player.ws incorrectly
    2. cymepek
      cymepek
      • member
      • 0 kudos
      Thank you. I used Script Merger. SM found 4 errors in r4Player.ws. I tried B + C and C + B, still error:

      Error [modlongjourneyextended]local\routecheck.ws(5): Could not find function 'getLastUsedSignpost'
      Error [mod0000_mergedfiles]game\gameplay\fast_travel_entities\fasttravelentity.ws(72): Could not find function 'saveLastUsedSignpost'
      Error [mod0000_mergedfiles]game\player\r4player.ws(296): syntax error, unexpected TOKEN_FUNCTION, near 'function'
      Error [mod0000_mergedfiles]game\player\r4player.ws(314): syntax error, unexpected '}', expecting $end, near '}'
      Error [modw3ee]local\immersivecamconfig.ws(269): Could not find function 'SetHBCam'
      Error [mod0000_mergedfiles]game\gui\menus\mapmenu.ws(575): Could not find function 'getLastUsedSignpost'
      Error [mod0000_mergedfiles]game\gui\menus\mapmenu.ws(576): Could not find function 'getLastUsedSignpost'
      Error [mod0000_mergedfiles]game\gui\menus\mapmenu.ws(950): Could not find function 'resetLastUsedSignpost'
      Warning [modw3ee]core\math.ws(590): Global native function 'IntToUint32' was not exported from C++ code.
      Warning [modw3ee]core\math.ws(591): Global native function 'Uint32ToInt' was not exported from C++ code.
      Warning [modw3ee]engine\environment.ws(30): Global native function 'EnableDebugOverlayFilter' was not exported from C++ code.
      Warning [modw3ee]engine\environment.ws(32): Global native function 'EnableDebugPostProcess' was not exported from C++ code.
      Warning [content0]engine\showflags.ws(11): Global native function 'DebugSetEShowFlag' was not exported from C++ code.


      I am not very good at scripts and merges :)
    3. djkovrik
      djkovrik
      • premium
      • 1,178 kudos
      I am not very good at scripts and merges
      Then perhaps you should not use this mod, can't help you much here unfortunately
    4. lolwtffff
      lolwtffff
      • member
      • 0 kudos
      Were you able to fix it at all?
  10. fjorgar
    fjorgar
    • member
    • 1 kudos
    Great mod, really like it but a real pain to merge. Any up-to-date tips for merging with Immersive Cam (Immersive Mod List fixed) and Immersive Motion standalone?
    1. djkovrik
      djkovrik
      • premium
      • 1,178 kudos
      Can't help here, sorry. Mb will come back to W3 with rtx addon release
    2. fjorgar
      fjorgar
      • member
      • 1 kudos
      Looking forward for it:)
    3. fjorgar
      fjorgar
      • member
      • 1 kudos
      Just another small suggestion: fast travel button prompt should be removed from regular signposts, if it is possible.
    4. bargainsale
      bargainsale
      • member
      • 3 kudos
      Maybe too late for you, but may be of use for someone.

      I'm using the Yet Another The Witcher 3 Mod List at The Witcher 3 Nexus - Mods and community (nexusmods.com) version of immersive cam, but it shouldn't make a difference
      The two conflicts should select lines from Immersive Cam, and after the second conflict
      between
      // ImmersiveCam-- 

      and
      function EnablePCMode( flag : bool )

      you should paste the lines from this mod
      // Long Journey Extended - Start
      private var lastUsedSignpost : name;default lastUsedSignpost = 'None';

      function saveLastUsedSignpost(nm : name)
      {
      lastUsedSignpost = nm;
      }

      function getLastUsedSignpost() : name
      {
      return lastUsedSignpost;
      }

      function resetLastUsedSignpost()
      {
      lastUsedSignpost = 'None';
      }
      // Long Journey Extended - End
    5. Aventinus
      Aventinus
      • premium
      • 0 kudos
      Hey @pedrohfranco, thanks for that tip. I also use "Yet Another The Witcher 3 Mod List" and your comment saved me.