Monday, 23 November 2015

Life Drawing


Throughout my life drawing sessions, I have drew several different real life models, my sessions involved exploring perspective, different art techniques, colour and positions. I have picked my top drawings and uploaded them to this blog post.

For this image we were exploring combining two art technique, i tried to using black pen and purple felt tip. I found this went well and using the purple felt tip to shade and the black pen for the outline and detail. 

These drawings were all 3 minute quick sketches of the model in different positions.

These drawings were all done in 3 minutes each of the model using charcoal.

This drawing is one of my favourite drawings, i thoroughly enjoyed drawing in perspective, drawing the woman's feet smaller and the upper half bigger, i also tried to shade to enhance the detail using charcoal, which i could easily smudge with my finger's.

This image looked at capturing perspective whilst the man posed inside a square frame. We were asked to look closely as the square frame sizes and then to use as a guideline to help us draw the man inside to the correct proportions.

This was another perspective drawing we had done.

I used charcoal to draw this woman laying on a mattress, i tried to shade in the woman as well.



With this drawing i used both charcoal and pencil, as i feel that i am better using pencil when it comes to detail and shades. 
I drew this using a purple crayon, i found this fun and interesting to do. With the crayon i tried to colour the background on the right hand side to show composition and light.

The lady in this drawing was sitting down and i used charcoal to quickly sketch her using simple shapes.
I used orange felt tip when drawing this man holding a stick. I thought his position gave me an advantage when it came to drawing the pose.
I was focusing on trying to get the body proportions correct with this lady, you can see briefly the number of heads going downwards as i tried to measure the body.

I used a number of different coloured felt tips, i tried to colour in the body were it would be considered warm as well as cold. The cold areas were the blue and the warm were the red whereas the yellow was meant to be average.

I drew the left image in green pen and the right in purple felt tip, i found this fun using different art media, i thought the purple made the image stand out.

Tentacle Monster



This weeks given task was to create a creature with tentacles and to display this is a realistic or stylized manner.


After sketching out my creature I scanned it in and had edit it in Photoshop, I used a number of techniques including an inner glow, colouring and adding different effects.





Saturday, 7 November 2015

Robot

This weeks task was an introduction to the effects and techniques in Photoshop. We were given an image of a robot to replicate. (Below) 


However, once this was done I wanted to try the different effects and inverted the colours, so the darker colours would appear lighter and the lighter would appear darker.


Horse


One Point Perspective




Sunday, 1 November 2015

Lava Technique and Lava Rock Monster

This weeks task was to practice creating lava in Photoshop, i found this fun and I also learned about many effects, such as inner and outer glow as well as gradients. Here is the result of one of my lava techniques.

My homework was to create a lava rock monster.  I had used Photoshop as well as a number of techniques to get the texture and brightness of lava. This consisted of constantly changing the opacity and using outer glow and shadows to get a lava effect. I decided to change the background colour as well, so that the monster and the lava would stand out.


Monday, 12 October 2015

COMPUTER GAMES ARTS: FCGM4011 GAMEPLAY & INTERACTIVITY WINTER SUBMISSION: CREATING ATMOSPHERE

One Time Sheet: (Week 1 - 2)

The purpose of a one time sheet is so that I can easily distinguish between different elements of the game as well as getting a good overall idea in general and not forgetting anything important.


Storyboard:

The Storyboard is to show a rough idea of the path I would ideally like  the player to take as they adventure through the first part of the level.
















Map:

The map demonstrates a rough idea of the level layout as well as annotations of different rooms and directions where the player would go, as shown in the storyboard.




























I also created a feedback sheet and allowed others to test the first prototype of my game, it helped me identify possible problems, such as the hallways being dull and empty, so i decided to put in objects i had created to make it more detailed.

Modelling the greybox in Maya: (Week 3 - 15)

Firstly, I created my level in Maya, it consisted of making all the objects separately, this included beds, sofas, cupboards, lamps, bookshelves, coat hangers and drawers, all in which you'd find inside a house as this is where my level is based. For the layout, which was the floors, walls and ceiling, I had precisely measured how much if the walls to cut out for the doors as well as measure the doors, so they'd fit. I then duplicated these for however many doors that were in my level and if the walls were longer or shorter in length then i just extruded each or one side to get the right fit for all the rooms. With walls without doors it was easy to model, I simply manipulated a cube whilst measuring to get them the same thickness and length as the walls with doors.


Once the layout was created, I placed all objects accordingly to each room. I then selected the level with all objects and exported it as an FBX file. 


Unity: (Week 16 - 30)

I then imported the modelled greybox into Unity and the first thing I did was to import standard assets from the asset store in order to be able to have a first person controller. 



The next thing i did was to rotate the directional light which acted either as day time or night time, I changed the rotation of the directional light so that it would be night time, the reason for this was because the genre of the game is based on being a thriller/horror and it is typical for these games to be based at night. I only wanted light because there is a balcony in the level where the player can go outside. I wanted the player to further feel an eerie atmosphere as they will be continue to be in the dark, as the level will be in the dark, I also put box colliders around the balcony and unticked the box so that it would act as an invisible wall so the player could not jump off and escape the level. 












I then went on to add the first person controller so that the level can be played but most importantly to be able to test all elements of the game before moving onto scripting something new. 















I grouped together all objects i needed to script to keep organised and easier to find. Such as the doors. I had two types of doors, one that the player can open and the other than is locked until the player has a key to open it with. The doors that the player could open i scripted first as i thought it would be easier to do, I wanted them to rotate, open and close whenever the player decides to left click on the mouse as well as have a door creaking sound playing when the player does open the door, these were the majority of the doors and i found this relatively easy to do.


In my level i have two locked doors, these had to scripted differently from the other doors. Without the keys the player can not open them. I found it difficult to script the keys as they did not work at first, and i needed to alter the scripts several times. Once one key worked i duplicated the first key and changed the object instances for the second in order for the second key to unlock the second locked door. 

Add caption


For both doors i had to add a script for the player so that they were able to interact and click on doors as well as the keys and an inventory for the keys to say that the player had them.




The next trigger was to have text triggers throughout the level. I found this e
xtremely difficult to script, as i wanted the text to be triggered when the player walked into a box collider.  I wanted multiple triggers 



As my level is meant to be a thriller/horror i wanted there to be flickering lights to make the player feel uneasy as they walk around the level. I originally wanted to add audio so that when the player is close to the light they will be able to hear low flickering light bulb noises, but i could not figure out how to do this. 
When developing the game i choose to add in some horrifying and loud music so that the player would feel uncomfortable and slightly panic as they played the game.

If i were to make the game again, i would definitely improve all aspects, for example, I underestimated how long the coding would take and as a result i wasn't able to find out or learn how to code certain things, such as add in audio to the lights as well as the text appearing multiple times instead of once and also when you clicked on a book which was one of my original ideas that i could not do. I felt that because of this, I was unable to tell a successful story.

Once all the scripts were right i clicked file, then build and run to get a playable level.