mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-06-30 22:51:34 +00:00
Feature #1086: Import blood models/textures in MWIniImporter
This commit is contained in:
parent
ddc432c7ef
commit
11394d83c5
1 changed files with 11 additions and 0 deletions
|
@ -623,6 +623,17 @@ MwIniImporter::MwIniImporter()
|
|||
"Moons:Masser Fade Out Finish",
|
||||
"Moons:Script Color",
|
||||
|
||||
// blood
|
||||
"Blood:Model 0",
|
||||
"Blood:Model 1",
|
||||
"Blood:Model 2",
|
||||
"Blood:Texture 0",
|
||||
"Blood:Texture 1",
|
||||
"Blood:Texture 2",
|
||||
"Blood:Texture Name 0",
|
||||
"Blood:Texture Name 1",
|
||||
"Blood:Texture Name 2",
|
||||
|
||||
0
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue