Journal Entry: Matope, Remy’s Progress

Done before last class:

  •      First to third person camera animation, PageUp (and vice versa, PageDown)
  •      Movement controls, W, A, S, D, Space (forward, left, backward, right, jump)

Done for last class:

  •      Added a “cone of focus” for NPC interaction. This cone is stuck to the player’s “face”, and when it hits an NPC, the NPC will look at you. When you type with the NPC’s attention, it knows you’re talking to it and responds accordingly. (Idea for later development: dynamically adjusting cone when screen space is crowded with NPCs)
  •      Added a chat box for NPC interaction. I threw in an input that shows the text you’re typing on screen. When you hit enter, it appends your text to a chat box. Soon, NPC dialogue will also go into the box. Text is drawn as an overlay, so it doesn’t intersect with geometry in game. Needs a little more polishing, specifically a background for readability, a delay to disappear, and a line limit/scroll.
This entry was posted in Uncategorized. Bookmark the permalink.