From 86adda2b5c803ef389341fd6f703c8a9234f6bce Mon Sep 17 00:00:00 2001 From: burninrubber0 Date: Fri, 24 Feb 2023 17:30:17 -0500 Subject: [PATCH] Update readme --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8405fb9..e9f7ee8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ -# Triggers_to_glTF - Converts Burnout Paradise Triggers resources to a glTF file +# TriggersToGLTF +Converts an extracted triggers resource from Burnout Paradise to a GLTF asset. All retail game versions and platforms are supported. + +At the moment, there is a [major issue](https://github.com/burninrubber0/TriggersToGLTF/issues/1). Until it is fixed, this tool is more of a gimmick than anything. If you are a developer, you will need to fix this before attempting to export back to a triggers resource. + +``` +Usage: TriggersToGLTF [-p PLATFORM] + +Options: + -p File platform. PS3, X360, PC, PS4, or NX. Default: PC +```