SlideShare uma empresa Scribd logo
1 de 8
Salford City College 
Eccles Sixth Form Centre 
BTEC Extended Diploma in GAMES DESIGN 
Unit 73: Sound For Computer Games 
IG2 Task 1 
1 
Produce a glossary of terms specific to the methods and principles of Video Game Design and Video Game Terms. Using a provided template, 
you must research and gather definitions specific to provided glossary terms. Any definitions must be referenced with the URL link of the 
website you have obtained the definition. 
You must also, where possible, provide specific details of how researched definitions relate to your own production practice. 
Name: RESEARCHED DEFINITION (provide short internet researched 
definition and URL link) 
DESCRIBE 
THE 
RELEVANC 
E OF THE 
RESEARCH 
ED TERM 
TO YOUR 
OWN 
PRODUCTI 
ON 
PRACTICE? 
IMAGE SUPPORT (Provide an 
image and/or video link of said 
term being used in a game) 
VIDEO 
GAMES 
/ 
VIDEO 
GAME 
TESTIN 
G 
Demo A demonstration of a product or technique 
http://www.oxforddictionaries.com/definition/english/demo 
Demos are 
used to 
give 
potential 
customers 
a taster 
for your 
game. It 
also 
allows 
people to 
create 
early 
reviews 
to 
support 
your game 
and 
advertise 
it for 
free
Salford City College 
Eccles Sixth Form Centre 
BTEC Extended Diploma in GAMES DESIGN 
Unit 73: Sound For Computer Games 
IG2 Task 1 
2 
Beta An unfinished version of a game, released before 
the Alpha version of a game 
http://www.urbandictionary.com/define.php?term=Beta 
Beta is 
used so 
that 
develope 
rs can 
discover 
bugs and 
glitches 
in the 
game 
before 
they 
develop 
it more. 
Alpha Alpha footage comes before the full release of a game; 
it allows people to see what they are buying before 
they pay for it. 
http://www.urbandictionary.com/define.php?term=alpha 
It 
allows 
customer 
s to 
playtest 
the game 
before 
they buy 
the 
complete 
thing 
Pre-Alpha The term for a milestone in a games development 
to show customers how far along the game is. 
http://www.whatgamesare.com/pre-alpha.html 
It allows 
customers 
to follow the 
progress of a 
game’s 
developmen 
t. 
Gold When a game has been fully developed and has made a profit in pre-orders 
http://www.gamespot.com/forums/playstation-discussion- 
1000002/what-does-it-mean-when-a-game-goes-gold-26614050/ 
It allows the 
developers 
to know if 
there game 
has made a 
profit before 
it comes out
Salford City College 
Eccles Sixth Form Centre 
BTEC Extended Diploma in GAMES DESIGN 
Unit 73: Sound For Computer Games 
IG2 Task 1 
3 
Debug Debugging is the routine process of locating and removing computer 
program bugs, errors or abnormalities 
http://www.techopedia.com/definition/16373/debugging 
It prevents 
dangerous 
glitches and 
errors in a 
games code 
from being 
released 
Automati 
on 
the technique of making an apparatus, a process, or a system 
operate automatically 
http://www.merriam-webster.com/dictionary/automation 
It allows 
developers 
to make sure 
that all the 
game 
mechanics 
work well. 
White- 
Box 
Testing 
White box testing is a method of testing software that tests internal 
structures or workings of an application, as opposed to its 
functionality 
http://en.wikipedia.org/wiki/White-box_testing 
Ensures that 
the internal 
structures of 
a game 
work. 
Bug a defect or imperfection, as in a mechanical device,computer program, 
or plan; glitch 
http://dictionary.reference.com/browse/bug 
They can 
harm a 
games 
developmen 
t or release. 
GAME 
ENGIN 
ES 
Vertex 
Shader 
Vertex shaders are run once for each vertex given to the graphics 
processor 
http://en.wikipedia.org/wiki/Shader#Vertex_shaders 
They are 
used to 
generate the 
games 
graphics
Salford City College 
Eccles Sixth Form Centre 
BTEC Extended Diploma in GAMES DESIGN 
Unit 73: Sound For Computer Games 
IG2 Task 1 
4 
GAME 
ENGIN 
ES 
Pixel 
Shader 
Pixel shaders, also known as fragment shaders, compute color and 
other attributes of each fragment 
http://en.wikipedia.org/wiki/Shader#Vertex_shaders 
They colour 
the assets in 
the game 
Post 
Processin 
g 
post-processing (or postproc for short) is used in the video/film 
business for quality-improvement image processing 
http://en.wikipedia.org/wiki/Video_post-processing 
They 
improve the 
image 
quality of 
the game 
Renderin 
g 
Rendering is the process of generating an image from a 2D or 3D model 
http://modeln.wikipedia.org/wiki/Rendering_(computer_graphics) 
They 
generate the 
models in 
the game 
Normal 
Map 
In 3D computer graphics, normal mapping, or "Dot3 bump mapping", is 
a technique used for faking the lighting of bumps and dent 
http://en.wikipedia.org/wiki/Normal_mapping 
It is used to 
generate 
more 
realistic 
textures 
Entity entity is a dynamic object such as a non-player character or item. 
http://en.wikipedia.org/wiki/Entity_(disambiguation) 
It is used to 
implement 
items and 
characters 
into a game
Salford City College 
Eccles Sixth Form Centre 
BTEC Extended Diploma in GAMES DESIGN 
Unit 73: Sound For Computer Games 
IG2 Task 1 
5 
UV Map UV mapping is the 3D modelling process of making a 2D image 
representation of a 3D model's surface. 
It is used to 
give models 
textures 
Procedur 
al Texture 
A procedural texture is a computer-generated image created using an 
algorithm intended to create a realistic representation of natural 
elements such as wood, marble, granite, metal, stone, and others. 
Used to give 
a realistic 
texture to 
objects in a 
game 
Physics Computer animation physics or game physics involves the introduction 
of the laws of physics into a simulation or game engine, particularly in 
3D computer graphics, for the purpose of making the effects appear 
more real to the observer. Typically, simulation physics is only a close 
approximation to real physics, and computation is performed using 
discrete values. 
http://en.wikipedia.org/wiki/Game_physics 
They are 
essential to 
a game 
because it 
prevents a 
player from 
clipping 
through 
objects 
Collision Collision detection typically refers to the computational problem of 
detecting the intersection of two or more objects 
http://en.wikipedia.org/wiki/Collision_detection 
It prevents a 
player from 
walking 
through an 
object and 
also makes 
sure that the 
don’t fall 
through the 
map 
Lighting 
Lighting is one of the most important and influential elements in 
environments. It has the power to make or break the visuals, theme 
and atmosphere. 
Without 
lighting, a 
player
Salford City College 
Eccles Sixth Form Centre 
BTEC Extended Diploma in GAMES DESIGN 
Unit 73: Sound For Computer Games 
IG2 Task 1 
6 
http://www.moddb.com/tutorials/lighting-in-game-environments-the-hows- 
and-whys 
wouldn’t be 
able to see 
where they 
are in the 
game 
AA – Anti- 
Aliasing 
Well anti-aliasing detects rough edges and smooths them out using a 
quick scan of them. 
https://answers.yahoo.com/question/index?qid=20100420031929AAO 
N6YB 
It smoothes 
out rough 
edges in 
games that 
were missed 
by the 
developers. 
This can 
make a 
game look 
more 
realistic 
LoD – 
Level of 
Detail 
As you get further away from an object, it takes up less of your vision 
(and less dots of resolution on your monitor). Therefore, you can drop 
its level of detail saving memory and computation power 
It can 
drastically 
improve the 
speed of a 
game 
Animatio 
n 
A simulation of movement created by displaying a series of pictures, or 
frames 
http://www.webopedia.com/TERM/A/animation.html 
It is used in 
every aspect 
of a game to 
make 
characters 
move and 
the 
environment 
realistic
Salford City College 
Eccles Sixth Form Centre 
BTEC Extended Diploma in GAMES DESIGN 
Unit 73: Sound For Computer Games 
IG2 Task 1 
7 
Sprite a sprite is a two-dimensional image or animation that is integrated into 
a larger scene 
http://en.wikipedia.org/wiki/Sprite_(computer_graphics) 
They are 
used to 
represent 
assets in 
games. This 
can include 
characters, 
items and 
environment 
s 
Scene A sequence of continuous action in a play, film, opera, or book 
http://www.oxforddictionaries.com/definition/english/scene 
They are 
used to 
show an 
area, 
character or 
any other 
aspect of a 
game 
Library A 2D asset storage area used to store assets for a 2D game They are 
used to 
store assets 
for 2D 
games 
UI The way a person interacts with a computer, tablet, smartphone or 
other electronic device 
http://www.pcmag.com/encyclopedia/term/53558/user-interface 
They allow a 
player to 
interact with 
the game
Salford City College 
Eccles Sixth Form Centre 
BTEC Extended Diploma in GAMES DESIGN 
Unit 73: Sound For Computer Games 
IG2 Task 1 
8 
Frames The amount of images shown in a game, usually known as FPS (frames 
per second) 
It affects the 
quality of 
animations 
in a game, 
the higher 
the FPS, the 
better the 
quality 
Concept An idea, plan or Intention It is used to 
plan every 
aspect of a 
game 
Event Anything that happens in a game is known as an event They are 
inputted 
into a game 
to cause 
things to 
happen 
Pathfindi 
ng 
Pathfinding or pathing is the plotting, by a computer application, of the 
shortest route between two points 
Allows 
character to 
move

