Simón Stoyanov Beltrán
Gameplay
End Game Screens



Training End Game Scene
When dying at the training scene, this screen will show up, letting the player know the time played, rounds, tie fighters destroyed and the total score, which is translated to 100 by the number of tie fighters destroyed.Campaign Defeat/Victory End Game Scene
If the player dies or completes the game the campaign end game scene will be shown. The time played and turrets, tie fighters and generators destroyed will sum up their scores and print it in the Total Score text.
Turrets --> 100 points
Tie Fighters --> 200 points
Generators --> 500 points
Weapons (video w/ sound)

Base Weapon
The base weapon increments its frequency if the weapon bar (the read bar) is incremented, and so it decreases it by decreading the weapon bar.The damage remains the same, and it does not produce overheat.
Charged Weapon
The charged weapon has to be charged previously to shoot a laser with it.To charged, the shoot button must be pressed; and when the player wants to shoot, released.
Its damage and size depend on the heat produced by the charge time. More charge means more damage, therefore more cooldown.
Scripting
TheTimer
Managers
Player
AI
Other

Audio System
Wwise Implementation
The engine has been implemented to use the soundbanks generated by wwise to play music.
For that, events, states, soundbank reading, listeners and more have been adapted to the wwise guidelines.
Components
Audio Source
With the Audio Source the developer can set any soundbank imported from wwise.
The Audio Source contains a soundbank, which needs the proper events to be played.
The engine reads the name of the events from the generated json and prints it into a list in the audio source component
with three options: Play, Stop and Send.
The Settings at the bottom part of the audio source are used to set the volume and pitch of the audio source. To work
properly, the Volume and Pitch RTPCs must be created in wwise previously.
Also, Resume and Pause are implemented in game, which are just events that must be played during the game when it is needed.
Listener
The Listener uses its position to recieve the sound properly. Wiithout it no sound will be heard.
If the sound emitter is at the right of the listener, the player will hear the sound from the right, and if it is on the left,
it will sound on the left.
Wwise implementations
Dub
Akbar Intro 2
Akbar Attack 1
Akbar Intro 3
Intro Succes
Enemies Interception
Half Mission
Win Dialog