Skip to content

Commit

Permalink
Merge pull request #1450 from BEEmod/dev
Browse files Browse the repository at this point in the history
Version 4.38.0
  • Loading branch information
TeamSpen210 authored Jan 14, 2021
2 parents 8ae5db7 + 9ea159a commit ab33a68
Show file tree
Hide file tree
Showing 102 changed files with 4,986 additions and 4,514 deletions.
74 changes: 73 additions & 1 deletion BEE2.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,47 @@
]

// Entities added to the finished map to pass information to VRAD.

@PointClass
base(Angles)
iconsprite("BEE2/editor/bee2_icon.vmt")
= bee2_music_channel:
"Stores the configuration for the music soundscript."
[
channel(choices) : "Channel" : "BASE" : "The type of music this contains." =
[
"base" : "Main track"
"tbeam" : "Excursion Funnel"
"BounceGel" : "Repulsion Gel"
"SpeedGel" : "Propulsion Gel"
]
sync(boolean) : "Sync" : 0 : "For funnels only, synchronise to the base track."

track01(sound) : "Track" : : "A track which may be potentially selected."
track02(sound) : "Track" : : "A track which may be potentially selected."
track03(sound) : "Track" : : "A track which may be potentially selected."
track04(sound) : "Track" : : "A track which may be potentially selected."
track05(sound) : "Track" : : "A track which may be potentially selected."
track06(sound) : "Track" : : "A track which may be potentially selected."
track07(sound) : "Track" : : "A track which may be potentially selected."
track08(sound) : "Track" : : "A track which may be potentially selected."
track09(sound) : "Track" : : "A track which may be potentially selected."
track10(sound) : "Track" : : "A track which may be potentially selected."
track11(sound) : "Track" : : "A track which may be potentially selected."
track12(sound) : "Track" : : "A track which may be potentially selected."
track13(sound) : "Track" : : "A track which may be potentially selected."
track14(sound) : "Track" : : "A track which may be potentially selected."
track15(sound) : "Track" : : "A track which may be potentially selected."
track16(sound) : "Track" : : "A track which may be potentially selected."
track17(sound) : "Track" : : "A track which may be potentially selected."
track18(sound) : "Track" : : "A track which may be potentially selected."
track19(sound) : "Track" : : "A track which may be potentially selected."
track20(sound) : "Track" : : "A track which may be potentially selected."
]

@PointClass
iconsprite("BEE2/editor/bee2_icon.vmt")
= bee2_coop_response :
= bee2_coop_response :
"Stores the choreo scenes for responses to players in Coop."
[
type(string) : "Type" : : "The type of response this is."
Expand All @@ -236,6 +273,35 @@
choreo20(scene) : "Scene" : : "Random line to use."
]

@PointClass
iconsprite("BEE2/editor/bee2_icon.vmt")
= bee2_cube_filter_script:
"Stores models used for VScript cube filters."
[
filename(string) : "Filename" : : "The filename to produce."
function(string) : "Function" : : "The name of the function generated."
mdl01(studio) : "Model" : : "A model that satisfies the predicate."
mdl02(studio) : "Model" : : "A model that satisfies the predicate."
mdl03(studio) : "Model" : : "A model that satisfies the predicate."
mdl04(studio) : "Model" : : "A model that satisfies the predicate."
mdl05(studio) : "Model" : : "A model that satisfies the predicate."
mdl06(studio) : "Model" : : "A model that satisfies the predicate."
mdl07(studio) : "Model" : : "A model that satisfies the predicate."
mdl08(studio) : "Model" : : "A model that satisfies the predicate."
mdl09(studio) : "Model" : : "A model that satisfies the predicate."
mdl10(studio) : "Model" : : "A model that satisfies the predicate."
mdl11(studio) : "Model" : : "A model that satisfies the predicate."
mdl12(studio) : "Model" : : "A model that satisfies the predicate."
mdl13(studio) : "Model" : : "A model that satisfies the predicate."
mdl14(studio) : "Model" : : "A model that satisfies the predicate."
mdl15(studio) : "Model" : : "A model that satisfies the predicate."
mdl16(studio) : "Model" : : "A model that satisfies the predicate."
mdl17(studio) : "Model" : : "A model that satisfies the predicate."
mdl18(studio) : "Model" : : "A model that satisfies the predicate."
mdl19(studio) : "Model" : : "A model that satisfies the predicate."
mdl20(studio) : "Model" : : "A model that satisfies the predicate."
]


@AutoVisGroup = "BEE2"
[
Expand All @@ -253,6 +319,12 @@
"bee2_editor_embeddedvoxel"
"bee2_editor_embedface"
]
"Map Data"
[
"bee2_music_channel"
"bee2_coop_response"
"bee2_cube_filter_script"
]
]

@AutoVisGroup = "Templates"
Expand Down
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mypy==0.761
mypy==0.782
mypy-extensions==0.4.3
pytest==5.0.1
Cython==0.29.14
Cython==0.29.21
Loading

0 comments on commit ab33a68

Please sign in to comment.