Mais conteúdo relacionado

Mais procurados

Game Engine Terminology Glossary
Game Engine Terminology GlossaryGame Engine Terminology Glossary
Game Engine Terminology GlossaryJoshuaRidett
 
Joshua meyer y1 gd engine_terminology
Joshua meyer y1 gd engine_terminologyJoshua meyer y1 gd engine_terminology
Joshua meyer y1 gd engine_terminologyJoshCollege
 
Y1 gd engine_terminology
Y1 gd engine_terminology Y1 gd engine_terminology
Y1 gd engine_terminology Jordanianmc
 
Game Engine terminology
Game Engine terminologyGame Engine terminology
Game Engine terminologySamDuxburyGDS
 
Researched definition
Researched definitionResearched definition
Researched definitionArron96
 
Ro y1 gd engine terminology
Ro y1 gd engine terminologyRo y1 gd engine terminology
Ro y1 gd engine terminologyrafiqfps
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyJordanianmc
 
RO Y1 GD Engine Terminology
RO Y1 GD Engine TerminologyRO Y1 GD Engine Terminology
RO Y1 GD Engine Terminologyrafiqfps
 
The Purposes and Functions of components of Game Engines
The Purposes and Functions of components of Game EnginesThe Purposes and Functions of components of Game Engines
The Purposes and Functions of components of Game Engineswdhanuka
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyJordanianmc
 
