1.0.0 • Published 2 years ago

@tormak/tor-model-locator v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

npm (scoped) npm

Tor Model Locator

This tool is intended to be used to parse output from the various tools I have designed for TORCommunity.com. It copies the textures and models into a predictable file structure for ease of use.

Install

Using npm:

npm install @tormak/tor-model-locator

Usage

Note: These examples use typescript files (.ts) but can still be implimented the same way for javascript files (.js).

import { locate } from '@tormak/tor-model-locator';

const dataFolder = "path to data folder";

const extractFolder = "path to a SWTOR asset extraction";

const success = locate(dataFolder, extractFolder);

if (success) console.log("Location complete!");
1.0.0

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago