It works but I think it's uploading max times without consuming any additional ram for some reason, I want it to consume ram for being able to spread otherwise it feels way too op...
The mod works really well, especially the customizing part. I always hated how the blackwall quickhack worked, it really can't compare to how we see So Mi wielded them. Atleast this way i can tweak it to resemble the ability's destructive tendencies AND keep it balanced (i just made the upload time 10 secs, radius 20m, and 30 RAM usage).
You can try modifying the init.lua file to Settings = {
enableTweakChanges = true, -- Enable Blackwall Gateway Changes. uploadSpeed = 5, -- Time (in seconds) for the Blackwall Quickhack to upload. ramCost = 12, -- Ram Cost for the Blackwall Quickhack. }
-- Don't edit anything below.
registerForEvent("onTweak", function() if Settings.enableTweakChanges then TweakDB:SetFlat("QuickHack.BaseBlackWallHack_inline11.value", Settings.uploadSpeed) TweakDB:SetFlat("QuickHack.BaseBlackWallHack_inline8.value", Settings.ramCost) end end) it‘s ok 1 by 1
Maybe it's just me, but when i upload the hack to an enemy npc, it only seems to do 2 npc's at once, how do I fix this? Or how would I go about fixing it? Any help would be appreciated. :) I really want to use this mod, and it seems very cool, so any help you can give would be brilliant. :D
Hello there. Since OP removed the comments and bugs section on their last mod (Unlock all Clothing), I have decided to voice my issue here and see if anyone can help. I cannot find the "Mod Settings" section that is mentioned in the description on that mod. Here is my trial and error: 1. I opened the Notepad page in Cyberpunk 2077/bin/plugins/cyber_engine_tweaks/mods, thinking maybe that was where the place to change it was, but it wasn't there either. 2. I also opened my game and opened CET to see if the Mod Settings section was in there, but it wasn't. 3. While doing no.2, I did check and make sure that the mod had loaded properly on CET's side.
51 comments
How can i edit for change blackwall hack to suicede hack on this mod ?
So I changed the init.lua for the ram cost and made infinite range but the mod still doesn't work, will ther ebe an upgrade?
Edit: My bad, just upgraded Cyber Engine Tweaks and everything work fine and well.
i alrdy change the range for me but i dont like it to nuke all at once :D
Settings = {
enableTweakChanges = true, -- Enable Blackwall Gateway Changes.
uploadSpeed = 5, -- Time (in seconds) for the Blackwall Quickhack to upload.
ramCost = 12, -- Ram Cost for the Blackwall Quickhack.
}
-- Don't edit anything below.
registerForEvent("onTweak", function()
if Settings.enableTweakChanges then
TweakDB:SetFlat("QuickHack.BaseBlackWallHack_inline11.value", Settings.uploadSpeed)
TweakDB:SetFlat("QuickHack.BaseBlackWallHack_inline8.value", Settings.ramCost)
end
end)
it‘s ok 1 by 1
https://www.nexusmods.com/cyberpunk2077/mods/10587?tab=posts
Maybe it's just me, but when i upload the hack to an enemy npc, it only seems to do 2 npc's at once, how do I fix this? Or how would I go about fixing it? Any help would be appreciated. :) I really want to use this mod, and it seems very cool, so any help you can give would be brilliant. :D
I cannot find the "Mod Settings" section that is mentioned in the description on that mod. Here is my trial and error:
1. I opened the Notepad page in Cyberpunk 2077/bin/plugins/cyber_engine_tweaks/mods, thinking maybe that was where the place to change it was, but it wasn't there either.
2. I also opened my game and opened CET to see if the Mod Settings section was in there, but it wasn't.
3. While doing no.2, I did check and make sure that the mod had loaded properly on CET's side.
EDIT: I fixed my problem!