.sviex

From Hgames Wiki
Revision as of 21:37, 3 March 2013 by Enimaroah (talk) (Created page with "SVIEX units were introduced with Premium Play Darkness and are used for dynamic lighting of models. Only female models have such a lighting profile because it is used accordin...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SVIEX units were introduced with Premium Play Darkness and are used for dynamic lighting of models. Only female models have such a lighting profile because it is used according to their customization in the game's menu.

Three SVIEX units per clothing

Each unit's name is ending with _00 for small busted girls, _01 for medium sizes and _02 for big sizes. Illusion released all _02 SVIEX units binary identical to _01 SVIEX units.

The contents of SVIEX units

The contents can be converted into text format with a command line tool called SVIEXtool.

CMD> SviExTool.exe /decode cw_body_99_00_01.sviex /elliptical

decoding cw_body_99_00_01.sviex:
#sections : 4
name: cw_O_body_99_00
submesh: 1
#indices: 331
indices: 0:0, 1:1, 2:2, 3:3, 4:4, 5:5, 6:6, 7:7, 8:8, 9:9, 10:10, 11:11, 12:12, 13:13, 14:14, 15:15, 16:16, 17:17, 18
:18, 19:19, ... 329:329, 330:330
normals: (-0.355383, 0.236974, 0.904183) (-0.570214, 0.228706, 0.789018) ... (-0.152003, 0.800428, 0.579836)

name: cw_O_body_99_00
submesh: 2
#indices: 331
indices: 0:0, 1:1, 2:2, 3:3, 4:4, 5:5, 6:6, 7:7, 8:8, 9:9, 10:10, 11:11, 12:12, 13:13, 14:14, 15:15, 16:16, 17:17, 18
:18, 19:19, ... 329:329, 330:330
normals: (0.355408, 0.236993, 0.904168) (0.574381, 0.197302, 0.7944549) ... (0.152002, 0.800424, 0.579842)

name: cw_O_body_99_00
submesh: 4
#indices: 5223
indices: 0:0, 1:1, 2:2, 3:3, 4:4, 5:5, 6:6, 7:7, 8:8, 9:9, 10:10, 11:11, 12:12, 13:13, 14:14, 15:15, 16:16, 17:17, 18
:18, 19:19, ... 5221:4891, 5222:4892
normals: (-0.152774, -0.015061, 0.988146) (-0.189397, -0.091003, 0.977674) ... (-0.883675, -0.213617, -0.416517)

name: cw_O_body_99_00
submesh: 5
#indices: 613
indices: 0:0, 1:1, 2:2, 3:3, 4:4, 5:5, 6:6, 7:7, 8:8, 9:9, 10:10, 11:11, 12:12, 13:13, 14:14, 15:15, 16:16, 17:17, 18
:18, 19:19, ... 611:611, 612:612
normals: (-0.9998565, -0.0168701, -0.001505516) (-0.9934377, -0.07566778, -0.08576606) ... (-0.003577856, -0.5625285,
0.8267702)

The non-elliptical text output can be edited with a text editor and used to encode a modded version of the same SVIEX unit like this:

CMD> SviExTool.exe /encode cw_body_99_00_01.sviex < cw_body_99_00_01-sviex.txt

Enimaroah (talk) 20:37, March 3, 2013 (UTC)