Monthly Archives: February 2014

Project Terminal – Developing a Style

Good evening! We’re on week six now and the project is going well. I spend most of my time making the different animations for our guard. Though this week I’ve mostly been revamping the already existing animations due to our change in style. So this week I’ll rather write about our process in developing a distinct style for our game.
The primary critique that we received from our playtest had to do with the style of our game. We got several […]

/ Comments Off on Project Terminal – Developing a Style
Program: Graphics

Project Terminal – Developing a Style

Good evening! We’re on week six now and the project is going well. I spend most of my time making the different animations for our guard. Though this week I’ve mostly been revamping the already existing animations due to our change in style. So this week I’ll rather write about our process in developing a distinct style for our game.
The primary critique that we received from our playtest had to do with the style of our game. We got several […]

/ Comments Off on Project Terminal – Developing a Style
Program: Graphics

Escape – Group 4 – Week 6 – Audio Options & Credits

Progress on the main menu is going surprisingly smoothly. Not only did I finish visual functionality in one day, but practical functionality is almost finished as well.Both music and sound can now be muted and the slider for lowering sound works like a charm. This however has been tested with only one sound file. There’s still a lot of work to make this work for every sound file in the game.Music and sound has to be dealt with individually, since […]

/ Comments Off on Escape – Group 4 – Week 6 – Audio Options & Credits
Program: Programming

Escape – Group 4 – Week 6 – Audio Options & Credits

Progress on the main menu is going surprisingly smoothly. Not only did I finish visual functionality in one day, but practical functionality is almost finished as well.Both music and sound can now be muted and the slider for lowering sound works like a charm. This however has been tested with only one sound file. There’s still a lot of work to make this work for every sound file in the game.Music and sound has to be dealt with individually, since […]

/ Comments Off on Escape – Group 4 – Week 6 – Audio Options & Credits
Program: Programming

Music and Sound Effects


This Week
I’ve been continuing my work on Level Design and the creation of Music for our project. I’ve also added some code that keeps track of amounts of bullets from a weapon and then adds ricochete soundeffects to add a bit of variation to the shooting. I’ve also started working a bit on the AI and their detection (or lack thereof) through sound.
One of my goals for the levels is for the player not to be aware of the […]

/ Comments Off on Music and Sound Effects
Program: Programming

Music and Sound Effects


This Week
I’ve been continuing my work on Level Design and the creation of Music for our project. I’ve also added some code that keeps track of amounts of bullets from a weapon and then adds ricochete soundeffects to add a bit of variation to the shooting. I’ve also started working a bit on the AI and their detection (or lack thereof) through sound.
One of my goals for the levels is for the player not to be aware of the […]

/ Comments Off on Music and Sound Effects
Program: Programming

Music and Sound Effects


This Week
I’ve been continuing my work on Level Design and the creation of Music for our project. I’ve also added some code that keeps track of amounts of bullets from a weapon and then adds ricochete soundeffects to add a bit of variation to the shooting. I’ve also started working a bit on the AI and their detection (or lack thereof) through sound.
One of my goals for the levels is for the player not to be aware of the […]

/ Comments Off on Music and Sound Effects
Program: Programming

Music and Sound Effects


This Week
I’ve been continuing my work on Level Design and the creation of Music for our project. I’ve also added some code that keeps track of amounts of bullets from a weapon and then adds ricochete soundeffects to add a bit of variation to the shooting. I’ve also started working a bit on the AI and their detection (or lack thereof) through sound.
One of my goals for the levels is for the player not to be aware of the […]

/ Comments Off on Music and Sound Effects
Program: Programming

Game Project – The day of the lost souls

This time I’m gonna talk about lost souls in our game and how I’m working to animate it. The lost souls has a chance to drop from enemies and the player can collect them. Then you have a choice to sacrifice them or free them. When you do you get elemental points which work as health and power-up for the player. You get more if you do the evil choice and sacrifice them. This also affects the players karma in-game. […]

/ Comments Off on Game Project – The day of the lost souls
Program: Graphics

Game Project – The day of the lost souls

This time I’m gonna talk about lost souls in our game and how I’m working to animate it. The lost souls has a chance to drop from enemies and the player can collect them. Then you have a choice to sacrifice them or free them. When you do you get elemental points which work as health and power-up for the player. You get more if you do the evil choice and sacrifice them. This also affects the players karma in-game. […]

/ Comments Off on Game Project – The day of the lost souls
Program: Graphics

Game Development and Coding 27 Feb 2014 – Sprite Manager

The Sprite Manager Remade.
A Sprite Manager is usually a good idea to make for your game. An even better idea is to make it do as much as possible when being called on so you can focus on other things. What do I mean by that? Not that a Sprite Manager should do everything, but it’s always good to keep down the number of code lines needed to use it.
I write this, because I want to describe how the new […]

/ Comments Off on Game Development and Coding 27 Feb 2014 – Sprite Manager
Program: Programming

Game Development and Coding 27 Feb 2014 – Sprite Manager

The Sprite Manager Remade.
A Sprite Manager is usually a good idea to make for your game. An even better idea is to make it do as much as possible when being called on so you can focus on other things. What do I mean by that? Not that a Sprite Manager should do everything, but it’s always good to keep down the number of code lines needed to use it.
I write this, because I want to describe how the new […]

/ Comments Off on Game Development and Coding 27 Feb 2014 – Sprite Manager
Program: Programming

