Forums
Games
Cyberpunk 2077 Thronebreaker: The Witcher Tales GWENT®: The Witcher Card Game The Witcher 3: Wild Hunt The Witcher 2: Assassins of Kings The Witcher The Witcher Adventure Game
Jobs Store Support Log in Register
Forums - CD PROJEKT RED
Menu
Forums - CD PROJEKT RED
  • Hot Topics
  • NEWS
  • GENERAL
    SUGGESTIONS
  • STORY
    MAIN JOBS SIDE JOBS GIGS
  • GAMEPLAY
  • TECHNICAL
    PC XBOX PLAYSTATION
  • COMMUNITY
    FAN ART (THE WITCHER UNIVERSE) FAN ART (CYBERPUNK UNIVERSE) OTHER GAMES
  • RED Tracker
    The Witcher Series Cyberpunk GWENT
PC
XBOX
PLAYSTATION
Menu

Register

(PC) No nude on First Person View, Mirrors, Photo Mode. [Not a Bug]

+
Status
Not open for further replies.
Prev
  • 1
  • …

    Go to page

  • 5
  • 6
  • 7
  • 8
  • 9
  • …

    Go to page

  • 37
Next
First Prev 7 of 37

Go to page

Next Last
Agent-94

Agent-94

Senior user
#121
Dec 11, 2020
RoseKakisajii said:
it should be under /r6/config/settings/platform/pc
Click to expand...
Thanks. I'll play around with it and see if that fixes it.

I set "in_game" and "is_dynamic" to true then loaded the game with it turned on. My V was wearing the purple underwear and kept wearing it even after I turned it off.

When I loaded the game with the Nudity Censor off, she was completely naked in the inventory screen until I turned it on while loaded, then the underwear appeared.

When Ioaded the game with the Nudity Censor on, then turned it off, the underwear did not come off and I got the gray polygons again.

I repeated the same experiment with the mirror: Loading with the Censor on, going to the mirror, the turning the Censor off, the underwear stayed on.

While still looking at myself in the mirror *after* turning the Censor off in-game, I went into the inventory and put her clothes on, then took them back off, but the underwear stayed in both the inventory and mirror.
 
Last edited: Dec 11, 2020
  • RED Point
Reactions: Mr.0bama95 and geraldowitcher
RoseKakisajii

RoseKakisajii

Fresh user
#122
Dec 11, 2020
Agent-94 said:
Thanks. I'll play around with it and see if that fixes it.
Click to expand...
if not in there it would be in the /settings one
 
G

geraldowitcher

Fresh user
#123
Dec 11, 2020
Please tell us if works
 
C

clevername96

Rookie
#124
Dec 11, 2020
It looks like changing that code just makes the censor toggle in the setting available in game rather than just in the main menu before you load a save
 
gillbatezsicromoft

gillbatezsicromoft

Rookie
#125
Dec 11, 2020
RoseKakisajii said:
it should be under /r6/config/settings/platform/pc
edit: if not in there it should be under the /settings one
Click to expand...
So you can enable it?
 
RoseKakisajii

RoseKakisajii

Fresh user
#126
Dec 11, 2020
gillbatezsicromoft said:
So you can enable it?
Click to expand...
its not impossible as json is very simple
Post automatically merged: Dec 11, 2020

RoseKakisajii said:
its not impossible as json is very simple
Click to expand...
problem might be the fact it might crash when i try what im trying to do
 
Anonymoc

Anonymoc

Rookie
#127
Dec 11, 2020
Here it is as i understand it, i think editing it will only do the same thing as changing it in menu, the answer is deeper

as i understand.png
 
ZealousGhost

ZealousGhost

Forum regular
#128
Dec 11, 2020
Anonymoc said:
Here it is as i understand it, i think editing it will only do the same thing as changing it in menu, the answer is deeper

View attachment 11076341
Click to expand...
 
  • RED Point
Reactions: Anonymoc
RoseKakisajii

RoseKakisajii

Fresh user
#129
Dec 11, 2020
what im thinking is that there is a line of code somewhere activating the panties and i want to assume the "CenserRegion" is that line of code activating that lower panties i could be wrong but its very likely
 
Anonymoc

Anonymoc

Rookie
#130
Dec 11, 2020
RoseKakisajii said:
what im thinking is that there is a line of code somewhere activating the panties and i want to assume the "CenserRegion" is that line of code activating that lower panties i could be wrong but its very likely
Click to expand...
i'll give a try, option is hidden by default so maybe
 
RoseKakisajii

RoseKakisajii

Fresh user
#131
Dec 11, 2020
Anonymoc said:
i'll give a try, option is hidden by default so maybe
Click to expand...
im working on it personally as well
 
A

angrybear35

Forum regular
#132
Dec 11, 2020
I already looked at the code, it basically says nudity on/off, option main menu on/off, ingame menu on/off and when on or off is applied that it should happen right away.

I honestly think its a texture bug, where boxers or panties? not sure what to call it, it applied and simply never removed.
For me it also started since takamura saved my life and all that jazz.

So i think the 'starting' point is the same for everyone, so its either intentional (then its a line of code not in any normal settings file) or its a bug where the piece of clothing simply is never removed.
 
Anonymoc

Anonymoc

Rookie
#133
Dec 11, 2020
angrybear35 said:
I already looked at the code, it basically says nudity on/off, option main menu on/off, ingame menu on/off and when on or off is applied that it should happen right away.

