How to return the effects of drugs and alcohol
-
Hello friends. Faced with such a problem, the effects disappeared when using drugs and alcohol in the game. Help me find the file responsible for this. I know that it is located in update.rpf...
-
@stavsyax666
The effects are timecycle modifiers, you'll find them in 'timecycle_mods_4.xml'here:
...\mods\update\update.rpf\common\data\timecycle
Search the file for 'Drunk' & 'drug' & you should find them
Note:
You might need to search the vanilla game file version to find the correct values & copy them over etcExample (vanilla 'Drunk'):
<modifier name="Drunk" numMods="33" userFlags="0"> <postfx_tonemap_filmic_override_dark>1.000 0.000</postfx_tonemap_filmic_override_dark> <postfx_tonemap_filmic_exposure_dark>1.000 0.000</postfx_tonemap_filmic_exposure_dark> <postfx_tonemap_filmic_a>0.577 0.000</postfx_tonemap_filmic_a> <postfx_tonemap_filmic_override_bright>1.000 0.000</postfx_tonemap_filmic_override_bright> <postfx_tonemap_filmic_exposure_bright>-2.000 0.000</postfx_tonemap_filmic_exposure_bright> <postfx_tonemap_filmic_a_bright>0.577 0.000</postfx_tonemap_filmic_a_bright> <postfx_vignetting_radius>17.000 0.000</postfx_vignetting_radius> <hh_startRange>0.000 0.000</hh_startRange> <hh_farRange>2535.000 0.000</hh_farRange> <hh_minIntensity>0.842 0.000</hh_minIntensity> <hh_maxIntensity>2.000 0.000</hh_maxIntensity> <hh_displacementU>77.056 0.000</hh_displacementU> <hh_displacementV>70.144 0.000</hh_displacementV> <hh_tex1UScale>-0.100 0.000</hh_tex1UScale> <hh_tex1VScale>-0.100 0.000</hh_tex1VScale> <hh_tex1UOffset>0.000 0.000</hh_tex1UOffset> <hh_tex1VOffset>0.000 0.000</hh_tex1VOffset> <hh_tex2UScale>0.130 0.000</hh_tex2UScale> <hh_tex2VScale>0.230 0.000</hh_tex2VScale> <hh_tex2UOffset>0.000 0.000</hh_tex2UOffset> <hh_tex2VOffset>0.030 0.000</hh_tex2VOffset> <hh_tex1UFrequencyOffset>13.231 0.000</hh_tex1UFrequencyOffset> <hh_tex1UFrequency>2.388 0.000</hh_tex1UFrequency> <hh_tex1UAmplitude>0.896 0.000</hh_tex1UAmplitude> <hh_tex1VScrollingSpeed>0.100 0.000</hh_tex1VScrollingSpeed> <hh_tex2UFrequencyOffset>0.000 0.000</hh_tex2UFrequencyOffset> <hh_tex2UFrequency>0.298 0.000</hh_tex2UFrequency> <hh_tex2UAmplitude>7.808 0.000</hh_tex2UAmplitude> <hh_tex2VScrollingSpeed>0.010 0.000</hh_tex2VScrollingSpeed> <lens_dist_coeff>-0.216 0.000</lens_dist_coeff> <lens_dist_cube_coeff>-0.670 0.000</lens_dist_cube_coeff> <blur_vignetting_radius>13.837 0.000</blur_vignetting_radius> <blur_vignetting_intensity>0.733 0.000</blur_vignetting_intensity> </modifier>
-
@a63nt-5m1th
thank you very much, you helped me a lot