Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

 
Advanced search

891596 Posts in 33552 Topics- by 24788 Members - Latest Member: DonnieHill

June 20, 2013, 04:36:23 AM
TIGSource ForumsDeveloperBusiness"Legitimacy" of Game Maker?
Pages: 1 2 [3] 4 5 ... 9
Print
Author Topic: "Legitimacy" of Game Maker?  (Read 7967 times)
mirosurabu
Level 4
****


View Profile Email
« Reply #30 on: February 03, 2012, 05:06:33 PM »

What if someone wants to learn how to design games, but doesn't want to learn how to program professionally?
Logged
Soulliard
Level 10
*****


The artist formerly known as Nightshade


View Profile WWW Email
« Reply #31 on: February 03, 2012, 05:41:56 PM »

Jasmine, you don't address people who already know other programming languages, but still choose to use Game Maker. I could make all of my games in C++/OpenGL if I wanted, but many times I'll still use GM, since I can make the game in half the time. If I can get the game to a playable state earlier, then that gives me more time to iterate and improve the game. There's also a much better chance of releasing the game at all.

I won't use GM for every game I make, because I recognize the its weaknesses. But I can also recognize when its weaknesses aren't relevant. For certain games, GM is the ideal creation tool.
Logged

Paul Eres
Level 10
*****


Also known as RinkuHero.

RinkuHero
View Profile WWW Email
« Reply #32 on: February 03, 2012, 08:16:47 PM »

yeah, same with me. i can code in qbasic, c, and as3 (to an extent), but i still prefer GM because it takes care of the parts of the game that work the same with 95% of games, so that i don't have to re-invent the wheel. this comes at a cost though, as teegee mentioned

so i think the idea that gm is just training wheels is pretty ridiculous, it's definitely more 'user-friendly', but that's like saying that buying a computer is just 'training wheels' for building your own computer. it's fine to just stay at the 'buying a computer' level and never proceed to the 'build your own computer' level, and the majority of people do
Logged

Hima
Level 4
****


OM NOM NOM


View Profile WWW Email
« Reply #33 on: February 03, 2012, 08:18:50 PM »

I have a feeling that people who look down at game maker's games are game developers themselves and not the players. I've seen the same thing happen to RPGMaker.

If your game is fun, most players wouldn't really care what it's made in.

But if you're talking about choosing the right tool for the right job, the reason to choose programming language over Game Maker would be that script editor in Game Maker is so horrible. And once you make game mostly in script, you'll feel like many things in GM are just tedious and force you to jump through many hoops. There are many things in GM that you can do easily in C/C++ or other programming language with a much better IDE (refactoring, searching for specific code, etc ). This is given that you have basic engine of entity management and rendering engine built already.
Logged

Paul Eres
Level 10
*****


Also known as RinkuHero.

RinkuHero
View Profile WWW Email
« Reply #34 on: February 03, 2012, 08:20:56 PM »

you can use third-party IDE's with GM
Logged

Hima
Level 4
****


OM NOM NOM


View Profile WWW Email
« Reply #35 on: February 03, 2012, 08:29:24 PM »

you can use third-party IDE's with GM
Yes, that's true. But there's also the nature of GML itself. Many things tied to the object in the game. So with refactoring, you can't really do it from code, since you have to go inside the editor and rename the object, etc. There's also lack of many OOP technique in the language that can turn off many people. Of course, this is a matter of preference.
Logged

Paul Eres
Level 10
*****


Also known as RinkuHero.

RinkuHero
View Profile WWW Email
« Reply #36 on: February 03, 2012, 08:37:59 PM »

probably a matter of preference, yeah. i actually like that GM isn't fully OOP -- i learned programming back before OOP was popular (i learned with qbasic and c -- c++ didn't exist yet) so i'm more familiar with procedural programming, so that's one of the things i like about GM. it's languages like c++ and as3 that seem strange to me with all their namespaces and inheritance and so on
Logged

nayon
Level 5
*****


dickfish


View Profile Email
« Reply #37 on: February 03, 2012, 08:41:44 PM »

Jasmine, you don't address people who already know other programming languages, but still choose to use Game Maker. I could make all of my games in C++/OpenGL if I wanted, but many times I'll still use GM, since I can make the game in half the time. If I can get the game to a playable state earlier, then that gives me more time to iterate and improve the game. There's also a much better chance of releasing the game at all.

I won't use GM for every game I make, because I recognize the its weaknesses. But I can also recognize when its weaknesses aren't relevant. For certain games, GM is the ideal creation tool.

Exactly my case. I am very busy with my daily life as a CompSci researcher, and I really don't want to bother with dealing with all the nuances of engines and pipelines. GM automates a lot of the stuff, and its community is very large, so I can find existing code very easily. Not the case with most engines. If I look at the forums for most free/cheap engines, there isn't even a proper tutorial for robust, realistic collision detection and movement. And I am not going to spend time on dealing with that stuff.
Logged

Muz
Level 9
****



View Profile Email
« Reply #38 on: February 03, 2012, 11:14:56 PM »

With RPGMaker, every game looks the same, so arguably RPGMaker isn't the best tool. GM is fine. There are a lot of bad games made in GM, but that doesn't make GM bad, as there are lot of good games as well. I don't see why it's any less legitimate than a game made in C++.

I get that C++ is one of the harder languages to learn, but it's not really a great tool for making games with. The advantage in C++, like lower level control is not really that helpful. Whereas things like Game Maker just get to the point.
Logged
Jasmine
Level 6
*


Location: England


