Daily Archives: April 22, 2014

Day 9

Finally found the big bug that had been making the player detection nonfunctional.After all this time, it was just because I had accidentally put “if(gameManager.U_player.transform.position == tile.transform.position” instead of “if(GameManager.U_player.transform.position.x == tile.transform.position.x)”For clarification, the former will NEVER be true, as the player’s Y-position is set to be 1.5f higher than that of the tiles.
I’ve also made an alternative function for dark environments, narrowing down the field of view of the NPC to a single line.
I’ve also started work on the […]

/ Comments Off on Day 9
Program: Programming

Day 9

Finally found the big bug that had been making the player detection nonfunctional.After all this time, it was just because I had accidentally put “if(gameManager.U_player.transform.position == tile.transform.position” instead of “if(GameManager.U_player.transform.position.x == tile.transform.position.x)”For clarification, the former will NEVER be true, as the player’s Y-position is set to be 1.5f higher than that of the tiles.
I’ve also made an alternative function for dark environments, narrowing down the field of view of the NPC to a single line.
I’ve also started work on the […]

/ Comments Off on Day 9
Program: Programming

Attracting people with banners!

Last week i had a task to draw a banner that would be placed  at our game station, my lack in experience regarding the use of colors (as i have only worked with white an black) made this task too difficult to do, that is why i didn’t post anything last week, it wasn’t nearly done.
I will try to show you how i made this one and all of this wouldn’t have been done if not for the help i […]

/ Comments Off on Attracting people with banners!
Program: Programming

Attracting people with banners!

Last week i had a task to draw a banner that would be placed  at our game station, my lack in experience regarding the use of colors (as i have only worked with white an black) made this task too difficult to do, that is why i didn’t post anything last week, it wasn’t nearly done.
I will try to show you how i made this one and all of this wouldn’t have been done if not for the help i […]

/ Comments Off on Attracting people with banners!
Program: Programming

Programming & Level Designing Tower Offensive, Pt 2

So it’s time for an update on what I did last week.
I said in the last post that I would write from the office, apparently I lied because I’m at home writing this now, two days late as well, I blame Easter… Back to what I did last week, It wasn’t much because Easter and relatives and family. I spent most of my time with bug fixing our GUI but I had time some smaller things as well. I managed […]

/ Comments Off on Programming & Level Designing Tower Offensive, Pt 2
Program: Programming

Programming & Level Designing Tower Offensive, Pt 2

So it’s time for an update on what I did last week.
I said in the last post that I would write from the office, apparently I lied because I’m at home writing this now, two days late as well, I blame Easter… Back to what I did last week, It wasn’t much because Easter and relatives and family. I spent most of my time with bug fixing our GUI but I had time some smaller things as well. I managed […]

/ Comments Off on Programming & Level Designing Tower Offensive, Pt 2
Program: Programming

Programming & Level Designing Tower Offensive, Pt 2

So it’s time for an update on what I did last week.
I said in the last post that I would write from the office, apparently I lied because I’m at home writing this now, two days late as well, I blame Easter… Back to what I did last week, It wasn’t much because Easter and relatives and family. I spent most of my time with bug fixing our GUI but I had time some smaller things as well. I managed […]

/ Comments Off on Programming & Level Designing Tower Offensive, Pt 2
Program: Programming

Programming & Level Designing Tower Offensive, Pt 2

So it’s time for an update on what I did last week.
I said in the last post that I would write from the office, apparently I lied because I’m at home writing this now, two days late as well, I blame Easter… Back to what I did last week, It wasn’t much because Easter and relatives and family. I spent most of my time with bug fixing our GUI but I had time some smaller things as well. I managed […]

/ Comments Off on Programming & Level Designing Tower Offensive, Pt 2
Program: Programming

Second Week of Development!

This week was incredibly short in general. Firstly, the whole group went home for Easter on Thursday, some leaving a bit earlier. This left total development time for this week just three days, with no time to call extra meetings on Saturday on Sunday. I am myself busy with touring my girlfriends brother who is visiting, and in the process of moving. This kinda complicates things.
I’ve focused mostly on programming this week as we are lagging behind in that aspect. […]

/ Comments Off on Second Week of Development!
Program: Programming

Second Week of Development!

This week was incredibly short in general. Firstly, the whole group went home for Easter on Thursday, some leaving a bit earlier. This left total development time for this week just three days, with no time to call extra meetings on Saturday on Sunday. I am myself busy with touring my girlfriends brother who is visiting, and in the process of moving. This kinda complicates things.
I’ve focused mostly on programming this week as we are lagging behind in that aspect. […]

/ Comments Off on Second Week of Development!
Program: Programming

Second Week of Development!

This week was incredibly short in general. Firstly, the whole group went home for Easter on Thursday, some leaving a bit earlier. This left total development time for this week just three days, with no time to call extra meetings on Saturday on Sunday. I am myself busy with touring my girlfriends brother who is visiting, and in the process of moving. This kinda complicates things.
I’ve focused mostly on programming this week as we are lagging behind in that aspect. […]

/ Comments Off on Second Week of Development!
Program: Programming

Second Week of Development!

This week was incredibly short in general. Firstly, the whole group went home for Easter on Thursday, some leaving a bit earlier. This left total development time for this week just three days, with no time to call extra meetings on Saturday on Sunday. I am myself busy with touring my girlfriends brother who is visiting, and in the process of moving. This kinda complicates things.
I’ve focused mostly on programming this week as we are lagging behind in that aspect. […]

/ Comments Off on Second Week of Development!
Program: Programming

Day 8

Continued work with the vision cone for the NPCs, and found a few bugs in the cone logic making it far larger than intended.I worked that out, remaking the code so that the vision cone now is the intended 3×3 field.

/ Comments Off on Day 8
Program: Programming

Day 8

Continued work with the vision cone for the NPCs, and found a few bugs in the cone logic making it far larger than intended.I worked that out, remaking the code so that the vision cone now is the intended 3×3 field.

/ Comments Off on Day 8
Program: Programming