Yuri Posted August 5, 2019 Share Posted August 5, 2019 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? Link to comment Share on other sites More sharing options...
0 Aesthetic Posted August 5, 2019 Share Posted August 5, 2019 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. Link to comment Share on other sites More sharing options...
0 Yuri Posted August 5, 2019 Author Share Posted August 5, 2019 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. Link to comment Share on other sites More sharing options...
0 Yuri Posted August 5, 2019 Author Share Posted August 5, 2019 What screen resolution should I focus on when writing the x and y coordinates of the window I need. Link to comment Share on other sites More sharing options...
0 Aesthetic Posted August 5, 2019 Share Posted August 5, 2019 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. Link to comment Share on other sites More sharing options...
0 Yuri Posted August 5, 2019 Author Share Posted August 5, 2019 default screen resolution Link to comment Share on other sites More sharing options...
0 Aesthetic Posted August 5, 2019 Share Posted August 5, 2019 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. Link to comment Share on other sites More sharing options...
0 Yuri Posted August 5, 2019 Author Share Posted August 5, 2019 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. Link to comment Share on other sites More sharing options...
0 Aesthetic Posted August 5, 2019 Share Posted August 5, 2019 I'm really sorry hun, I have literally no clue what you're trying to ask. Perhaps someone more fluent in russian could help you. Link to comment Share on other sites More sharing options...
0 Gibier Posted August 5, 2019 Share Posted August 5, 2019 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. Yuri 1 Link to comment Share on other sites More sharing options...
0 Yuri Posted August 5, 2019 Author Share Posted August 5, 2019 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? Link to comment Share on other sites More sharing options...
0 Yuri Posted August 5, 2019 Author Share Posted August 5, 2019 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! Link to comment Share on other sites More sharing options...
0 Yuri Posted August 5, 2019 Author Share Posted August 5, 2019 There is another question regarding the interface. Is the children object positioned and centered relative to its parent, or relative to the screen? Link to comment Share on other sites More sharing options...
Question
Yuri
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?
Link to comment
Share on other sites
12 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now