Tresquel / td_path

Converts TDPaths (.pth) into lua files that can be parsed in-game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TDPath converter

Converts TDPaths (.pth) into lua files that can be parsed in-game.

Example output:

path = {
	version = '1.5.4',
	time = 24.725962,
	length = 1855,
	nodes = {
		{ -5.7933216, 8.561391, 6.787056 },
		{ -5.7933216, 8.561391, 6.787056 },
		{ -5.793324, 8.561359, 6.7870603 },
		{ -5.793324, 8.561372, 6.7870603 },
		{ -5.793324, 8.56139, 6.7870603 },
		{ -5.793324, 8.56139, 6.7870603 },
        -- rest of the nodes
    }
}

Contributions are welcome.

Usage

Requirements:

  • VCRedist
  • Rust (required only if you want to build it yourself)

Just run the exe and it should convert all of your paths stored in %LOCALAPPDATA%\Teardown\

About

Converts TDPaths (.pth) into lua files that can be parsed in-game

License:Apache License 2.0


Languages

Language:Rust 100.0%