The Purposes and Functions of components of Game Engines
The Purposes and Functions of components of Game EnginesThe Purposes and Functions of components of Game Engines
The Purposes and Functions of components of Game EnginesPaulinaKucharska
 
Researched Definition
Researched DefinitionResearched Definition
Researched DefinitionArron96
 
Y1 gd engine_terminologyhj
Y1 gd engine_terminologyhjY1 gd engine_terminologyhj
Y1 gd engine_terminologyhjShaz Riches
 
Using a 3D Game Engine
Using a 3D Game EngineUsing a 3D Game Engine
Using a 3D Game EngineItsLiamOven
 
Gamedesign Task 1 for Ian by Liam Oven
Gamedesign Task 1 for Ian by Liam OvenGamedesign Task 1 for Ian by Liam Oven
Gamedesign Task 1 for Ian by Liam OvenItsLiamOven
 
Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1) Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1) TomCrook
 

Mais procurados (18)

Game Engine Terminology Glossary
Game Engine Terminology GlossaryGame Engine Terminology Glossary
Game Engine Terminology Glossary
 
Joshua meyer y1 gd engine_terminology
Joshua meyer y1 gd engine_terminologyJoshua meyer y1 gd engine_terminology
Joshua meyer y1 gd engine_terminology
 
Y1 gd engine_terminology
Y1 gd engine_terminology Y1 gd engine_terminology
Y1 gd engine_terminology
 
