Difference between revisions of "Magic.TXD"
Jump to navigation
Jump to search
m (adding alternative codebase) |
(new build of 1.1) |
||
Line 39: | Line 39: | ||
==References== | ==References== | ||
− | * [https://mega.nz/#! | + | * [https://mega.nz/#!4MF0DTqY!h2bGVyffLT1B75j0f5B0EVUdQfWfoS1F0sboiI72Nz8 Download link (Win7+)], [https://mega.nz/#!pQF3AJwL!hcx4zBBVO9vR1k5opx0p9rIVThptLQygdf8GmPT8R78 Download link (WinXP+)] (1.1 rc1 build) |
* [https://magictxd.codeplex.com/ Source code on CodePlex] | * [https://magictxd.codeplex.com/ Source code on CodePlex] | ||
* [https://github.com/quiret/magic-txd Source code on GitHub] | * [https://github.com/quiret/magic-txd Source code on GitHub] |
Revision as of 00:17, 4 January 2017
Current version: | 1.0 |
---|---|
Developed by: | Martin Turski (The_GTA), Dmitry K (DK22Pac) |
Supported games: | GTA III, GTA VC, GTA SA, Manhunt, Sonic Heroes, Persona 3/4 |
Type: | Texture Dictionary editor |
Magic.TXD is an open-source RenderWare Texture Dictionary (TXD) editor written by DK22Pac and The_GTA for Microsoft Windows. It aims to support every RW TXD format and comes with many unprecedented features to make TXD editing simple.
Features
- PC, PS2, XBOX, Gamecube, Android, iOS TXD support
- supports all RenderWare GTA titles
- live preview of TXD contents
- Windows shell extension for thumbnails and context menu
- importing, exporting, resizing, encoding and decoding
- uses Qt framework for modern GUI
- TXD builder, converter and exporter
- Image formats: PNG, BMP, DDS, PVR, JPEG, TIFF, TGA
- mipmap generation (+ black-roads-fix)
- translated into many languages
Screenshots
Videos
- How to replace road textures in GTA:Vice City (HD download)
- How to fix dark vehicles in GTA3 (HD download)
- GUI Texture Editing Guide (HD download)
- How to compress the GTA3 folder (HD download)
- Build System How-To (HD download)
Plugin Support
There is support for Direct3D 9 color storage format extensions. Dynamic link libraries are loaded which define how Magic.TXD should treat D3DFORMAT types that it has no native support for. By default, Magic.TXD ships with D3DFMT_V8U8 and D3DFMT_A8 plugins.
References
- Download link (Win7+), Download link (WinXP+) (1.1 rc1 build)
- Source code on CodePlex
- Source code on GitHub
- Forum topic
- GTAGarage entry
- 32bit portable build (rc6.2)
- 64bit portable build (rc6.2)
- Magic.TXD on GTAinside
Tutorials
- Choosing the right Encoding
- Working with the Log
- TXD Build System
- Loading .RWTEX into GTA:SA using plugin-sdk (GTAForums)