Skip to content

Commit

Permalink
Visual polish on Telecaster [Captures]
Browse files Browse the repository at this point in the history
  • Loading branch information
rherriman committed Dec 5, 2023
1 parent 06827b8 commit a3c20f5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion levels/avaraline-strict-mode/alf/logic/capture-point.alf
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
/>
<Teleporter cx="pCaptureVizX" y="pCaptureVizY" cz="pCaptureVizZ" mask="0" start="mWhiteEnters" stop="mWhiteOff" speed="pCaptureVizSpeed" shape="pCaptureVizShape" scale="pCaptureVizScale" color="team(8)" status="0" />

<Teleporter cx="pCaptureVizX" y="pCaptureVizY" cz="pCaptureVizZ" mask="0" start="@start" stop="mNeutralOff" speed="pCaptureVizSpeed" shape="pCaptureVizShape" scale="pCaptureVizScale" color="rgba(80, 80, 80, 0.15)" />
<Teleporter cx="pCaptureVizX" y="pCaptureVizY" cz="pCaptureVizZ" mask="0" start="@start" stop="mNeutralOff" speed="pCaptureVizSpeed" shape="pCaptureVizShape" scale="pCaptureVizScale" color="rgba(80, 80, 80, 0.35)" />

<Door yon="0.001" shape="bspSliver0" deltaY="3" openSpeed="20" closeSpeed="100" open="mGreenOpen" didOpen="mGreenDidOpen" close="mGreenClose" openSound="0" stopSound="0" closeSound="0" hitSound="0" color="team(1)" cx="-7" cz="pCaptureDoorZOffset" y="-10" />
<And
Expand Down
12 changes: 10 additions & 2 deletions levels/avaraline-strict-mode/alf/telecaster-captures.alf
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
pCaptureVizScale="1"
pCaptureVizSpeed="2"
captureSize="2.5"
outerCaptureX="24"
outerCaptureX="24.1875"
outerCaptureY="10"
outerCaptureZ="39"
outerCaptureZ="39.1875"
/>

<set
Expand All @@ -38,6 +38,8 @@
pCaptureVizY="outerCaptureY + 1.75"
pCaptureVizZ="-outerCaptureZ"
/>
<Hologram cx="-outerCaptureX" y="outerCaptureY + 0.05" cz="-outerCaptureZ" angle="45" shape="bspGroundStar" scale="0.5" color="#260019" />
<Field visible="true" deltaY="0" x="-outerCaptureX" z="-outerCaptureZ" y="outerCaptureY + 0.05" w="1.25" d="1.25" h="0" color="#260019" />
<include alf="logic/capture-point.alf" />

<set
Expand All @@ -51,6 +53,8 @@
pCaptureVizY="outerCaptureY + 1.75"
pCaptureVizZ="outerCaptureZ"
/>
<Hologram cx="outerCaptureX" y="outerCaptureY + 0.05" cz="outerCaptureZ" angle="45" shape="bspGroundStar" scale="0.5" color="#260019" />
<Field visible="true" deltaY="0" x="outerCaptureX" z="outerCaptureZ" y="outerCaptureY + 0.05" w="1.25" d="1.25" h="0" color="#260019" />
<include alf="logic/capture-point.alf" />

<set
Expand All @@ -64,6 +68,8 @@
pCaptureVizY="outerCaptureY + 1.75"
pCaptureVizZ="outerCaptureX"
/>
<Hologram cx="-outerCaptureZ" y="outerCaptureY + 0.05" cz="outerCaptureX" angle="45" shape="bspGroundStar" scale="0.5" color="#260019" />
<Field visible="true" deltaY="0" x="-outerCaptureZ" z="outerCaptureX" y="outerCaptureY + 0.05" w="1.25" d="1.25" h="0" color="#260019" />
<include alf="logic/capture-point.alf" />

<set
Expand All @@ -77,5 +83,7 @@
pCaptureVizY="outerCaptureY + 1.75"
pCaptureVizZ="-outerCaptureX"
/>
<Hologram cx="outerCaptureZ" y="outerCaptureY + 0.05" cz="-outerCaptureX" angle="45" shape="bspGroundStar" scale="0.5" color="#260019" />
<Field visible="true" deltaY="0" x="outerCaptureZ" z="-outerCaptureX" y="outerCaptureY + 0.05" w="1.25" d="1.25" h="0" color="#260019" />
<include alf="logic/capture-point.alf" />
</map>

0 comments on commit a3c20f5

Please sign in to comment.