Difference between revisions of "SparkIV"
Jump to navigation
Jump to search
(version update) |
(→See also) |
||
Line 55: | Line 55: | ||
== See also == | == See also == | ||
− | * | + | *{{GTAF|384933}} |
− | * [http://gtaivtools.googlecode.com/ SparkIV project page] @ Google Code (source code only) | + | *[http://gtaivtools.googlecode.com/ SparkIV project page] @ Google Code (source code only) |
[[Category:GTA 4]] | [[Category:GTA 4]] |
Revision as of 00:30, 31 December 2008
Current version: | 0.5.1 Beta (!) |
---|---|
Developed by: | aru |
Supported games: | GTA 4 |
Type: | archive editor |
Website: | http://gtaivtools.googlecode.com/ |
SparkIV is an IMG and RPF archive file editor for GTA IV, created by aru. As of version 0.5.1 the software is open source, released under the GPL v3 license.
It includes viewers for several file formats commonly found inside the archives, such as textures (*.wtd
), models (*.wdr
) and model dictionaries (*.wdd
), as well as a decompiler for the game's mission script (*.sco
) files.
Contents
Feature History
Version 0.5.1
(released Dec 30, 2008)
- Support for Texture File editing with Import (replace only) functionality
- Support for viewing Texture mipmaps and viewing color channels separately
- Support for showing most of the filenames in Audio RPF (v3) files.
- Support for launching external registered editors based on extension
- Fixed some bugs with IMG file saving
Version 0.5.0
(released Dec 24, 2008)
- New "Browse" feature loads up GTA IV directory into view allowing easy access to open IMG/RPF files, as well as previewing resource files not in archives.
- Experimental support for saving RPF files (hasn't been extensively tested)
- Experimental support for previewing script (
*.sco
) files in a pseudo C-like decompiled form as well as a disassembled form - Support for previewing XML and other text files
- Support for Model Dictionary (
*.wdd
) files preview - Experimental support for texture mapping in model preview.
(Will automatically loadfilename.wtd
if present or display textures embedded in model -- mapping may not be accurate for all models!) - Model meshes without textures will now show in a random color.
- Model preview has a tree control allowing to view submeshes.
- Model preview allows viewing model in wireframe mode (might be slow).
- Some minor bug fixes
Version 0.4.5
(released Dec 18, 2008)
- Texture (
*.wtd
) preview and support for exporting textures - Experimental model (
*.wdr
) preview - Double click/Press enter on a supported file to preview it.
- Fixed bug in resource file segment size calculation when importing data in Resoursaur.
Version 0.4.0
(released Dec 16, 2008)
- Opens version 2 and version 3 RPFs
- Opens version 3 IMGs (old style GTA3/VC/SA IMGs are not supported)
- Saves/Rebuilds IMGs (saving RPFs is currently not supported)
- Supports Import/Export of files
- Includes
Resoursaur.exe
which can extract segment data out of resource files (wtd/wdr/etc) for reverse-engineering purposes.
See also
- GTAForums topic
- SparkIV project page @ Google Code (source code only)