Game Maker Studio
#1
Posted 21 November 2011 - 03:02 PM
Not a lot to see, but evidence that it's closer.
#2
Posted 21 November 2011 - 03:12 PM
#3
Posted 21 November 2011 - 04:43 PM
#4
Posted 21 November 2011 - 05:04 PM
I don't see any changes to the UI. It is identical to GM:HTML5, with the exception of the colour, which is now skinnable in GM:HTML5.Glad to see that they made some changes to the UI.
#5
Posted 21 November 2011 - 07:15 PM
So it's a little further on than it seems.
#6
Posted 21 November 2011 - 10:00 PM
-Bret Hudson
#7
Posted 21 November 2011 - 10:22 PM
Sure hope I can afford it when it releases, my student budget is pretty sretched as it is right now
Edited by Cakefish, 21 November 2011 - 10:23 PM.
#8
Posted 21 November 2011 - 11:26 PM
Same story here, I plan on making some apps with Java for Android to save up for it.Sure hope I can afford it when it releases, my student budget is pretty sretched as it is right now
-Bret Hudson
#9
Posted 23 November 2011 - 04:05 PM
Edited by atower79, 23 November 2011 - 06:12 PM.
#10
Posted 23 November 2011 - 06:13 PM
There is nothing I would like more than to be able to create a game, see it play on my own phone, and upload it to the android market.
Edited by Cakefish, 23 November 2011 - 06:13 PM.
#11
Posted 23 November 2011 - 09:05 PM
It is incredibly simple: just select the desired export option and go. But that may not be the best question to ask.I'll admit I'm basically still a novice in GM (just starting to get to grips with the basics of GML). How hard is it to create an app using studio for an android device. The video makes it look incredibly simple.
Since you're new to GM and still learning, the question is whether anyone would play your Android game (except you). Unless money isn't a concern for you, I'd just stick with GM8 (9 when available) for now.
#12
Posted 24 November 2011 - 03:55 PM
It is incredibly simple: just select the desired export option and go. But that may not be the best question to ask.
Since you're new to GM and still learning, the question is whether anyone would play your Android game (except you). Unless money isn't a concern for you, I'd just stick with GM8 (9 when available) for now.
So it's as simple as it looks? Great news! Can't wait!
And yes any game I'd submit to Android would be free. I know I can't create commercially viable games with my current experience (although I'm gradually improving
#13
Posted 24 November 2011 - 05:47 PM
What this means is that you need to make your game mobile friendly. Games where you drag things around to control are good. But hardcore action games with 10 buttons required are not so good. Platformers and action games can be done, but you may not be able to have to as "hard-core" as you could on PC. Instead of having 4 different keys for weapons, you'd have one for shooting, and one for changing weapons instead. You'd have to be a little more "user friendly" with input reaction too because depending on how many keys you have, and where they are, it may be harder to hit just the right button. I wouldn't recommend a setup where you depend on exact timing of the touches, unless you are friendly about where you can do the touch. A little square isn't enough in that situation.
#14
Posted 24 November 2011 - 06:16 PM
#15
Posted 24 November 2011 - 11:18 PM
Of course that's true. But his question was about the export process itself -- since that's what the video showed.You forgot to mention about the game design. Mobile devices will have certain limits.
...
What this means is that you need to make your game mobile friendly.
Obviously, you need to tweak each game to fit the particular platform, in terms of screen size/resolution, controls, etc. And to get best performance, games should be optimized for a particular platform. That goes without saying.
#16
Posted 25 November 2011 - 10:46 PM
Brand new to the forums, so this may not be the best place to ask about Studio, but I was hoping someone might be able to help me out or point me in the right direction.
- I'm curious about whether the GM studio software will include options so that when the android user downloads the app they will have the option to move it onto their SD card (for memory saving purposes). I figured this may need to be a consideration when taking into account how big you could make a game for the android through GM studio.
- Weill the studio version be similar to the standard version of GM (so by learning all about the functionality of that software, will that hold me in good stead for when studio is released?
- Also could you being to make something in standard and then later open that gm file in studio?
Any help on this guys, would be fantastically appreciated.
Cheers
Pete
#17
Posted 26 November 2011 - 09:15 AM
#18
Posted 26 November 2011 - 10:37 AM
- I'm curious about whether the GM studio software will include options so that when the android user downloads the app they will have the option to move it onto their SD card (for memory saving purposes). I figured this may need to be a consideration when taking into account how big you could make a game for the android through GM studio.
- Weill the studio version be similar to the standard version of GM (so by learning all about the functionality of that software, will that hold me in good stead for when studio is released?
- Also could you being to make something in standard and then later open that gm file in studio?
1. For testing purposes, you get a permanent app on the Android device called YoYoRunner (which you could see me poking in that video). That app downloads the game you last built from GM: Studio and runs it. You can move YoYoRunner itself onto the SD Card through Manage Applications (just tested that), however I cannot confirm if that also downloads the data to SD or to internal memory. Either way, I would imagine it will be an option in the final version.
2/3. Pretty much every piece of Drag & Drop and GML will be identical, to the point that if you make a game in GM8.1 that you think would work on Android, you can indeed import the editable file into Studio when you get it, hit Compile, and play it there and then on the phone.
#19
Posted 26 November 2011 - 03:05 PM
- I'm curious about whether the GM studio software will include options so that when the android user downloads the app they will have the option to move it onto their SD card (for memory saving purposes). I figured this may need to be a consideration when taking into account how big you could make a game for the android through GM studio.
- Weill the studio version be similar to the standard version of GM (so by learning all about the functionality of that software, will that hold me in good stead for when studio is released?
- Also could you being to make something in standard and then later open that gm file in studio?
1. For testing purposes, you get a permanent app on the Android device called YoYoRunner (which you could see me poking in that video). That app downloads the game you last built from GM: Studio and runs it. You can move YoYoRunner itself onto the SD Card through Manage Applications (just tested that), however I cannot confirm if that also downloads the data to SD or to internal memory. Either way, I would imagine it will be an option in the final version.
2/3. Pretty much every piece of Drag & Drop and GML will be identical, to the point that if you make a game in GM8.1 that you think would work on Android, you can indeed import the editable file into Studio when you get it, hit Compile, and play it there and then on the phone.
Thanks very much Nal, very helpful.
I'm going to purchase the standard version next month, so it's good to know I don't need to wait until studio to get practicing.
You mentioned about downloading YoYo runner... So do you know if that means it won't be possible to distribute games from the android market as stand alone applications?
Thanks again
#20
Posted 26 November 2011 - 05:42 PM
That would be just for testing purposes. The android runner would be incorporated into the .apk file when the finished app is compiled in the same way that Windows GM compiles it's .exe's.You mentioned about downloading YoYo runner... So do you know if that means it won't be possible to distribute games from the android market as stand alone applications?
Edited by Cakefish, 26 November 2011 - 05:43 PM.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users











