Cyberpunk 2077
0 of 0

File information

Last updated

Original upload

Created by

Jelle Bakker

Uploaded by

sarunama

Virus scan

Safe to use

130 comments

  1. 2000Arsen
    2000Arsen
    • member
    • 4 kudos
    Hi, I found a simple way to make this mod compatible with mod Equipment-EX, in init.lua file just add additional slots the mod uses:
    line 15:
                    Attachment:TurnArrayToPerspective({"AttachmentSlots.Chest", "AttachmentSlots.Torso", "AttachmentSlots.Outfit"}, "TPP")
    change to:
                    Attachment:TurnArrayToPerspective({"AttachmentSlots.Chest", "AttachmentSlots.Torso", "AttachmentSlots.Outfit", "OutfitSlots.TorsoOuter", "OutfitSlots.TorsoMiddle", "OutfitSlots.TorsoInner", "OutfitSlots.TorsoUnder", "OutfitSlots.BodyOuter", "OutfitSlots.BodyMiddle", "OutfitSlots.BodyInner", "OutfitSlots.BodyUnder"}, "TPP")
    
    1. JokerChany
      JokerChany
      • member
      • 0 kudos
      where is init.lua?
    2. Martyahhh
      Martyahhh
      • member
      • 0 kudos
      follow the folder directory
      but i didnt for me still not working 
    3. 2000Arsen
      2000Arsen
      • member
      • 4 kudos
      location:
      \bin\x64\plugins\cyber_engine_tweaks\mods\jb_long_sleeves\init.lua

      And to make it easier here is full file contents with my small edit, just open it with notepad and change all contents with this:

      local Attachment = require("classes/Attachment.lua")
      local timerCheckClothes = 0.0
      -- GAME RUNNING
      registerForEvent("onUpdate", function(deltaTime)
          if Game.GetPlayer() then
              timerCheckClothes = timerCheckClothes + deltaTime
              if(timerCheckClothes > 2.0) then
                  local script       = Game.GetScriptableSystemsContainer():Get(CName.new('TakeOverControlSystem')):GetGameInstance()
                  local photoMode    = script.GetPhotoModeSystem()
                  if not photoMode:IsPhotoModeActive() then
                      Attachment:TurnArrayToPerspective({"AttachmentSlots.Chest", "AttachmentSlots.Torso", "AttachmentSlots.Outfit", "OutfitSlots.TorsoOuter", "OutfitSlots.TorsoMiddle", "OutfitSlots.TorsoInner", "OutfitSlots.TorsoUnder", "OutfitSlots.BodyOuter", "OutfitSlots.BodyMiddle", "OutfitSlots.BodyInner", "OutfitSlots.BodyUnder"}, "TPP")
                  end 
                  
                  timerCheckClothes = 0.0
              end
          end
      end)
    4. Shampooh
      Shampooh
      • premium
      • 3 kudos
      Did the trick for me, thanks a ton.
    5. Andimjugg
      Andimjugg
      • member
      • 0 kudos
      works great thank you so much!! 💞
    6. Fak3Panda
      Fak3Panda
      • member
      • 0 kudos
      work like a charm thx
    7. Shayres152
      Shayres152
      • member
      • 1 kudos
      Verified working with this "fix".  Only need to make this change if you are using equipment ex mods.  If it ain't working for you after changing the code then you either did it wrong or something else is conflicting, or maybe it is because I use vortex. 
    8. wx960402
      wx960402
      • member
      • 0 kudos
      Thank you!  it works,you are the best!!
  2. GStefanes
    GStefanes
    • member
    • 0 kudos
    can you please update it for patch 2.11? pleaseeeee
  3. Eldritchkiller
    Eldritchkiller
    • member
    • 0 kudos
    Anyone know if there is a way to do the the opposite of this? So that sleeves are always rolled up even in third person etc?
  4. rhylx46
    rhylx46
    • member
    • 0 kudos
    Not working anymore
  5. Shampooh
    Shampooh
    • premium
    • 3 kudos
    Causes some funny clipping with diving suits (both Judy's and the PL one). At a glance, not really something quickly fixable for the user, so this is more of a PSA to turn the mod off then on for the relevant quests.

    1. Nilinthil
      Nilinthil
      • member
      • 1 kudos
      Lol, I always wondered what the issue was. I guess I have the answer now.
    2. PR3DAT0R224
      PR3DAT0R224
      • member
      • 0 kudos
      Its also an issue with one of the endings, cant remember the name so ill just say the one which requires a helmet :P
    3. Conshagen
      Conshagen
      • member
      • 1 kudos
      Also when Johnny come visits you in your sleep
  6. cassiomg
    cassiomg
    • member
    • 0 kudos
    With the new patch 2.02, Phantom Liberty's clothes appear in first person with the sleeves rolled up. Needs updating.
    1. muldvarp
      muldvarp
      • member
      • 0 kudos
      Updating Cyber Engine Tweaks fixed this for me.
    2. AlexKhves
      AlexKhves
      • member
      • 2 kudos
      Still doesn't work
  7. Manaphy022
    Manaphy022
    • member
    • 0 kudos
    Is it possible for this mod to work with the Latex Gloves (https://www.nexusmods.com/cyberpunk2077/mods/7662?tab=description)?
  8. Jakhar
    Jakhar
    • member
    • 0 kudos
    Can the creator of this mod adress the issues in bug section and fix it ?

    Sleeves apparently have issues with nusa infiltrator vest
  9. Ruby96
    Ruby96
    • member
    • 0 kudos
    How does this work with mantis blades out? Does it swap to a rolled up sleeve version or are they clipping through the sleeves?
    1. SPGdeathstroke
      SPGdeathstroke
      • member
      • 0 kudos
      nope, it just clip through
  10. goobleduck
    goobleduck
    • member
    • 0 kudos
    I see the sleeves, but it is a little bit below my arms so it clips. Im playing in first person and want to see the sleeves for an inside turtleneck shirt, if that helps