Windows What is a game engine.

Discussion in 'Gaming' started by Kronos, 23 Jul 2012.

  1. Kronos

    Kronos Multimodder

    Joined:
    6 Nov 2009
    Posts:
    13,495
    Likes Received:
    617
    Please keep this very simple please.

    I have been meaning to ask for some time now, what exactly is a game engine? as in CryENGINE etc etc. I have oft seen a game uses this particular engine or that particular engine and wondered what on earth was meant by it.

    As already asked, please keep answers simple if possible.:D
     
  2. Parge

    Parge the worst Super Moderator

    Joined:
    16 Jul 2010
    Posts:
    13,000
    Likes Received:
    609
    Basically the software used to make and render a game.
     
  3. lilgoth89

    lilgoth89 Captin Calliope

    Joined:
    12 Mar 2011
    Posts:
    3,262
    Likes Received:
    420
    as i understand it, a game engine is like a framework
    the game is then built up around it
    most games that run on the same engine will handle very similarly ( the same way that Call of duty 4+ are all nearly the same, mearly different weapons and maps )
    think of it like the Engine of the car...then the game developers build the car around the engine so most cars with the same engine will perform VERY similarly ( depending on how much fluff they bolt on to it )

    but expect people to correct me on this
     
  4. MjFrosty

    MjFrosty Minimodder

    Joined:
    3 Aug 2011
    Posts:
    868
    Likes Received:
    23
    In laymans it's essentially the building blocks / framework for everything you're seeing in front of you and distinctively shows in games which are built around the same 'engine'

    E.g for the most part, games built under the Unreal 3.0 engine are very similar in appearance as they use the same source.
     
  5. [PUNK] crompers

    [PUNK] crompers Dremedial

    Joined:
    20 May 2008
    Posts:
    2,909
    Likes Received:
    50
    Download Hammer editor or UDK and have a poke around, should give you a reasonable idea. Its basically a collection of software tools
     
  6. suenstar

    suenstar Collector of Things

    Joined:
    13 Sep 2009
    Posts:
    2,497
    Likes Received:
    184
    An engine is a tool set for implementing and managing the various elements of a game/media.

    Generally a game engine is made up from a collection of smaller and more specialised engines (e.g. graphics engine, physics, sound, animation, AI and so on) that have been combined into one larger development environment for ease of use & management.
     
  7. Archtronics

    Archtronics Minimodder

    Joined:
    27 Jun 2006
    Posts:
    2,556
    Likes Received:
    62
    Its essentially a program that creates and runs the game I like to think of it as a render program myself thats constantly being fed information and creating new scenes to help your head get around it.

    I'm not yet amazing at maya but I can create and plays games using it plus other programs, It also has its own script language so I imagine its possible to create an engine from it.
     
  8. Kronos

    Kronos Multimodder

    Joined:
    6 Nov 2009
    Posts:
    13,495
    Likes Received:
    617
    I think I have grasped the basics.Thanks folks.
     
  9. GoodBytes

    GoodBytes How many wifi's does it have?

    Joined:
    20 Jan 2007
    Posts:
    12,300
    Likes Received:
    710
    Here is an engine editor in action:

    UT4
    Move to: 4min 55sec


    Unity




    The idea of a game engine, is that it allows the developer work on actually producing the game mechanics, story, graphics, collision system, battle system, etc. And not really focus on basic stuff such as lighting, many basics visual effects that is taken for granted today, drawing 2D/3D objects on a scene, physics, and optimize the crap of everything.
     
  10. dolphie

    dolphie What's a Dremel?

    Joined:
    6 Jul 2012
    Posts:
    650
    Likes Received:
    14
    That unreal engine 4 vid is great!
     
  11. KayinBlack

    KayinBlack Unrepentant Savage

    Joined:
    2 Jul 2004
    Posts:
    5,759
    Likes Received:
    398
    You've pretty much nailed it. I know for my work the engine takes the headaches out so I can tell a story.
     
  12. dolphie

    dolphie What's a Dremel?

    Joined:
    6 Jul 2012
    Posts:
    650
    Likes Received:
    14
    Yeah that was a good summary.
     

Share This Page