Skip to content

Commit

Permalink
Add support for ValueTypes.STR_SOUNDSCAPE "soundscape"
Browse files Browse the repository at this point in the history
  • Loading branch information
ozxybox committed Nov 11, 2024
1 parent 43e088b commit d3d0648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/srctools/_engine_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ class EntFlags(IntFlag):
ValueTypes.EXT_ANGLES_LOCAL,
ValueTypes.EXT_VEC_DIRECTION,
ValueTypes.EXT_VEC_LOCAL,

ValueTypes.STR_SOUNDSCAPE,
]

FILE_TYPE_ORDER = [
Expand Down
1 change: 1 addition & 0 deletions src/srctools/fgd.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ class ValueTypes(Enum):
# Strings, don't need fixups
STR_SCENE = 'scene' # VCD files
STR_SOUND = 'sound' # WAV & SoundScript
STR_SOUNDSCAPE = 'soundscape' # Soundscape Entry
STR_PARTICLE = 'particlesystem' # Particles
STR_SPRITE = 'sprite' # Sprite materials
STR_DECAL = 'decal' # Sprite materials
Expand Down

0 comments on commit d3d0648

Please sign in to comment.