Monthly Archives: February 2014
Speeches and Presentations
This week, as my duty as the producer of the group, I’ve been preparing for the ALPHA-presentation, as well as improving the main-menu concept a little bit and helped out with some odds and ends. As the main menu is not that interesting, and the odds and ends are a bit sparse, I’ve decided to write about what I’m going to talk about tomorrow (Friday 21/2-2014)! The following is not a script, but just the general outline I’ll follow when […]
Speeches and Presentations
This week, as my duty as the producer of the group, I’ve been preparing for the ALPHA-presentation, as well as improving the main-menu concept a little bit and helped out with some odds and ends. As the main menu is not that interesting, and the odds and ends are a bit sparse, I’ve decided to write about what I’m going to talk about tomorrow (Friday 21/2-2014)! The following is not a script, but just the general outline I’ll follow when […]
Game Development and Coding 20 Feb 2014 – Player Sprite Animation
Courtesy of Nils Wennergren
Animated Sprites with C++ and SFML.
It’s always helpful to see a representation of your avatar on the screen in the form of a sprite. But just having a sprite on the players location is not always enough. You’ll probably want it to be animated in some way. It seems a bit more alive then. This of course applies to a lot more objects in the game than just the player, though maybe not every single […]
Game Development and Coding 20 Feb 2014 – Player Sprite Animation
Courtesy of Nils Wennergren
Animated Sprites with C++ and SFML.
It’s always helpful to see a representation of your avatar on the screen in the form of a sprite. But just having a sprite on the players location is not always enough. You’ll probably want it to be animated in some way. It seems a bit more alive then. This of course applies to a lot more objects in the game than just the player, though maybe not every single […]
Week 5 – With Intent (group 4)
This week I’ve been working on the Furniture Manager and the Door class, I’m going to work on the Door Manager tomorrow.
The furniture have 3 light modes (2 are shown), mode 1 is see-through, mode 2 is semi-transparent (bottom one) and mode 3 is solid (left one).
I did encounter some trouble making this manager, since sf::Shape doesn’t move the vertices when you set rotation for the image, the Hull Manager took the position of the original vertices, which resulted […]
Week 5 – With Intent (group 4)
This week I’ve been working on the Furniture Manager and the Door class, I’m going to work on the Door Manager tomorrow.
The furniture have 3 light modes (2 are shown), mode 1 is see-through, mode 2 is semi-transparent (bottom one) and mode 3 is solid (left one).
I did encounter some trouble making this manager, since sf::Shape doesn’t move the vertices when you set rotation for the image, the Hull Manager took the position of the original vertices, which resulted […]
Overheat och enemies.
Den här veckan har jag suttit och pysslat med en hel del olika saker, bland annat med ett vapen heat system som håller koll på om vapnet kan skjutas eller om det behöver kylas ned. Det hela har en mängd små delar som var och en utgör en viktig del för att överhettningen ska fungera som den borde. Dels har vi variablerna som vårat player object håller koll på så som maximala mängden värme som vapnet kan klara av, mängden […]
Overheat och enemies.
Den här veckan har jag suttit och pysslat med en hel del olika saker, bland annat med ett vapen heat system som håller koll på om vapnet kan skjutas eller om det behöver kylas ned. Det hela har en mängd små delar som var och en utgör en viktig del för att överhettningen ska fungera som den borde. Dels har vi variablerna som vårat player object håller koll på så som maximala mängden värme som vapnet kan klara av, mängden […]
Game Project Week 5
This week have I worked with the pause menu, customization menu, options menu and quit menu. The color scheme in the menus is the same as the avatar has. And I think it looks good and works well with the overall art style of the game. I had some worries that the brown would be too much and look boring, but I think it worked out fine.
The flaps are used to switch between the different menus. We chose flaps because […]
Game Project Week 5
This week have I worked with the pause menu, customization menu, options menu and quit menu. The color scheme in the menus is the same as the avatar has. And I think it looks good and works well with the overall art style of the game. I had some worries that the brown would be too much and look boring, but I think it worked out fine.
The flaps are used to switch between the different menus. We chose flaps because […]
I am back again for another post. And it has only been a week!
So, this week I have not really made anything big, just a few props to fill out the game world.
Out of these things I guess that the most interesting one might be the couch.
Since the game is set in the fifties or early sixties I went on the internet to find pictures of couches ca 1950. I must say that I was quite surprised to find that […]
I am back again for another post. And it has only been a week!
So, this week I have not really made anything big, just a few props to fill out the game world.
Out of these things I guess that the most interesting one might be the couch.
Since the game is set in the fifties or early sixties I went on the internet to find pictures of couches ca 1950. I must say that I was quite surprised to find that […]
I am back again for another post. And it has only been a week!
So, this week I have not really made anything big, just a few props to fill out the game world.
Out of these things I guess that the most interesting one might be the couch.
Since the game is set in the fifties or early sixties I went on the internet to find pictures of couches ca 1950. I must say that I was quite surprised to find that […]
I am back again for another post. And it has only been a week!
So, this week I have not really made anything big, just a few props to fill out the game world.
Out of these things I guess that the most interesting one might be the couch.
Since the game is set in the fifties or early sixties I went on the internet to find pictures of couches ca 1950. I must say that I was quite surprised to find that […]
Second Artifact – Level Editor (kind of)
Another week, another Artifact. This time it will not be from the game itself, but a tool to make it easier to create the level.
So, I have been working on a Level Editor for our game, With Intent. The reason for having it is so that it will be easier and faster to build the level with all the walls, furniture’s, doors, guards and their waypoints, start- and end-positions. Without an editor we would probably have to input all […]
Second Artifact – Level Editor (kind of)
Another week, another Artifact. This time it will not be from the game itself, but a tool to make it easier to create the level.
So, I have been working on a Level Editor for our game, With Intent. The reason for having it is so that it will be easier and faster to build the level with all the walls, furniture’s, doors, guards and their waypoints, start- and end-positions. Without an editor we would probably have to input all […]
Escape – Group 4 – Week 5 – Sound Manager
In an earlier meeting with the advising 3rd year student, it was suggested that I shift my focus off the main menu and start working on something with higher priority. “Sound manager” was on the list in the backlog and as lead sound designer, I chose to start work on it.
To make my job easier, I searched the internet for existing open source sound managers. There were only two existing managers, strange considering you’d find many open source managers for […]
Escape – Group 4 – Week 5 – Sound Manager
In an earlier meeting with the advising 3rd year student, it was suggested that I shift my focus off the main menu and start working on something with higher priority. “Sound manager” was on the list in the backlog and as lead sound designer, I chose to start work on it.
To make my job easier, I searched the internet for existing open source sound managers. There were only two existing managers, strange considering you’d find many open source managers for […]
Project – Week 3
It’s the third week of the project and I continued working on character animation this week.
One of the tasks I had to finish this week was to make an animation of the enemy character walking around with a flashlight. Since I had already done a walking animation for the enemy last week, I just copied that one and added a flashlight.
To create the light from the flashlight was a different matter. There were many ways that you could do […]
Project – Week 3
It’s the third week of the project and I continued working on character animation this week.
One of the tasks I had to finish this week was to make an animation of the enemy character walking around with a flashlight. Since I had already done a walking animation for the enemy last week, I just copied that one and added a flashlight.
To create the light from the flashlight was a different matter. There were many ways that you could do […]
Project – Week 3
It’s the third week of the project and I continued working on character animation this week.
One of the tasks I had to finish this week was to make an animation of the enemy character walking around with a flashlight. Since I had already done a walking animation for the enemy last week, I just copied that one and added a flashlight.
To create the light from the flashlight was a different matter. There were many ways that you could do […]
Project – Week 3
It’s the third week of the project and I continued working on character animation this week.
One of the tasks I had to finish this week was to make an animation of the enemy character walking around with a flashlight. Since I had already done a walking animation for the enemy last week, I just copied that one and added a flashlight.
To create the light from the flashlight was a different matter. There were many ways that you could do […]
Week 5 – With Intent (group 4)
This week I’ve been working on the Furniture Manager and the Door class, I’m going to work on the Door Manager tomorrow.
The furniture have 3 light modes (2 are shown), mode 1 is see-through, mode 2 is semi-transparent (bottom one) and mode 3 is solid (left one).
I did encounter some trouble making this manager, since sf::Shape doesn’t move the vertices when you set rotation for the image, the Hull Manager took the position of the original vertices, which resulted […]
Week 5 – With Intent (group 4)
This week I’ve been working on the Furniture Manager and the Door class, I’m going to work on the Door Manager tomorrow.
The furniture have 3 light modes (2 are shown), mode 1 is see-through, mode 2 is semi-transparent (bottom one) and mode 3 is solid (left one).
I did encounter some trouble making this manager, since sf::Shape doesn’t move the vertices when you set rotation for the image, the Hull Manager took the position of the original vertices, which resulted […]