From 40eda3d1e62336627e356f7d109e7eb4bffe8fab Mon Sep 17 00:00:00 2001 From: OGordoo Date: Wed, 18 Nov 2020 18:17:40 +0000 Subject: [PATCH] expected result videos on readmes --- subjects/armyofone/README.md | 2 +- subjects/firingrange/README.md | 7 ++++--- subjects/mousevr/README.md | 2 +- subjects/nascaronlinealpha/README.md | 2 +- subjects/vehiclephysics/README.md | 2 +- subjects/widgetfactory/README.md | 6 +++--- subjects/zombieai/README.md | 2 +- 7 files changed, 12 insertions(+), 11 deletions(-) diff --git a/subjects/armyofone/README.md b/subjects/armyofone/README.md index 43c0d052d..0822f7d10 100644 --- a/subjects/armyofone/README.md +++ b/subjects/armyofone/README.md @@ -23,6 +23,6 @@ Starting from an empty project, after creating a level with a floor (nothing els - use Animation Blendspace to organize your movements. - use Animation Blueprint variables to handle different animation states. -When finished, your project should look like the executable example on the folder or the “Expected Result” video. +When finished, your project should look like the executable example on the folder or the [“Expected Result” video](https://youtu.be/sebi5icA1MM). > Don’t forget to zip up the project compile and save everything for peer correction. diff --git a/subjects/firingrange/README.md b/subjects/firingrange/README.md index 5ce24b0a9..5b79562d7 100644 --- a/subjects/firingrange/README.md +++ b/subjects/firingrange/README.md @@ -6,8 +6,11 @@ In this exercise, you will learn to use Unreal Engine and use Blueprints to scri The map of this project should be composed by a cube with dimensions of X = 35, Y = 40, Z = 1, simulating the floor and other cubes as walls around the floor. In the map there should be a zone where the character should be able to walk around and shoot to the targets and another zone where the player can not go, where the targets are present. +You will need this [image](), from which you will create a new material and associate the image to it. + For this project you will have to create a Blueprint Class target, that will have some characteristics. The target should : +- have associated to it the previous created material. - either be moving from side to side or stationary. - be dynamic, using the timeline node. - use a public variable to set or unset the movement animation of the target. @@ -20,9 +23,7 @@ The previous mentioned projectile should: - have a size of X = Y = Z = 0,5. - have a speed of 10000. -The First-person template and all needed assets can be found in the Firing Range folder. - -When finished, your project should look like the executable example on the folder or the “Expected Result” video. +When finished, your project should look like the executable example on the folder or the ["Expected Result" video](https://youtu.be/EBibaN-dh_0). > Don’t forget to zip up the project compile and save everything for peer correction. diff --git a/subjects/mousevr/README.md b/subjects/mousevr/README.md index 21aa45278..d4622847b 100644 --- a/subjects/mousevr/README.md +++ b/subjects/mousevr/README.md @@ -25,7 +25,7 @@ After creating a blank project and importing the content from the provided folde - Use interaction timer to set how many time should the player look to an interaction point, in order to travel to the next space (Like on the video example). In other words, the player should look for a while at the interaction point before getting teleported to the next scene. - Except for the interaction point and the spheres containing the panoramic images, no 3D objects are allowed on the map. -When finished, your project should look like the executable example on the folder or the “Expected Result” video. +When finished, your project should look like the executable example on the folder or the [“Expected Result” video](https://youtu.be/Tor1Q10NG_Q). > Don’t forget to zip up the project compile and save everything for peer correction. diff --git a/subjects/nascaronlinealpha/README.md b/subjects/nascaronlinealpha/README.md index de8c7fc54..1e687af86 100644 --- a/subjects/nascaronlinealpha/README.md +++ b/subjects/nascaronlinealpha/README.md @@ -39,7 +39,7 @@ As for the multiplayer aspect, here are some hints that you will have to follow: - Use Game State and replicated variables to know who is the winner of the game. If you have more info to share for all players on the game, do it through Game State using server replication. - Use "Has Authority" checks to know if it is the server or the client that is trying to execute an action. -When finished, your project should look like the executable example on the folder or the “Expected Result” video. +When finished, your project should look like the executable example on the folder or the [“Expected Result” video](https://youtu.be/s56rio0bw0U). > Don’t forget to zip up the project compile and save everything for peer correction. diff --git a/subjects/vehiclephysics/README.md b/subjects/vehiclephysics/README.md index 45ecae28b..af860286a 100644 --- a/subjects/vehiclephysics/README.md +++ b/subjects/vehiclephysics/README.md @@ -31,7 +31,7 @@ There must be three models of cars on the map the character can choose from. All To create the map you should use the Landscape tool. Also add a track using spline roads. -When finished, your project should look like the executable example on the folder or the “Expected Result” video. +When finished, your project should look like the executable example on the folder or the [“Expected Result” video](https://youtu.be/4dXjFKh_jjY). > Don’t forget to zip up the project compile and save everything for peer correction. diff --git a/subjects/widgetfactory/README.md b/subjects/widgetfactory/README.md index 006f001c1..ea37ca0ae 100644 --- a/subjects/widgetfactory/README.md +++ b/subjects/widgetfactory/README.md @@ -8,7 +8,7 @@ You will create a first-person style game with only directional and mouse input. ### Instructions -For this project you will start the game with an empty project and it is requested that you: +For this project you will start the game with an empty project and be sure to create it including the starter content. It is requested that you: - Create a PlayerCharacter blueprint and give him the ability to move forward, backward, left and right. Also, use the mouse to look around. - Create a start menu by pressing Escape. @@ -36,8 +36,8 @@ When the player clicks on the Graphics Settings button, another widget should ap While controlling the player in the game, a widget should be visible at all times. This widget should display on a corner of the screen the rounded X, Y, Z (as integers) coordinates of the player. Just make sure it doesn’t disturb the visibility of the other widgets. If you want, after opening the pause menu you can make the player position widget disappear, making it appear again when you return to the game. -On the level you should display some grass, textured objects and post process on the terrain to show the settings changes. You can find some stuff on the Resources folder. +On the level you should display some grass, textured objects and post process on the terrain to show the settings changes. You can find some stuff on the StarterContent folder. -When finished, your project should look like the executable example on the folder or the “Expected Result” video. +When finished, your project should look like the executable example on the folder or the [“Expected Result” video](https://youtu.be/0v-spQJwDwM). > Don’t forget to zip up the project compile and save everything for peer correction. diff --git a/subjects/zombieai/README.md b/subjects/zombieai/README.md index 6797d312f..8e3988b12 100644 --- a/subjects/zombieai/README.md +++ b/subjects/zombieai/README.md @@ -45,7 +45,7 @@ After entering the game by clicking the "Start Game" button, the game should con - Wave the player died - this two stats also have to be displayed when the player presses the TAB button and be hidden when the TAB button is released. -When finished, your project should look like the executable example on the folder or the “Expected Result” video. +When finished, your project should look like the executable example on the folder or the [“Expected Result” video](https://youtu.be/d8MqIVuC88k). > Don’t forget to zip up the project compile and save everything for peer correction.