-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathM3README.txt
More file actions
61 lines (35 loc) · 1.5 KB
/
M3README.txt
File metadata and controls
61 lines (35 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
CONTROLS:
If no controller plugged in, control will default to keyboard
If a controller is plugged in, keyboard control will be turned off
CONTROLLER:
Right Trigger (Accelerate)
Left Trigger (Reverse)
Left Stick (Steer)
X-Button (Handbrake)
B-Button (Turbo Boost)
Start-Button (Pause Game)
KEYBOARD:
W-Key (Accelerate)
A-Key (Steer Left)
D-Key (Steer Right)
S-Key (Reverse)
Left-Shift (Handbrake)
Space (Turbo Boost)
P-Key (Pause Game)
===========================
Configurations:
x86 (debug) - PVD is enabled
x86 (release) - PVD is disabled
CURRENT GAMEPLAY:
-For this milestone, we have a more refined map with obstacles and more pickup spawn locations.
-The match will play for 5mins (can pause at any time -- see controls).
-Once the time hits 0, the match is over and the game will just pause for now.
-The game features you + 2 AI bots. Each equipped with a shopping list of items to check off.
-Try to pickup as many things you see, but prioritize seeking out items on your list.
-The bashing mechanic is functional, but some features still need to be added.
-Right now, the AI bots do a sufficient job of pathfinding with obstacle avoidance, but simply try to get to their shopping list items without much thought to other items.
-The AI also won't use the bash mechanic right now.
============================
In case the DLLs are missing from TopShopper/bin/Win32/debug or TopShopper/bin/Win32/release,
they can be found in x86DebugDLLs and x86ReleaseDLLs respectively.
============================