Game Engine terminology
Game Engine terminologyGame Engine terminology
Game Engine terminology
 
engine_terminology 2
engine_terminology 2engine_terminology 2
engine_terminology 2
 
Researched definition
Researched definitionResearched definition
Researched definition
 
Ro y1 gd engine terminology
Ro y1 gd engine terminologyRo y1 gd engine terminology
Ro y1 gd engine terminology
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
 
RO Y1 GD Engine Terminology
RO Y1 GD Engine TerminologyRO Y1 GD Engine Terminology
RO Y1 GD Engine Terminology
 
Engine Terms
Engine TermsEngine Terms
Engine Terms
 
The Purposes and Functions of components of Game Engines
The Purposes and Functions of components of Game EnginesThe Purposes and Functions of components of Game Engines
The Purposes and Functions of components of Game Engines
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
 
The Purposes and Functions of components of Game Engines
The Purposes and Functions of components of Game EnginesThe Purposes and Functions of components of Game Engines
The Purposes and Functions of components of Game Engines
 
Researched Definition
Researched DefinitionResearched Definition
Researched Definition
 
Y1 gd engine_terminologyhj
Y1 gd engine_terminologyhjY1 gd engine_terminologyhj
Y1 gd engine_terminologyhj
 
Using a 3D Game Engine
Using a 3D Game EngineUsing a 3D Game Engine
Using a 3D Game Engine
 
Gamedesign Task 1 for Ian by Liam Oven
Gamedesign Task 1 for Ian by Liam OvenGamedesign Task 1 for Ian by Liam Oven
Gamedesign Task 1 for Ian by Liam Oven
 
Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1) Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1)
 

Destaque

Ig je game engines_y2_assignment brief
Ig je game engines_y2_assignment briefIg je game engines_y2_assignment brief
Ig je game engines_y2_assignment briefcrimzon36
 
_ig5 assignment final major project 2014 to 2015
    _ig5 assignment final major project 2014 to 2015     _ig5 assignment final major project 2014 to 2015
_ig5 assignment final major project 2014 to 2015 crimzon36
 
Production diary template update weekly
Production diary template   update weeklyProduction diary template   update weekly
Production diary template update weeklycrimzon36
 
Asset model checklist
Asset model checklistAsset model checklist
Asset model checklistcrimzon36
 
Access tutorial (1)
Access tutorial (1)Access tutorial (1)
Access tutorial (1)yersyorrego
 
Access tutorial (1)
Access tutorial (1)Access tutorial (1)
Access tutorial (1)yersyorrego
 
Glossary of terms
Glossary of terms Glossary of terms
Glossary of terms crimzon36
 
Gta 5 script
Gta 5 scriptGta 5 script
Gta 5 scriptcrimzon36
 
Unit 73 ig2 assignment creating a sample library 2013_y1
Unit 73 ig2 assignment creating a sample library 2013_y1Unit 73 ig2 assignment creating a sample library 2013_y1
Unit 73 ig2 assignment creating a sample library 2013_y1crimzon36
 
Unit 73 ig3 assignment programming sound assets to a game 2013_y1
Unit 73 ig3 assignment programming sound assets to a game 2013_y1Unit 73 ig3 assignment programming sound assets to a game 2013_y1
Unit 73 ig3 assignment programming sound assets to a game 2013_y1crimzon36
 
Glossary of terms
Glossary of termsGlossary of terms
Glossary of termscrimzon36
 
Animal inspiration
Animal inspirationAnimal inspiration
Animal inspirationcrimzon36
 
