Monthly Archives: November 2015

MoCap shoot & Georgian house

I feel like I’m suddenly much worse at updating this blog. Let’s fix that!
In the past two weeks I have been working with MoCap and 3DII, which has been interesting.
In our MoCap class our assignment has been to shoot some takes involving a staff, and later to clean those takes. I did the shoot with two other guys, and I got to be the actor!

It was a lot of fun 🙂 I’ve never done any acting before, but I like to […]

/ Comments Off on MoCap shoot & Georgian house
Program: Graphics

MoCap shoot & Georgian house

I feel like I’m suddenly much worse at updating this blog. Let’s fix that!
In the past two weeks I have been working with MoCap and 3DII, which has been interesting.
In our MoCap class our assignment has been to shoot some takes involving a staff, and later to clean those takes. I did the shoot with two other guys, and I got to be the actor!

It was a lot of fun 🙂 I’ve never done any acting before, but I like to […]

/ Comments Off on MoCap shoot & Georgian house
Program: Graphics

Hey, look over there! Week 3, Perspective

This week my assignment were to draw an air plane and a car in a two-point perspective scene. For me, this was a really challenging assignment to draw. I did have some basic knowledge of perspective from when I was younger. But I’ve always been really bad at it. And it didn’t help either that I often remake things over and over again, because I feel its not good enough (can drag out the time). But when drawing this assignment, […]

/ Comments Off on Hey, look over there! Week 3, Perspective
Program: Graphics

Hey, look over there! Week 3, Perspective

This week my assignment were to draw an air plane and a car in a two-point perspective scene. For me, this was a really challenging assignment to draw. I did have some basic knowledge of perspective from when I was younger. But I’ve always been really bad at it. And it didn’t help either that I often remake things over and over again, because I feel its not good enough (can drag out the time). But when drawing this assignment, […]

/ Comments Off on Hey, look over there! Week 3, Perspective
Program: Graphics

Working Arena Mode

This week have been good. I got plenty of work on the second enemy and it is all but implemented now. I also implemented a system for spawning enemies in a wave form with the order and types of enemies dictated by a pre-determined list of variables. Sadly a somewhat crude way.
The second enemy works similarly to the first which finds a player and runs towards it to attack. If no player can be spotted, it instead finds an instance […]

/ Comments Off on Working Arena Mode
Program: Programming

Working Arena Mode

This week have been good. I got plenty of work on the second enemy and it is all but implemented now. I also implemented a system for spawning enemies in a wave form with the order and types of enemies dictated by a pre-determined list of variables. Sadly a somewhat crude way.
The second enemy works similarly to the first which finds a player and runs towards it to attack. If no player can be spotted, it instead finds an instance […]

/ Comments Off on Working Arena Mode
Program: Programming

Landlord´s Quest

Landlord´s QuestBoardgameAdvanced Game Design Course

The last assignment of my course Advanced Game Design was to together with a team of five classmates in two weeks time analyse six boardgames gain inspiration and then create a own board game within the time period of two weeks. Within this time period team Ghoul created a boardgame called Landlord’s Quest. 
About the boardgame Landlord´s QuestLandlord´s Quest is a world building game where 2-6 players have to build a world with tiles […]

/ Comments Off on Landlord´s Quest
Program: Graphics

Landlord´s Quest

Landlord´s QuestBoardgameAdvanced Game Design Course

The last assignment of my course Advanced Game Design was to together with a team of five classmates in two weeks time analyse six boardgames gain inspiration and then create a own board game within the time period of two weeks. Within this time period team Ghoul created a boardgame called Landlord’s Quest. 
About the boardgame Landlord´s QuestLandlord´s Quest is a world building game where 2-6 players have to build a world with tiles […]

/ Comments Off on Landlord´s Quest
Program: Graphics

Spelprog v.2

Denna vecka har vi fått lära oss att rita ut 3D objekt! Vi har fått lära oss saker som ”Vertex, shader, buffer”.
Vertex – Vertriser, är punkter i ett objekt som har koordinater. Med vertriserna ritar  vi ut trianglar och med flera trianglar får vi ut olika 3D objekt.
Shader – När det gäller datorgrafik, är en Shader ett datorprogram som används för att göra shading: produktion av lämpliga nivåer av färg i en bild, eller, i modern tid, också att skapa specialeffekter eller […]

/ Comments Off on Spelprog v.2
Program: Programming

Spelprog v.2

Denna vecka har vi fått lära oss att rita ut 3D objekt! Vi har fått lära oss saker som ”Vertex, shader, buffer”.
Vertex – Vertriser, är punkter i ett objekt som har koordinater. Med vertriserna ritar  vi ut trianglar och med flera trianglar får vi ut olika 3D objekt.
Shader – När det gäller datorgrafik, är en Shader ett datorprogram som används för att göra shading: produktion av lämpliga nivåer av färg i en bild, eller, i modern tid, också att skapa specialeffekter eller […]

/ Comments Off on Spelprog v.2
Program: Programming

Week 2, Constructing a character

This week I had to choose one thumbnail out of my twenty, that I made last week. I had to choose one, because our assignment this week was to construct a character out of it. This, for me was really hard. It took almost the whole week to settle on one idea. But I finally did it, and I think I’ve made a good choice.
I chose the androgynous Asian child. I did this because I felt it was the most […]

