i tried, why can aRO be set up so you can maximize like IE or Firefox. or 99% of PC stuff.1. You have an unusual resolution. Most other resolutions fit normally.
; Override RO window position and size.
; Ignored if WindowWidth = 0 or WindowHeight = 0.
; Command line switch: -wX,Y,Width,Height
;WindowPosX = 359
;WindowPosY = 159
;WindowWidth = 1280
;WindowHeight = 720; Remove RO window borders and lock its position.
; Change default window size to cover all screen except task bar.
; Command line switch: l after -w
WindowLock = 0Change WindowLock = 1 to enable.
1) Open your aRO Folder
2) Open "dinput.ini" file in notepad
Set your MouseFreedom variable = 1
Set your WindowLock variable = 1
If you are looking to set custom resolutions you may do so like this following setup (";" is the comment line prefix, so if you prefix the line the client will ignore the instructions. Useful for example, maintaining a 1280x720 setting for when I need to Fraps in 720p native resolution, just remove the semicolons)Code: [Select]; Override RO window position and size.
; Ignored if WindowWidth = 0 or WindowHeight = 0.
; Command line switch: -wX,Y,Width,Height
;WindowPosX = 359
;WindowPosY = 159
;WindowWidth = 1280
;WindowHeight = 720
Note: My native resolution is 1920x1080, the X and Y positions I used are to center the client window given a 1280x720 window on my screen.
X and Y positions do not follow Cartesian Coordinates, but rather the top left corner of the screen (0,0).
You're welcome.