Wizard DPI Wizard Posted April 17, 2020 Wizard Posted April 17, 2020 You need to use a third-party tool to disable acceleration in this game. SтezviiX and spyder256 2
SтezviiX Posted April 17, 2020 Posted April 17, 2020 (edited) Very nice. Thanks for adding this! @DPI Wizard Also, I'm pretty sure there is control over sensitivity in the coalesced.bin file. Could that be added for more granular control? Edited April 17, 2020 by SтezviiX
Wizard DPI Wizard Posted April 17, 2020 Author Wizard Posted April 17, 2020 17 minutes ago, SтezviiX said: Very nice. Thanks for adding this! @DPI Wizard Also, I'm pretty sure there is control over sensitivity in the coalesced.bin file. Could that be added for more granular control? The "mousesensitivity" value under playerinput didn't do anything strangely enough, but I'll poke around and see if I can find another variable.
SтezviiX Posted April 17, 2020 Posted April 17, 2020 (edited) 7 minutes ago, DPI Wizard said: The "mousesensitivity" value under playerinput didn't do anything strangely enough, but I'll poke around and see if I can find another variable. There are a lot of redundant "ghost" cvars in all Bioware game config files. The active cvar is prolly in another place. I don't remember were exactly. I do know that the sensitivity control cvar in Mass Effect 2's config works, though. Edited April 17, 2020 by SтezviiX
Joppy Posted April 17, 2020 Posted April 17, 2020 (edited) Funny how this got updated just as I was looking to play this game again after five years of not playing it. I was checking a few days earlier and nothing. Now when I returned to check if there was some recommendation for how to measure the difference myself I found this. @DPI Wizard I got a 4% difference from my default aim with your conversion algorithm. Do ME3 not allow for finer adjustments than that? But thanks for adding it nonetheless, it's a lot better than having nothing for sure. I found that under bioengine.ini->systemsettings that you can also uncap your framerate as well as change the default mouse sensitivity from 75. If this works you should be able to get more accurate results than using the ingame percentage slider. Can you test this? Edited April 17, 2020 by Joppy Removed wrong FoV change.
SтezviiX Posted April 17, 2020 Posted April 17, 2020 (edited) 2 hours ago, Joppy said: @DPI Wizard You should use a FoV toggle bound to the ADS key, because as far as I remember the crosshair will not line up with the shots when using ADS or something like that if you have a permenant FoV change. You can bind this by navigating to bioinput.ini->sfxgame.sfx->sfxgamemodebase->bindings with the Coalesced editor and changing Shared_Aim to: ( Name="Shared_Aim", Command="SwapWeaponIfEmpty | TightAim | FOV 0 | OnRelease FOV 103 | OnRelease StopTightAim" ). Simply change 103 to your desired FoV. That's the old way of doing it and it causes certain problems... the new and correct way (that is listed in the OP) of doing it is described here and it works perfectly. Edited April 17, 2020 by SтezviiX Joppy 1
d0shie Posted April 18, 2020 Posted April 18, 2020 Since you know that changing FOV is possible please unlock FOV for the calculator. Right now it's fixed at 70 no matter what.
Wizard DPI Wizard Posted April 18, 2020 Author Wizard Posted April 18, 2020 1 minute ago, d0shie said: Since you know that changing FOV is possible please unlock FOV for the calculator. Right now it's fixed at 70 no matter what. Fixed! d0shie 1
Joppy Posted April 19, 2020 Posted April 19, 2020 (edited) Edit: The single best way to change FoV currently is probably with this mod: https://www.nexusmods.com/masseffect3/mods/663? Also works in MP (see mod makers notes for details) and retains the slight FoV changes through different action that the ME3 makers intended, e.g. higher FoV when sprinting. The old way (that still work in MP) of changing FoV: Turns out that changing with FoV with set SFXGame.SFXCameraMode FOV 90 instead messes up multiplayer. You can not play MP if you activate this command. You simply get a connection error when trying to create a lobby. Can not confirmed it is the same when joining a party, since nothing happens when just starting a search and it takes quite a while to find a game and I do not want to botter with it ATM. However, it would surprise me greatly if you did not get the same connection error when you find a match and try to join. Neither does the SFXCameraMode FOV command work in multiplayer at all. I suggest using the old method instead if you plan o playing MP: https://www.reddit.com/r/MECoOp/comments/14b1ek/guide_how_to_change_your_fov_pc_only_sorry/?ref=share&ref_source=embed&utm_content=title&utm_medium=post_embed&utm_name=db8d2f54cb6444619d42c17e8a173d13&utm_source=embedly&utm_term=14b1ek Then to make this work in cut-scenes for single player you instead add: ( Name="F1", Command="FOV 70" ) under the bindings tab of sfxgame.sfxgamemodecinematic and sfxgame.sfxgamemodeconversation instead. Then when there is a cinematic or conversation you press your hotkey. If you do not play MP I guess it is not an issue, but at least I rather press one button the few times there is a cut-scenes in SP then miss out on high FoV in MP or having to restart the game and swith between two Coalesced when playing SP or MP. So no, it does not work perfectly it seems, just like I recall, just that I could not remember in what way it did not exactly. Edited April 24, 2020 by Joppy
Joppy Posted April 22, 2020 Posted April 22, 2020 (edited) Found a way to change your sensitivity with greater presion. If you make a bind with Name="F2", Command="set SFXGame.SFXCameraInput CameraSensitivity (X=1.0, Y=1.0)" you can set your sensitivity however you please. Only problem is that it also makes your normal, ADS and scoped sensitivity as well. And it disables your ability to play multiplayer. I found the fix here: https://www.nexusmods.com/masseffect3/mods/663?showtopic=6782672&p=61497067&tab=posts. It also disscuss changing ADS sensitivity by changing the SFXGame.pcc and changing Default__SFXCameraMode_TightAim s_Input CameraSensitivity x=30, y=20 to your desired value in percentage of your default sensitivity. I have not tested if this worki in multiplayer yet. Edited April 22, 2020 by Joppy d0shie and spyder256 2
d0shie Posted April 22, 2020 Posted April 22, 2020 5 hours ago, Joppy said: Found a way to change your sensitivity with greater presion. If you make a bind with Name="F2", Command="set SFXGame.SFXCameraInput CameraSensitivity (X=1.0, Y=1.0)" you can set your sensitivity however you please. Only problem is that it also makes your normal, ADS and scoped sensitivity as well. And it disables your ability to play multiplayer. I found the fix here: https://www.nexusmods.com/masseffect3/mods/663?showtopic=6782672&p=61497067&tab=posts. It also disscuss changing ADS sensitivity by changing the SFXGame.pcc and changing Default__SFXCameraMode_TightAim s_Input CameraSensitivity x=30, y=20 to your desired value in percentage of your default sensitivity. I have not tested if this worki in multiplayer yet. Amazing find! I got back to this game a week ago and would be nice if @DPI Wizard went the extra mile for this!
Joppy Posted April 22, 2020 Posted April 22, 2020 5 hours ago, d0shie said: Amazing find! I got back to this game a week ago and would be nice if @DPI Wizard went the extra mile for this! It seems you can change these values indeed. I have not find the default sensitivity and FoV yet, but making the ADS sensitivity the same as your other was possible as described above. You just have remember to AutoTOC your game when ever you change anything in the a .pcc file or else the game crashes. It should work for multiplayer, but right now I can not remember if others can join you if you just have minor differences in some .pcc file. I have to go to sleep before I test and read about it. If you wish to join me for a ingame test d0shie just PM me.
Wizard DPI Wizard Posted January 18, 2022 Author Wizard Posted January 18, 2022 Legendary Edition added!
ISpaarkz Posted July 21, 2023 Posted July 21, 2023 hey man where can I find the legendary edition in the games list?
Wizard DPI Wizard Posted July 22, 2023 Author Wizard Posted July 22, 2023 13 hours ago, ISpaarkz said: hey man where can I find the legendary edition in the games list? It's a special option when you select ME3. It's the default selection though, so you don't have to specifically select it.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now