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 -
Hadi77KSA Contributorreplied to m1ckep on Mar 24, 2025, 6:02 PM last edited by Hadi77KSA Apr 12, 2025, 11:45 AM
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
-
-
-
worked , Thnks
1/3