Originally Posted by
The Iron Wolf
So I might be wrong because it has been a while since I created this mechanism and I forgot it all, but:
"corner_2_left": "corner_1_left",
"corner_2_right": "corner_1_right",
What this means is that
"NUMBER_FIRST": {
"terminology": {
"corner_1_left": "corner_hairpin_left",
"corner_1_right": "corner_hairpin_right",
"corner_2_left": "corner_1_left",
"corner_2_right": "corner_1_right",
"corner_square_left": "corner_2_left",
"corner_square_right": "corner_2_right"
}
},
that for Number First style, for Corner 2 coming from the game, we are using corner_1_left sound folder. If you change it to:
"corner_2_left": "corner_2_left",
it will use different sound folder. This file basically supposed to allow you to use any mapping between game corners and vocal folders you want. I hope it makes sense.