Importing Custom Assets to RF1: Difference between revisions
(initial commit - wip) |
No edit summary |
||
Line 15: | Line 15: | ||
Textures in Red Faction are used for everything from level geometry, to model skins, to HUD/menu elements. The game supports textures in three formats: TARGA (.tga), Volition Bitmap (.vbm), and DirectDraw Surface (.dds - Dash Faction only). | Textures in Red Faction are used for everything from level geometry, to model skins, to HUD/menu elements. The game supports textures in three formats: TARGA (.tga), Volition Bitmap (.vbm), and DirectDraw Surface (.dds - Dash Faction only). | ||
* ''Custom maps'': [[RED]] loads custom textures from the | * '''Custom maps''': [[RED]] loads custom textures from the ''GAMEFOLDER\user_maps\textures\'' directory (on application start), and lists those textures in the "Custom" texture category in [[RED User Guide#Texture Mode|texture mode]]. | ||
* ''Custom conversion mods'': | * '''Custom conversion mods''': | ||
Revision as of 15:15, 12 February 2023
This page is under construction. The information on this page may not yet be complete. |
This page will detail the different types of custom assets that can be imported into RF1, specific requirements when importing, and what they can be used for after importing.
Note that this page includes some details that only apply when using the Dash Faction patch. As this is the de facto standard version of the game, as a developer it's generally safe to rely upon features introduced by this patch. That said, this page indicates whenever a feature is Dash-specific.
General Info
Custom assets are useful in the creation of custom maps, custom conversion mods, and custom clientside mods, however there are some specifics to be aware of in each case.
Custom Maps
Textures
Textures in Red Faction are used for everything from level geometry, to model skins, to HUD/menu elements. The game supports textures in three formats: TARGA (.tga), Volition Bitmap (.vbm), and DirectDraw Surface (.dds - Dash Faction only).
- Custom maps: RED loads custom textures from the GAMEFOLDER\user_maps\textures\ directory (on application start), and lists those textures in the "Custom" texture category in texture mode.
- Custom conversion mods: