From 0eb8b72c2cf5b8ccbd538218b041b211f9ecc1da Mon Sep 17 00:00:00 2001 From: WesternGamer <80211714+WesternGamer@users.noreply.github.com> Date: Sun, 31 Oct 2021 19:26:15 -0400 Subject: [PATCH 1/6] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..b4cb3375 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 WesternGamer + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 5d79d7273ac23bde51838cf1d924879281061007 Mon Sep 17 00:00:00 2001 From: WesternGamer <80211714+WesternGamer@users.noreply.github.com> Date: Sun, 31 Oct 2021 19:31:48 -0400 Subject: [PATCH 2/6] Update README.md --- README.md | 39 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 69d0442b..b86c90b9 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ # RDR2 Texture Toolkit -NOTE: The texture converter by citizenfx was removed to comply with a DMCA takedown request. This means that any releases of this tool with the texture tool has been removed. A new release of this tool without the texture converter will be released. That version will require you to have RedM installed and will tell you where the texture tool is located. Sorry for the inconvenience. - A tool forked off of Neodymium's GTA5 Texture Toolkit, that allows you to create RDR2 texture files without requiring to buy GTA5. ## How it works: -This is basically Neodymium's GTA5 Texture toolkit but only with the components to create a texture file (.ytd). This means that you can't export the files from ymt files but you can do that with OpenIV. You can't also load ymt files. This program also uses the RedM ymt file converter from the RedM client to convert the files to the ymt format that RDR2 recognizes. +his is basically Neodymium's GTA5 Texture toolkit but only with the components to create a texture file (.ytd). This means that you can't export the files from "ytd" files but you can do that with OpenIV. You can't also load "ytd" files. This program also uses the RedM "ytd" file converter from the RedM client to convert the files to the "ytd" format that RDR2 recognizes. This is NOT included with the program. There are existing ways to make RDR2 Ytd files but this tool makes it more easy and not as tedious. ## How to Use: @@ -24,6 +22,41 @@ NOTE: The program only accepts DDS files explicitly. This means if the file ends 5. The ymt file that has "_nya" in it, can now be renamed to whatever you want and can now be used in Lenny's Mod Loader. +## How to install: + +Before installing, please read the Requirements section to see what you will need before installation. + +NOTE: If the files are not downloadable e.g. false positive on virus scan, then download from GitHub mirror under the mirrors section. + +## Portable install: + + +NOTE: Only downloadable on GitHub because virus scans always get a false positive on this tool. Go to mirrors and click on GitHub to go to the download page on GitHub. + +This is for short term use only. + +1. Download RDR2 Texture Toolkit Portable then extract the files to a folder. + +2. Run the exe file. + +3. Follow setup instructions. + +4. Done! + +## Package install: + +This is for long term use and will actually install the program. + +NOTE: This will not work if you are on a version of Windows 10 earlier than version 2004.  + +1. Download RDR2 Texture Toolkit then extract the files to a folder. + +2. Click on the .cer file. Then follow the instructions on screen. This is to allow you to install the program.  + +3. Click on the .msixbundle file.  + +4. Click install. If it does not allow you to install, repeat step 2, but select Local Machine in the prompt. If all fails, use the portable version. +![alt text](https://i.imgur.com/t93e69A.png) ## Credits to: The CitizenFX Collective for the texture converter. The texture converter are (c) 2017-2020 the CitizenFX Collective. From b4201a6b04a002900efed2637a6e9377752eddb3 Mon Sep 17 00:00:00 2001 From: WesternGamer <80211714+WesternGamer@users.noreply.github.com> Date: Sun, 31 Oct 2021 19:40:20 -0400 Subject: [PATCH 3/6] Update README.md --- README.md | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 67 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b86c90b9..d94e4dd2 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,72 @@ NOTE: This will not work if you are on a version of Windows 10 earlier than vers 4. Click install. If it does not allow you to install, repeat step 2, but select Local Machine in the prompt. If all fails, use the portable version. ![alt text](https://i.imgur.com/t93e69A.png) +5. Run the program. + +6. Follow setup instructions. + +7. Done! + +## How to update the tool: + +These instructions will tell you how to update the tool. + +1. Download the latest version of RDR2 Texture Toolkit then extract the files to a folder. + +2. Click on the .msixbundle file. + +3. Click update. If it does not allow you to update, click on the .cer file. Then follow the instructions on screen. This is due to the .cer file being expired. + +4. Done! + +## Mirrors: + +If you cannot download the tool or need the portable version, here is the list of mirrors available + +RDR2 Mods (COMING SOON) + +Nexus Mods (COMING SOON) + +## How to Report a bug/issue: + +If you find a bug/issue, please report it [Here](https://github.com/WesternGamer/gta-toolkit/issues). + ## Credits to: -The CitizenFX Collective for the texture converter. The texture converter are (c) 2017-2020 the CitizenFX Collective. -Neodymium for his code on GitHub and the original GTA5 ToolKit. +Neodymium for his code on [GitHub](https://github.com/Neodymium146/gta-toolkit) and the original [GTA5 Texture ToolKit](https://www.gta5-mods.com/tools/texture-toolkit). + +CitizenFX for the conversion tool or this program would not exist. Converter is NOT included with the tool. + +## Requirements: + +[RedM by CitizenFX](https://redm.net/): Required to for this tool to work. + +## Permissions and credits: + +### Credits and distribution permission + +#### Other user's assets + All the assets in this file belong to the author, or are from free-to-use modder's resources. + + +#### Upload permission + You can upload this tool to other sites but you must credit me as the creator of the file if the mod is has no updates after 6 months since the last update. + + +#### Modification permission + You are allowed to modify my tool and release bug fixes or improve on the features so long as you credit me as the original creator if development is officially discontinued. + + +#### Conversion permission + You can convert this file to work with other RAGE engine games as long as you credit me as the creator of the tool. + + +#### Asset use permission + You are allowed to use the assets in this tool without permission as long as you credit me if the mod is has no updates after 6 months since the last update. + + +#### Asset use permission in mods/files that are being sold + You are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms. You will get reported if you do so. + +## License: + From 18757d7b6c8b30571351c85a647d42e78e1c9ff7 Mon Sep 17 00:00:00 2001 From: WesternGamer <80211714+WesternGamer@users.noreply.github.com> Date: Sun, 31 Oct 2021 19:41:02 -0400 Subject: [PATCH 4/6] Update README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index d94e4dd2..f5009d71 100644 --- a/README.md +++ b/README.md @@ -127,3 +127,24 @@ CitizenFX for the conversion tool or this program would not exist. Converter is ## License: +MIT License + +Copyright (c) 2021 WesternGamer + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 19cb009355ede537d3ca58d7f30c5918aae785d7 Mon Sep 17 00:00:00 2001 From: WesternGamer <80211714+WesternGamer@users.noreply.github.com> Date: Mon, 1 Nov 2021 15:59:26 -0400 Subject: [PATCH 5/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f5009d71..a92fa0a7 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ NOTE: This will not work if you are on a version of Windows 10 earlier than vers 3. Click on the .msixbundle file.  4. Click install. If it does not allow you to install, repeat step 2, but select Local Machine in the prompt. If all fails, use the portable version. + ![alt text](https://i.imgur.com/t93e69A.png) 5. Run the program. From ca9f4740b1ae51909b35da3d433a31a6942caa87 Mon Sep 17 00:00:00 2001 From: WesternGamer <80211714+WesternGamer@users.noreply.github.com> Date: Mon, 1 Nov 2021 16:00:43 -0400 Subject: [PATCH 6/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a92fa0a7..6203d46d 100644 --- a/README.md +++ b/README.md @@ -81,9 +81,9 @@ These instructions will tell you how to update the tool. If you cannot download the tool or need the portable version, here is the list of mirrors available -RDR2 Mods (COMING SOON) +[RDR2 Mods](https://www.rdr2mods.com/downloads/rdr2/tools/240-rdr2-texture-toolkit/) -Nexus Mods (COMING SOON) +[Nexus Mods](https://www.nexusmods.com/reddeadredemption2/mods/1089) ## How to Report a bug/issue: