Post tutorial Report RSS change resolution and other

In this basic tutorial I will teach you how to change the game resolution, and other parameters

Posted by on - Basic Client Side Coding

First, go into the installation directory of the game => Engine => Config and open the file BaseEngine.

Go to the section [SystemSettings].

Change the resolution

To change the resolution, go to the lines and ResX Resy.

For example, to have the game in 1920x1080, you should dial:

ResX = 1920
Resy = 1080

In this section you will find all the other parameters such as motion blur, quality textures, the DirectX 10 and SincV

Others Examples:


Vsync :

Enabled :

UseVsync=True

Disabled :

UseVsync=False

DirectX 10 :

Enabled :

AllowD3D10=True

Disabled :

AllowD3D10=False

Full Screen :

Enabled :

Fullscreen=True

Disabled :

Fullscreen=False

Details :

Ultra High details :

DetailMode=5

Low details :

DetailMode=1



How to save your changes:


Please right click, properties and remove the read-only attribute.
Done apply and then save your changes, and finally reput attribute and apply

Post comment Comments
asvigny
asvigny - - 485 comments

great tutorial although it's "DefaultEngine".

Reply Good karma Bad karma+1 vote
asvigny
asvigny - - 485 comments

my mistake I was looking in the wrong folder...

Reply Good karma Bad karma+1 vote
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: