Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

opparco

Uploaded by

opparco

Virus scan

Safe to use

About this mod

This is command line tools for .tri files and RaceMenu v3.4 presets.

Permissions and credits
# tri CharGen Tools

This is command line tools for .tri files and RaceMenu v3.4 presets.

## Usage

tridump.exe [source file (.tri)]

Dump members of the .tri file.

trichargen.exe [source file (.jslot)]

Dump sliders and Sculpt-hosts of the RaceMenu v3.4 preset file.
in order to create the FaceGen morph named NoseType32 into .tri files,
put .tri files into the meshes folder.
it will be applied if you set the Nose slider value to 32.

MorphCount.esp

This .esp increase MorphCount of GamePlay settings simply. not need if use ECE.

## Concreate Example: copy Oldrim player face into Skyrim SE

### on Oldrim

Save the player face as RaceMenu v3.4 preset.
ex. Preset_7-15-2017_15-49-10.jslot in SKSE\Plugins\CharGen\Presets
Copy the preset file into the tool folder.

### on Command Line (cmd.exe)

Execute trichargen.exe with the preset filename.

trichargen.exe Preset_7-15-2017_15-49-10.jslot

Then output as follows:
-- Sliders --
Nose Type: 3
Brow Type: 4294967295
Eye Shape: 9
Mouth Shape: 4
Nose Length: -0.2
Nose Height: 0.3
Jaw Height: 0
Jaw Width: 0
Jaw Forward: 0
Cheekbone Height: 0.3
Cheekbone Width: 0.2
Eye Height: -0.5
Eye Width: 0
Brow Height: -0.6
Brow Width: 0
Brow Forward: 0
Mouth Height: -0.1
Mouth Forward: -1
Chin Height: 0
Chin Width: 0
Chin Forward: 0
Eye Depth: 0
Sculpt .tri files:
  host: Actors\Character\Character Assets\FemaleHeadCharGen.tri #positions: 996
  host: Actors\Character\Character Assets\Mouth\MouthHumanFChargen.tri #positions: 141
  host: Actors\Character\Character Assets\EyesFemaleChargen.tri #positions: 176
  host: Actors\Character\Character Assets\FaceParts\FemaleHeadBrowsCharGen.tri #positions: 102
sculpt divisor: 10000
-- assign Sculpt to .tri files --
multiplier: 0.0001
origin type: NoseType3
preset type: NoseType32
error: file not found! meshes\Actors\Character\Character Assets\FemaleHeadCharGen.tri
error: file not found! meshes\Actors\Character\Character Assets\Mouth\MouthHumanFChargen.tri
error: file not found! meshes\Actors\Character\Character Assets\EyesFemaleChargen.tri
error: file not found! meshes\Actors\Character\Character Assets\FaceParts\FemaleHeadBrowsCharGen.tri

### Copy .tri files into the tool meshes folder

in order to create the FaceGen morph as NoseType32 into .tri files,
put .tri files into the meshes folder.
perhaps need to extract Skyrim - Meshes.bsa of Oldrim.

### on Command Line (cmd.exe)

Execute trichargen.exe with the preset filename.

trichargen.exe Preset_7-15-2017_15-49-10.jslot

Then output as follows:
...
-- assign Sculpt to .tri files --
multiplier: 0.0001
origin type: NoseType3
preset type: NoseType32
updating meshes\Actors\Character\Character Assets\FemaleHeadCharGen.tri
  assign positions. morph name: NoseType32
updating meshes\Actors\Character\Character Assets\Mouth\MouthHumanFChargen.tri
  assign positions. morph name: NoseType32
updating meshes\Actors\Character\Character Assets\EyesFemaleChargen.tri
  assign positions. morph name: NoseType32
updating meshes\Actors\Character\Character Assets\FaceParts\FemaleHeadBrowsCharGen.tri

### on Skyrim SE

put .tri files into Data\Meshes folder.
the morph named NoseType32 will be applied if you set the Nose slider value to 32.

--
opparco