Skip to content

Commit

Permalink
Update Otis fgd entry to include changes to keyvalues & skin
Browse files Browse the repository at this point in the history
malortie/custom-hl-viewmodels#21
  • Loading branch information
SamVanheer committed May 25, 2022
1 parent 4517a14 commit f625703
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions fgdsrc/halflife-unified.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -3289,14 +3289,30 @@
-1 : "Random"
0 : "Gun Holstered"
1 : "Gun Drawn"
3 : "Donut"
]
head(Choices) : "head" : -1 =

skin(Choices) : "head" : -1 =
[
-1 : "Random"
0 : "Head with hair"
1 : "Bald Head"
2 : "Black head with hair"
]

sleeves(Choices) : "sleeves" : -1 =
[
-1 : "Random"
0 : "Bald Head"
1 : "Head with hair"
0 : "Long"
1 : "Short"
]

item(Choices) : "item" : 0 =
[
0 : "None"
1 : "Clipboard"
2 : "Donut"
]

suspicious(choices) : "Suspicious" : 0 =
[
0 : "No"
Expand Down

0 comments on commit f625703

Please sign in to comment.