DjLuki 0 Report post Posted March 6, 2007 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
truefusion 3 Report post Posted March 6, 2007 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
saga 0 Report post Posted March 6, 2007 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
JDameron91 0 Report post Posted March 6, 2007 You can also use a program called Game Maker.There are examples on this site on how to use it, and if you can't find any ones that help you, then you can go to it's forum located here. Share this post Link to post Share on other sites
mojoman 0 Report post Posted March 6, 2007 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
fffanatics 0 Report post Posted March 7, 2007 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
Dregnought 0 Report post Posted May 20, 2007 https://www.yoyogames.com/ is a good place to start Share this post Link to post Share on other sites
PSTUBb 0 Report post Posted May 25, 2007 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
rize619 0 Report post Posted June 23, 2007 grafix are the main things in game programmingu should be the master of photoshop maya and 3dsm,,,,and then looping and techniques used in game programming... Share this post Link to post Share on other sites
srujanlive 0 Report post Posted June 23, 2007 Man, I so wish I was a software engineer. Would definitely have given it a try. Alas , I am not... So I would do what every other guy does... Play games. Share this post Link to post Share on other sites
lloydg 0 Report post Posted June 23, 2007 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
dre 0 Report post Posted June 24, 2007 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
CinnamorollTK 0 Report post Posted June 24, 2007 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
cwconline 0 Report post Posted June 24, 2007 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
Adam Roethburg 0 Report post Posted June 25, 2007 I'm game maker I use RPG MAKER XP, you need alot of skills as event skills, scripting, mapping skills etc if you wanna more PM me Share this post Link to post Share on other sites