Pride and fall, weaponManager, equipManager and itemManager

Some complaints and emotional update here serious part bellow 
You might not have taken it from the way I write but I have a hard time asking for help when it comes to code. Why that really is I don’t know but I have that and so for today I asked for help from a million people because of this page:
 

I have seen that page around 50 times today and I hate it OH GOD do I hate it.
So if […]

/ Comments Off on Pride and fall, weaponManager, equipManager and itemManager
Program: Programming

Pride and fall, weaponManager, equipManager and itemManager

Some complaints and emotional update here serious part bellow 
You might not have taken it from the way I write but I have a hard time asking for help when it comes to code. Why that really is I don’t know but I have that and so for today I asked for help from a million people because of this page:
 

I have seen that page around 50 times today and I hate it OH GOD do I hate it.
So if […]

/ Comments Off on Pride and fall, weaponManager, equipManager and itemManager
Program: Programming

Soundmanager in FMOD

You could read in a earlier post about my troubles with SFML and the sound which basically made it really annoying to use.
So this week I’ve spent making a new soundmanager in the library FMOD which was suggested to me by Tommi the programming teacher.
Using this library has been harder then I initially suspected since it’s very different from anything I’ve coded in before.

But there is very good documentation for the library even if it takes a while to […]

/ Comments Off on Soundmanager in FMOD
Program: Programming

Soundmanager in FMOD

You could read in a earlier post about my troubles with SFML and the sound which basically made it really annoying to use.
So this week I’ve spent making a new soundmanager in the library FMOD which was suggested to me by Tommi the programming teacher.
Using this library has been harder then I initially suspected since it’s very different from anything I’ve coded in before.

But there is very good documentation for the library even if it takes a while to […]

/ Comments Off on Soundmanager in FMOD
Program: Programming

Soundmanager in FMOD

You could read in a earlier post about my troubles with SFML and the sound which basically made it really annoying to use.
So this week I’ve spent making a new soundmanager in the library FMOD which was suggested to me by Tommi the programming teacher.
Using this library has been harder then I initially suspected since it’s very different from anything I’ve coded in before.

But there is very good documentation for the library even if it takes a while to […]

/ Comments Off on Soundmanager in FMOD
Program: Programming

Soundmanager in FMOD

You could read in a earlier post about my troubles with SFML and the sound which basically made it really annoying to use.
So this week I’ve spent making a new soundmanager in the library FMOD which was suggested to me by Tommi the programming teacher.
Using this library has been harder then I initially suspected since it’s very different from anything I’ve coded in before.

But there is very good documentation for the library even if it takes a while to […]

/ Comments Off on Soundmanager in FMOD
Program: Programming

Reflektion av veckansk arbete: Vecka 3

Denna vecka har jag arbetat med att göra en options meny, vilket var krångligare än jag förväntat mig. Tanken är att det ska finns två sorters volymkontroller, en för musik och en för ljudeffekter. Det ska också gå att välja mellan windowed och fullscreen. Som jag skrev förra veckan så hade vi inte valt någon font till spelet. Vilket gjorde att min första mockup är gjord med en font som jag fann på fontsquirrle. Den heter Dosis och ni finner […]

/ Comments Off on Reflektion av veckansk arbete: Vecka 3
Program: Graphics

Reflektion av veckansk arbete: Vecka 3

Denna vecka har jag arbetat med att göra en options meny, vilket var krångligare än jag förväntat mig. Tanken är att det ska finns två sorters volymkontroller, en för musik och en för ljudeffekter. Det ska också gå att välja mellan windowed och fullscreen. Som jag skrev förra veckan så hade vi inte valt någon font till spelet. Vilket gjorde att min första mockup är gjord med en font som jag fann på fontsquirrle. Den heter Dosis och ni finner […]

/ Comments Off on Reflektion av veckansk arbete: Vecka 3
Program: Graphics

Some opinions about how out game is designed

Well this is a hard one to find something to write about, because I’ve been sick for a couple of days and when I’ve been here and worked I’ve pretty much only been working on the Customization screen, and I don’t really have anything interesting to say about that again. What I can say though is that a lot of it works right now.
So I’ll take this time to write a bit about my opinions on the game-design and what […]

/ Comments Off on Some opinions about how out game is designed
Program: Programming

Some opinions about how out game is designed

Well this is a hard one to find something to write about, because I’ve been sick for a couple of days and when I’ve been here and worked I’ve pretty much only been working on the Customization screen, and I don’t really have anything interesting to say about that again. What I can say though is that a lot of it works right now.
So I’ll take this time to write a bit about my opinions on the game-design and what […]

/ Comments Off on Some opinions about how out game is designed
Program: Programming

Game Project week 6

This week has been a bit hectic, due to that we had an extra lecture in our other course so some time was lost and I haven’t been able to put down as much work as I wanted this week. But still I have been able to get some things done.
I have been working on the graphics for the rooms, we have the layout and design finished so now we are able to make them look like we want them […]

/ Comments Off on Game Project week 6
Program: Graphics

Game Project week 6

This week has been a bit hectic, due to that we had an extra lecture in our other course so some time was lost and I haven’t been able to put down as much work as I wanted this week. But still I have been able to get some things done.
I have been working on the graphics for the rooms, we have the layout and design finished so now we are able to make them look like we want them […]

/ Comments Off on Game Project week 6
Program: Graphics