/ Comments Off on Week 2, Constructing a character
Program: Graphics

Week 2, Constructing a character

This week I had to choose one thumbnail out of my twenty, that I made last week. I had to choose one, because our assignment this week was to construct a character out of it. This, for me was really hard. It took almost the whole week to settle on one idea. But I finally did it, and I think I’ve made a good choice.
I chose the androgynous Asian child. I did this because I felt it was the most […]

/ Comments Off on Week 2, Constructing a character
Program: Graphics

Effective day.

Been really efficient today, i got plenty of tasks done. Smaller tasks than the ones on Asana but still got them done.
First i worked on implementing the aiming system i worked on yesterday to all the spells, turns out you need to add the original position to the directional vector(times the travel distance of course) in order to find the end location for the spell. Anyways all spells now uses the object reference found in the player class as their […]

/ Comments Off on Effective day.
Program: Programming

Effective day.

Been really efficient today, i got plenty of tasks done. Smaller tasks than the ones on Asana but still got them done.
First i worked on implementing the aiming system i worked on yesterday to all the spells, turns out you need to add the original position to the directional vector(times the travel distance of course) in order to find the end location for the spell. Anyways all spells now uses the object reference found in the player class as their […]

/ Comments Off on Effective day.
Program: Programming

Giggity

/ Comments Off on Giggity
Program: Graphics

Giggity

/ Comments Off on Giggity
Program: Graphics

Making Enemies Appear

Today i did two things, spent 30 minutes activating the functionality for spells to use the player’s target object as goal and also move in the direction of the camera rather than the direction the player character is facing. Second i started implementing functionality for making classes which spawn enemies onto the level.
From the ground up there is first the Enemy itself which is an instance which looks for and attacks the player, this class is simply the blueprint class […]

/ Comments Off on Making Enemies Appear
Program: Programming

Making Enemies Appear

Today i did two things, spent 30 minutes activating the functionality for spells to use the player’s target object as goal and also move in the direction of the camera rather than the direction the player character is facing. Second i started implementing functionality for making classes which spawn enemies onto the level.
From the ground up there is first the Enemy itself which is an instance which looks for and attacks the player, this class is simply the blueprint class […]

/ Comments Off on Making Enemies Appear
Program: Programming

Fenris Character Model in 3D

Fenris Character Model3DI course
Long time no see! I have been very busy with the last assignment in my first 3D course.For the last assignment I had to model a character for a video game. However I was not supposed to create the character from my own concept, I was given a character by one of my classmates. The character was Fenris.
The Modelling ProcessFenris is an elven warrior. Molded by his time as slave he is extremely distrutful of mages, and […]

/ Comments Off on Fenris Character Model in 3D
Program: Graphics

Fenris Character Model in 3D

Fenris Character Model3DI course
Long time no see! I have been very busy with the last assignment in my first 3D course.For the last assignment I had to model a character for a video game. However I was not supposed to create the character from my own concept, I was given a character by one of my classmates. The character was Fenris.
The Modelling ProcessFenris is an elven warrior. Molded by his time as slave he is extremely distrutful of mages, and […]

/ Comments Off on Fenris Character Model in 3D
Program: Graphics

For all this work I should be showing more blog posts

Well, turns out i’m still lazy when it comes to blog posts, six days since the last one, bleh. At least i got work done, most of last week was spent working on the AI working out any quirks such as not returning to it’s intended spawn, attaching a hitbox to hit’s attacking claw, figuring out why it wasn’t dealing damage to the player properly, (it still misses the player twice if it lands 6 hits in a row). On […]

/ Comments Off on For all this work I should be showing more blog posts
Program: Programming

For all this work I should be showing more blog posts

Well, turns out i’m still lazy when it comes to blog posts, six days since the last one, bleh. At least i got work done, most of last week was spent working on the AI working out any quirks such as not returning to it’s intended spawn, attaching a hitbox to hit’s attacking claw, figuring out why it wasn’t dealing damage to the player properly, (it still misses the player twice if it lands 6 hits in a row). On […]

/ Comments Off on For all this work I should be showing more blog posts
Program: Programming

Spelprog v.1

Vi har fått uppgift att skapa en Linked List och Binärt Sökträd.
Linked List är:
En länkad lista är en dynamisk datastruktur som används inom programmering. Att den är dynamisk innebär att den enkelt kan öka och minska i storlek efter behov, till skillnad från till exempel en array, som har en fix storlek. I en länkad lista kan även element läggas till och tas bort i mitten.
En länkad lista innehåller noll eller flera noder. […]

/ Comments Off on Spelprog v.1
Program: Programming

Spelprog v.1

Vi har fått uppgift att skapa en Linked List och Binärt Sökträd.
Linked List är:
En länkad lista är en dynamisk datastruktur som används inom programmering. Att den är dynamisk innebär att den enkelt kan öka och minska i storlek efter behov, till skillnad från till exempel en array, som har en fix storlek. I en länkad lista kan även element läggas till och tas bort i mitten.
En länkad lista innehåller noll eller flera noder. […]

/ Comments Off on Spelprog v.1
Program: Programming