Employee Engagement York - July 16 15
Employee Engagement York - July 16 15Employee Engagement York - July 16 15
Employee Engagement York - July 16 15Michael E. Lines
 

Destaque (20)

Ig je game engines_y2_assignment brief
Ig je game engines_y2_assignment briefIg je game engines_y2_assignment brief
Ig je game engines_y2_assignment brief
 
_ig5 assignment final major project 2014 to 2015
    _ig5 assignment final major project 2014 to 2015     _ig5 assignment final major project 2014 to 2015
_ig5 assignment final major project 2014 to 2015
 
Production diary template update weekly
Production diary template   update weeklyProduction diary template   update weekly
Production diary template update weekly
 
Asset model checklist
Asset model checklistAsset model checklist
Asset model checklist
 
Access tutorial (1)
Access tutorial (1)Access tutorial (1)
Access tutorial (1)
 
Access tutorial (1)
Access tutorial (1)Access tutorial (1)
Access tutorial (1)
 
Glossary of terms
Glossary of terms Glossary of terms
Glossary of terms
 
Gta 5 script
Gta 5 scriptGta 5 script
Gta 5 script
 
Unit 73 ig2 assignment creating a sample library 2013_y1
Unit 73 ig2 assignment creating a sample library 2013_y1Unit 73 ig2 assignment creating a sample library 2013_y1
Unit 73 ig2 assignment creating a sample library 2013_y1
 
Unit 73 ig3 assignment programming sound assets to a game 2013_y1
Unit 73 ig3 assignment programming sound assets to a game 2013_y1Unit 73 ig3 assignment programming sound assets to a game 2013_y1
Unit 73 ig3 assignment programming sound assets to a game 2013_y1
 
Scrapbook
ScrapbookScrapbook
Scrapbook
 
Penguin
PenguinPenguin
Penguin
 
Glossary of terms
Glossary of termsGlossary of terms
Glossary of terms
 
Workflow
WorkflowWorkflow
Workflow
 
Animal inspiration
Animal inspirationAnimal inspiration
Animal inspiration
 
Workflow
WorkflowWorkflow
Workflow
 
Workflow
WorkflowWorkflow
Workflow
 
Bed room
Bed roomBed room
Bed room
 
Colposcopy2 1
Colposcopy2 1Colposcopy2 1
Colposcopy2 1
 
Employee Engagement York - July 16 15
Employee Engagement York - July 16 15Employee Engagement York - July 16 15
Employee Engagement York - July 16 15
 

Semelhante a Engine terminology

Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyJordanianmc
 
Y1 gd engine terminology (task 1)
Y1 gd engine terminology (task 1)Y1 gd engine terminology (task 1)
Y1 gd engine terminology (task 1)Matthewf2014
 
Y1 gd engine terminology (task 1)
Y1 gd engine terminology (task 1)Y1 gd engine terminology (task 1)
Y1 gd engine terminology (task 1)Matthewf2014
 
daryl bates engine terminology finished
daryl bates engine terminology finisheddaryl bates engine terminology finished
daryl bates engine terminology finishedDarylBatesGames
 
Y1 gd engine_terminology1
Y1 gd engine_terminology1Y1 gd engine_terminology1
Y1 gd engine_terminology1otpg1996
 
Y1 gd engine_terminology (1) (4)
Y1 gd engine_terminology (1) (4) Y1 gd engine_terminology (1) (4)
Y1 gd engine_terminology (1) (4) TomCrook
 
Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1) Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1) TomCrook
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyItsLiamOven
 
Y1 gd engine terminology
Y1 gd engine terminologyY1 gd engine terminology
Y1 gd engine terminologyblears1
 
Y1 js engine_terminology
Y1 js engine_terminologyY1 js engine_terminology
Y1 js engine_terminologyJamieShepherd
 
Michael Hughes - Y1 GD ngine_terminology
Michael Hughes - Y1 GD ngine_terminologyMichael Hughes - Y1 GD ngine_terminology
Michael Hughes - Y1 GD ngine_terminologyMike Hughes
 
