Monday, 7 November 2016

Unit 78: Exercise 4

UNIT 78: Digital Graphics for Computer Games.

Exercise 4:

File Extensions:

Image result for file extensionsFile extensions are very important when it comes to handling images. This is because specific file extensions limit the size, quality and the ability to customise if your uploading from a software such as photo shop. Customisation file types are very important in the game development industry because if someone was to create a digital graphics template with photo shop and save and send as a .JPG a co worker on the project will not be able to customise as .JPG flattens the image merging all individual layers into one. Where as if the template creator saves the image as a .PSD which is photo shops own file type the co worker will be able to customise as the file will be saved with the individual layers separated.  

Common types of File Extensions:
If you head over to last weeks work at the bottom I created a list of file types/extensions at the bottom of the page. How ever the image above shows an example of a few file types/extensions.

Image Compression:  

Image result for compression fileImage Compression is the process of lowering an images file size. This can be good in many ways as it allows you to take up less storage. However each time you compress an image the quality of the image lowers and if you leave it uncompressed it will not differ the quality. This is used on blue ray discs. It is used to upload big files onto something with small storage spaces. A good example of this is gaming within a mobile phone. An example of compression file types is .tiff. However you could also use file archives such as WinRAR and 7-zip to compress and un-compress files sizes. Another example of this is lossy. Lossy is the technique of compressing and removing unnecessary information/pixels are removed or deleted. 

Image Capture:

Image result for images for image captureImage capture consists of many ways of saving a picture. It includes features like: Print Screen. This is a built in utility within your OS which allows you to screen shot what ever you see on your display system. To do this you simply press the "PrtScn" button that is placed somewhere within your keyboard. How ever you can be more manual and go out and take a picture even using hand hold devices such as a mobile or you could use a camera. However this doesn't save to your computer. To save it to your computer you can either upload it with a USB or have it scanned. However if you scan you must select high DPI to keep that image quality high. Another manual example of this is drawing. To plan for your graphic art you can draw it out and scan it to your PC. This is a really useful method as it allows you to upload your drawings to the PC and in software's like Photoshop you are capable of drawing on top of this with multiple layers.

Storage of image assets: 

Image result for Storage of image assetsWithin storing images there are many factors to consider. This includes: The layout in which you are saving and the type and size of a file. Within the games design industry it is vital that you keep a neat lay out of your work so its easily accessible. This is because if you where to share your work with a co worker so he can apply some changes it will be easy for him to navigate through the files to find out what he or she needs to work on where as if you didn't stay organise your files it would be a lot harder. It is also vital that you save in the correct file types. For example many games designers in the graphical industry use Photoshop to work on their art. If they where to save a piece of work as a .JPG it will not be customisable after it is closed. Where as if you where to save it using Adobe's file type .PSD it will save the image with the layers unmerged allowing it to be customised upon uploading and closing. 




Unit 78: Computer game graphics

UNIT 78: Digital Graphics for Computer Games.

Research Exercise

Computer Game Graphics:

Pixel art(2D/3D Isometric Sprites)

Sprites are 2D bitmaps that are directly drawn to the render target without any transformations or lighting effects. Old games such as Mario mainly consist of these sprites. This is because they can be used to make a 2D animations. The only use of 2D sprites in this modern age are for HUD's (HeadsUp displays). For example Health/xp bar, mini-maps etc.

3D Isometric Sprites are basically 2D sprites but the editor has added a lot of depth to it to make it look 3D. The purpose behind 3D isometric Sprites are to make it look more appealing and stand out to the player. Games that only consist of 2D shapes and animations can be really boring.
The Advantages of using 2D sprites are: easier to make and take up less storage. Where as it doesn't look very appealing in comparison with 3D isometric Sprites. The examples below show typical examples of 2D sprites when it comes to gaming and the HUD's within the games . 

                                            Concept Art:

Concept art is vital when it comes to games development. This is because you gain access to edit anything when ever it is necessary. Another useful advantage of concept art is constructive criticism. This when you show what you have done so far. This person will then tell you what went well and whats needs changing to make it even better. You then go away and make these improvements. This is very use full with game design as you want your game to be spot on and any bad creations will be dealt with in this way. You are also able to create things like mood boards etc to help you come up with different variations characters that will suit the environment you will be creating.
Within games there are multiple subjects where graphical art is needed; this is when the creation of: Characters, Vehicle, Weapons and most importantly the Environment. Without any of these features a game wouldn't be playable and wouldn't be able to go very far. The purpose of these features is to enable the player to interact with the game itself making it more appealing.

Texture/Background Art:

