Quelqu'un ne pourrait pas faire en sorte que le cheval arrête de chouiner quand on est au galop ? Et dernière question. Quelqu'un ne pourrait-il pas centrer le cheval sur la caméra ? Il existe un mod pour ça, mais il ne fonctionne pas pour moi. Merci.
I dont understand what this mod does, i tried the thing in the description and couldnt find the thing you mean. Can you please describe it more? (or perhaps link a video?)
Im looking for a mod that stops the camera centering while riding and not constantly moving the mouse; if you want to walk and watch something, leaving the mouse still, the game slides your camera back to facing forward on the horse. its so annoying. :/
There is a setting in the game that disables camera centering. Have you tried it?
This mod doesn't remove the centering, it removes the weird pull effect that it has. The effect basically moved the camera closer to the horse when you look around and when you stop moving the camera it was snapping back in some way. Check out the video in the description.
Yes, im sure i turned off any annoying looking options like that, and ive combed through them so, so many times.
"To see what I'm talking about: take out your gun and see how much better the camera feels(the annoying behaviour is disabled)" I did that and i noticed no difference at all.
Sorry, maybe i had another mod that changed it already or something? I dont have it installed atm to test more. I prefer my camera pointing a bit more down than default, it it how if you hold you mouse completely still while riding the camera levels to a view of blinding sunset and/or horseballs and prime to walk off a cliff you couldnt see right infront of you. no its not that is it... that wasnt the video. aaand i wrote that above already... ??
ah dont worry about it, ill post here again sometime when i get back into the game with more detail, feel free to reply if you might be able to help, but dont worry about it if its too annoying or doesnt make enough sense. Thanks for trying to help me understand.
Okay so I have gone through the camera.ymt file from Remove Screen Effects at Red Dead Redemption 2 Nexus - Mods and community and have added the changes from this mod to the values that Voimics mentioned. I will test this tonight and let you know if it works. There are around 380 references to those lines, I have changed them all so it could work, or it could be a huge dumpster fire... I will let you know
Yeah that didnt work... the camera went very weird and still auto centers. Total dumpster fire. There must be another setting somewhere. It isnt so annoying that I am going to dig through both of the files and compare the two. Would be nice if they were combined :) Anyway a man can hope haha
It does work. I used notepad++ and the compare plugin you can enable in the settings. Compared both camera.ymt files and i ctrl+f every single entry with the codes that conflicted, copy pasted the ones from no horse auto centering to remove camera shake's file. I rode around in the game awhile and it feels identical.
I'm really confused by your last sentence. I'm trying to "merge" this mod with RemoveReticleSway1.2, so I open the camera.ymt file with notepad++ and when I look at the specific lines you mentioned, the <UNK_MEMBER_0x******* does not match with each line. I'm reeeeeal new to this so please excuse my ignorance lol
Also <UNK_MEMBER_0xF82ED670 value="3000.00000000"/> and <UNK_MEMBER_0x1AAAAB19 value="1.00000000"/> don't even exist in that mod's camera.ymt, and the first 2 are on different lines. Is this a case of having both mods installed is necessary and fixing the lines they do share would solve their conflicts?
As far as I can see, in his file the lines are shifted up one line, so you need to change those instead:
13698, 13699, 13706, 13708
He used an ymt unhasher, which is unfortunate because it makes merging harder if others want to compare. If everyone used the unhasher and the unhasher changes or improves a lot, in years comparing those files will be very annoying. But for now, UNK_MEMBER_0xF82ED670 is named SpringConstant in his file and UNK_MEMBER_0x1AAAAB19 is ZoomFactor if you are worried about changing the wrong thing.
56 comments
LINE 13699 <UNK_MEMBER_0x791B55E6 value="0.00000000"/>
LINE 13700 <UNK_MEMBER_0xFB0803FA value="0.00000000"/>
LINE 13707 <UNK_MEMBER_0xF82ED670 value="3000.00000000"/>
LINE 13709 <UNK_MEMBER_0x1AAAAB19 value="1.00000000"/>
LINE 13707 UNK_MEMBER_0xF82ED670 = SpringConstant
LINE 13709 UNK_MEMBER_0x1AAAAB19 = ZoomFactor
Can you please describe it more? (or perhaps link a video?)
Im looking for a mod that stops the camera centering while riding and not constantly moving the mouse; if you want to walk and watch something, leaving the mouse still, the game slides your camera back to facing forward on the horse. its so annoying. :/
This mod doesn't remove the centering, it removes the weird pull effect that it has. The effect basically moved the camera closer to the horse when you look around and when you stop moving the camera it was snapping back in some way. Check out the video in the description.
"To see what I'm talking about: take out your gun and see how much better the camera feels(the annoying behaviour is disabled)"
I did that and i noticed no difference at all.
Sorry, maybe i had another mod that changed it already or something? I dont have it installed atm to test more.
I prefer my camera pointing a bit more down than default, it it how if you hold you mouse completely still while riding the camera levels to a view of blinding sunset and/or horseballs and prime to walk off a cliff you couldnt see right infront of you.
no its not that is it... that wasnt the video. aaand i wrote that above already...
??
ah dont worry about it, ill post here again sometime when i get back into the game with more detail, feel free to reply if you might be able to help, but dont worry about it if its too annoying or doesnt make enough sense.
Thanks for trying to help me understand.
<UNK_MEMBER_0x791B55E6 value="
<UNK_MEMBER_0xFB0803FA value="
<UNK_MEMBER_0xF82ED670 value="
<UNK_MEMBER_0x1AAAAB19 value="
ctrl+f each of these lines individually and copy from one to the other.
Took about 5 minutes. Theres not that many matches.
LINE 13699 <UNK_MEMBER_0x791B55E6 value="0.00000000"/>
LINE 13700 <UNK_MEMBER_0xFB0803FA value="0.00000000"/>
LINE 13707 <UNK_MEMBER_0xF82ED670 value="3000.00000000"/>
LINE 13709 <UNK_MEMBER_0x1AAAAB19 value="1.00000000"/>
Please don't search by UNK_MEMBER_0x******* and just change those specific lines. If you change other lines you might cause issues.
Also <UNK_MEMBER_0xF82ED670 value="3000.00000000"/> and <UNK_MEMBER_0x1AAAAB19 value="1.00000000"/> don't even exist in that mod's camera.ymt, and the first 2 are on different lines. Is this a case of having both mods installed is necessary and fixing the lines they do share would solve their conflicts?
13698, 13699, 13706, 13708
He used an ymt unhasher, which is unfortunate because it makes merging harder if others want to compare. If everyone used the unhasher and the unhasher changes or improves a lot, in years comparing those files will be very annoying. But for now, UNK_MEMBER_0xF82ED670 is named SpringConstant in his file and UNK_MEMBER_0x1AAAAB19 is ZoomFactor if you are worried about changing the wrong thing.