Your First World

by Dantom
[Share] [Zip]
ID:56157
 
Begin your journey to DM wizardry. This simple project guides you through the first steps of using the Dream Maker compiler to build a multi-player world.

Thanks to LordAndrew for maintaining the tutorial.
Enjoy Play my new first Mario Game
Half of the icons used in this are unreadable.
I've fixed the icons and modified the readme to point towards relevant/existing locations.
i downloaded it but i cant make game or do you gotta have exp on making codes for games?
im clicking the download nothing happend
In response to HeroXyros (#5)
Strange, it works for me. Are you receiving any sort of error in the BYOND pager when you try to download it?
I also have the same problem, I click the download button but nothing happens but when I go on Internet Explorer it works but it gives me an error to the page.
In response to Mark975 (#7)
What error is it giving? And what browser were you using before you tried downloading it in Internet Explorer?

If the main download link isn't working for some reason, you could try downloading the demo using the [Zip] link.
when ever i try to compile, it wont work, and what's this whole density thing for the wall?
also the duplicate definition crap
In response to Tiggytiggy122 (#10)
Could you post what errors you're receiving from the compiler? I don't see any when I compile it on my end.

On the subject of density: density is a Boolean variable (meaning it can only be TRUE (1) or FALSE (0)) that determines if another dense object can move on to the same tile as it.