initial commit
This commit is contained in:
commit
e7cda43e61
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal 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
12
README.md
Normal 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``
|
||||||
|
|
||||||
|
|
37
content/hlvr_addons/time_traveling_game/test_mat.vmat
Normal file
37
content/hlvr_addons/time_traveling_game/test_mat.vmat
Normal 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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
game/hlvr_addons/time_traveling_game/test_mat.vmat_c
Normal file
BIN
game/hlvr_addons/time_traveling_game/test_mat.vmat_c
Normal file
Binary file not shown.
BIN
game/hlvr_addons/time_traveling_game/tools_asset_info.bin
Normal file
BIN
game/hlvr_addons/time_traveling_game/tools_asset_info.bin
Normal file
Binary file not shown.
BIN
game/hlvr_addons/time_traveling_game/tools_thumbnail_cache.bin
Normal file
BIN
game/hlvr_addons/time_traveling_game/tools_thumbnail_cache.bin
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user