Skip to content

Commit 891641e

Browse files
committed
Restore Crash List
1 parent 15de9b8 commit 891641e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+2398
-3342
lines changed

.vscode/extensions.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3+
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
4+
5+
// List of extensions which should be recommended for users of this workspace.
6+
"recommendations": [
7+
"DavidAnson.vscode-markdownlint",
8+
"unifiedjs.vscode-mdx",
9+
"eliostruyf.vscode-front-matter"
10+
11+
],
12+
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
13+
"unwantedRecommendations": [
14+
15+
]
16+
}

.vscode/settings.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,4 @@
1717
"**/build": true,
1818
"**/.docusaurus": true
1919
},
20-
"python-envs.pythonProjects": [
21-
{
22-
"path": "",
23-
"envManager": "ms-python.python:system",
24-
"packageManager": "ms-python.python:pip"
25-
}
26-
]
2720
}

docs/references/configs/animations/hud-animations-artefact.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ draft: false
88

99
___
1010

11-
| Parameter Name | Parameter Description | Example Value | Parameter Possible Values And Their Descriptions |
12-
|---|---|---|---|---|
13-
| anm_show | Show animation | | |
14-
| anm_activate | Activate animation | | |
15-
| anm_hide | Hide animation | | |
16-
| anm_idle | Idle animation | | |
11+
:::tip[Formula]
12+
animation parameter name = animation name (hands), animation name (weapon), playback speed
13+
:::
14+
15+
| Parameter Name | Parameter Description |
16+
|---|---|
17+
| anm_show | Show animation |
18+
| anm_activate | Activate animation |
19+
| anm_hide | Hide animation |
20+
| anm_idle | Idle animation |

docs/references/configs/animations/hud-animations-detectors.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,22 @@ draft: true
99

1010
___
1111

12-
| Parameter Name | Engine Class | Parameter Description | Example Value | Parameter Possible Values And Their Descriptions |
13-
|---|---|---|---|---|
14-
| anm_show | | Show animation | | |
15-
| anm_show_fast | Fast show animation | | | |
16-
| anm_hide | | Hide animation | | |
17-
| anm_hide_fast | | Fast hide animation | | |
18-
| anm_zoom_in | | Zoom-in animation | | |
19-
| anm_idle_zoom | | Aimed idle animation | | |
20-
| anm_zoom_show | | | | |
21-
| anm_zoom_hide_fast | | | | |
22-
| anm_zoom_out | | Zoom-out animation | | |
23-
| anm_zoom | | | | |
24-
| anm_throw_start | | | | |
25-
| anm_throw | | | | |
26-
| anm_throw_end | | | | |
12+
:::tip[Formula]
13+
animation parameter name = animation name (hands), animation name (weapon), playback speed
14+
:::
15+
16+
| Parameter Name | Engine Class | Parameter Description |
17+
|---|---|---|
18+
| anm_show | | Show animation |
19+
| anm_show_fast | | Fast show animation |
20+
| anm_hide | | Hide animation |
21+
| anm_hide_fast | | Fast hide animation |
22+
| anm_zoom_in | | Zoom-in animation |
23+
| anm_idle_zoom | | Aimed idle animation |
24+
| anm_zoom_show | | |
25+
| anm_zoom_hide_fast | | |
26+
| anm_zoom_out | | Zoom-out animation |
27+
| anm_zoom | | |
28+
| anm_throw_start | | |
29+
| anm_throw | | |
30+
| anm_throw_end | |
Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
---
22
tags:
33
- Under Construction
4-
title: Flare
4+
title: Flare HUD
55
draft: true
66
---
77

8-
# Flare
8+
# Flare HUD
99

1010
___
1111

12-
| Parameter Name | Parameter Description | Example Value | Parameter Possible Values And Their Descriptions |
13-
|---|---|---|---|---|
14-
| anm_show | Show animation | | |
15-
| anm_drop | | | |
16-
| anm_hide | Hide animation | | |
12+
:::tip[Formula]
13+
animation parameter name = animation name (hands), animation name (weapon), playback speed
14+
:::
15+
16+
| Parameter Name | Parameter Description |
17+
|---|---|
18+
| anm_show | Show animation |
19+
| anm_drop | |
20+
| anm_hide | Hide animation |
Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,29 @@
11
---
2-
title: Flashlight
2+
title: Flashlight HUD
33
draft: false
44
---
55

6-
# Flashlight
6+
# Flashlight HUD
77

88
___
99

10-
| Parameter Name | Parameter Description | Example Value | Parameter Possible Values And Their Descriptions |
11-
|---|---|---|---|---|
12-
| anm_show | Show animation | | |
13-
| anm_show_fast | Fast show animation | | |
14-
| anm_hide | Hide animation | | |
15-
| anm_zoom_show | | | |
16-
| anm_zoom_hide_fast | | | |
17-
| anm_zoom_hide | | | |
18-
| anm_zoom_in | | | |
19-
| anm_zoom_out | | | |
20-
| anm_throw_start | | | |
21-
| anm_throw_end | | | |
22-
| anm_throw | | | |
23-
| anm_idle_zoom | | | |
24-
| anm_idle | | | |
10+
:::tip[Formula]
11+
animation parameter name = animation name (hands), animation name (weapon), playback speed
12+
:::
13+
14+
| Parameter Name | Parameter Description |
15+
|---|---|
16+
| anm_show | Show animation |
17+
| anm_show_fast | Fast show animation |
18+
| anm_hide | Hide animation |
19+
| anm_hide_fast | Fast hide animation |
20+
| anm_zoom_show | Show animation when Zoom state is active |
21+
| anm_zoom_hide_fast | Fast hide animation when Zoom state is active |
22+
| anm_zoom_hide | Hide animation when Zoom state is active |
23+
| anm_zoom_in | Zoom in animation |
24+
| anm_zoom_out | Zoom out animation |
25+
| anm_throw_start | Throw start animation |
26+
| anm_throw_end | Throw end animation |
27+
| anm_throw | Throw animation |
28+
| anm_idle_zoom | Idle animation in Zoom state |
29+
| anm_idle | Idle animation |

docs/references/configs/animations/hud-animations-pda.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ draft: false
77

88
___
99

10-
| Parameter Name | Engine Class | Parameter Description | Example Value | Parameter Possible Values And Their Descriptions |
11-
|---|---|---|---|---|
12-
| anm_show | | Show animation | | |
13-
| anm_empty | | | | |
14-
| anm_hide | | Hide animation | | |
10+
:::tip[Formula]
11+
animation parameter name = animation name (hands), animation name (weapon), playback speed
12+
:::
13+
14+
| Parameter Name | Parameter Description |
15+
|---|---|
16+
| anm_show | Show animation |
17+
| anm_empty | |
18+
| anm_hide | Hide animation |

0 commit comments

Comments
 (0)