Skip to content

Perseus/lab-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab Parser

This tool is made to convert animation files used in the game Tales of Pirates to a format that is easily consumable by modern 3D animation software such as Blender. The converted file can then be used to create new animations and poses for character models being used in the game.

Usage

The tool currently offers one option - lab2dae.

This can be used to convert .lab files to .dae (collada) files.

Usage

The collada file can then be imported into Blender in order to look at and modify the bone structure and animations for all character models.

blender.mp4

You can use this option by providing the following arguments to the program -

1st argument: operation type. currently supported - lab2dae

2nd argument: file location. currently supported - .lab file formats

On-going work

I'm currently working to support reverse-conversions, so that the updated model can then be converted back to the .lab format and be used in the game directly.

I'm also working on ways to add some more data to the collada file, so that we can look at the full textured model within the 3D animation software.

Example:

This is the same .lab file as the previous video, with mesh and texture information added into the collada file.

textured.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages