initial commit

This commit is contained in:
officereso 2021-01-12 22:40:55 -06:00
commit e7cda43e61
10 changed files with 57 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
game/*
!game/hlvr_addons
game/hlvr_addons/*
!game/hlvr_addons/time_traveling_game
content/*
!content/hlvr_addons
content/hlvr_addons/*
!content/hlvr_addons/time_traveling_game

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# 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``

View File

@ -0,0 +1,37 @@
// THIS FILE IS AUTO-GENERATED
Layer0
{
shader "vr_simple.vfx"
//---- Color ----
g_flModelTintAmount "1.000"
g_vColorTint "[1.000000 1.000000 1.000000 0.000000]"
TextureColor "materials/default/default_color.tga"
//---- Fade ----
g_flFadeExponent "1.000"
//---- Fog ----
g_bFogEnabled "1"
//---- Lighting ----
g_flDirectionalLightmapMinZ "0.050"
g_flDirectionalLightmapStrength "1.000"
//---- Metalness ----
g_flMetalness "0.000"
//---- Normal ----
TextureNormal "materials/default/default_normal.tga"
//---- Roughness ----
TextureRoughness "materials/default/default_rough.tga"
//---- Texture Coordinates ----
g_nScaleTexCoordUByModelScaleAxis "0"
g_nScaleTexCoordVByModelScaleAxis "0"
g_vTexCoordOffset "[0.000 0.000]"
g_vTexCoordScale "[1.000 1.000]"
g_vTexCoordScrollSpeed "[0.000 0.000]"
}

Binary file not shown.