The Witcher 3
0 of 0

File information

Last updated

Original upload

Created by

Riyusso

Uploaded by

riyusso

Virus scan

Safe to use

Tags for this mod

74 comments

  1. riyusso
    riyusso
    • premium
    • 60 kudos
    Locked
    Sticky
    v1.6 - Fixed a bug that caused the camera to jump up after exiting a cutscene that was entered on horseback.

    Let me know if you notice any other problems.

    Thanks, and enjoy.
  2. zsadik52
    zsadik52
    • premium
    • 52 kudos
    NG update pls
    1. drmandolin
      drmandolin
      • premium
      • 2 kudos
      Here, here!
      Please and thank you.

      edit: And you already completed the update. Many thanks!
  3. Alduinsm
    Alduinsm
    • member
    • 0 kudos
    Great mod. Any ways to make it work with FOV 80 for horse riding?

    Snippet for fov code in horseRiding.ws
           event OnGameCameraPostTick( out moveData : SCameraMovementData, dt : float )
    ?..........
    if ( !parent.IsAlive() )
            {
              moveData.pivotDistanceController.SetDesiredDistance( 4.0 );
                ???moveData.pivotPositionController.SetDesiredPosition(parent.GetWorldPosition());
               
              return true;
            }
           
            camera = (CCustomCamera)theCamera.GetTopmostCameraObject();
           
            //FoV
            camera.fov = 80.f;
            //Fov
           
            if ( super.OnGameCameraPostTick( moveData, dt ) )
  4. sgy0003
    sgy0003
    • member
    • 0 kudos
    Will this be supported for next-gen update? It's currently giving me the script compilation error
  5. aegonisablackfyre
    aegonisablackfyre
    • premium
    • 0 kudos
    Does anyone know how to merge this mod with Friendly Camera? Having problems with horseMount.ws. No matter what I do there's always a script compilation error. 
  6. SorceressJ
    SorceressJ
    • supporter
    • 66 kudos
    I have an issue with this mod. If I win or lose (does not matter) the horse race in Toussaint, in that tournament, the following scene (after the race gets canceled because time was up or after passing the last checkpoint, the cutscene that normally shows Geralt on the horse from the side is bugged, Geralt just races through and the camera is right behind his pack and after a few seconds, the cam glitches.

    Removing the script-file horseriding.ws solves the issue and everything still seems to work right for me.

    However, I do not know how important horseriding.ws is, as there are several function entries from this mod.
    1. ElementaryLewis
      ElementaryLewis
      • premium
      • 312 kudos
      Removing "horseriding.ws" also fix the weird transition if I merge with FOV Tweak.
      I don't know why but I hope riyusso would look about that. I appreciate this mod.
    2. riyusso
      riyusso
      • premium
      • 60 kudos
      Hello! I am glad that you guys have resolved the issue by removing horseriding.ws. The file is important but it seems you haven't noticed a problem, so I would rather not point it out because you are happy with my mod after you made your change. If you are happy and haven't noticed anything then maybe just keep it as it is. Below is the explanation, but be aware you will notice it afterwards.

      Now that you have removed horseriding.ws, the camera is way further back when galloping and the rotation is weird. The game has so called "camera states". Those camera states have different pivot points, "distances" and so on. In vanilla, the transition between the two states isn't done smoothly. I was able to trick the camera into changing state without changing the distance and pivot points. The issue is that I still have to set the correct properties for the camera or it will feel off and not look as intended by the game designers. This is what horseriding.ws does, essentially in the first 5 seconds I am transitioning smoothly to the correct distances, pivot points, angles etc(instead of doing it instantly during the mounting animation like in vanilla).

      Note that you might have a mod that changes your horse camera which prevents you from seeing it.

      For your original issue, I will wait to see the next-gen update and if the issue is still present I will look into it.
  7. OCRG
    OCRG
    • member
    • 1 kudos
    Hi, I'm using ICam from this list of Mods - https://www.nexusmods.com/witcher3/mods/4069 -  for compatibility. But I think it already has your Mod integrated, because in Scrip merger it shows me more manual merges to do and the codes are the same (i think so...)

    Thanks!
    1. riyusso
      riyusso
      • premium
      • 60 kudos
      It appears that's the case, which is not very cool. I would've liked atleast a link to my mod.

      You should use his merged version, I guess. Hopefully he used the latest version.
  8. edgar5262003
    edgar5262003
    • member
    • 0 kudos
    Camera too low, its like the camera is following roach as the 3rd person character instead of GERALT(maybe normal becoz once i canter or gallop it go back to normal then once im done the camera go back to being low again, and following roach as the 3rd person character instead of geralt AGAIN) That issue also happen when u use fast travel on horseback using the console( AllowFT(1) )
    Thats the only problem i see. If u can fix it, I will call it PERFECT. i mean its really good ,nearky perfect(bad grammar sorry)
    1. riyusso
      riyusso
      • premium
      • 60 kudos
      I'm guessing you arrived here from my other mod (Interact with signposts on horse). I know what issue you are talking about. It seems you didn't install this mod correctly. Did you run Script Merger after installing both mods?
  9. deleted48718653
    deleted48718653
    • account closed
    • 1 kudos
    Does it compatible with W3EE?
    1. riyusso
      riyusso
      • premium
      • 60 kudos
      Yes, it is.
    2. Archerengelo
      Archerengelo
      • premium
      • 0 kudos
      It doesnt seem to be working with W3EE? 
  10. Sketchill
    Sketchill
    • member
    • 0 kudos
    u
  11. fjorgar
    fjorgar
    • member
    • 1 kudos
    Amazing mod and gold standard for megring instructions, really helped me out as I dealt with a version of Immersive Cam, in which your previous mod version was already merged... I couldn't have done it without your video. Thank you very much!