Mirage Source
I need help with my epic project - 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: Help Wanted (https://mirage-engine.uk/forums/forumdisplay.php?fid=50)
+---- Thread: I need help with my epic project (/showthread.php?tid=2295)



I need help with my epic project - Cigar And A Sheep - 25-10-2008

Alright so my epic project that i have been away working on is very cool. It will give you can ultima sort of feel with fresh new graphics. I need help on how to make it so my engine uses 16x16 tiles. Can anyone help me please?


Re: I need help with my epic project - Dane - 26-10-2008

Ill help you with your project, I could help add things o.o

Also

Open ModConstants and look for
Code:
' Image constants
Public Const PIC_X As Integer = 32
Public Const PIC_Y As Integer = 32

Change both the 32's to 16.

Open up frmMirage and select the squares in map editor, Make them both 16x16 and change the picBack's Width to 112, Make sure the little boxes in it are on the topleft corner Smile and move the picBack to the middle and put the scrolling bar next to it and your done with that.

then find ' Map constants

You should see
Code:
' Map constants
Public Const MAX_MAPS As Long = 100
Public Const MAX_MAPX As Byte = 15
Public Const MAX_MAPY As Byte = 11
Public Const MAP_MORAL_NONE As Byte = 0
Public Const MAP_MORAL_SAFE As Byte = 1

Change the MAPX to 30 and MAPY to 22.

Open MapWarp and click the Scroll X Change its max to 30 and Scroll Y's to 22

Do the same thing with MapItem and MapKey

And your Done

100% Credits to me because I typed it all and already knew it out of messing around lol