Mirage Source
bigger gamescreen - Printable Version

+- Mirage Source (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: Resources (https://mirage-engine.uk/forums/forumdisplay.php?fid=49)
+---- Thread: bigger gamescreen (/showthread.php?tid=390)



bigger gamescreen - Clu - 27-10-2006

uhh, im not exactly sure what command you use to make like.., more tiles in the map, like i increase the size of the black game screen, and the tiles increase as well?[not size, amount]


- halla - 27-10-2006

I think theres a tut here but you...

in both server and client

find

MAX_MAP_Y
MAX_MAP_X

change those to how many tiles you want across and up and down

then you change your picScreen according to that..

if you have MAX_MAP_X of 10 say you would change your Width of PicScreen to 320

[10 x 32] of course thats if you have 32x32 tiles.

Sorry if I made that more confusing than it is... but its easy.