Guest trouby Posted May 9, 2020 Posted May 9, 2020 let me know if this is redundant now. and il remove this video. though i feel it can still help those of us with high end monitors 4k hdr asus and such etc..
Simon Belmont Posted March 10, 2023 Posted March 10, 2023 if i knew, i just came here. but not for nothing. the lines (64 to 77) that are blocking the launch in \system\hardware_settings_restrictions.xml are : Révélation you can obviously see that the game launch is restricted to 640x480 <graphics_card> <resolution> <!-- Minimum resolution --> <restrict_logical> <restrict_if name="width" op="int_le" value="639"> <restrict_set name="width" default="640" /> <restrict_set name="height" default="480" /> </restrict_if> <restrict_if name="height" op="int_le" value="479"> <restrict_set name="width" default="640" /> <restrict_set name="height" default="480" /> </restrict_if> </restrict_logical> here the edited version for 4K (copy paste this) Révélation <graphics_card> <resolution> <!-- Minimum resolution --> <restrict_logical> <restrict_if name="width" op="int_le" value="3839"> <restrict_set name="width" default="3840" /> <restrict_set name="height" default="2160" /> </restrict_if> <restrict_if name="height" op="int_le" value="2159"> <restrict_set name="width" default="3840" /> <restrict_set name="height" default="2160" /> </restrict_if> </restrict_logical>
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now