![]() |
Change the size of the Game Screen - Printable Version +- Mirage Engine (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17) +---- Thread: Change the size of the Game Screen (/showthread.php?tid=1974) |
Change the size of the Game Screen - scarra3 - 28-07-2008 Ok i know how to change the game screen in frmMirage...U just drag the screen to make it wider ect... But i know thet in modDirectx7 than you half to make it bigger there so that it will be the same size of the pic box But i cant find where in modDirectx7 where you do that at Re: Change the size of the Game Screen - Tony - 28-07-2008 MAX_MAPX = Size / pic_x MAX_MAPY= Size / pic_y Re: Change the size of the Game Screen - Poyzin - 28-07-2008 Yea just search for MAPX and MAPY. the defaults are like 15 and 11. Once you change them make sure it is changed for all parts of your game: Client, Server, Development client, etc. if its 16, 12 in client it should be 16, 12 in your server.. |