mirror of
https://github.com/nzp-team/assets.git
synced 2024-11-24 21:01:43 +00:00
Fix for ambient_general via fgd to restore ambient sounds (#63)
This commit is contained in:
parent
bffdeaf351
commit
f500199181
2 changed files with 26 additions and 6 deletions
|
@ -1364,10 +1364,20 @@
|
|||
]
|
||||
]
|
||||
|
||||
@PointClass = ambient_general : "Universal Ambient Sound"
|
||||
[
|
||||
@PointClass base(Targetname, Soundplaying) = ambient_generic : "Universal Ambient Sound"
|
||||
[
|
||||
spawnflags(flags) =
|
||||
[
|
||||
0: "Medium radius"
|
||||
1: "Everywhere"
|
||||
2: "Small (Idle)"
|
||||
4: "Medium (static)"
|
||||
8: "Large (normal)"
|
||||
16: "Start Silent"
|
||||
32: "Not looping"
|
||||
]
|
||||
volume(integer) : "Volume" : 1
|
||||
noise(string) : "Ambient Sound"
|
||||
message(string) : "Ambient Sound"
|
||||
]
|
||||
|
||||
@PointClass base(Targetname, Soundplaying) = ambient_bgm : "Back Ground Music"
|
||||
|
|
|
@ -1364,10 +1364,20 @@
|
|||
]
|
||||
]
|
||||
|
||||
@PointClass = ambient_general : "Universal Ambient Sound"
|
||||
[
|
||||
@PointClass base(Targetname, Soundplaying) = ambient_generic : "Universal Ambient Sound"
|
||||
[
|
||||
spawnflags(flags) =
|
||||
[
|
||||
0: "Medium radius"
|
||||
1: "Everywhere"
|
||||
2: "Small (Idle)"
|
||||
4: "Medium (static)"
|
||||
8: "Large (normal)"
|
||||
16: "Start Silent"
|
||||
32: "Not looping"
|
||||
]
|
||||
volume(integer) : "Volume" : 1
|
||||
noise(string) : "Ambient Sound"
|
||||
message(string) : "Ambient Sound"
|
||||
]
|
||||
|
||||
@PointClass base(Targetname, Soundplaying) = ambient_bgm : "Back Ground Music"
|
||||
|
|
Loading…
Reference in a new issue