graphic content
-
new update dosent have a "graphic content" option in the settings.
I want to remove crawlers and extend reset
Is there a console command or something else i can use
thanks -
m1ckep this seems to be caused by Game_Mod’s
frontend_patch.ff
file that Plutonium now loads.To make graphic content reduced, you can use either of these commands:
-
Opens the pop-up for reducing graphic content:
openmenu mature_content_pc_disable_warning
-
Sets the values directly:
set cg_mature 0; set cg_blood 0; updategamerprofile
To make it unrestricted, you can use this:
set cg_mature 1; set cg_blood 1; updategamerprofile
-
-
undefined Hadi77KSA referenced this topic on
-
worked , Thnks
-
thanks