Browsing '2015': Students starting in 2015

Touching the game world

I’ve been working on a system to detect the touch of a finger, this of course is because we are building the game for an android device. For this we need to have a series of inputs that sense the difference between when a finger is touching the screen, letting go of the screen, and movement of the finger across the screen. Since the game also uses 3D perspective and 3D assets, it is crucial that the fingers positioning on […]

/ Comments Off on Touching the game world
Program: Programming

Touching the game world

I’ve been working on a system to detect the touch of a finger, this of course is because we are building the game for an android device. For this we need to have a series of inputs that sense the difference between when a finger is touching the screen, letting go of the screen, and movement of the finger across the screen. Since the game also uses 3D perspective and 3D assets, it is crucial that the fingers positioning on […]

/ Comments Off on Touching the game world
Program: Programming

Eyes Align – Development Week 4

During this week, my work has gone almost entirely towards finalizing the Twine protoype, with the potential for importing this prototype into unreal 4.
There was more coding to be done than I had previously assumed of Twine, but nonetheless, there were results to be had from importing images and sound: We could quickly get a feeling for how the pace of the game would potentially be like and how the atmosphere would feel.
A scene from twine. Point and click interactions
However, […]

/ Comments Off on Eyes Align – Development Week 4
Program: Programming

Eyes Align – Development Week 4

During this week, my work has gone almost entirely towards finalizing the Twine protoype, with the potential for importing this prototype into unreal 4.
There was more coding to be done than I had previously assumed of Twine, but nonetheless, there were results to be had from importing images and sound: We could quickly get a feeling for how the pace of the game would potentially be like and how the atmosphere would feel.
A scene from twine. Point and click interactions
However, […]

/ Comments Off on Eyes Align – Development Week 4
Program: Programming

Rune Mages – VFX

Rune Mages
Rune Mages is a game that can be described as a mix between X-Com and Magicka. It’s a strategy- based tactical combat game that takes place in a turn based style and is being made with Unity. The player controls two mages who have three different runes at their disposal to create spells. Combining runes creates more powerful spells in their fight against the demons who have emerged for bellow the ground.
Learning the Unity Particle System
My role in this […]

/ Comments Off on Rune Mages – VFX
Program: Graphics

Rune Mages – VFX

Rune Mages
Rune Mages is a game that can be described as a mix between X-Com and Magicka. It’s a strategy- based tactical combat game that takes place in a turn based style and is being made with Unity. The player controls two mages who have three different runes at their disposal to create spells. Combining runes creates more powerful spells in their fight against the demons who have emerged for bellow the ground.
Learning the Unity Particle System
My role in this […]

/ Comments Off on Rune Mages – VFX
Program: Graphics

Manager, Moreover

Since the critter will evolve through stages in life we would have to create some sort of evolution process. My thoughts around this was to have one game object that could change mesh, material and collider, depending upon which stage its currently in. I started this by giving the critter object (see previous blog post) access to all the different meshes and mesh-colliders within its own script. Then by referring to the age in the critter save it could change […]

/ Comments Off on Manager, Moreover
Program: Programming

Manager, Moreover

Since the critter will evolve through stages in life we would have to create some sort of evolution process. My thoughts around this was to have one game object that could change mesh, material and collider, depending upon which stage its currently in. I started this by giving the critter object (see previous blog post) access to all the different meshes and mesh-colliders within its own script. Then by referring to the age in the critter save it could change […]

/ Comments Off on Manager, Moreover
Program: Programming

The Beginning

In this, the first blog post, I will describe my work around the construction of what will become the ”Critter” in ”CritterFlux”. This critter is supposed to receive input in the form of touching it, feeding it, and other interactions. The plan the team had with the critter is to give people a reason to love it and the feeling of responsibility towards it. To accomplish this the different interactions would have to ”mean” something, and here is were I […]

/ Comments Off on The Beginning
Program: Programming

The Beginning

In this, the first blog post, I will describe my work around the construction of what will become the ”Critter” in ”CritterFlux”. This critter is supposed to receive input in the form of touching it, feeding it, and other interactions. The plan the team had with the critter is to give people a reason to love it and the feeling of responsibility towards it. To accomplish this the different interactions would have to ”mean” something, and here is were I […]

/ Comments Off on The Beginning
Program: Programming

Lightning and shaders

This last week I have focused on lightning and shader effects for the game, all lightning have been redone and all shaders have been reworked and improved. The reason that I redid all of this was both to improve preformance but also to allow us to be more flexible and make it easier for us to add and change the effects and shaders that we are using.
I also started to implement shaderforge shaders to the game, spent a day or two […]

/ Comments Off on Lightning and shaders
Program: Graphics

Lightning and shaders

This last week I have focused on lightning and shader effects for the game, all lightning have been redone and all shaders have been reworked and improved. The reason that I redid all of this was both to improve preformance but also to allow us to be more flexible and make it easier for us to add and change the effects and shaders that we are using.
I also started to implement shaderforge shaders to the game, spent a day or two […]

/ Comments Off on Lightning and shaders
Program: Graphics

Fast Gear – Week 6

This week I have been fixing some small hiccups that occur with the AI. For example when the frame drops I talked about in an earlier post appears and I have no idea why. Luckily this time it was relativelty simple to investigate and find the problem. In order to understand the problem you first have to understand the basics of the A* algorithm. A* searches among all the possible paths it can take to reach the destination and chooses the […]

