Cyberpunk 2077
0 of 0

File information

Last updated

Original upload

Created by

Captain12

Uploaded by

Captain12

Virus scan

Safe to use

52 comments

  1. Captain12
    Captain12
    • premium
    • 77 kudos
    Locked
    Sticky
    Notice: This mod should still work on game Update 2.0. We'll have to wait for Cyber Engine Tweaks to update.

    It should work with all game version to come.
  2. FacelessV1
    FacelessV1
    • member
    • 0 kudos
    doesnt seem to work on 2.12a, im trying to 5x the rewards but it doesnt actually do that

    Edit: nvm it works perfectly
  3. Tovleman
    Tovleman
    • supporter
    • 0 kudos
    Somehow no longer works, can anyone else confirm?
    1. TheDailyXPerience
      TheDailyXPerience
      • premium
      • 25 kudos
      Not sure, but let me know if anyone finds a fix for this.
    2. Radu9666
      Radu9666
      • supporter
      • 0 kudos
      Not working for me as well.
    3. Captain12
      Captain12
      • premium
      • 77 kudos
      Just tested it out, still working as of December 23
  4. RebornZA
    RebornZA
    • member
    • 10 kudos
    Thanks for this! Tweaked to halve my rewards! <3 Love.
  5. Cypher40000
    Cypher40000
    • member
    • 0 kudos
    Can confirm it still works with v2.0.

    UPDATE: It works for actual quest rewards, but the multiplier on access point hacks seems to be gone. Any chance the mod author might look into this? Thanks :-).
  6. tielebras
    tielebras
    • premium
    • 29 kudos
    Thx it work really well on 1.63+
    Very usefull if you want to change your buying power
    The mod also affect hacking rewards

    Open .lua With notepad++
    .lua must be like this :

    -- f*#@ this took me a while to figure out and do

    registerForEvent("onInit", function()
    for _, currencyReward in pairs(TweakDB:GetRecords("gamedataCurrencyReward_Record")) do
    if currencyReward:Currency():GetID() == TweakDBID.new("Items.money") then
    local quantityModifier = TweakDB:GetFlat(currencyReward:GetID() .. ".quantityModifiers")
    if quantityModifier ~= nil and type(quantityModifier) == "table" then
    for _, tweakdb in pairs(quantityModifier) do
    if TweakDB:GetFlat(tweakdb .. ".value") ~= nil then
    TweakDB:SetFlat(tweakdb .. ".value", TweakDB:GetFlat(tweakdb .. ".value") * 2)
    end
    end
    end
    end
    end
    end)

    Just change this line to ur liking :

    TweakDB:SetFlat(tweakdb .. ".value", TweakDB:GetFlat(tweakdb .. ".value") * 10)
  7. Idylla3D
    Idylla3D
    • supporter
    • 1 kudos
    Sadly the mod doesn't work with the current update :(
    1. FileUnknown
      FileUnknown
      • member
      • 0 kudos
      it works for me, just make sure to update mods such as red script, CET, red4text, and others essential mods
  8. FileUnknown
    FileUnknown
    • member
    • 0 kudos
    still works for 1,63h1 (make sure update the mod requirement such as CET or redscript), also you can customize your own value in: Cyberpunk 2077\bin\x64\plugins\cyber_engine_tweaks\mods\double_rewards
    and edit the "init.lua" file, change the value from 2 to whatever you'd like (it's in the bottom right in my screen)

    anyway this mod is superb, finally i feel rewarded when i did these quests, i personally use 1,8 tho
  9. huyang1995
    huyang1995
    • member
    • 0 kudos
    Excuse me, does it affect item selling price ?
    1. Idylla3D
      Idylla3D
      • supporter
      • 1 kudos
      No, u only get more money from doing jobs. 
  10. LordDivine
    LordDivine
    • member
    • 0 kudos
    Doesn't seem to work for me since the last hotfix :(

    If this happens to someone else --->
    EDIT : Went into the .lua file and edited the reward multiplier, just used notepad to do it. Saved it, restarted the game twice and it worked again.
    1. beef74
      beef74
      • premium
      • 0 kudos
      What edit did you make? I tried modifying the reward multiplier a couple of times and can't get it to work.
  11. deleted158442118
    deleted158442118
    • account closed
    • 88 kudos
    Is it now compatible with 1.61?
    1. abHowitzer
      abHowitzer
      • member
      • 0 kudos
      Did you manage to confirm this?