Y1 gd engine_terminology - phillip wynne
Y1 gd engine_terminology - phillip wynneY1 gd engine_terminology - phillip wynne
Y1 gd engine_terminology - phillip wynnePhillipWynne12281991
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyaknatdeahobia
 
Y1 gd engine_terminology -MPH (Michael P. Hughes)
Y1 gd engine_terminology -MPH (Michael P. Hughes)Y1 gd engine_terminology -MPH (Michael P. Hughes)
Y1 gd engine_terminology -MPH (Michael P. Hughes)Mike Hughes
 
Researched Definition
Researched DefinitionResearched Definition
Researched DefinitionArron96
 

Semelhante a Engine terminology (16)

Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
 
Y1 gd engine terminology (task 1)
Y1 gd engine terminology (task 1)Y1 gd engine terminology (task 1)
Y1 gd engine terminology (task 1)
 
Y1 gd engine terminology (task 1)
Y1 gd engine terminology (task 1)Y1 gd engine terminology (task 1)
Y1 gd engine terminology (task 1)
 
daryl bates engine terminology finished
daryl bates engine terminology finisheddaryl bates engine terminology finished
daryl bates engine terminology finished
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
 
Y1 gd engine_terminology1
Y1 gd engine_terminology1Y1 gd engine_terminology1
Y1 gd engine_terminology1
 
Y1 gd engine_terminology (1) (4)
Y1 gd engine_terminology (1) (4) Y1 gd engine_terminology (1) (4)
Y1 gd engine_terminology (1) (4)
 
Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1) Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1)
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
 
Y1 gd engine terminology
Y1 gd engine terminologyY1 gd engine terminology
Y1 gd engine terminology
 
Y1 js engine_terminology
Y1 js engine_terminologyY1 js engine_terminology
Y1 js engine_terminology
 
Michael Hughes - Y1 GD ngine_terminology
Michael Hughes - Y1 GD ngine_terminologyMichael Hughes - Y1 GD ngine_terminology
Michael Hughes - Y1 GD ngine_terminology
 
Y1 gd engine_terminology - phillip wynne
Y1 gd engine_terminology - phillip wynneY1 gd engine_terminology - phillip wynne
Y1 gd engine_terminology - phillip wynne
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
 
Y1 gd engine_terminology -MPH (Michael P. Hughes)
Y1 gd engine_terminology -MPH (Michael P. Hughes)Y1 gd engine_terminology -MPH (Michael P. Hughes)
Y1 gd engine_terminology -MPH (Michael P. Hughes)
 
Researched Definition
Researched DefinitionResearched Definition
Researched Definition
 

Mais de crimzon36

Overall progress - barry
Overall progress - barryOverall progress - barry
Overall progress - barrycrimzon36
 
Bone breaker
Bone breakerBone breaker
Bone breakercrimzon36
 
Who plays gta
Who plays gtaWho plays gta
Who plays gtacrimzon36
 
Qualitative survey
Qualitative surveyQualitative survey
Qualitative surveycrimzon36
 
Character profile - kalin murr
Character profile - kalin murr Character profile - kalin murr
Character profile - kalin murr crimzon36
 
Screenshot 10
Screenshot 10Screenshot 10
Screenshot 10crimzon36
 
Screenshot 9
Screenshot 9Screenshot 9
Screenshot 9crimzon36
 
Screenshot 8
Screenshot 8Screenshot 8
Screenshot 8crimzon36
 
Screenshot 7
Screenshot 7Screenshot 7
Screenshot 7crimzon36
 
Screenshot 5
Screenshot 5Screenshot 5
Screenshot 5crimzon36
 
Screenshot 4
Screenshot 4Screenshot 4
Screenshot 4crimzon36
 
Screenshot 3
Screenshot 3Screenshot 3
Screenshot 3crimzon36
 
Screenshot 2
Screenshot 2Screenshot 2
Screenshot 2crimzon36
 
Screenshot 1
Screenshot 1Screenshot 1
Screenshot 1crimzon36
 
Screenshot 6
Screenshot 6Screenshot 6
Screenshot 6crimzon36
 
