I designed interface for character select but I have problem with coding. Maybe this is impossible?
The main problem is scale and position, because different resolutions have different settings. I know about this
in introselect.py, but try everything - (maybe something blocked in binary?) - nothing works..
I dont know how to exert the same scale and position of char on select window in different resolutions.
Is it any way for make that? Any ideas? Maybe anyone released something like that?
BTW. I coded this on res. 800x600 - is fine, but in other resolutions it is a piece of shit.
[Only registered and activated users can see links. Click Here To Register...]
The main problem is scale and position, because different resolutions have different settings. I know about this
Code:
screenWidth = wndMgr.GetScreenWidth() screenHeight = wndMgr.GetScreenHeight() newScreenWidth = float(screenWidth - 270) newScreenHeight = float(screenHeight)
I dont know how to exert the same scale and position of char on select window in different resolutions.
Is it any way for make that? Any ideas? Maybe anyone released something like that?
BTW. I coded this on res. 800x600 - is fine, but in other resolutions it is a piece of shit.
[Only registered and activated users can see links. Click Here To Register...]