Aller au contenu

Teknoparrot - Grid '4k' tutorial


Messages recommandés

Invité trouby
Posté(e)

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..

  • 2 ans après...
Posté(e)

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>

 

Veuillez vous connecter pour commenter

Vous pourrez laisser un commentaire après vous êtes connecté.



Connectez-vous maintenant
×
×
  • CrĂ©er...