Skip to content

Commit

Permalink
Merge pull request #136 from TeamSpen210/dev
Browse files Browse the repository at this point in the history
Pre-Release 13
  • Loading branch information
TeamSpen210 committed Nov 24, 2015
2 parents 9d91c74 + dbb088a commit 24b52ce
Show file tree
Hide file tree
Showing 262 changed files with 20,583 additions and 28,522 deletions.
Binary file added icons/items/blocks/angled.pdn
Binary file not shown.
Binary file added icons/items/blocks/angled_all.pdn
Binary file not shown.
Binary file added icons/items/blocks/flat.pdn
Binary file not shown.
Binary file added icons/items/blocks/special.pdn
Binary file not shown.
1 change: 1 addition & 0 deletions packages/apTag/tagItems/info.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"ID" "APERTURE_TAG_ITEMS"
"Name" "Aperture Tag Items"
"Desc" "Adds Aperture Tag-specific items, like the Paint Gun Activator."

"Item"
{
Expand Down
1 change: 1 addition & 0 deletions packages/apTag/tagMusic/info.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"ID" "TAG_MUSIC"
"Name" "Aperture Tag Music"
"Desc" "Music used in Aperture Tag. Does not function in other games."

// Extra tracks:
// Slow 2 (Harry song)
Expand Down
12 changes: 12 additions & 0 deletions packages/bee1/beemod/info.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"ID" "BEEMOD_1"
"Name" "BEEMOD 1"
"Desc" "Items added in the original BEEMOD 1. This includes Crushers, Triggers, Logic Gates, Diversity Vents, Drawbridges, and Doors."

"Item"
{
"ID" "ITEM_BEE_LOGIC"
Expand Down Expand Up @@ -34,6 +36,16 @@
"Enabled" "0"
}

"PackList"
{
"ID" "PACK_UNDER_HOTSURFACE_WORLD"
"AddIfMat" "BEE2/underground_woodwall003c"
"Config"
{
"File" "materials/BEE2/world/underground_hotsurface.vmt"
}
}

"Item"
{
"ID" "ITEM_DRAW_BRIDGE"
Expand Down
16 changes: 15 additions & 1 deletion packages/bee1/beemod/items/60s_flamethrower/vbsp_config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"Condition"
{
"instance" "instances/BEE2/50s/items/bee/flamethrower.vmf"
"instance" "<ITEM_CRUSHER>"
"Result"
{
"Has"
Expand All @@ -12,6 +12,20 @@
"Fire" "1"
"Flamethrower" "1"
}
"Pack" "PACK_UNDER_HOTSURFACE_WORLD"
}
}
"Condition"
{
"Priority" "10"
"instance" "[elevatorEntry]"
"Has" "Flamethrower"
"Result"
{
"addOverlay"
{
"File" "instances/BEE2/60s/sphere_sp/sphere/flamethrower.vmf"
}
}
}
}
12 changes: 6 additions & 6 deletions packages/bee1/beemod/items/logic/editoritems.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,32 +88,32 @@
{
"0"
{
"Name" "instances/BEE2/clean/items/bee/logic_and.vmf"
"Name" "instances/BEE2/logic/bee/logic_and.vmf"
"EntityCount" "5"
}
"1"
{
"Name" "instances/BEE2/clean/items/bee/logic_and.vmf"
"Name" "instances/BEE2/logic/bee/logic_and.vmf"
"EntityCount" "5"
}
"2"
{
"Name" "instances/BEE2/clean/items/bee/logic_or.vmf"
"Name" "instances/BEE2/logic/bee/logic_or.vmf"
"EntityCount" "5"
}
"3"
{
"Name" "instances/BEE2/clean/items/bee/logic_or.vmf"
"Name" "instances/BEE2/logic/bee/logic_or.vmf"
"EntityCount" "5"
}
"4"
{
"Name" "instances/BEE2/clean/items/bee/logic_nor.vmf"
"Name" "instances/BEE2/logic/bee/logic_nor.vmf"
"EntityCount" "5"
}
"5"
{
"Name" "instances/BEE2/clean/items/bee/logic_nor.vmf"
"Name" "instances/BEE2/logic/bee/logic_nor.vmf"
"EntityCount" "5"
}
}
Expand Down
Loading

0 comments on commit 24b52ce

Please sign in to comment.