List of File Formats in RF1: Difference between revisions

From Red Faction Wiki
No edit summary
No edit summary
Line 16: Line 16:
|-
|-
|'''.vpp'''
|'''.vpp'''
|Volition Packfile - stores all asset files
|Volition Packfile
|rafalh: [https://github.com/rafalh/rf-reversed/blob/master/vpp_format.h vpp_format.h] <br />Heiko Herrmann: [[VPP Specification by Heiko Herrmann|VPP Format]]
|rafalh: [https://github.com/rafalh/rf-reversed/blob/master/vpp_format.h vpp_format.h] <br />Heiko Herrmann: [[VPP Specification by Heiko Herrmann|VPP Format]]
| - Asset files must be within .vpp packfiles for [[Red Faction]] to load them. <br /> - Also used in other Volition games such as Summoner. <br />- Associated tools: [[Official RF Toolkit#CCrunch|CCrunch]] (Create), [[RED]] (Create), [[Descent Manager Toolkit]] tools (Create, extract, edit) [[rafalh RF Tools#VPP Exporter|VPP Exporter]] (Extract) <br />- [[List of RF1 Packfiles]]
| - Asset files must be within .vpp packfiles for [[Red Faction]] to load them. <br /> - Also used in other Volition games such as Summoner. <br />- Associated tools: [[Official RF Toolkit#CCrunch|CCrunch]] (Create), [[RED]] (Create), [[Descent Manager Toolkit]] tools (Create, extract, edit) [[rafalh RF Tools#VPP Exporter|VPP Exporter]] (Extract) <br />- [[List of RF1 Packfiles]]

Revision as of 15:50, 29 November 2020

Template:RF1Editing



File Extension Purpose Format Documentation Notes
.tbl Settings/attribute configuration Plaintext - List of RF1 Table Files
.vpp Volition Packfile rafalh: vpp_format.h
Heiko Herrmann: VPP Format
- Asset files must be within .vpp packfiles for Red Faction to load them.
- Also used in other Volition games such as Summoner.
- Associated tools: CCrunch (Create), RED (Create), Descent Manager Toolkit tools (Create, extract, edit) VPP Exporter (Extract)
- List of RF1 Packfiles
.peg Volition Asset Packfile - Used on PlayStation 2 version, not present on PC.
.rfl Red Faction Level rafalh: rfl.ksy - Originally used the .d4l (Descent 4 Level) extension.
- Associated tools: RED (Create, edit)
.vf Volition Font rafalh: vf_format.h - Also used in other Volition games such as Summoner.
- Created with FontTool2
.vfx Visual Effect rafalh: vfx.ksy, vfx_format.h - Created with VFXExporter
.v3d Volition Static Mesh (Pre-CCrunch) rafalh: v3d.ksy, v3d_format.h - Created with V3DExporter
.v3m Volition Static Mesh (Post-CCrunch) rafalh: v3d.ksy, v3d_format.h - Created by running a .v3d file through CCrunch, or V3D Tool
.vcm Volition Skeletal Mesh (Pre-CCrunch) rafalh: v3d.ksy, v3d_format.h - Created with RFBone
.v3c Volition Skeletal Mesh (Post-CCrunch) rafalh: v3d.ksy, v3d_format.h - Created by running a .vcm file through CCrunch
.mvf RF Skeletal Animation
.rfa RF Skeletal Animation rafalh: rfa_format.h
.tga TARGA Image
.vbm Volition Bitmap Image rafalh: vbm_format.h - Format supports animation
- Also used in other Volition games such as Summoner.
- Associated tools: MakeVBM (Create), MakeVBM (Enhanced) (Create), VBM Exporter (Extract), VBM Viewer (View)
.dds DirectDraw Surface Image - Compatibility with Red Faction added with Dash Faction 1.5.0+
.rfg Red Faction Group rafalh: rfg.ksy - Associated tools: RED (Create, import)