mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 11:18:26 +02:00
added support for KOR files
This commit is contained in:
parent
63602cdc46
commit
966e3d1967
1 changed files with 14 additions and 0 deletions
14
fs.json
14
fs.json
|
@ -25,6 +25,7 @@
|
|||
|
||||
|
||||
"Scene/UI/*_E.szs": {"/message/Common.bmg": "Common_E.bmg"},
|
||||
"Scene/UI/*_K.szs": {"/message/Common.bmg": "Common_K.bmg"},
|
||||
"Scene/UI/*_J.szs": {"/message/Common.bmg": "Common_J.bmg"},
|
||||
"Scene/UI/*_U.szs": {"/message/Common.bmg": "Common_U.bmg"},
|
||||
"Scene/UI/*_F.szs": {"/message/Common.bmg": "Common_F.bmg"},
|
||||
|
@ -35,6 +36,7 @@
|
|||
"Scene/UI/*_M.szs": {"/message/Common.bmg": "Common_M.bmg"},
|
||||
|
||||
"Scene/UI/Race_E.szs": {"/message/Common.bmg": "Common_RE.bmg"},
|
||||
"Scene/UI/Race_K.szs": {"/message/Common.bmg": "Common_RK.bmg"},
|
||||
"Scene/UI/Race_J.szs": {"/message/Common.bmg": "Common_RJ.bmg"},
|
||||
"Scene/UI/Race_U.szs": {"/message/Common.bmg": "Common_RU.bmg"},
|
||||
"Scene/UI/Race_F.szs": {"/message/Common.bmg": "Common_RF.bmg"},
|
||||
|
@ -68,6 +70,18 @@
|
|||
"/Textures(NW4R)/strapA_608x456": "strapA_608x456en",
|
||||
"/Textures(NW4R)/strapB_608x456": "strapA_608x456en"
|
||||
},
|
||||
"Boot/Strap/kr/Korean.szs": {
|
||||
"/Textures(NW4R)/strapA_16_9_832x456": "strapA_16_9_832x456en",
|
||||
"/Textures(NW4R)/strapB_16_9_832x456": "strapA_16_9_832x456en",
|
||||
"/Textures(NW4R)/strapA_608x456": "strapA_608x456en",
|
||||
"/Textures(NW4R)/strapB_608x456": "strapA_608x456en"
|
||||
},
|
||||
"Boot/Strap/ch/Chinese.szs": {
|
||||
"/Textures(NW4R)/strapA_16_9_832x456": "strapA_16_9_832x456en",
|
||||
"/Textures(NW4R)/strapB_16_9_832x456": "strapA_16_9_832x456en",
|
||||
"/Textures(NW4R)/strapA_608x456": "strapA_608x456en",
|
||||
"/Textures(NW4R)/strapB_608x456": "strapA_608cccx456en"
|
||||
},
|
||||
"Boot/Strap/eu/French.szs": {
|
||||
"/Textures(NW4R)/strapA_16_9_832x456": "strapA_16_9_832x456fr",
|
||||
"/Textures(NW4R)/strapB_16_9_832x456": "strapA_16_9_832x456fr",
|
||||
|
|
Loading…
Reference in a new issue