Page 1 of 1
DSGM 5.12 Example Projects
Posted: Tue Feb 23, 2021 1:52 am
by DigitalDesignDude
Hi All,
Below are some examples files I made when I was first learning DSGM 5.12 as well as others that were made more recently for different posts.
I don't have much spare time to do full-on tutorials explaining them but if you have any questions feel free to ask.
EDIT: I am moving the example files to Itch.io and am in the process of updating them to be better as well as making more of them in general. You can get updated when they are released by following my Itch.io page below:
DS Game Maker Example Files
Re: DSGM 5.12 Example Projects
Posted: Sat Feb 27, 2021 9:02 am
by DigitalDesignDude
Just added a pause game example since I already made a pause feature for my DSGM game, BioDie.

Re: DSGM 5.12 Example Projects
Posted: Sun Feb 28, 2021 8:59 am
by DigitalDesignDude
I just added a basic rpg example that I started years ago and have taken the time to add more to it so that others can learn from it. Hope it helps.
Also, the sprites and game art used in it are from one of my favorite GBA games: Dragon Ball Z The Legacy of Goku 2.

Re: DSGM 5.12 Example Projects
Posted: Thu Mar 11, 2021 2:51 am
by SWEET_TOOTH
Dude these are insanely needed! Thx!!!
Re: DSGM 5.12 Example Projects
Posted: Thu Mar 11, 2021 8:19 am
by DigitalDesignDude
SWEET_TOOTH wrote: Thu Mar 11, 2021 2:51 am
Dude these are insanely needed! Thx!!!
Glad to help and thanks for the acknowledgement!
Re: DSGM 5.12 Example Projects
Posted: Tue Mar 16, 2021 2:38 am
by DigitalDesignDude
Added the NPCs Random Movement & Talk Example I worked on years ago and shared it in the following topic:
viewtopic.php?f=8&t=109
Re: DSGM 5.12 Example Projects
Posted: Tue Mar 16, 2021 7:48 am
by Ruffsta
DDD. thanks for sharing these...
Re: DSGM 5.12 Example Projects
Posted: Tue Mar 16, 2021 8:11 am
by DigitalDesignDude
Ruffsta wrote: Tue Mar 16, 2021 7:48 am
DDD. thanks for sharing these...
No problem and thanks for noticing!
I wish I had more time to do examples that I haven't already worked on in the past. But my hope is as the community grows we'll be able to see more varied examples and possibly tutorials from others too.
Re: DSGM 5.12 Example Projects
Posted: Sat Mar 20, 2021 7:51 am
by DigitalDesignDude
Added a Fade Screens Example. It's a bit simpler than the splash screen example that's already been provided on the virtual machine.
Re: DSGM 5.12 Example Projects
Posted: Sat Apr 03, 2021 4:23 pm
by DigitalDesignDude
Added a Background Parallax Scroll Example that makes use of Palib's Parallax Scrolling Functions.
For me, its main drawback is that you cannot have a background image and text co-exist on the same layer. And considering in DSGM you only have layers 0-3 to work with, that doesn't give you a lot of flexibility.