Mirage Source
Map of Mirage Source - 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: Source Code Development (https://mirage-engine.uk/forums/forumdisplay.php?fid=51)
+----- Forum: Mirage Source 4 (Visual Basic 6) (https://mirage-engine.uk/forums/forumdisplay.php?fid=44)
+----- Thread: Map of Mirage Source (/showthread.php?tid=2261)



Map of Mirage Source - Cigar And A Sheep - 17-10-2008

Does anyone have a map of mirage source that shows how each of the modules communicates with eachother and like when they communicate and for what? This would really help me with learning to code mirage and understand its structure much better.


Re: Map of Mirage Source - Nean - 17-10-2008

Cigar And A Sheep Wrote:Does anyone have a map of mirage source that shows how each of the modules communicates with eachother and like when they communicate and for what? This would really help me with learning to code mirage and understand its structure much better.

CTRL F, FTW. Honestly, your best bet is learning yourself. Spend an hour or two, wandering around. That's I did, and now I know the source pretty well =)


Re: Map of Mirage Source - William - 17-10-2008

You could read this. Many of the things here apply to version: MSE1, MSE2
viewtopic.php?f=57&t=2132

MS4 is a whole different story though, I suggest you don't use MS4 until you know more coding. MSE2 does just fine.


Re: Map of Mirage Source - Dragoons Master - 17-10-2008

I've made a class diagram for MSCPP, but I think it will make your head explote just to see it xD
Take a look:[Image: file.php?id=177]


Re: Map of Mirage Source - Cigar And A Sheep - 17-10-2008

Wow man my head did explode. My first post today, see i will never go away! Thanks for the map of the classes it will help me alot.


Re: Map of Mirage Source - Dragoons Master - 18-10-2008

Just remember, this diagram was BASED on MS 3.54(or something like that), BASED. It's slightly different.


Re: Map of Mirage Source - Cigar And A Sheep - 18-10-2008

Im using MSE1, so will this still work fine for it?