Production log
Production log Production log
Production log crimzon36
 

Mais de crimzon36 (18)

Overall progress - barry
Overall progress - barryOverall progress - barry
Overall progress - barry
 
The cure
The cureThe cure
The cure
 
Bone breaker
Bone breakerBone breaker
Bone breaker
 
Who plays gta
Who plays gtaWho plays gta
Who plays gta
 
Qualitative survey
Qualitative surveyQualitative survey
Qualitative survey
 
Character profile - kalin murr
Character profile - kalin murr Character profile - kalin murr
Character profile - kalin murr
 
Task 3
Task 3Task 3
Task 3
 
Screenshot 10
Screenshot 10Screenshot 10
Screenshot 10
 
Screenshot 9
Screenshot 9Screenshot 9
Screenshot 9
 
Screenshot 8
Screenshot 8Screenshot 8
Screenshot 8
 
Screenshot 7
Screenshot 7Screenshot 7
Screenshot 7
 
Screenshot 5
Screenshot 5Screenshot 5
Screenshot 5
 
Screenshot 4
Screenshot 4Screenshot 4
Screenshot 4
 
Screenshot 3
Screenshot 3Screenshot 3
Screenshot 3
 
Screenshot 2
Screenshot 2Screenshot 2
Screenshot 2
 
Screenshot 1
Screenshot 1Screenshot 1
Screenshot 1
 
Screenshot 6
Screenshot 6Screenshot 6
Screenshot 6
 
Production log
Production log Production log
Production log
 

