menu
Table of Contents
-
Modules
You'll learn how to create a State Group as well as two States within.
-
Run Cube so you can connect to it.
-
Launch Wwise and open a project file. Make sure you open the Module 6 project file.
-
Connect to Cube so you can test your changes in the game.
-
In the Project Explorer, select the Game Syncs tab.
-
In the States folder, select the Default Work Unit and then click the Create new 'State Group' icon.
-
Name the new State Group PlayerLife.
-
With the PlayerLife State Group selected, click the Create new 'State' button.
-
Name the newly created State Alive, and then create another State named Defeated.
In typical game design, you and the game programmer must agree upon names for State Groups and the States within. In the case of Cube, the code for the game is already written, so it’s imperative that you use the exact names described in these steps.