Texture art is when a graphics designer is trying to make a virtual object within a game look as realistic as possible. Most often developers don't actually make the details themselves. They use photo-realism. This is when the creator goes out and takes a picture of something and directly uploads it to the game. The purpose of this is to make the game look as realistic and appealing as possible. Background art is added to make the game look more interactive and makes the player actually think he or she is there.







User Interface:

User interface also known as HUD is vital within gaming. This is because it informs you on statuses within the game. User interface often uses 2D sprites. It often portrays information like your Health points, inventory UI and story progression. The purpose of this is to help the gamer keep knowledge and track of where they are and what is going on within the game. The image below is a perfect example of user interface. This is because it is easy to see and stands out from the game it self. This is good because it allows the players the focus more on the game itself without constantly trying to find out how much health he or she has or ammo.



Print Media Art:

Print media art is basically advertisement. Advertisement is really important as it gives your work/game publicity. The more publicity the bigger your game community will be. This includes: Trailers, Game Packaging etc. This is important as it helps make money that'll help towards making the game.

Raster/Vector Images:

A raster image is an computerised image where if you zoom in far enough you will be able to see individual pixels within an image. This is because Raster Images are made up of a set grid of dots called pixels where each pixel is assigned to its own 8bit colour sequence within the RGB. This makes these images completely resolution dependent. However you are unable to do this with a Vector image. This is because vector images use basic geometric shapes that allow them to be scaled up and down without losing quality. 
<------Raster                                                                     Vector------>






Where and When you would use these images:

Vector images should be used throughout the process of advertisement such as logo designs and print works such as posters and brochures are uses of vector images. They use software's likes adobe illustrator etc. Their file types consist of: .PSD .WMF .FLA and .AI. Raster images can be used for blueprints and print outs, they could also be used for background images.

File types:

Raster:
  • .bmp: .bmp is also known as a single bitmap image. It is used to store bitmap images.
  • .gif: .gif is a lossless format that allows animation and static images.
  • .jpg: .jpg is a file format that compresses the image file size. The more it is compressed the lower the quality is.
  • .tiff: .tiff is a tag image format that is used for transferring raster images between different application programs.

Vector:
  • .psd: .psd is a Photoshop image that is saved to be customised due to it being a proprietary file.
  • .ai: .ai is an adobe illustrator file that is proprietary used to represent single paged drawings.
  • .pdf: .pdf is a portable document format. It allows people to view, navigate, print or forward it to somebody else.










































Friday, 16 September 2016

My gaming machines- Then & Now

Throughout my childhood I played on a very low spec PC. This PC was only just capable of running games on the lowest graphical settings with playable FPS. unfortunately I do not remember the specs of this PC.  However at this day of age i have upgraded this PC with the latest parts that allows me to play top tier games on high/ultra video settings. My current PC build consists GTX 970 and a Intel i5 4460 3.20GHz. The 970 was released on the 18th of December 2014 where as the processor was released

 Over the years peripherals and monitors have also improved a lot. I currently play with the corsair K40 keyboard RGB along with the corsair M65 RGB along with a turtle beach headset. The monitor I use now is a 144Hz 1ms response time 27" AOC.  Having this PC is great as there is there is no game I cannot play with nice graphics where as my first PC was very limited. The keyboard and mouse of a PC allows more smooth movement and gives the player more control on what they are doing. In the future I plan to upgrade either my CPU or GPU. To either an i7 or a gtx1070-1080.

Because of this issue I fell in love with a FPS called Counter Strike. At the time this game wasn't as popular as it was today but it required very little power within your PC making it great for what I had. Still to this day I still play counter strike. I upgraded my PC as valve released new counter strikes. Currently I am playing Counter Strike: Global Offensive. The reason I love counter strike as much as i do is because each match played is different to the previous. Its never the same and always gives a new experience, jam packed with intense scenarios. I attend multiple LAN's every year for this game and compete with teams. Often we get out of group stages but get destroyed from there on out.

There are many advantages and disadvantages when it comes to PC over console. The advantages include: Playing in higher resolutions, playing on higher graphics(4k), the fact that your PC can be upgraded at any time. You could also modify the games to make then better or funnier.

Whilst playing on PC I use a platform called "Steam" and "Origin" to launch my games. I play other games such as League of Legends, H1Z1: King of the Kill, Over Watch and Rocket League. 

Differences between what i played on what i play now:



Counter Strike 1.6

Counter strike 1.6 was released on the 19th of July 1999. This when the counter strike legacy began because the counter strike developers teamed up with valved





Counter Strike Source

Counter strike sources was released late 2004 on November the 1st. This game wasn't such a big hit as 1.6 as players didn't want to move on.