View Profile
« Reply #39 on: February 04, 2012, 04:42:15 AM »

Quote from: Paul Eres
you were saying earlier that if someone doesn't want to completely master something or be the best at it and know everything about it, then they shouldn't do it at all

I've said nothing of the sort.

Jasmine, you don't address people who already know other programming languages, but still choose to use Game Maker.

I feel I have addressed it... In where I talked about advice givers rarely knowing the values and intentions of the listener.

The listener has a duty to themselves to make sure that their choices are consistent with their values and intentions. ie, that what they are doing, they are doing for the right reasons, and that "I have no need to..." is not as good a reason as "It would be nice to..."
Logged

I ain't pushing no moon buttons.
hopwep
Level 0
**


View Profile
« Reply #40 on: February 04, 2012, 08:44:34 AM »

With RPGMaker, every game looks the same, so arguably RPGMaker isn't the best tool. GM is fine. There are a lot of bad games made in GM, but that doesn't make GM bad, as there are lot of good games as well. I don't see why it's any less legitimate than a game made in C++.

I get that C++ is one of the harder languages to learn, but it's not really a great tool for making games with. The advantage in C++, like lower level control is not really that helpful. Whereas things like Game Maker just get to the point.

Thats not true. Even in old rpgmakers a lot of games uses full custom systems and graphics, if the game look the same is the creators fault. In Xp and lter with RGSS scripting you can achive like anything in the RPG genre, of course.
Logged
Hangedman
Level 10
*****


Two milkmen go comedy


View Profile WWW
« Reply #41 on: February 04, 2012, 08:46:49 AM »

Thats not true. Even in old rpgmakers a lot of games uses full custom systems and graphics, if the game look the same is the creators fault. In Xp and lter with RGSS scripting you can achive like anything in the RPG genre, of course.

Nevertheless, the 4-way movement, the fixed tile size, the limited main menu, and etc, just have an RPGMaker-ness about them that is subtle but recognizable.

I would say GM has no such thing besides the loading bar and the tendency to rarely cause explorer.exe to crash repeatedly
Logged

AUST
ITIAMOSIWE (Play it on NG!) - Vision
If this is the life why does it feel so good to die today
nayon
Level 5
*****


dickfish


View Profile Email
« Reply #42 on: February 04, 2012, 08:54:23 AM »

Thats not true. Even in old rpgmakers a lot of games uses full custom systems and graphics, if the game look the same is the creators fault. In Xp and lter with RGSS scripting you can achive like anything in the RPG genre, of course.

Nevertheless, the 4-way movement, the fixed tile size, the limited main menu, and etc, just have an RPGMaker-ness about them that is subtle but recognizable.

I would say GM has no such thing besides the loading bar and the tendency to rarely cause explorer.exe to crash repeatedly

I believe you can bypass the loading bar
Logged

hopwep
Level 0
**


View Profile
« Reply #43 on: February 04, 2012, 09:48:02 AM »

Thats not true. Even in old rpgmakers a lot of games uses full custom systems and graphics, if the game look the same is the creators fault. In Xp and lter with RGSS scripting you can achive like anything in the RPG genre, of course.

Nevertheless, the 4-way movement, the fixed tile size, the limited main menu, and etc, just have an RPGMaker-ness about them that is subtle but recognizable.

I would say GM has no such thing besides the loading bar and the tendency to rarely cause explorer.exe to crash repeatedly

I think the movement issue can be created with events in 2k, and for XP, exist a complex custom action battle systems, and also, pixel movements scripts, etc, and that arleady exist.

About the tilemap or map class, you can rewrite it at all for sure, and also how it works at at all in XP.

In the old ones these problems exist and they are limited, but dont think the fixed main menu is a problem, you can create your own meus ising events and images, exist games with full custom systems that dont remotyly look RPG Maker defualt. They have also some hacks that adds new interesting features to customize more the game, like the initial menu or the save menu.

Obviusly, with the XP, thats not a problem all the menus are scripts you can cchange.

pd: for most cases, i dont think that limitations are trully important.
Logged
Hima
Level 4
****


OM NOM NOM


View Profile WWW Email
« Reply #44 on: February 04, 2012, 10:07:21 AM »

Thats not true. Even in old rpgmakers a lot of games uses full custom systems and graphics, if the game look the same is the creators fault. In Xp and lter with RGSS scripting you can achive like anything in the RPG genre, of course.

Nevertheless, the 4-way movement, the fixed tile size, the limited main menu, and etc, just have an RPGMaker-ness about them that is subtle but recognizable.

I would say GM has no such thing besides the loading bar and the tendency to rarely cause explorer.exe to crash repeatedly
I made these in Rpgmaker XP
- http://www.youtube.com/watch?v=v6HQqej68ME
- http://www.youtube.com/watch?v=EnvVfYX4MT0
- http://www.youtube.com/watch?v=QRbEKagy5-E
If you know scripting, the limit is the rgss.dll and ruby itself. Rpgmaker XP was slow as heck, but the new one that's called Rpgmaker VX Ace improves a lot.

Still, you don't have to go that far and customize everything. Aveyond and Aveyond2 were made in RPGMaker XP and are pretty well-received by the players, regardless of all the RPGMaker-ness that you've said. It was look down by many RPGMaker developers because of how it looks just like other RPGMaker games, but the games still sold many copies regardless.
« Last Edit: February 04, 2012, 10:17:36 AM by Hima » Logged

Pages: 1 2 [3] 4 5 ... 9
Print
Jump to:  

Theme orange-lt created by panic