2021-01-12 22:40:55 -06:00
|
|
|
# Time Traveling Game
|
|
|
|
### Cloning
|
|
|
|
1. Install gitscm on your computer https://git-scm.com/
|
2021-01-12 22:51:40 -06:00
|
|
|
2. Download HLA workshop tools.
|
|
|
|
1. Install HLA
|
|
|
|
2. Right click -> properties -> DLC
|
|
|
|
3. Click tick box next to ``Half-Life: Alyx - Workshop Tools``
|
|
|
|
3. Go into HLA's directory
|
|
|
|
4. Right click -> git bash here
|
2021-03-12 15:38:13 -06:00
|
|
|
5. Download the emailed public ssh keys to your computer. Put them in ~/.ssh or C:/Users/UESRNAME/.ssh/
|
2021-01-30 02:26:27 -06:00
|
|
|
7. Run ``eval `ssh-agent -s` ``
|
2021-03-12 15:38:13 -06:00
|
|
|
8. Run ``ssh-add ~/.ssh/git``
|
2021-01-30 02:26:27 -06:00
|
|
|
1. Enter the password emailed
|
|
|
|
9. run ``git clone ssh://git@66.69.103.65:17209/~/time-traveling-game.git``
|
|
|
|
10. Move contents of the folder ``time-traveling-game`` to the folder ``Half-Life: Alyx``
|
|
|
|
11. Delete the folder ``time-traveling-game``
|
2021-01-20 16:12:17 -06:00
|
|
|
####Done
|
2021-01-12 22:40:55 -06:00
|
|
|
|
|
|
|
|