Counter strike Global Offensive
Counter strike Global Offensive was released late 2012 on August the 21st. CSGO was a huge hit within the gaming community on PC and has became a huge Esport.






Game play:

CS 1.6 https://www.youtube.com/channel/UCf5B_YfL0cnAj1p5WGK3jxA




CS:S https://www.youtube.com/channel/UCptOnK5mPmcn0b29qST_lRw




CS:GO https://www.youtube.com/channel/UC36MGPfPwOWafAXauiV4LdA

























Monday, 12 September 2016

Game Art Styles

Level 3 Games Design
UNIT 78: Digital Graphics for Computer Games. 

Game Art Styles.

Photo Realism:

Photo realism within a game is when they bring a piece of scenery such as the background/foreground or an in game character alive by using real life sources. For example photographs and recordings.

 The reason behind this is to make the game look more appealing. In this example on the left you can see a picture taken in real life where as on the right you can see a screen shot within the game itself. The screenshot is very easily mistaken for a real life picture due to the high graphics. Games like these take this particular style to help involve the player. The reason behind this is is to make the player intrigued and wanting to explore the game itself.

Exaggerated:

 The game art style "Exaggeration" is popular within Japan. It is when the artist of a game enhances something natural that much it looks unnatural. A well known example of this is Hello Kitty. Her eyes are made out to be huge and her hands are made up to almost look like mittens.

How ever as this about games i will be using a well known fighter called Tekken as an example. Within the game fighters are made out to look very muscular to the point where it doesn't look natural along with crazy hair styles. The muscular guys make out for a very fast paced competitive game.

Abstract:

Abstract is a very unique art style within games. The reason for this is because you can do so much with it. Usually Abstract games combine the usage of very bright vibrant colours alone with geometric/random shapes. They also often use random patterns. 

An example of abstract gaming in this case is Geometry Wars. This games uses a lot of vibrant colours within it to portray the fast paced action game its designed to be. This type of game will hype the player and get the adrenaline going so they are able to keep up.

Cel-Shaded:

Cel shaded games are non photo realistic. The reason for this as majority of the games within this style look hand drawn. Games that represent Anime/Comic books are mostly made with this style. A well known game that uses this style is Borderlands. Borderlands is a game that has a very unique look compared to other FPS.  


Retro:

Retro games are often known as "old styled" video games, they are often 2D with very basic shape structure. However the use of vibrant colours is visible. A very popular example of this art style is Pac Man. Pac man is a 2D game where it is your job to collect all the orbs without coming in contact with the ghosts that are AI based and move as they please. 









































CSGO Game Review

Counter Strike: Global Offensive 


In this section of my blog i will be reviewing my favourite E-sport game Counter Strike: Global Offensive. It is a featured PC game but can be played on the XBOX. I have been playing the counter strike series since the age of 6 and haven't disliked it within the 10 years of playing.

CSGO for short is the third counter strike of the series. It is a team based strategy first person shooter where you either defend or attack a bomb site or work as a team and defend/rescue multiple hostages.

There are many known maps within this game that stretch out within other games. For example the well known maps De_Dust2, De_Inferno and De_Mirage. Also known as De_CPL_Strike. There is a huge professional background within this game as people play this competitively for money. I myself have attended several LAN's playing for a well known organisation called Team Penguin Overlords (TPO.Dev) in the UK scene.

However this game has a HUGE community that reaches from trolls and hackers to serious gamer's that are very good at it. Opinions of this game vary between the worst game ever and the best FPS out there. I can state a lot of issues of the top of my head within this game that create these negative reviews. For example the poorly designed maps. What i mean by this is the poorly generated sky boxes and clippings that prevent smooth movement when it comes to climbing stairs and slopes etc. This is a major factor within this game as this puts you at a huge disadvantage against a good player. The video below hows this:

There is also a problem with the hit registration within Counter Strike.Valve is a corporation that makes millions from their game launcher Steam and being the owner of Counter Strike and other big games such as Dota and Team Fortress 2. The fact that they are making so much and doing so little to make Counter Strike the game it should be players are left angry as they get out played by a game error within the game. Instead of adding new sounds to replace the old classics FIX YOUR GAME! The video used below is will show these errors with hit reg and say what needs fixing:


However fatal errors to the side, Counter Strike is still an amazing games. I would 100% recommend this game to anyone as it is never the same and can give countless hours of fun with your friends with no boredom. There are multiple well designed character models within counter strike for each side that are unique between the players. The teams Counter Terrorists and Terrorists both use their stereotypical assault rifles, this is the M4A4/M4A1-S and the AK47. They both also have access to two different Snipers. The "Scout" and the AWP. Both guns require high levels of skill to be accurate.