|
1 | 1 |
|
2 | | -*************************************** |
3 | | -** ** |
4 | | -** STARCRAFT COMMANDOS ** |
5 | | -** ** |
6 | | -*************************************** |
| 2 | +STARCRAFT COMMANDOS |
| 3 | +*********************** |
7 | 4 |
|
8 | | -- CONTROLS: |
| 5 | +Description |
| 6 | +-------------------------------------------- |
9 | 7 |
|
10 | | - * Q: Ghost invisible. |
| 8 | +Starcraft Commandos is a university project that consists in making a tribute to the original Starcraft. |
| 9 | +We were able to change some aspects of the game to make it different, so we ended making a mix of Starcraft and Commandos. |
11 | 10 |
|
12 | | - * W: Ghost sniper. |
| 11 | +How to install |
| 12 | +-------------------------------------------- |
13 | 13 |
|
14 | | - * R: Pause the game. |
| 14 | +- Open the "Game" folder |
15 | 15 |
|
16 | | - * Spacebar: centers the cam to the selected unit. |
| 16 | +- Double click to the "Starcraft Commandos.exe" |
17 | 17 |
|
18 | | - * Tab: Centers the camera between units. |
| 18 | +How to play |
| 19 | +-------------------------------------------- |
19 | 20 |
|
20 | | - * Arrows: Move the camera. |
| 21 | +The objective of the game is to collect the 3 bombs and arrive to the extraction point. If the firebats detects one of your units the game is lost. You can only fight the marines, but if your units die the mission is failed. |
21 | 22 |
|
22 | | - * Select Medic, click with right button another friendly unit: Medic will heal it. |
| 23 | +There are 3 different modes: |
| 24 | + |
| 25 | +- Normal: as long as one unit survive you can finish the mission. |
| 26 | +- Hard: if ONE unit dies the mission is failed. |
| 27 | +- Pro: you play only with the Ghost. Good luck! |
| 28 | + |
| 29 | +Debug Features |
| 30 | +------------------------------------------------ |
| 31 | + |
| 32 | +- Press KP_1 to return to the main menu (in game) |
| 33 | +- Press F1 to enable debug mode: |
| 34 | + - Colliders are shown as red |
| 35 | + - Vision ranges are shown |
| 36 | + - Pathfinding nodes are shown |
| 37 | + - M: to create a marine |
| 38 | + - F: to create a firebat |
| 39 | + - G: to create a ghost |
| 40 | + - O: to create a observer (unit removed from the final game) |
| 41 | + - D: to create a enemy firebat |
| 42 | + - N: to create a enemy marine |
| 43 | + - L: to create a medic |
| 44 | + - K: to kill all your units (and lose) |
| 45 | + |
| 46 | +- Press KP_5 to open the level editor (only in the menu scene) |
| 47 | + - To create units use the same keys mentioned before |
| 48 | + - Click to select one or multiple units |
| 49 | + - Draging with the mouse will drag all the selected units |
| 50 | + - Click outside the units to deselect them |
| 51 | + - Middle button of the mouse with a selected unit (only one) to orient it. |
| 52 | + - Right click with one selected unit to create a node to patrol. You can create as many nodes as you want |
| 53 | + - Press space with one selected unit patroling to erase the last node created |
| 54 | + - Press KP_Enter with one patroling or multiple units to start/stop patroling |
| 55 | + |
| 56 | + - Press S to save the level |
| 57 | + WARNING: the level saved will overwrite the actual level that contains the game. Some modes of the game may not work due to this. |
| 58 | + |
| 59 | + - Note: there is no way to exit the editor scene for now. Close the application to exit. |
| 60 | + |
| 61 | +Changelog |
| 62 | +--------------------------------------------------------------- |
| 63 | +To watch the changelog of all the Starcraft Commandos versions click the link below: |
| 64 | + |
| 65 | + https://github.com/traguill/Starcraft/releases |
| 66 | + |
| 67 | +Github |
| 68 | +---------------------------------------------------------------- |
| 69 | + |
| 70 | +https://github.com/traguill/Starcraft |
| 71 | + |
| 72 | +Facebook |
| 73 | +---------------------------------------------------------------- |
| 74 | + |
| 75 | +https://www.facebook.com/SheepnDreams/ |
| 76 | + |
| 77 | +Twitter |
| 78 | +----------------------------------------------------------------- |
| 79 | + |
| 80 | +https://twitter.com/SheepnDreams |
| 81 | + |
0 commit comments