Jump to content
  • 0

Question

Posted

Someone tell me what screen resolution filled lines in .json files?

And how will this be affected by a change in screen resolution during the game?

12 answers to this question

Recommended Posts

  • 0
Posted
2 minutes ago, Aesthetic said:

Which .json files are you referring to? There are quite a lot in this engine. If you could tell me which .json you're looking at I can help ya out.

Those in which the position and size of the used interfaces are registered.

  • 0
Posted

What screen resolution should I focus on when writing the x and y coordinates of the window I need.

  • 0
Posted

Are you asking how to change the size of Interface elements? If so go to Resources/GUI/Layouts/(Game or Menu) and find the .json of the Interface element you want to modify. Then change the last two number values of "Bounds" those reflect the X and Y size of your image.

  • 0
Posted
Just now, Yuri said:

default screen resolution

 

The engine runs at multiple resolutions, the player can change between them in the settings menu. There is no "default" resolution.

  • 0
Posted

Rassian languages:

Меня интересует разрешение экрана по умолчанию. Я хочу разместить элементы интерфейса и игровые окна в удобном для моей игры месте, и поэтому хотел узнать как мне не выпасть за пределы экрана клиента игры.

Google translate:

I'm interested in the default screen resolution.  I want to place the interface elements and game windows in a place convenient for my game, and therefore I wanted to find out how I can not fall outside the screen of the game client.

  • 0
Posted
25 minutes ago, Yuri said:

Rassian languages:

Меня интересует разрешение экрана по умолчанию. Я хочу разместить элементы интерфейса и игровые окна в удобном для моей игры месте, и поэтому хотел узнать как мне не выпасть за пределы экрана клиента игры.

Google translate:

I'm interested in the default screen resolution.  I want to place the interface elements and game windows in a place convenient for my game, and therefore I wanted to find out how I can not fall outside the screen of the game client.

 

The default resolution in intersect is 800*600 in window mode, If you make your windows in a resolution bigger than that it will probably be boke when someone will use the default window size at launch (by broke i mean that exemple your chatbox could hide few of the button at the right bottom of the client.

  • 0
Posted
46 minutes ago, Gibier said:

 

The default resolution in intersect is 800*600 in window mode, If you make your windows in a resolution bigger than that it will probably be boke when someone will use the default window size at launch (by broke i mean that exemple your chatbox could hide few of the button at the right bottom of the client.

In this case, it would probably be better to leave the default resolution as the only possible? 

  • 0
Posted
54 minutes ago, Gibier said:

 

The default resolution in intersect is 800*600 in window mode, If you make your windows in a resolution bigger than that it will probably be boke when someone will use the default window size at launch (by broke i mean that exemple your chatbox could hide few of the button at the right bottom of the client.

 

I think I'm starting to understand!  Set the position as for the window mode and register the alignment on the corners and sides.

Thanks for the help!

  • 0
Posted

There is another question regarding the interface.  Is the  children object positioned and centered relative to its parent, or relative to the screen?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...