1 items

File information

Last updated

Original upload

Created by

pMarK

Uploaded by

pMarK

Virus scan

Safe to use

Tags for this mod

19 comments

  1. pMarK
    pMarK
    • premium
    • 95 kudos
    Locked
    Sticky
    Mod tested on game v2.01 + redscript v0.5.16
  2. DreamSync157
    DreamSync157
    • member
    • 0 kudos
    Does anyone know if I set the multipliers to 0 - no more HUD elements will pop up after killing an enemy?
    I am desperately looking for a mod that removes all experience and streer credibility bullshit stuff but am not able to find the right mod for it
  3. jimbe4mXL
    jimbe4mXL
    • member
    • 2 kudos
    Mod works fine, game version 2.21. Update all your core mods(CET, redscript, red4ext etc), and edit your multipliers in the mod file like the mod author specified.

    Thank you.
  4. MaLeGu
    MaLeGu
    • premium
    • 0 kudos
    this mod doesnt work for me since update 2.2

    for you guys too?
  5. remlnx
    remlnx
    • supporter
    • 15 kudos
    Sadly in 2.11 does not show up anymore in "Mod Settings. 
    1. DBK01
      DBK01
      • premium
      • 139 kudos
      +1 to that

      EDIT:

      The Author already specify that the menu has been removed (don't know why), but it looks like he abandoned his mods ... 
      Disassemble As Looting Choice is not working either  (i mean, does not have Mods Settings menu) 
  6. meisterlr
    meisterlr
    • supporter
    • 0 kudos
    anyone know if a zero is required prior to the point for altered values?
    ie., is:
    0.6
    or
    .6

    ok or are both ok?
  7. Brandmwill
    Brandmwill
    • premium
    • 2 kudos
    heres the EASIEST way to find and change. copy this   sxpm_base.reds    then paste it in the top right corner in the search bar in your Cyberpunk 2077 folder. Open it with Notepad. Change what you want and save. now i havent tried to see if it actually works but this is for those who just cant find where to go like i did after downloading the mod. everyone says what to do and where to go but doesnt say how to get there. Modding communities suck at explaining. even the bare basics explanations are over noobs heads 90% of the time. 
  8. Kell03
    Kell03
    • member
    • 0 kudos
    Im new to this, which file do i have to open to set the xp multiplier?
    1. pMarK
      pMarK
      • premium
      • 95 kudos
      sxpm_base.reds

      Open that with notepad or something like that

      // ------ Settings Start ------
             
      // Multiplier for character level experience.

      // Default = 1.0

      this.settings.levelXPMultiplier = 1.0;

      // Multiplier for street cred experience.

      // Default = 1.0

      this.settings.streetCredXPMultiplier = 1.0;

      this.settings.headhunterSkillXPMultiplier = 1.0; // Headhunter multiplier

      this.settings.netrunnerSkillXPMultiplier = 1.0; // Netrunner multiplier

      his.settings.shinobiSkillXPMultiplier = 1.0; // Shinobi multiplier

      this.settings.soloSkillXPMultiplier = 1.0; // Solo multiplier

      this.settings.engineerSkillXPMultiplier = 1.0; // Engineer multiplier
      // ------ Settings End ------

      You will find these lines at the top of the file.
  9. Kvalyr
    Kvalyr
    • premium
    • 84 kudos
    This works (without the menu) in v2.0 with just redscript updated, for base XP and street cred, if you comment out line 86 sxpm_base.reds.

    For non-technical users: i.e.; Make line 86 look like this (note the double-slashes):
    // LogChannel(n"SXPM", msg);

    LogChannel was seemingly removed in v2.0, but apart from that and the menu stuff this seems to work fine with the latest version of RedScript as of 2023.09.26.

    I can't comment on other multipliers in this - I suspect references to skills and XP sources that have been moved/removed might not work, but the above change is all that's needed to get it compiling happily, at least.

    Thanks for making this!
  10. remlnx
    remlnx
    • supporter
    • 15 kudos
    1.62 confirmed to work
  11. Yau17
    Yau17
    • member
    • 0 kudos
    Works perfectly in version 1.61 (Steam). Thank you!