/ Comments Off on Fast Gear – Week 6
Program: Programming

Fast Gear – Week 6

This week I have been fixing some small hiccups that occur with the AI. For example when the frame drops I talked about in an earlier post appears and I have no idea why. Luckily this time it was relativelty simple to investigate and find the problem. In order to understand the problem you first have to understand the basics of the A* algorithm. A* searches among all the possible paths it can take to reach the destination and chooses the […]

/ Comments Off on Fast Gear – Week 6
Program: Programming

Femte veckan av utvecklingen, The Summoning

började på mera UI denna veckan att få vägen att kunna byggas ut från existerande väg. Det kan byggas ut från ett existerande torn och vidare för att vägen och ska vara vände åt rätt håll så köra jag “lookat” ifrån första tornet till nästa. en uträkning som körs av unitys inbyggda system.
Fungerar ganska okej men inte helt, “förhansgransknings byggnaden fastnar kvar i den utsatta vägen.

Fixa också så att alla vägsegment känner av den som är näst intill för att […]

/ Comments Off on Femte veckan av utvecklingen, The Summoning
Program: Programming

Femte veckan av utvecklingen, The Summoning

började på mera UI denna veckan att få vägen att kunna byggas ut från existerande väg. Det kan byggas ut från ett existerande torn och vidare för att vägen och ska vara vände åt rätt håll så köra jag “lookat” ifrån första tornet till nästa. en uträkning som körs av unitys inbyggda system.
Fungerar ganska okej men inte helt, “förhansgransknings byggnaden fastnar kvar i den utsatta vägen.

Fixa också så att alla vägsegment känner av den som är näst intill för att […]

/ Comments Off on Femte veckan av utvecklingen, The Summoning
Program: Programming

Week 6 – Big Game Project – The map of the Universe

This week, most of the work from last week continued. Our Teach Art, Kevin worked on the animations, Lead designer and Concept Artist Gustav concepted out our Logo and the Programmers continued building and play-testing the levels. We also moved from working with VPN, to SourceTree instead. It took our poor Programmer Erik a long time to set up, but in the end, we believe it was worth it. I continued with my work on the modular pieces, fixing faulty […]

/ Comments Off on Week 6 – Big Game Project – The map of the Universe
Program: Graphics

Week 6 – Big Game Project – The map of the Universe

This week, most of the work from last week continued. Our Teach Art, Kevin worked on the animations, Lead designer and Concept Artist Gustav concepted out our Logo and the Programmers continued building and play-testing the levels. We also moved from working with VPN, to SourceTree instead. It took our poor Programmer Erik a long time to set up, but in the end, we believe it was worth it. I continued with my work on the modular pieces, fixing faulty […]

/ Comments Off on Week 6 – Big Game Project – The map of the Universe
Program: Graphics

The evolution of a particle effect

Hello! Today I am going to talk about my work on a particle effect in unity and how it developed through its making. This is going to be a shorter blog post but it will still cover everything that needs to be said about this particle system and how to develop them.
So buckle your pants and get ready to learn particle effects!
I will start by explaining the reason for the particle effect and the purpose for it in our game, […]

/ Comments Off on The evolution of a particle effect
Program: Graphics

The evolution of a particle effect

Hello! Today I am going to talk about my work on a particle effect in unity and how it developed through its making. This is going to be a shorter blog post but it will still cover everything that needs to be said about this particle system and how to develop them.
So buckle your pants and get ready to learn particle effects!
I will start by explaining the reason for the particle effect and the purpose for it in our game, […]

/ Comments Off on The evolution of a particle effect
Program: Graphics

Getting there!

Hello again!
It’s been a few weeks since my last post, and during this time I’ve been very busy. The programmers have done super well and made a functioning build of our game that we are currently play testing and hope we can send to our loved ones on monday.
Our game is a puzzle game, which means it’s focus group of player’s might not be people playing a lot of games. In can be people quite new to games, so we […]

/ Comments Off on Getting there!
Program: Graphics

Getting there!

Hello again!
It’s been a few weeks since my last post, and during this time I’ve been very busy. The programmers have done super well and made a functioning build of our game that we are currently play testing and hope we can send to our loved ones on monday.
Our game is a puzzle game, which means it’s focus group of player’s might not be people playing a lot of games. In can be people quite new to games, so we […]

/ Comments Off on Getting there!
Program: Graphics

The making of some fanatic

Hello! This segment is going to be about the design process of 1 character for our game A Rat Betwixt. So to start from the beginning I will explain this character, the world it lives in, and the ideas behind it and then tell you where we went from there.
But to understand the Dyrkare you have to understand the world it lives in.
The world of A Rat Betwixt takes place in the fallen Sweden 1000 years into the future.  Sweden […]

/ Comments Off on The making of some fanatic
Program: Graphics

The making of some fanatic

Hello! This segment is going to be about the design process of 1 character for our game A Rat Betwixt. So to start from the beginning I will explain this character, the world it lives in, and the ideas behind it and then tell you where we went from there.
But to understand the Dyrkare you have to understand the world it lives in.
The world of A Rat Betwixt takes place in the fallen Sweden 1000 years into the future.  Sweden […]

/ Comments Off on The making of some fanatic
Program: Graphics