Fangames > Engines
I Wanna Be The Studio Engine YoYoYo Edition
YoYoYoDude1:
Alright, I just put up another update (v1.40) which fixes a few very minor issues and now includes in addition a lighter version of the engine which simplifies the engine and cuts out extra resources/features for people who want to work with a more bare-bones base without a bunch of settings and example objects.
Also, if you haven't heard, Humble Bundle currently has a bundle that includes GM Studio Pro and a few modules with a bunch games + source code for really cheap! https://www.humblebundle.com/gamemaker-bundle
Zapmunk:
Just a heads up, there's a small memory leak every time you die. Turns out that ds_map_write leaks a couple kb of ram every time you call it. json_encode and json_decode don't leak though.
StuffandThings:
Another thing I noticed is that when "game over" shows up on screen, it isn't centered. It appeared much lower on the screen and got cut off at the edge screen so I had to adjust that. Not sure if anyone else had that problem.
WetWookie:
--- Quote from: StuffandThings on October 11, 2016, 02:46:02 PM ---Another thing I noticed is that when "game over" shows up on screen, it isn't centered. It appeared much lower on the screen and got cut off at the edge screen so I had to adjust that. Not sure if anyone else had that problem.
--- End quote ---
This happens if you create a new room instead of duplicating the template room. The template room has some view settings already set correctly that will be wrong if you make a new room instead.
YoYoYoDude1:
--- Quote from: Zapmunk on October 11, 2016, 01:06:58 PM ---Just a heads up, there's a small memory leak every time you die. Turns out that ds_map_write leaks a couple kb of ram every time you call it. json_encode and json_decode don't leak though.
--- End quote ---
Thanks for the heads up! I just posted an updated version (v1.41) with this and a couple of other fixes.
Also, for anyone who has already released a game with this engine on an older version of GM Studio (v1.4.1757 or older), be careful if you release an update of your game on the newly released Studio version (v1.4.1763) because they changed the way ds_map_write works a bit so that older saves will no longer work correctly with the newer versions. This makes it so that newly compiled versions of your game won't be backwards compatible with saves from previous versions.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version