So I bought GM Studio because YYG was offering it to GM7/8 users for around $10, and I've gotta say I'm quite happy with it. Thought I'd be more upset about all the deprecated functions and features, but good riddance to those horrible grey message boxes, and honestly most of the removals make quite a lot of sense. Granted, I've only been using it for a few days, so maybe there are some awful frustrations I haven't discovered yet, but in many ways I'm very glad I upgraded.
Converting Diver was pretty quick and easy, and would have been more so if I hadn't been using triggers, which, as a feature, were always something that sounded really cool in theory and that I really tried to use as many of as I could, but they did kind of make code more spread out than it really needed to be. I don't miss them too much.I also had an extension with a custom action library and some functions that I had to get rid of to get the game to work on the Steam version of GMS0, but that wasn't much work, and honestly making my own d&d action library was kind of an exercise in using GM's obscure features just because I could (much like triggers)1.There was a place in the level editor where I was using execute_string() (an undo function – I had a ds_stack that I'd alternately put "instance_destroy(thing)" and "instance_create(x,y,thing) in"), so I had to extend that script from two lines to about twenty (all the while bemoaning GM's lacklustre string manipulation2). I was a little proud of the simplicity of the original execution, but execute_string is a bit of hack and I can't say I miss it too much.I downloaded the entirety of Chiptunes.org and I'll probably choose something from there for the game's music, becauseGame Maker Studio Impressions
Posted by F1ak3r on Aug. 4, 2013, 4:15 a.m.
Good to hear GMS is not terrible.
I've been wanting to take advantage of that offer as well (esp since I got this new computer I've only started throwing software onto), but the site won't take the GM7/8 keys I have - apparently there's a bunch of keys they haven't received from Softwrap yet, and I guess mine are somewhere in there. Is there an upper limit on the number of computers you can install to when using GMS on Steam?The cly5m reference made me giggle.
And yeah, good to hear GMS is not terrible. Deprecating useless crap is doing it right.I played around with the 'free' version on Steam for a while, and was tempted to upgrade from 8.1, but I've sworn off GM for the most part.
@Cesque: The complete list of deprecated functions goes something like this:
- CD functions: because (1) who the hell plays music by putting music CDs in their drives anymore and (2) those functions didn't even work half the time.- Some window and display functions, including legacy functions for old versions of Windows, and Windows-device-only functions in general.- Things like object_add and execute_string that are incompatible with the new compiler. Resource changing in general is basically out.- A few file_ (not file_text. just file_) functions I didn't even know were still in GM7.- Those awful message boxes and associated things (have now been replaced with system-standard asynchronous boxes.)- Registry functions (that and the inability of GM games to write files anywhere but one specific appdata folder without explicit permission from the user makes future games like Execution impossible, but it makes GM games safer.)- Sound effect functions (chorus, echo, reverb, that sorta thing)- Room transitions (yessssss)- Mplay (finally been replaced by socket functions)- Some particle things like attractors and changers and destroyers that kinda defeated the point of having a particle system by requiring all the particles to be explicitly tracked and handled after generation. Don't think I ever used them anyway.wait… the promotion actually worked for you? i tried numerous times and i always get "invalid license key"… well good for you i guess. one of the few lucky ones. (there's a ton of people anger on the GMC about this)
Edit: @sirxemic: yes you can. the promotion started on August 1st but i wouldn't get your hopes up. it seems to only be working for a few people. (they made a comment about how they are "adding the keys in manually"… so yeah, way to start a promotion before having the keys ready)