Jump to content
xisto Community
DjLuki

What Skills Are Required To Make Games?

Recommended Posts

Helo,i just want to know what kind of skills do you need to make games with these programs that are out there? like do you have to create you character from scratch or is there a render where you can just color it and edit it? is any language required, like c++ or javascript or what? i havent tried any programs yet but im interested and before i spend money i want to get some opinions from you guys that use the programs.

Share this post


Link to post
Share on other sites

Well, i gotta ask just what kind of games are you interested in making? If you're planning on trying to makes games similar to commercial games, you're gonna be spending a LOT of money. Those people build from the ground up. They usually have a great deal amount of knowledge in Maya, 3DSM, Photoshop, C++, etc (JavaScript not included). I wouldn't call it a "skill," per se. But even the games that people complain about the graphics—that takes a lot of work to make.

Share this post


Link to post
Share on other sites

if you want to create not so complicated games like arcade kind of games or applet games then try learning Flash or Java. These two are the common tools for small games like the one you will find in Teagames.com or Miniclip.com.

Share this post


Link to post
Share on other sites

to make games you neeed.....sum1 with graphical skills to make 3D images in photoshop or the like....you also need to know a bit about coding. Tell you what, buy Medeival 2 total War! there's a very active "modding" community at totalwar.org that makes modifications of the game....one team of modders recently declared they were ending modding and starting their own game making company! its v good practice for making games imo, a lot of the TW modders start with no skills at all!

Share this post


Link to post
Share on other sites

To create games similar to commercial ones you will not be spending lots of money. There are plenty of tools our there that are free that allow you do the same things and there is no way you will be creating a "state of the art" game without being employeed by a developer. This does not mean your games wont look nice and amazing. How good your game will look will depend on how much OpenGL or DirectX you know. These are the two main langauges that are used to make games depending on the difficulty and OS you are writing for. Windows supports both but Linux only supports OpenGL. They do most things completely different so pick one and learn it. In order to write in these languages you will be doing it in either Java or C++. DirectX is C++, C# or Basic only where as OpenGL is Java and C++. These two languages will be used to do most of the visual effects of the game. They will be what displays the meshes (characters, walls, etc.) that are in your game, camera adjustments, and anything else visual. The game logic will be done just in the language you are programming in. Finally, for final touches in your game or more advanced visual effects, you can use HLSL (High-Level Shading Language - for DirectX) or GLSL (for OpenGL). These will allow you to use the actual GPU on your video card to perform per-vertex and per-pixel operations that will allow you to do things like add lighting effects, glow effects, and lots of others. Overall, you will want to start with learning C++, then either DirectX or OpenGL and then HLSL or GLSL. If you go out of the order then you will just get confused, not understand the errors, etc. and really wont get far into your game before you decide to quit.

Share this post


Link to post
Share on other sites

If your planning on creating commercial games like the ones found on Xbox and Playstation etc. like fffanatics said C++ & OpenGL or DirectX and I'd like to add perhaps also purchasing (or finding a free) engine to build off of. This will help you and prevent you from having to code every single little tidbit of logic yourself. Depending on what type of game the engine is built for, it should help you out by having functions that will do some of the tasks you would normally have to code by hand.Good luck!

Share this post


Link to post
Share on other sites

RPG Maker is a good one.. u might need to know a bit of ruby but im not to shore but u make like rpg's witch look kinda game boy style.

Share this post


Link to post
Share on other sites

Try the DarkBASIC Pro demo, I've used that program and it turned out pretty decent. Has a very helpful forum and is expanded and improved very often.

Share this post


Link to post
Share on other sites

I think there was a program called RPG maker. There's an online version and all you have to do is set up the little switches and look for the graphics. It comes with its own graphics, but if you make your own, the game will look. I also heard there was a playstation version, but I never found it in stores.

Share this post


Link to post
Share on other sites

Well, there are several steps in making a game... first is making the characters, the scenes the motions etc...I would use Alias Motion Builder for the animation....use c++ for the encoding, Halo 3 was encode in c++mmmm, also you can use Java, I wouldnt recomended it our even flash, for RPG type games....But just learn Animation First then start adding stuff to that...

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.