Results 1 to 4 of 4
  1. #1
    LordKevo's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    desert alone.
    Posts
    428
    Reputation
    186
    Thanks
    724
    My Mood
    Aggressive

    starting in game development

    Anyone here is an expert ?

    Maybe few tips and so. i've been looking around watching videos for the last 3 days. and watching Twitch live game developing


    Really interested.

  2. #2
    Mokou-Sama's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Akihabara
    Posts
    10,088
    Reputation
    515
    Thanks
    690
    My Mood
    Amused
    Quit my project long ago, it was a shitty one tbh...
    Ask in Programming section for tips.

    I recommend you learn a primitive language, then if you get hang of it fast move to C/C++ and make the game you want.
    If you want a complex game you gonna need an engine to work with.

    For instance, making mods for games you like, like skyrim and CS that have huges mdding communities will help you integrate 3d models in game.
    If you get here with few to none problems, you can figure the rest yourself. Good luck.
    Formerly known as gamer4evere









     
    Participated on:
    MPGH GAMING NIGHT 08/03/2015 - Town of Salem



  3. #3
    Kallisti's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    深い碧の果てに
    Posts
    4,019
    Reputation
    52
    Thanks
    376
    My Mood
    In Love
    Guy with game development experience here. Used C and C++ for 7 years so far.

    I don't really want to burst your bubble, but you need to be quite competent with your language of choice, no matter what it is, game development oriented or general purpose. This can take years of experience to become very competent and have all the knowledge necessary.

    You have 2 routes, a general purpose language (like C) and an API (like SDL or OpenGL), or a Game development oriented language (like blitzplus).

    Game development oriented languages are easier to learn, have tons of premade functions that are useful in game development (like clipping sprite sheets for example), but that's as far as they go. There is no commercial demand for them because they are very niche. They can't do much other than create games, visuals and other things of that nature. They're easier for a starter and you can get into game development sooner with this, but there is a ceiling with how far you can go as well.

    General Purpose languages like C, you can make everything in them. They weren't designed with game development, or much else for that matter, in mind. A language like C can do everything pretty much. Write operating systems, write photo editing applications, write games, etc. Though by themselves their functionality is limited, and you either have to make everything you need yourself, or get an external library written by somebody else to do the things for you.
    For games, on top of learning your language of choice (I recommend C and C++), you need to learn an API oriented for graphics, input, audio, etc. Microsoft's DirectX, SDL, OpenGL (just graphics), Allegro, and SMFL are a few that come to mind.

    This will be something completely separate that you need to learn and master on top of the language before you can make a game.

    A general purpose language will also land you a job way more likely than a game development language (or any niche language in that case) since people need languages like C.

    So next, after you get good at your language (can't stress this enough. You NEED to actually know how to use the language well. If you're relying on tutorials still then you are not ready. References are fine, but if you're spending too much time looking up how to do something rather than doing it, you're probably not ready either) you can begin.

    However, you NEED to start small. Finish something small, and get it under your belt, and go to something bigger.
    Too many people have these grand dreams to create the next big MMO, have great graphics, killer audio, make tons of money, etc. They try to get a big team and it 100% fails. Why? Because they don't have experience and are aiming too big for who they are.

    Start off small. For your first game, make a pong or tetris clone or something simple. If you can do that, great. It's a completed product under your belt, and you can move up and make something bigger.
    Nobody is going to care about your sweet triple-A MMO idea that you had, but never started and gave up since you had no way to implement anything. They'll care if you actually finish something.

    Once again, I don't want to burst your bubble, but before you can develop games, you need to be a great programmer. That can take even years to get the necessary experience and knowledge, and it's not for everybody.

    I know it seems sweet and awesome to make games, but there is a tough reality behind it. You need to be passionate about programming itself. Create games is secondary, programming is what has to come first.

    Last edited by Kallisti; 06-06-2015 at 02:53 PM.

    未来が見えなくて怖いから
    未来が見えてしまって悲しいから
    目を閉じて優しい思い出に浸ってしまう




  4. #4
    arunforce's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Location
    A place for amigos
    Posts
    24,706
    Reputation
    4747
    Thanks
    12,562
    My Mood
    Yeehaw
    Start basic, recreate simple games (pong, etc), don't worry about graphics, just get the logic down. Then work on a 2d game like tetris, etc, that doesn't require an engine like flash/unity. If you like it, try porting it to a phone. Then branch out, stay away from 3d and try to stay simple because it'll likely be a one man project



    BRING BACK BT, BRING BACK SAGA, BRING BACK VF, BRING BACK MPGHCRAFT, BRING BACK HABAMON


Similar Threads

  1. Direct-X Tutorials (Game Development)
    By Dave84311 in forum C++/C Programming
    Replies: 12
    Last Post: 02-27-2009, 11:15 AM
  2. Err I cant Start the game with hacks
    By hacksomg123 in forum Combat Arms Hacks & Cheats
    Replies: 0
    Last Post: 12-24-2008, 07:18 AM
  3. error when u start the game!
    By lucaswinter1 in forum Combat Arms Hacks & Cheats
    Replies: 0
    Last Post: 12-19-2008, 01:16 PM
  4. Game Development section
    By radnomguywfq3 in forum General
    Replies: 12
    Last Post: 12-11-2008, 04:08 PM
  5. Start a game by yourself.
    By gbitz in forum Combat Arms Hacks & Cheats
    Replies: 31
    Last Post: 08-15-2008, 10:48 PM