Aller au contenu

Teknoparrot - Grid '4k' tutorial


Invité trouby

Messages recommandés

Invité trouby

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

Lien vers le commentaire
Partager sur d’autres sites

  • 2 ans après...

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>

 

Lien vers le commentaire
Partager sur d’autres sites

Créer un compte ou se connecter pour commenter

Vous devez être membre afin de pouvoir déposer un commentaire

Créer un compte

Créez un compte sur notre communauté. C’est facile !

Créer un nouveau compte

Se connecter

Vous avez déjà un compte ? Connectez-vous ici.

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