Only thing I am able to find about "big" games like ac, hl, bf, cod is engine used to run the game. But I am interested in what software development methodology, programming and scripting languages were used. As well as tools for creating models, music, animations and other media. Further, were the team team organisations and so on for a certain game (or game series). Is this information even available to the public?
|
closed as not a real question by Tetrad♦ Mar 31 '12 at 0:05
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
many times the engine will determine the language (or possible set of languages) UDK uses Unreal script with the option of C++ DLL binding. Uninty uses either Java, or Mono with the option of their own scripting language. XNA uses C#. what this amounts to is if you are trying to figure out what language, or engine to use it should be determined based on more then just what others have done. (see my answer here for more on that When should I decide what language and platforms I will use for a project? ) The software tools used will depend on familiarity with the product, capabilities of the product, and the licensing. the specific tool used for GameX is not the point its the artistic direction of the game, and that is a design concern. For constructing the teams this is rather open ended, and vary diverse. it could be anywhere from a group of friends who like games, and want to get together, and make one. It could be a group who went to a school for game development, and want to work together. or it could just be that a person undertakes the project to start with, and then puts a posting on craigslist for help. how you chose to build your team is up to you. the overall answer is simply "don't be a ape taught to make something good. be an individual who has an idea, and goes for it" |
|||
|
|