-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0830e31
commit 86adda2
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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] <input triggers> <output glTF> | ||
Options: | ||
-p File platform. PS3, X360, PC, PS4, or NX. Default: PC | ||
``` |