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
Printable View
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
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;};
follow the path file. so you will found code. copy 1920x.... line then edit to any resolution that u want.