I Wanna Community

Fangames => User-Made Creations => Engines => Topic started by: patrickgh3 on October 21, 2015, 12:46:35 AM

Title: Barebones Studio Project (based on Yoyo's engine)
Post by: patrickgh3 on October 21, 2015, 12:46:35 AM
This is a GameMaker: Studio project that contains only the bare bones features of a fangame engine. It can be useful for technical projects or prototypes where you don't want stuff like a title screen, save files, and a bunch of global state managing getting in your way.

The project is heavily based on Yoyo's engine (https://www.iwannacommunity.com/forum/index.php?topic=1852.0). All I did was tear stuff out and format stuff to my liking, so most of the credit goes to him. Additionally, I'll probably keep this more or less up to date with major changes to his engine. I hope others find this barebones project as useful as I have! :)

Features:
- Player behavior (walking, jumping, shooting, dying, restarting)
- Common platforming behaviors (vines, flipped gravity, water, etc)
- Simple save scripts (both saving internally and to file)
- Standard graphics
- Player sounds
- That's it

(click to show/hide)

Download - 1.1 (https://www.mediafire.com/download/ewwed1onck4d4qu/barebones_guy_1.1.zip)

(click to show/hide)
Title: Re: Barebones Studio Project (based on Yoyo's engine)
Post by: Derf on October 21, 2015, 01:38:00 AM
Really really useful, thanks Patrick!
Title: Re: Barebones Studio Project (based on Yoyo's engine)
Post by: Garitox on November 12, 2015, 03:00:28 PM
 :wixSanic: GOOD ENGINE :v
Title: Re: Barebones Studio Project (based on Yoyo's engine)
Post by: patrickgh3 on November 24, 2015, 12:00:55 PM
Released a new version with a bunch of minor changes. I also re-wrote the original post.
Title: Re: Barebones Studio Project (based on Yoyo's engine)
Post by: Habluka on December 12, 2015, 11:26:28 PM
After using it for a short game, I have to say that this engine was much easier to work with than any of the other ones I've tried out.  Thanks for releasing it.