- creating count down timer
- playing cutscenes in engine
Task 1:
I used one of the sources on the internet to create a count down hud. There was already a timer hud in engine but it wasn't counting reverse and didnt had the pause/unpause functionality.
After I get it working I had to change the desing of the counter. I used Mike's suggesten. Created roman numbers and used it as the timer. Currently it only displays the remaining minutes. Additionaly , I made sure that the game ends if th timer reaches 0.
Task2:
I looked in to how to play avi formats in engine. Found a tutorial for that but it diddn't work with the current version of the engine. I am sure it was fixible, but thanks to the luck on knowledge in coding, I had to look in to alternative ways. Soon after I found out we could play OGM or OGG movie formats as long as if they were composed of Theora and Vorbis codec. luckly I found a converter suggested from garage games which converted the avi format to OGM in previosly specifed codecs(Vorbis and Theora)
I randomly loaded a OGG file from internet and test it . Outcome was a success.
No comments:
Post a Comment