Thoughts on game makers?

Discussion in 'Game Development General Discussion' started by Cyantist, Sep 16, 2010.

  1. Cyantist

    Cyantist Site Supporter 2012,2013,2014,2015

    Joined:
    Oct 28, 2008
    Messages:
    4,158
    Likes Received:
    20
    I was just wondering what the consensus is hear on software for pc's such as The 3d Gamemaker and others? Complete shit?
     
  2. CRTGAMER

    CRTGAMER Robust Member

    Joined:
    Jul 19, 2010
    Messages:
    276
    Likes Received:
    16
    3D Gamemaker
    http://www.thegamecreators.com/?m=view_product&id=2126

    Looks like limitation of Doom type of flat level FPS.

    The 2d Game Maker
    http://en.wikipedia.org/wiki/Game_Maker

    Looks similar to a very old Gamemaker called Klik n Play, anyone try that one?
    http://en.wikipedia.org/wiki/Klik

    [​IMG]

    I think the limitations are similar to 16 bit Shumps, RPGs and Platformers.

    I made a game years ago with the help of Klik n Play, Inspired by a couple very old Arcade games: BLASTO and SPACEWARS. Maybe a little of Atari 2600 COMBAT Tank level too.

    Here is the link with more info and the free game:
    http://www.racketboy.com/forum/viewtopic.php?p=278767#p278767
     
    Last edited: Sep 16, 2010
  3. Alchy

    Alchy Illustrious Member

    Joined:
    Apr 6, 2004
    Messages:
    6,216
    Likes Received:
    19
    Game Maker is pretty flexible. I know that some dev houses have said they used it for fast prototyping at the earliest stages of development. Presumably only for 2D games, though.
     
  4. Twimfy

    Twimfy Site Supporter 2015

    Joined:
    Apr 10, 2006
    Messages:
    3,570
    Likes Received:
    32
    Try out 3D Gamestudio, everything I ever learnt about programming and game development started with 3DGS.

    There are plenty of examples, a half decent book and some good active communities that can help start you off.

    You can do quite alot without having to jump into too much code.
     
  5. segaloco

    segaloco Enthusiastic Member

    Joined:
    Jun 25, 2009
    Messages:
    531
    Likes Received:
    3
    Personally I've always seen GDK type software as a baby step into game programming. While serious developers will usually create their own engine from scratch and then use it and bend it and modify it for all their projects, present and future (see Rare), a lot of indie developers like to start easy with a prewritten generic engine and add in their own customizatoins ala GameMaker. It really depends on your level of expertice with programming and game development in general. If you know pretty well how games work already, I suggest writing a OpenGL/PortAudio based engine as those are the most portable Video/Audio libraries around, and in a way they mimic the behaviour of most SDK's used in console gaming (see libGX, etc...). Also, for input, windowing, menus, etc.., check out either GLUT or GLFW, both of which are very portable. You see, the most important thing in a PC game is portability as portability = more customers. In the console arena, portability is a biggie too if you are a third party developer, but if you are first party, or you only work with one system or family of systems, knowing all the tricks of the system you work with is best, and it doesn't matter if your code is portable or not, so if you really do have only one exact piece of hardware in mind, go all out on console specific optimisations and exploitation of hardware limitations. (For example, since the Sega Saturn was quad based, folding a quad resulted in a perfect curve being formed due to texturing or colorizing as the lines which went across a poly would move relative to the fold, creating one of these http://www.ratemydrawings.com/tutorials/drawing/109-Straight_lines_make_a_curve.html )
     
  6. H360

    H360 Familiar Face

    Joined:
    Mar 5, 2011
    Messages:
    1,474
    Likes Received:
    1
    GameMaker 2D is ok. The 3D one is rubbish...

    Best bet, is to use Unity. Learn Javascript or C. Unity is fairly easy and powerful...
     
  7. discworld

    discworld Blue Brother

    Joined:
    May 4, 2008
    Messages:
    257
    Likes Received:
    18
    The UDK Unreal Engine is also available for free in the beta stages. udk.com
     
  8. CrAzY

    CrAzY SNES4LIFE

    Joined:
    Nov 25, 2006
    Messages:
    1,737
    Likes Received:
    48
    I would say go with....

    Unity - Not sure? Think its free with limited features.
    UDK - Free
    Source SDK - Just recently made free

    Those gamemakers all seemed pretty rubbish when I messed with him. They have potential, but only if you get your shit together.
     
    Last edited: Jul 20, 2011
  9. splith

    splith Resolute Member

    Joined:
    May 2, 2010
    Messages:
    997
    Likes Received:
    4
    I used to use multimedia fusion 1.5 and 2.0 quite a bit (from Clickteam, who used to make Klik and Play back in 1996 ;p). They're pretty darn good, make flash files, java files, hardware accellerated EXEs, screensavers and online game applets.
    It can be expanded in C++ too.
     
  10. jgwetworth

    jgwetworth Member

    Joined:
    Jun 23, 2011
    Messages:
    11
    Likes Received:
    0
     
  11. CrAzY

    CrAzY SNES4LIFE

    Joined:
    Nov 25, 2006
    Messages:
    1,737
    Likes Received:
    48
    Of course but someone else pointed out UDK being free as well but you need to purchase the licensing if you wish to sell your creation. Its the same for mostly every engine.

    I was under the impression this was just a homebrew want rather than a business venture.

    BTW, Love your username.
     
    Last edited: Jul 31, 2011
  12. syntax error

    syntax error Spirited Member

    Joined:
    Jan 29, 2011
    Messages:
    108
    Likes Received:
    0
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page