Engine terminology

  • 1. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 1 Produce a glossary of terms specific to the methods and principles of Video Game Design and Video Game Terms. Using a provided template, you must research and gather definitions specific to provided glossary terms. Any definitions must be referenced with the URL link of the website you have obtained the definition. You must also, where possible, provide specific details of how researched definitions relate to your own production practice. Name: RESEARCHED DEFINITION (provide short internet researched definition and URL link) DESCRIBE THE RELEVANC E OF THE RESEARCH ED TERM TO YOUR OWN PRODUCTI ON PRACTICE? IMAGE SUPPORT (Provide an image and/or video link of said term being used in a game) VIDEO GAMES / VIDEO GAME TESTIN G Demo A demonstration of a product or technique http://www.oxforddictionaries.com/definition/english/demo Demos are used to give potential customers a taster for your game. It also allows people to create early reviews to support your game and advertise it for free
  • 2. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 2 Beta An unfinished version of a game, released before the Alpha version of a game http://www.urbandictionary.com/define.php?term=Beta Beta is used so that develope rs can discover bugs and glitches in the game before they develop it more. Alpha Alpha footage comes before the full release of a game; it allows people to see what they are buying before they pay for it. http://www.urbandictionary.com/define.php?term=alpha It allows customer s to playtest the game before they buy the complete thing Pre-Alpha The term for a milestone in a games development to show customers how far along the game is. http://www.whatgamesare.com/pre-alpha.html It allows customers to follow the progress of a game’s developmen t. Gold When a game has been fully developed and has made a profit in pre-orders http://www.gamespot.com/forums/playstation-discussion- 1000002/what-does-it-mean-when-a-game-goes-gold-26614050/ It allows the developers to know if there game has made a profit before it comes out
  • 3. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 3 Debug Debugging is the routine process of locating and removing computer program bugs, errors or abnormalities http://www.techopedia.com/definition/16373/debugging It prevents dangerous glitches and errors in a games code from being released Automati on the technique of making an apparatus, a process, or a system operate automatically http://www.merriam-webster.com/dictionary/automation It allows developers to make sure that all the game mechanics work well. White- Box Testing White box testing is a method of testing software that tests internal structures or workings of an application, as opposed to its functionality http://en.wikipedia.org/wiki/White-box_testing Ensures that the internal structures of a game work. Bug a defect or imperfection, as in a mechanical device,computer program, or plan; glitch http://dictionary.reference.com/browse/bug They can harm a games developmen t or release. GAME ENGIN ES Vertex Shader Vertex shaders are run once for each vertex given to the graphics processor http://en.wikipedia.org/wiki/Shader#Vertex_shaders They are used to generate the games graphics
  • 4. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 4 GAME ENGIN ES Pixel Shader Pixel shaders, also known as fragment shaders, compute color and other attributes of each fragment http://en.wikipedia.org/wiki/Shader#Vertex_shaders They colour the assets in the game Post Processin g post-processing (or postproc for short) is used in the video/film business for quality-improvement image processing http://en.wikipedia.org/wiki/Video_post-processing They improve the image quality of the game Renderin g Rendering is the process of generating an image from a 2D or 3D model http://modeln.wikipedia.org/wiki/Rendering_(computer_graphics) They generate the models in the game Normal Map In 3D computer graphics, normal mapping, or "Dot3 bump mapping", is a technique used for faking the lighting of bumps and dent http://en.wikipedia.org/wiki/Normal_mapping It is used to generate more realistic textures Entity entity is a dynamic object such as a non-player character or item. http://en.wikipedia.org/wiki/Entity_(disambiguation) It is used to implement items and characters into a game
  • 5. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 5 UV Map UV mapping is the 3D modelling process of making a 2D image representation of a 3D model's surface. It is used to give models textures Procedur al Texture A procedural texture is a computer-generated image created using an algorithm intended to create a realistic representation of natural elements such as wood, marble, granite, metal, stone, and others. Used to give a realistic texture to objects in a game Physics Computer animation physics or game physics involves the introduction of the laws of physics into a simulation or game engine, particularly in 3D computer graphics, for the purpose of making the effects appear more real to the observer. Typically, simulation physics is only a close approximation to real physics, and computation is performed using discrete values. http://en.wikipedia.org/wiki/Game_physics They are essential to a game because it prevents a player from clipping through objects Collision Collision detection typically refers to the computational problem of detecting the intersection of two or more objects http://en.wikipedia.org/wiki/Collision_detection It prevents a player from walking through an object and also makes sure that the don’t fall through the map Lighting Lighting is one of the most important and influential elements in environments. It has the power to make or break the visuals, theme and atmosphere. Without lighting, a player
  • 6. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 6 http://www.moddb.com/tutorials/lighting-in-game-environments-the-hows- and-whys wouldn’t be able to see where they are in the game AA – Anti- Aliasing Well anti-aliasing detects rough edges and smooths them out using a quick scan of them. https://answers.yahoo.com/question/index?qid=20100420031929AAO N6YB It smoothes out rough edges in games that were missed by the developers. This can make a game look more realistic LoD – Level of Detail As you get further away from an object, it takes up less of your vision (and less dots of resolution on your monitor). Therefore, you can drop its level of detail saving memory and computation power It can drastically improve the speed of a game Animatio n A simulation of movement created by displaying a series of pictures, or frames http://www.webopedia.com/TERM/A/animation.html It is used in every aspect of a game to make characters move and the environment realistic
  • 7. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 7 Sprite a sprite is a two-dimensional image or animation that is integrated into a larger scene http://en.wikipedia.org/wiki/Sprite_(computer_graphics) They are used to represent assets in games. This can include characters, items and environment s Scene A sequence of continuous action in a play, film, opera, or book http://www.oxforddictionaries.com/definition/english/scene They are used to show an area, character or any other aspect of a game Library A 2D asset storage area used to store assets for a 2D game They are used to store assets for 2D games UI The way a person interacts with a computer, tablet, smartphone or other electronic device http://www.pcmag.com/encyclopedia/term/53558/user-interface They allow a player to interact with the game
  • 8. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 8 Frames The amount of images shown in a game, usually known as FPS (frames per second) It affects the quality of animations in a game, the higher the FPS, the better the quality Concept An idea, plan or Intention It is used to plan every aspect of a game Event Anything that happens in a game is known as an event They are inputted into a game to cause things to happen Pathfindi ng Pathfinding or pathing is the plotting, by a computer application, of the shortest route between two points Allows character to move