13 lines
575 B
Markdown
13 lines
575 B
Markdown
|
# Time Traveling Game
|
||
|
### Cloning
|
||
|
1. Install gitscm on your computer https://git-scm.com/
|
||
|
2. Go into the directory you want to place the game files.
|
||
|
3. run ``git clone https://github.com/The-Missing-Crowbar/time_traveling_game``
|
||
|
4. Go into hla directory. ``/steamapps/common/Half-Life Alyx``
|
||
|
5. Go into ``content/hlvr_addons``
|
||
|
6. Create a symbolic link from ``time_traveling_game`` to the cloned files ``content_time_traveling_game``
|
||
|
7. Go into ``game/hlvr_addons``
|
||
|
8. Create a symbolic link from ``time_traveling_game`` to the cloned files ``game_time_traveling_game``
|
||
|
|
||
|
|