This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
terms [2022/01/21 17:35] Sebastien leTouze |
terms [2022/01/25 19:56] (current) Bruno Duarte Da Silva Monteiro |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Terms used in the Game Industry ====== | + | ====== Terms used in the Game Industry ====== |
- | + | {{tablelayout? | |
- | | Animatic | An animatic is defined as a series of images played in sequence, often with a soundtrack. In essence, it's an animated storyboard | + | ^ Name ^ Description ^ |
- | | Animation, (3d bones based) | 3D Animation based on bones is methode to animate characters and object with bones attached to mesh to deform parts of the mesh | + | | Animatic |
- | | Animation Loop, | Animation Loops is a method of animation for gameplay animation where the animation should repeat itself. This technique require lots of testing ingame, in order to makes it blend but at the same time interesting | | + | | 3D Animation, (bones/ |
- | | Animator (Unity) | The Animator of unity is a system that choose what animation to play within a character based of variables send by the program | + | | Animation Loop, | Animation Loops is a method of animation for gameplay animation where the animation should repeat itself. This technique require lots of testing ingame, in order to makes it blend but at the same time interesting |
- | | Assets/ | + | | Animator (Unity) |
- | | Baking | Precalculating data into (most of the time) a texture to free CPU and GPU calculation time when the game is running in real time. | | + | | Assets/ |
- | | Blueprint (Unreal Engine) | Visual scripting tool for Unreal Engine. Usually not really optimized and sometimes in critical situations require to be converted to code. | | + | | Baking |
- | | Boxart | The image used for the physical copy of a game. Designed in collaboration with the marketing team. | | + | | Blueprint (Unreal Engine) |
- | | Bugs | Something that nobody wants in a game, QA and Tester needs to track them down | | + | | Boxart |
- | | Bones | Bones are the elements attached to a mesh on a character or object to deform the mesh and make sure it move. The process of making the bones deforming the mesh is called Skinning. | + | | Bugs |
- | | Block-out | | | + | | Bones | Bones are the elements attached to a mesh on a character or object to deform the mesh and make sure it move. The process of making the bones deforming the mesh is called Skinning. |
- | | C# (C sharp) | Main Language used in UNITY. standardized in 2002, The C# is the evolution of the C++. Easier to handle and usually developers prefer using it as it’s more permissive. | | + | | Block-out |
- | | C++ (Cpp) | Main Language used in UNREAL, standardized in 1998, the C++ is the evolution of the C (1973), This language is harder to handle as it’s less advanced. But is also faster to execute than more advanced languages | | + | | C# (C sharp) |
- | | Code review | Development methode. Where a different developer reviews the code done. This method should be coupled with Functional Testing from the QA. | | + | | C++ (Cpp) | Main Language used in UNREAL, standardized in 1998, the C++ is the evolution of the C (1973), This language is harder to handle as it’s less advanced. But is also faster to execute than more advanced languages |
- | | Compile/ | + | | Code review |
- | | Crashes | Games that unexpectedly close during gameplay. | | + | | Compile/ |
- | | Debugging | Making sure the game runs without bugs. QA are testing the game, reporting bugs and asking developers to debug their code. | | + | | Crashes |
- | | FBX | Standard File format used to transfer 3d assets between softwares. originally developed by Autodesk | | + | | Debugging |
- | | Functional testing | Functional testing is a quality assurance (QA) process and a type of black-box testing that bases its test cases on the specifications of the software component under test. | | + | | FBX | Standard File format used to transfer 3d assets between softwares. originally developed by Autodesk |
- | | Game Deck | Presentation of the major features and budget of the game, usually used for presentation to publishers | | + | | Functional testing |
- | | Game Engine | software-development environment designed for people to build video games. Developers use game engines to construct games for consoles, mobile devices, and personal computers. Some developers have their own Game engine, but most of developers uses engines like Unreal or Unity | | + | | Game Deck | Presentation of the major features and budget of the game, usually used for presentation to publishers |
- | | Garbage Collection | Garbage collection is a necessary evil, it collects unused memory during the gameplay. Garbage collection is often a source of bugs and creates Memory leaks if not done properly. | + | | Game Engine |
- | | GD (Game Design) | This term is used for two actions: A GD is a person that does game design. But it can also refer to the action of doing game design. (See Game designer job, for more info) | | + | | Garbage Collection |
- | | GDD (Game design Document) | Game Design Document is a highly descriptive living software design document of the design for a video game. A GDD is created and edited by the development team and it is primarily used in the video game industry to organize efforts within a development team. | | + | | GD (Game Design) |
- | | High Poly | Produced by softwares such as Z-Brush. Highpoly can’t be directly used in game, but is required to produce high quality models in game. To make them game ready, artists need to retopologize the mesh. | | + | | GDD (Game design Document) |
- | | HLSL | Shader Language used to communicate with the GPU (Graphic card). Usually a set of instructions to define how the light will bounce on a polygon. | | + | | High Poly | Produced by softwares such as Z-Brush. Highpoly can’t be directly used in game, but is required to produce high quality models in game. To make them game ready, artists need to retopologize the mesh. |
- | | HUD | Short for Head-up display, is the UI visible in game. Usually represents the Healt, compass or other useful game features. | | + | | HLSL |
- | | Import/ | + | | HUD | Short for Head-up display, is the UI visible in game. Usually represents the Healt, compass or other useful game features. |
- | | Key Art | High Quality rendering of 3d characters or environments. used mainly for commercial purposes by the marketing team. | | + | | Import/ |
- | | LD (Level Design) | This term is used for two actions: A LD is a person that does Level design. But it can also refer to the action of doing Level design. (See Level designer job, for more info) | | + | | Key Art | High Quality rendering of 3d characters or environments. used mainly for commercial purposes by the marketing team. |
- | | Lighting | Lights in games are typically created by the many different built-in light tools found in the game engine. One of those tools is the ability to bake lights on to the materials in order to save render time. This gives the illusion that light is being cast, but it's actually just the light baked onto the texture. | | + | | LD (Level Design) |
- | | Lipsync | Action that syncs the spoken dialogs. | + | | Lighting |
- | | LOD (level of details) | In computer graphics, level of detail refers to the complexity of a 3D model representation. LOD can be decreased as the model moves away from the viewer or according to other metrics such as object importance, viewpoint-relative speed or position. | | + | | Lipsync |
- | | Low Poly | | | + | | LOD (level of details) |
- | | Material (in Unity) | | | + | | Low Poly |
- | | Material (in Unreal) | | | + | | Material (in Unity) |
- | | Material Creation, Texturing. | | | + | | Material (in Unreal) |
- | | Memory leaks. | Memory leaks are a source of crashes, In the worst cases, it fills-up the memory to the point the system doesn' | + | | Material Creation, Texturing. |
- | | Normals | The direction of a polygon to indicate how the light bounces. A “Normal” texture can be used to modify the direction of the polygon per pixel instead of per triangles. | | + | | Memory leaks. |
- | | Optimizing | | | + | | Normals |
- | | Polygones | 4 or more Vertices in a 3d space to create a face. The smallest unit of a polygon is a triangle (Tri). Each polygon contains more data, such as the normal direction or the vertex color. | + | | Optimizing |
- | | Polycount | Amount of Triangles or Vertices inside a mesh or a scene. This is used to benchmark a scene and how heavy it can be. Triangles to display are limited to a certain amount per platform. | | + | | Polygones |
- | | Porting | Converting a game from the main platform to another platform. | | + | | Polycount |
- | | Pair-programming | Pair programming is a development technique in which two programmers work together at one workstation. One, the driver, writes code while the other, the observer or navigator, reviews each line of code as it is typed in. This method is often used for complex cases for finding quicker solutions. | | + | | Porting |
- | | Prefabs | Is a group of mesh or code to be re-used in different zones. | | + | | Pair-programming |
- | | Prototype | | | + | | Prefabs |
- | | Retop, Retopology | Create optimized mesh based form Highpoly. Usually that method requires baking the normals into a texture and lowering the polycount. | | + | | Prototype |
- | | Rig, Rigging | | | + | | Retop, Retopology |
- | | Root motion | | | + | | Rig, Rigging |
- | | Rubber ducking | In programming, | + | | Root motion |
- | | Scenes | | | + | | Rubber ducking |
- | | Script | | | + | | Scenes |
- | | SFX | | | + | | Script |
- | | Shaders | | | + | | SFX | |
- | | Skeletal | | | + | | Shaders |
- | | Skin, Skinning | | | + | | Skeletal |
- | | Sprites | | | + | | Skin, Skinning |
- | | Story | | | + | | Sprites |
- | | Storyboard | A storyboard is a graphic organizer that consists of illustrations or images displayed in sequence for the purpose of pre-visualising a motion picture, animation, motion graphic or interactive media sequence | + | | Story | |
- | | Technical Debt | Technical debt is a concept in software development that reflects the implied cost of additional rework caused by choosing an easy solution now instead of using a better approach that would take longer | | + | | Storyboard |
- | | Tri (Triangles) | Smallest unit for a polygon, 3D softwares use Polygons to optimize data, but the Graphic card can only calculate triangles, so these datas are converted. | | + | | Technical Debt |
- | | UI | User interface is the 2d overlay on top of the game, UI is handled to the options menu and/or the HUD. | | + | | Tri (Triangles) |
- | | Vertex | | | + | | UI |
- | | Vertices | | | + | | Vertex |
- | | VFX | | | + | | Vertices |
- | | White Boxes | | | + | | VFX | |
+ | | White Boxes | |