copy the "patch" folder of the mod folder

paste the "patch" folder into "GodOfWar\exec" 

then open the "boot-options.json"(it's in the exec folder) find 

"patch-texpacks": [], 

it's in the end of the file

copy "../../patch/pc_le/Black"   into the []

for example 

"patch-texpacks": ["../../patch/pc_le/Black"],

if you want to use this mod with other mods 

just 

"patch-texpacks": ["../../patch/pc_le/Valkyrie","../../patch/pc_le/Black"],

don't forget comma(,) and quotation mark(" ")


复制patch文件夹粘贴到游戏exec文件夹里，然后打开exec文件夹里的boot-options.json文件，找到文件末尾的"patch-texpacks": [], 
复制"../../patch/pc_le/Black"到方括号里，引号也粘贴
例如："patch-texpacks": ["../../patch/pc_le/Black"],
如果你想和别的MOD一起用："patch-texpacks": ["../../patch/pc_le/Valkyrie","../../patch/pc_le/Black"],
每个MOD都有引号，而且要有逗号隔开，切记符号要用英文的
