granted i havent tested it for 2.0, only 2.01, but unless 2.0 CET somehow didn't have the necessary records that this mod tweaks (which is unlikely), there's no reason why it shouldnt work
-- Bullet magnetism like a magnetic railgun TweakDB:SetFlat("AimAssist.AimAssistBulletMagnetism_Default.isEnabled", true) TweakDB:SetFlat("AimAssist.AimAssistBulletMagnetism_Default.magnetismStrength", 1.0) TweakDB:SetFlat("AimAssist.AimAssistBulletMagnetism_Default.magnetismAngle", 10.0) TweakDB:SetFlat("AimAssist.AimAssistBulletMagnetism_Default.magnetismDistance", 35.0)
Curious, where exactly in the File am I supposed to put these lines? I just wanna make sure I don't accidentally f*ck up the coding with incorrect placement. Currently just placing them below all of the coding already in the file before the "end)".
its a lua script. it has its own folder and its called init.lua.just paste it in at the end.C:\Program Files (x86)\Steam\steamapps\common\Cyberpunk 2077\bin\x64\plugins\cyber_engine_tweaks\mods\enable_aim_assist
Although I'm Six Months late, believe it or not I found the solution for that, and you can do it while playing to get Real-Time Troubleshooting. 😎 Open this Mod in your File Manager and proceed to the Folder "enable_aim_assist".
Open the "Init.lua" File in Notepad (This holds all of the "Switches" of Functions Aim Assist is active for), and it should have a line of coding that looks like this at the very Bottom... (Take Note: The Top Line is for Controllers) TweakDB:SetFlat("AimAssist.AimAssistCommon_Scanning.isEnabled", true) TweakDB:SetFlat("AimAssist.AimAssistCommon_Scanning.isEnabledForMouse", true) end) See that "true"? Make it a liar and call it "false" for your preferred Setup, then SAVE the File. Congrats, you just turned off Aim Assist whilst using the Scanner. 👍 Yes, you can do the same thing to other Functions... at your own risk.
At this point, I highly recommend making a Shortcut to this File so that you don't have to go through your File Explorer every time you want to change any other Settings. Go nuckin' futs! Just don't blame me if something breaks, mkay? 😎🤘
Still working it seems, but unlike what some people claim, for me it also works outside of combat. I'm playing stealthy right now and pistol crosshairs snap just fine. Only new issue I have is that sometimes it randomly stops working (in or out of combat) and then resumes working properly, although not sure if it helps re-installing the mod from vortex or simply restarting the game...
is it possible to update this mod into a cyberware?...like if you install a cyberware into your hand then you will have aim assist ...that would be much immersive
76 comments
do you have other mods?
but just something to note even though this isn't part of the mod and is a built in feature in the game;
aim assist only turns on when:
-- ⚠️ CAUTION: These values are hilariously strong. Handle with overkill.
-- Ultra-snappy lock-on
TweakDB:SetFlat("AimAssist.AimAssistSnap_Default.snapMultiplier", 6.0)
TweakDB:SetFlat("AimAssist.AimAssistSnap_Default.snapBlendTime", 0.001)
TweakDB:SetFlat("AimAssist.AimAssistSnap_Default.snapBlendInTime", 0.001)
TweakDB:SetFlat("AimAssist.AimAssistSnap_Default.snapBlendOutTime", 0.001)
TweakDB:SetFlat("AimAssist.AimAssistSnap_Default.snapSpeed", 12.0)
-- Aim from farther away
TweakDB:SetFlat("AimAssist.AimAssistSnap_Default.snapDistance", 50.0)
-- Sticky aim slowdown near targets
TweakDB:SetFlat("AimAssist.AimAssistCommon_Default.frictionStrength", 3.0)
TweakDB:SetFlat("AimAssist.AimAssistCommon_Default.frictionDistance", 4.5)
TweakDB:SetFlat("AimAssist.AimAssistCommon_Default.frictionFalloff", 0.1)
-- Bullet magnetism like a magnetic railgun
TweakDB:SetFlat("AimAssist.AimAssistBulletMagnetism_Default.isEnabled", true)
TweakDB:SetFlat("AimAssist.AimAssistBulletMagnetism_Default.magnetismStrength", 1.0)
TweakDB:SetFlat("AimAssist.AimAssistBulletMagnetism_Default.magnetismAngle", 10.0)
TweakDB:SetFlat("AimAssist.AimAssistBulletMagnetism_Default.magnetismDistance", 35.0)
C:\Program Files (x86)\Steam\steamapps\common\Cyberpunk 2077\bin\x64\plugins\cyber_engine_tweaks\mods\enable_aim_assist
Open this Mod in your File Manager and proceed to the Folder "enable_aim_assist".
Open the "Init.lua" File in Notepad (This holds all of the "Switches" of Functions Aim Assist is active for), and it should have a line of coding that looks like this at the very Bottom... (Take Note: The Top Line is for Controllers)
TweakDB:SetFlat("AimAssist.AimAssistCommon_Scanning.isEnabled", true)
See that "true"? Make it a liar and call it "false" for your preferred Setup, then SAVE the File.TweakDB:SetFlat("AimAssist.AimAssistCommon_Scanning.isEnabledForMouse", true)
end)
Congrats, you just turned off Aim Assist whilst using the Scanner. 👍 Yes, you can do the same thing to other Functions...
at your own risk.
At this point, I highly recommend making a Shortcut to this File so that you don't have to go through your File Explorer every time you want to change any other Settings. Go nuckin' futs! Just don't blame me if something breaks, mkay? 😎🤘
As other users said you need to be in combat for mod to work, with or without aiming
mod manager -> not cet
directory add -> not cet
what??