I honestly think its a texture bug, where boxers or panties? not sure what to call it, it applied and simply never removed.
For me it also started since takamura saved my life and all that jazz.

So i think the 'starting' point is the same for everyone, so its either intentional (then its a line of code not in any normal settings file) or its a bug where the piece of clothing simply is never removed.
Click to expand...
I think it's someting like that, maybe if we find the prop we can hide it or make it transparent ?
 
Neirosex

Neirosex

Fresh user
#134
Dec 11, 2020
100% our bug with nude in game textures. Sad almost 48h after release and no just a little hotfixes :(
Need to back in Sexrim for a 2-3 weeks. xD
 

Attachments

  • textures bug.PNG
    textures bug.PNG
    197.5 KB Views: 108
Last edited: Dec 11, 2020
ZealousGhost

ZealousGhost

Forum regular
#135
Dec 11, 2020
Like I can't even see my tits when I look down anymore.:(
 
RoseKakisajii

RoseKakisajii

Fresh user
#136
Dec 11, 2020
"name": "CensorRegion",
"display_name": "UI-Settings-CensorRegion",
"description": "UI-Settings-Gameplay-Misc-CensorRegionDescription",
"order": 99,
"is_visible": true,
"in_game": true,
"in_pre_game": false,
"is_dynamic": false,
"update_policy": "immediately",
"type": "bool",
"value": true,
"default_value": true,
"can_be_restored_to_default": false
so far this is what i got it worked so far but crashed as the first clicked the on button it doesnt work as in anything like it would matter for gameplay. as it is unlocalized its not an actual setting in the settings i would have to be able to access the main files to find out what this is linked to ill ask around to some modders to see what they find
 
Neirosex

Neirosex

Fresh user
#137
Dec 11, 2020
RoseKakisajii said:
"name": "CensorRegion",
"display_name": "UI-Settings-CensorRegion",
"description": "UI-Settings-Gameplay-Misc-CensorRegionDescription",
"order": 99,
"is_visible": true,
"in_game": true,
"in_pre_game": false,
"is_dynamic": false,
"update_policy": "immediately",
"type": "bool",
"value": true,
"default_value": true,
"can_be_restored_to_default": false
so far this is what i got it worked so far but crashed as the first clicked the on button it doesnt work as in anything like it would matter for gameplay. as it is unlocalized its not an actual setting in the settings i would have to be able to access the main files to find out what this is linked to ill ask around to some modders to see what they find
Click to expand...
Anyway need a real fix with textures, modders now can stucks forever :( It is sincerely sad that the developers of this game did not make the engine so that modders could make poses, clothes, scenes, quests and so on from day one. Capitalism has swallowed up our glorious world. :disapprove:
 
Agent-94

Agent-94

Senior user
#138
Dec 11, 2020
RoseKakisajii said:
"name": "CensorRegion",
"display_name": "UI-Settings-CensorRegion",
"description": "UI-Settings-Gameplay-Misc-CensorRegionDescription",
"order": 99,
"is_visible": true,
"in_game": true,
"in_pre_game": false,
"is_dynamic": false,
"update_policy": "immediately",
"type": "bool",
"value": true,
"default_value": true,
"can_be_restored_to_default": false
so far this is what i got it worked so far but crashed as the first clicked the on button it doesnt work as in anything like it would matter for gameplay. as it is unlocalized its not an actual setting in the settings i would have to be able to access the main files to find out what this is linked to ill ask around to some modders to see what they find
Click to expand...
I put that into my options.json and when I got to the game menu it told me the file was corrupted and would be replaced with the defaults.
 
Superant19

Superant19

Fresh user
#139
Dec 11, 2020
ZealousGhost said:
Like I can't even see my tits when I look down anymore.:(
Click to expand...
Change your Field of View to 80, If it's anything lower or higher, you can't see your tits anymore.
 
  • RED Point
Reactions: ZealousGhost
Squeezitgirdle

Squeezitgirdle

Fresh user
#140
Dec 11, 2020
I don't believe that gog rep. It's very obviously a bug as putting the censor back on causes double underpants, not to mention before the shower/takamura scene I was about to be fully nude in mirrors and exploration. (I wish npc's reacted to your nudity though).

Sounds to me like this rep just didn't want to deal with it and figure out what's wrong.

Guess we'll have to wait for modders to fix this on pc.
Getting something like kotaku to write an article on this issue might prompt them to fix it faster.
 
Prev
  • 1
  • …

    Go to page

  • 5
  • 6
  • 7
  • 8
  • 9
  • …

    Go to page

  • 37
Next
First Prev 7 of 37

Go to page

Next Last
Status
Not open for further replies.
Share:
Facebook Twitter Reddit Pinterest Tumblr WhatsApp Email Link
  • English
    English Polski (Polish) Deutsch (German) Русский (Russian) Français (French) Português brasileiro (Brazilian Portuguese) Italiano (Italian) 日本語 (Japanese) Español (Spanish)

STAY CONNECTED

Facebook Twitter YouTube
CDProjekt RED
  • Contact administration
  • User agreement
  • Privacy policy
  • Cookie policy
  • Press Center
© 2018 CD PROJEKT S.A. ALL RIGHTS RESERVED

CD PROJEKT®, Cyberpunk®, Cyberpunk 2077® are registered trademarks of CD PROJEKT S.A. © 2018 CD PROJEKT S.A. All rights reserved. All other copyrights and trademarks are the property of their respective owners.

Forum software by XenForo® © 2010-2020 XenForo Ltd.