Compare commits
No commits in common. "608565bc80312b7d97923112cddc05f3d86c40cf" and "b402fb2e4ec16f620d59f961e93e8b526633bcab" have entirely different histories.
608565bc80
...
b402fb2e4e
15
.gitattributes
vendored
15
.gitattributes
vendored
@ -0,0 +1,15 @@
|
||||
*.vmat* filter=lfs diff=lfs merge=lfs -text
|
||||
*.bin filter=lfs diff=lfs merge=lfs -text
|
||||
*.vtex* filter=lfs diff=lfs merge=lfs -text
|
||||
*.blend* filter=lfs diff=lfs merge=lfs -text
|
||||
*psd filter=lfs diff=lfs merge=lfs -text
|
||||
*.vanmgrph* filter=lfs diff=lfs merge=lfs -text
|
||||
*.exr* filter=lfs diff=lfs merge=lfs -text
|
||||
*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||
*.vmap* filter=lfs diff=lfs merge=lfs -text
|
||||
*.vmdl* filter=lfs diff=lfs merge=lfs -text
|
||||
*.tga filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.psd filter=lfs diff=lfs merge=lfs -text
|
||||
*.xcf filter=lfs diff=lfs merge=lfs -text
|
||||
*.smd filter=lfs diff=lfs merge=lfs -text
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1,7 @@
|
||||
game/*
|
||||
!game/hlvr_addons
|
||||
game/hlvr_addons/*
|
||||
!game/hlvr_addons/time_traveling_game
|
||||
content/*
|
||||
!content/hlvr_addons
|
||||
content/hlvr_addons/*
|
||||
|
10
README.md
10
README.md
@ -7,13 +7,9 @@
|
||||
3. Click tick box next to ``Half-Life: Alyx - Workshop Tools``
|
||||
3. Go into HLA's directory
|
||||
4. Right click -> git bash here
|
||||
5. Download the emailed public ssh keys to your computer. Put them in ~/.ssh or C:/Users/UESRNAME/.ssh/
|
||||
7. Run ``eval `ssh-agent -s` ``
|
||||
8. Run ``ssh-add ~/.ssh/git``
|
||||
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``
|
||||
5. Run ``git clone https://github.com/The-Missing-Crowbar/time-traveling-game``
|
||||
6. Move contents of the folder ``time-traveling-game`` to the folder ``Half-Life: Alyx``
|
||||
7. Delete the folder ``time-traveling-game``
|
||||
####Done
|
||||
|
||||
|
||||
|
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a88e011deab48fd15b298baf5080b3a618cc4c2f70142b068cccaad388523c7
|
||||
size 48550708
|
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -1,37 +1,3 @@
|
||||
// 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 "models/cockroach/cockroach_color.png"
|
||||
|
||||
//---- 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]"
|
||||
}
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c68b5254dbabcd6b0db9793be982d4f5114fd117ca84af7196143a02221d74a
|
||||
size 864
|
||||
|
@ -1,48 +1,3 @@
|
||||
<!-- kv3 encoding:text:version{e21c7f3c-8a33-41c5-9977-a76d3a32aa0d} format:modeldoc28:version{fb63b6ca-f435-4aa0-a2c7-c66ddc651dca} -->
|
||||
{
|
||||
rootNode =
|
||||
{
|
||||
_class = "RootNode"
|
||||
children =
|
||||
[
|
||||
{
|
||||
_class = "RenderMeshList"
|
||||
children =
|
||||
[
|
||||
{
|
||||
_class = "RenderMeshFile"
|
||||
name = "cockroach"
|
||||
filename = "models/cockroach/cockroach.smd"
|
||||
import_scale = 1.0
|
||||
import_filter =
|
||||
{
|
||||
exclude_by_default = false
|
||||
exception_list = [ ]
|
||||
}
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
_class = "MaterialGroupList"
|
||||
children =
|
||||
[
|
||||
{
|
||||
_class = "DefaultMaterialGroup"
|
||||
remaps =
|
||||
[
|
||||
{
|
||||
from = "no_material.vmat"
|
||||
to = "models/cockroach/cockroach.vmat"
|
||||
},
|
||||
]
|
||||
use_global_default = false
|
||||
global_default_material = ""
|
||||
},
|
||||
]
|
||||
},
|
||||
]
|
||||
model_archetype = ""
|
||||
primary_associated_entity = ""
|
||||
anim_graph_name = ""
|
||||
}
|
||||
}
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:08849c6c8d7f98382259ee36991a60429f259be46a9943b69fe60dd100a5dc35
|
||||
size 972
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 132 B |
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -1,48 +0,0 @@
|
||||
<!-- kv3 encoding:text:version{e21c7f3c-8a33-41c5-9977-a76d3a32aa0d} format:modeldoc28:version{fb63b6ca-f435-4aa0-a2c7-c66ddc651dca} -->
|
||||
{
|
||||
rootNode =
|
||||
{
|
||||
_class = "RootNode"
|
||||
children =
|
||||
[
|
||||
{
|
||||
_class = "MaterialGroupList"
|
||||
children =
|
||||
[
|
||||
{
|
||||
_class = "DefaultMaterialGroup"
|
||||
remaps =
|
||||
[
|
||||
{
|
||||
from = "no_material.vmat"
|
||||
to = "no_material.vmat"
|
||||
},
|
||||
]
|
||||
use_global_default = false
|
||||
global_default_material = ""
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
_class = "RenderMeshList"
|
||||
children =
|
||||
[
|
||||
{
|
||||
_class = "RenderMeshFile"
|
||||
name = "tree_oak_large_0_1"
|
||||
filename = "models/tree/tree_oak_large_0_1.smd"
|
||||
import_scale = 1.0
|
||||
import_filter =
|
||||
{
|
||||
exclude_by_default = false
|
||||
exception_list = [ ]
|
||||
}
|
||||
},
|
||||
]
|
||||
},
|
||||
]
|
||||
model_archetype = ""
|
||||
primary_associated_entity = ""
|
||||
anim_graph_name = ""
|
||||
}
|
||||
}
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -1,48 +0,0 @@
|
||||
<!-- kv3 encoding:text:version{e21c7f3c-8a33-41c5-9977-a76d3a32aa0d} format:modeldoc28:version{fb63b6ca-f435-4aa0-a2c7-c66ddc651dca} -->
|
||||
{
|
||||
rootNode =
|
||||
{
|
||||
_class = "RootNode"
|
||||
children =
|
||||
[
|
||||
{
|
||||
_class = "RenderMeshList"
|
||||
children =
|
||||
[
|
||||
{
|
||||
_class = "RenderMeshFile"
|
||||
name = "tree_oak_small_0_1"
|
||||
filename = "models/tree/tree_oak_small_0_1.smd"
|
||||
import_scale = 1.0
|
||||
import_filter =
|
||||
{
|
||||
exclude_by_default = false
|
||||
exception_list = [ ]
|
||||
}
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
_class = "MaterialGroupList"
|
||||
children =
|
||||
[
|
||||
{
|
||||
_class = "DefaultMaterialGroup"
|
||||
remaps =
|
||||
[
|
||||
{
|
||||
from = "no_material.vmat"
|
||||
to = "no_material.vmat"
|
||||
},
|
||||
]
|
||||
use_global_default = false
|
||||
global_default_material = ""
|
||||
},
|
||||
]
|
||||
},
|
||||
]
|
||||
model_archetype = ""
|
||||
primary_associated_entity = ""
|
||||
anim_graph_name = ""
|
||||
}
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:682a40f9ae047d948b9525b559bee8d8756cf62d612b264dc86097ed50f0722e
|
||||
size 300550
|
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e21144062a3a7f345f87cdd7faf2d67317fd9b466dcc2dcc5cba0532537cfa5
|
||||
size 24640
|
Binary file not shown.
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8eebe74fc6679f533b537700bea1da318a0a9ed663e5f950dafe13419620865d
|
||||
size 1852
|
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a26ffbf00e0322f1d23f26da155ca0716f8f0892ce6305b40b1538e158d0ae67
|
||||
size 2356
|
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:093b5f0e6d52068cb9dd421fa3907cbff5708bb5c99ce0ec74b278a2ae82cf99
|
||||
size 5390
|
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9242c660923f22281bbc30644e1e68c36c6488edf414ed6a54c320dec3532d8
|
||||
size 410415
|
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0889363986286d2a8a89e319152b128a18e320947a2a3e3187d8cc5e70c92a6
|
||||
size 437012
|
@ -1,2 +0,0 @@
|
||||
eval `ssh-agent -s`
|
||||
ssh-add ~/.ssh/git
|
Loading…
x
Reference in New Issue
Block a user