Skip to content

Commit 980607e

Browse files
committed
Commit files.
1 parent 39690a5 commit 980607e

85 files changed

Lines changed: 675 additions & 3 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

p1_pgun/addon.kv3

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<!-- kv3 encoding:text:version{e21c7f3c-8a33-41c5-9977-a76d3a32aa0d} format:generic:version{7412167c-06e9-4698-aff2-e63eb59037e7} -->
22
{
33
mod = "P1 Portal Gun (★)"
4-
description = "Replaces the portal gun with the variant from Portal 1.\n\nIncludes sound replacements for prop pickup, +use, firing, and portals.\n\nVersion 1.0.0"
5-
type = "Asset Pack"
4+
description = "Replaces the portal gun with the variant from Portal 1.\n\nIncludes particle replacements provided by Electrodynamite12.\nAlso includes sound replacements for prop pickup, +use, firing, and portals.\n\nVersion 2.0.0"
5+
type = ""
66
id = 0
77
thumbnail = ".assets/thumb.jpg"
88
authors =
99
[
10-
"P2:CE Team"
10+
"P2:CE Team",
11+
"Electrodynamite12",
1112
]
1213
dependencies = [ ]
1314
tags =
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
UnlitGeneric
2+
{
3+
4+
$basetexture "effects/energyball"
5+
$additive 1
6+
$vertexcolor 1
7+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
UnlitGeneric
2+
{
3+
4+
$basetexture "effects/energyball"
5+
$additive 1
6+
$vertexcolor 1
7+
$vertexalpha 1
8+
}
85.6 KB
Binary file not shown.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
SpriteCard
2+
{
3+
$basetexture "particle\particle_glow_01"
4+
$vertexcolor 1
5+
$vertexalpha 1
6+
$translucent 1
7+
$Additive 1
8+
$depthblend 1
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
SpriteCard
2+
{
3+
$basetexture "particle\particle_glow_01_special"
4+
$vertexcolor 1
5+
$vertexalpha 1
6+
$translucent 1
7+
$Additive 1
8+
$depthblend 1
9+
}
342 KB
Binary file not shown.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
SpriteCard
2+
{
3+
$basetexture "particle\particle_glow_01_special02"
4+
$vertexcolor 1
5+
$vertexalpha 1
6+
$translucent 1
7+
$Additive 1
8+
$depthblend 1
9+
}
85.7 KB
Binary file not shown.
64.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)