Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Questions about game resolution

Initiate Mage
Joined
Nov 8, 2019
Messages
2
Reaction score
0
Hello guys,
i am new here, i wonder if anyone can help me to modify the resolution section of the launcher. Right now it shows max ( 1920x1080 ) is there a way to go pass that?
Thank you
 
Newbie Spellweaver
Joined
Feb 2, 2015
Messages
77
Reaction score
53
Sever/AtumLauncher/SWindowDegree.cpp
find "const SWINDOW_DEGREE g_WindowDegreeList[] ="

and this is struct
struct SWINDOW_DEGREE{ char *szWindowDegreeName; int nCX; int nCY; int nDegree;};
 
Upvote 0
Initiate Mage
Joined
Nov 8, 2019
Messages
2
Reaction score
0
Sever/AtumLauncher/SWindowDegree.cpp
find "const SWINDOW_DEGREE g_WindowDegreeList[] ="

and this is struct
struct SWINDOW_DEGREE{ char *szWindowDegreeName; int nCX; int nCY; int nDegree;};

how and where to add that, i am pretty noob at coding and stuffs, but i can figure something out if i get a clue

Thank you
 
Upvote 0
Newbie Spellweaver
Joined
Feb 2, 2015
Messages
77
Reaction score
53
follow the path file. so you will found code. copy 1920x.... line then edit to any resolution that u want.
 
Upvote 0
Back
Top