File information

Last updated

Original upload

Created by

Erok

Uploaded by

E3roKK

Virus scan

Safe to use

1253 comments

  1. E3roKK
    E3roKK
    • premium
    • 208 kudos
    Locked
    Sticky
    What is CMS?
    CAR MODIFICATION & UPGRADE SHOP!

    Version 2.1.0.0 available! For Cyberpunk 2.1!  Also Version 2.1.2.0 available for Cyberpunk 2.12!
    Now with localization for all languages
    Fixes to the saving system
    Torque scaling is now linear rather than logarithmic after 1000nm, so now you can have more powerful cars
    Fixes some of the broken upgrades
    Some slight adjustments to some of the upgrades
    Sadly had to remove the physical location that Kratoes made as 2.0 broke it

    This mod requires CET 1.31.3 or newer (on Cyberpunk 2.11 and 2.12 the most recent version of CET must be used)

    If the mod is not working try installing manually.
    VORTEX just hates mods in this game sometimes...

    If you still have the problem with the map pin, well make sure you change the map filter, if still not showing I have no clue how you managed that :)

    Make sure you drive in with a Player Owned Car, you cannot use cars off the street (at least for now) and you must respawn the car if you just bought it, this is a bug from CDPR not me.

    This Mod Comes with own Native UI!!!

    Took me more than half a year to release...
    And just to mention I have spent around 1000h making this mod, fixing the bugs and adding new versions...

    Hereby I prove that this was possible directly with just the game's current codebase.
    Thank you CDPR for making the game, but you should have made this in the first place :)
  2. spicy2332
    spicy2332
    • premium
    • 308 kudos
    Locked
    Sticky
    Dearest modder.

    I downloaded this modification file and immediately i was transported to Billy's garage.

    I could smell the men, is this an undocumented feature?
    1. E3roKK
      E3roKK
      • premium
      • 208 kudos
      Yes!

      I have asked Billy Herrington to come down from the heavens to help me modify your favorite cars!
  3. E3roKK
    E3roKK
    • premium
    • 208 kudos
    Locked
    Sticky
    Small fixes for Cyberpunk 2.12

    Now requires CET 1.31.3+ (the older CETs break the mod)

    Fixes the issue with bikes not applying the tire and brake improvements.
  4. Sinocer
    Sinocer
    • premium
    • 0 kudos
    Thr menu pulls up but clicking thr mouse makes me exit...
  5. kelbel
    kelbel
    • member
    • 0 kudos
    Working On 2.2 with no problem Great Mod Working again thanks. also u can use on custom cars too.
    1. TheOneKayaus
      TheOneKayaus
      • premium
      • 1 kudos
      Thank you, came here looking for this comment before I download.
  6. SurferOtter
    SurferOtter
    • member
    • 0 kudos
    Could a Militech Bulletproof Tires be added to Stage 3 Tires
  7. TheRealJonCross
    TheRealJonCross
    • member
    • 66 kudos
    HEY EVERYONE! I recently made a Mod and Restored Victors Cut Car Modification Garage! I NEED E3roKK Permission to use His Mod Files and just make a 2nd Popup Vehicle Customization Window For Victors Garage Location! This would be the closest thing to adding back features CDPR promised but didn’t deliver on! The Community would LOVE THIS haha! Once he gives permission we get CUT CONTENT! ❤️👍
     https://www.nexusmods.com/cyberpunk2077/mods/20793
  8. Starblast16
    Starblast16
    • member
    • 8 kudos
    I'm starting to wish there was an update for this that added more modifications. Like, why only have the option to lower the height of a vehicle? Why not allow you to increase the height? Why not add the ability to increase its durability? Why not upgrade the built in weapons to some degree?
  9. ElGordoTony7
    ElGordoTony7
    • member
    • 1 kudos
    Does anyone know why when I upgrade a vehicle's engine it seems like it didn't do anything? I don't know if it's a psychological effect to see the speed indicator and that's why I think it's not going faster or because I'm really doing something wrong.


    either way, thanks for your time.
  10. Pendra37
    Pendra37
    • member
    • 1 kudos
    I quite like the mod. There is one odd thing thou. When I do the upgrade, there is a hurt effect. Like if the car was respawned and dropped on V's head.
    Also, would it be possible to make everything much more expensive? Like 3x more for tier 2 stuff and 6x for tier 3. Cars and car upgrades are major money sinks.
    1. GoldenBuddah
      GoldenBuddah
      • member
      • 1 kudos
      In the bin folder > parts folder (in the mod files) open the .LUA file with notepad and change the line Part.Price = 
  11. thiswebsitesuxlol
    thiswebsitesuxlol
    • member
    • 1 kudos
    works as of 3/11/2025 

    make sure to update main cores (CET,ArchiveXL,etc.)

    CET update it from github. modder doesn't update it from nexusmods anymore

    thanks for the mod OP
    1. kraziumCx
      kraziumCx
      • supporter
      • 2 kudos
      it was just updated recently lol
    2. Zako1989
      Zako1989
      • member
      • 39 kudos
      it was last updated in March 2024, not 2025 my dude
  12. AsanaSai
    AsanaSai
    • premium
    • 0 kudos
    Small Bug Found and Fixed

    The Bug:
    The scroll bar in the Car Mod Shop menu exceeds the bounds of the menu, causing it to stretch beyond the menu and visible screen space.

    The Fix: Edit the "UIScroller.lua" file located at "bin/x64/plugins/cyber_engine_tweaks/mods/Car Mod Shop/ui/"

    - Change line 96 from this:

    if contentSize.Y > 0 then

    - To this:

    if contentSize.Y > areaSize.Y then

    Notes:

    - This fix keeps the scroll bar contained within the bounds of the available vertical menu space, and allows it to properly scale to the menu size.

    - I also found a few other quirks in the code. They don't seem to be causing any issues, but in case anyone wants to fix them, they are as follows:

    Spelling Fixes:

    - Line 119: Change "regisrerCallbacks" to "registerCallbacks"
    - Line 124: Change "unregisrerCallbacks" to "unregisterCallbacks"
    - Line 137: Change "regisrerCallbacks" to "registerCallbacks"
    - Line 189: Change "unregisrerCallbacks" to "unregisterCallbacks"

    Possible Function Error/Inconsistency:

    - The function call at lines 153-155, "function UIScroller:GetPosition()" returns "setScrollPosition" when it likely should return "getScrollPosition"

    - Changing this doesn't seem to have any noticeable effect, but the following function call at lines 158-160, "function UIScroller:SetPosition()" returns "setScrollPosition" so it seems like this is a small oversight/mistype.



    
    1. Iamjaylyn
      Iamjaylyn
      • premium
      • 1 kudos
      Ty
    2. thiswebsitesuxlol
      thiswebsitesuxlol
      • member
      • 1 kudos
      any idea on how to fix a small bug with suspension height?

      - adjusting the height of ONE modded car works just fine with tier 3 suspension lowering my car height to "-0.2" on my first car. 

      - if you add tier 3 suspension on a second car, it looks like its inaccurate for its height and doesn't seem to register to "-0.2" but instead it goes to "-0.17" as well as not registering sometimes in the car shop as well making you have to go back and redo it.

      thanks!

  13. jojoelgoat
    jojoelgoat
    • member
    • 0 kudos
    is there a way to change the location? so i can put it in one of the modded garages :)