Skip to content

Commit 01c91eb

Browse files
committed
feat: add unused turret vo + old schrodinger addons
1 parent b9953f1 commit 01c91eb

23 files changed

Lines changed: 304 additions & 0 deletions
229 KB
Loading

legacy_schrodinger/addon.kv3

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!-- kv3 encoding:text:version{e21c7f3c-8a33-41c5-9977-a76d3a32aa0d} format:generic:version{7412167c-06e9-4698-aff2-e63eb59037e7} -->
2+
{
3+
mod = "Old Schrödinger Cubes (★)"
4+
description = "Replaces the current Schrödinger cube model with a version from earlier in development.\n\nVersion 1.00."
5+
type = ""
6+
id = 0
7+
thumbnail = ".assets/thumb.jpg"
8+
authors =
9+
[
10+
"P2:CE Team"
11+
]
12+
dependencies = [ ]
13+
tags =
14+
[
15+
"Materials/Textures",
16+
"Models",
17+
]
18+
ignore = [ ]
19+
metadata =
20+
{
21+
}
22+
assets =
23+
{
24+
}
25+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
VertexLitGeneric {
2+
$basetexture "models/props/schrodinger_cube/card_fin_albedo"
3+
$surfaceprop "metal"
4+
5+
$alphatest 1
6+
}
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
VertexLitGeneric {
2+
$basetexture "models/props/schrodinger_cube/cube_albedo"
3+
$surfaceprop "metal"
4+
$tintmasktexture "models/props/schrodinger_cube/tint_mask"
5+
}
Binary file not shown.
Binary file not shown.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
VertexLitGeneric {
2+
$basetexture "models/props/schrodinger_cube/cube_albedo"
3+
$surfaceprop "metal"
4+
$tintmasktexture "models/props/schrodinger_cube/tint_mask"
5+
$detail "paint/prop_paint_blue"
6+
$detailscale 1
7+
$detailblendmode 2
8+
$bumpmap "paint/prop_paint_normal"
9+
$envmap "paint/paint_envmap_hdr"
10+
$envmaptint "[0.05 0.05 0.05]"
11+
$normalmapalphaenvmapmask 1
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
VertexLitGeneric {
2+
$basetexture "models/props/schrodinger_cube/cube_albedo"
3+
$surfaceprop "metal"
4+
$tintmasktexture "models/props/schrodinger_cube/tint_mask"
5+
$detail "paint/prop_paint_blue"
6+
$detailscale 1
7+
$detailblendmode 2
8+
$bumpmap "paint/prop_paint_normal"
9+
$envmap "paint/paint_envmap_hdr"
10+
$envmaptint "[0.05 0.05 0.05]"
11+
$normalmapalphaenvmapmask 1
12+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
VertexLitGeneric {
2+
$basetexture "models/props/schrodinger_cube/cube_albedo_dirt"
3+
$surfaceprop "metal"
4+
$tintmasktexture "models/props/schrodinger_cube/tint_mask"
5+
}

0 commit comments

Comments
 (0)