Tutorial:AssetEditor: Difference between revisions

From Total War Modding
No edit summary
No edit summary
Line 60: Line 60:
A run-through of the UI components:
A run-through of the UI components:


# Information about the rider (mesh, skeleton and animation)
# Information about the rider and mount (mesh, skeleton and animation)
# Information about the mount (mesh, skeleton and animation)
# Control how the rider is attached to the mount
# A shortcut menu to make it easier to work with animation sets.
#* Rider root bone (probably never change this)
#* Leg animation (disabled for now)
#* The vertex the rider is attached to. Select the mount, press F3 then select the vertex that the rider should be select to and press Set. The first selected vertex is used if multiple vertexes are selected
# Settings for the animation - Hopefully pretty intuitive
# Rider and mount animation fragment and active slots
#* Mount is the animation fragment used by the mount
#* Mount is the animation fragment used by the mount
#* Rider is the animation fragment used by the rider
#* Rider is the animation fragment used by the rider
#* Mount animation tag is the animation used by the mount
#* Mount animation tag is the animation used by the mount
#* Rider animation tag is the animation used by rider. The tool tries to auto select the matching animation when a mount animation is selected
# Save and Preview:
#* "Generate and save all" Runs through all the animations in the mounts animation set and generates animations for the rider.
#* Update the preview to reflect changes done in the animation settings view
# Control how the rider is attached to the mount
#* Active fragment to add items to
#* Rider root bone (probably never change this)
#* Slot in the active fragment to add to
#* The vertex the rider is attached to. Select the mount, press F3 then select the vertex that the rider should be select to and press Set. The first selected vertex is used if multiple vertexes are selected
#* Batch process based on the values in "Mount link shortcut view"
# Settings for the animation - Hopefully pretty intuitive apart from the Max Rider rot, which you probably should always leave at default
# Drawing related things
# Press "Preview" to generate an animation with the current settings
[[File:Mount tool defaultworkflow.png|none|thumb|Screenshot]]
# The animation preview controller to see how the animation looks
 
[[File:Image.png|none|thumb|Screenshot]]
[[File:Image2.png|none|thumb|Selecting vertex]]
[[File:Image2.png|none|thumb|Selecting vertex]]


==== Sliding ====
==== Sliding ====
If the rider is sliding around or popping, make sure that the scale of the mount is correct.
If the rider is sliding around or popping, make sure that the scale of the mount is correct.
==== Matched animations ====
Matched animations does not work well right now, I recommend deleting them.
==== Workflow ====
# Select rider and mount meshes
# Select attachment point
# Select rider and mount fragment
# Play around with the settings until you are happy with how it looks
# PressBatch prosess to generate animpack, bin and fragment.
# Look at the report to see if manual tweaks are needed.
# If manual tweaks are needed:
## Load the new fragment into "selected fragment"
## Find a slot that needs to be fixed.
## Select the correct Mount tag for the selected rider slot
## Select a rider tag that looks good
## Press add to fragment
## Repeat


===Anm.Meta files Editor===
===Anm.Meta files Editor===

Revision as of 17:00, 21 June 2021

The AssetEditor is a poor man's 3d program for Total war games (currently only supports WH2).

It aims at trying to recreate the Kit bashing feeling you get when working with plastic models.

Download link: https://github.com/olekristianhomelien/TheAssetEditor/releases/latest

Disclaimer: I am not good at technical writing or enjoy it, so if someone feels the desire to improve this, then please!

Basics

Camera

All the visual editors uses ALT+ Mouse to move the camera.

Zoom = Alt+ Mouse Wheel

Move = Alt + Right button

Rotate = Alt + Left button

Saving

The tool works both with individual files and the pack files themselves. As a result of this each of them has to be saved separately. Saving a file in an editor adds it to the in memory packfile (which then goes red), which have to be right clicked then saved.


Sub Tools

Kitbash Editor

Select a .rmv2 file to open the Kitbash Editor

Some text to come here, maybe someone want to write it?

Youtube tutorial: https://www.youtube.com/watch?v=LeObDGqV2PM

Re-Regging

One of the key parts of the Kitbash editor is the ability to re-rig a mesh from one skeleton to an other. If this is not done, the mesh will turn into spaghetti when an animation is applied.

It works by doing a 1:1 mapping between bones in the original skeleton (left side) and the target skeleton (right side)

It works by selecting bones one by one on the left side and then selecting a bone on the right side. When this is done the column on the left side that says -1 should turn into the same the bone selected on the right side.

The tool can also attempt to auto fit the mesh onto the skeleton by selecting the "Fit mesh to skeleton" checkbox.

ReriggingImage.png
Bone selected and mapped correctly
Old and messy tutorial

BMI tool

The BMI editor allows the scaling of a mesh along its normals. This gives the impression of adding or removing thickness to and object.

All the bones that are selected in the tree view is applied to the scale when the apply button is pressed.

Before
After

Mount Animation Creator

The tool also allows for attaching an animation to a vertex on an other skeleton. This is useful for creating mount animations for mount that does not exist in the game.

An example of this would be adding a Squig mound to Karl Franze or a Lion animation to the High Elf Princess. https://www.youtube.com/watch?v=4dKFXAu4R1Y


A run-through of the UI components:

  1. Information about the rider and mount (mesh, skeleton and animation)
  2. Control how the rider is attached to the mount
    • Rider root bone (probably never change this)
    • Leg animation (disabled for now)
    • The vertex the rider is attached to. Select the mount, press F3 then select the vertex that the rider should be select to and press Set. The first selected vertex is used if multiple vertexes are selected
  3. Settings for the animation - Hopefully pretty intuitive
  4. Rider and mount animation fragment and active slots
    • Mount is the animation fragment used by the mount
    • Rider is the animation fragment used by the rider
    • Mount animation tag is the animation used by the mount
  5. Save and Preview:
    • Update the preview to reflect changes done in the animation settings view
    • Active fragment to add items to
    • Slot in the active fragment to add to
    • Batch process based on the values in "Mount link shortcut view"
  6. Drawing related things
Screenshot
Selecting vertex

Sliding

If the rider is sliding around or popping, make sure that the scale of the mount is correct.

Matched animations

Matched animations does not work well right now, I recommend deleting them.

Workflow

  1. Select rider and mount meshes
  2. Select attachment point
  3. Select rider and mount fragment
  4. Play around with the settings until you are happy with how it looks
  5. PressBatch prosess to generate animpack, bin and fragment.
  6. Look at the report to see if manual tweaks are needed.
  7. If manual tweaks are needed:
    1. Load the new fragment into "selected fragment"
    2. Find a slot that needs to be fixed.
    3. Select the correct Mount tag for the selected rider slot
    4. Select a rider tag that looks good
    5. Press add to fragment
    6. Repeat

Anm.Meta files Editor

The tool can display and edit most meta file, more information will be added later

ImageMeta.png

Tips and tricks