Resources: Difference between revisions
(42 intermediate revisions by 6 users not shown) | |||
Line 8: | Line 8: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|Packfile | |[[Resources/Packfile|Packfile]] | ||
|Compressed archive containing most other resources. | |Compressed archive containing most other resources. | ||
|.pac | |.pac | ||
Line 15: | Line 15: | ||
* [[Tools/HedgeArcPack|HedgeArcPack]] | * [[Tools/HedgeArcPack|HedgeArcPack]] | ||
|- | |- | ||
|Packfile Info | |[[Resources/Packfile Info|Packfile Info]] | ||
|Contains information about a packfile. | |Contains information about a packfile. | ||
| | | | ||
Line 21: | Line 21: | ||
| | | | ||
|- | |- | ||
|Packfile Extended Info | |[[Resources/Packfile Extended Info|Packfile Extended Info]] | ||
|Contains extended information about a packfile. | |Contains extended information about a packfile. | ||
| | | | ||
Line 27: | Line 27: | ||
| | | | ||
|- | |- | ||
|Depend | |[[Resources/Depend|Depend]] | ||
|Stores information about packfile dependencies. | |Stores information about packfile dependencies. | ||
|.pac.d | |.pac.d | ||
|ResDepend | |ResDepend | ||
| | |N/A | ||
|- | |- | ||
|Pac General | |[[Resources/Pac General|Pac General]] | ||
| | | | ||
| | | | ||
Line 39: | Line 39: | ||
| | | | ||
|- | |- | ||
|Virtual Archive | |[[Resources/Virtual Archive|Virtual Archive]] | ||
| | | | ||
| | | | ||
|VirtualArchive | |VirtualArchive | ||
| | | | ||
|- | |||
|AR File | |||
|Archive containing resources. | |||
|.ar | |||
| | |||
|N/A | |||
|- | |||
|ARL File | |||
|Link file containing data on what each .ar file stores and its appropriate splits. | |||
|.arl | |||
| | |||
| | |||
* [[Tools/HedgeArcPack|HedgeArcPack]] | |||
|} | |} | ||
== Levels == | == Levels == | ||
Levels are a new system in Sonic Frontiers and up that allow the game to dynamically load other resources when they are needed. They specify which resources need to be loaded to load a certain "level". This is a system similar to Unreal Engine's level system. | Levels are a new system in [[Sonic Frontiers]] and up that allow the game to dynamically load other resources when they are needed. They specify which resources need to be loaded to load a certain "level". This is a system similar to Unreal Engine's level system. | ||
{| class="wikitable" | {| class="wikitable" | ||
! Name !! Description | ! Name !! Description | ||
Line 53: | Line 66: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|Level | |[[Resources/Level|Level]] | ||
|A special resource that's only used to check whether a level has been loaded in the engine. It does not contain any data. | |A special resource that's only used to check whether a level has been loaded in the engine. It does not contain any data. | ||
|.level | |.level | ||
Line 59: | Line 72: | ||
|N/A | |N/A | ||
|- | |- | ||
|Master Level | |[[Resources/Master Level|Master Level]] | ||
|Information about levels: which levels depend on each other, and also which resources to load in order to load a level. | |Information about levels: which levels depend on each other, and also which resources to load in order to load a level. | ||
|.mlevel | |.mlevel | ||
Line 74: | Line 87: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|Reflection | |[[Resources/Reflection|Reflection]] | ||
|Reflection-enabled configuration data. Contains parameters that can be edited by developers without changing game code. | |Reflection-enabled configuration data. Contains parameters that can be edited by developers without changing game code. | ||
|.rfl | |.rfl | ||
Line 81: | Line 94: | ||
* [[Tools/DevTools|DevTools]] | * [[Tools/DevTools|DevTools]] | ||
* [[Tools/Restoration Issue Pocketknife|Restoration Issue Pocketknife]] | * [[Tools/Restoration Issue Pocketknife|Restoration Issue Pocketknife]] | ||
* 010 Editor | * [[Tools/010 Editor Binary Templates|010 Editor Binary Templates]] | ||
|} | |} | ||
Line 91: | Line 104: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|ObjectWorld / GEdit | |[[Resources/ObjectWorld / GEdit|ObjectWorld / GEdit]] | ||
|Object placement and parameter data (HE2). | |Object placement and parameter data (HE2). | ||
|.gedit | |.gedit | ||
Line 101: | Line 114: | ||
* [[Tools/Restoration Issue Pocketknife|Restoration Issue Pocketknife]] | * [[Tools/Restoration Issue Pocketknife|Restoration Issue Pocketknife]] | ||
|- | |- | ||
|Orca: Set Object | |[[Resources/Orca: Set Object|Orca: Set Object]] | ||
|Object placement and parameter data (HE1). | |Object placement and parameter data (HE1). | ||
|.orc | |.orc | ||
Line 118: | Line 131: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|Gismo Config Design | |[[Resources/Gismo Config Design|Gismo Config Design]] | ||
|Defines the properties of gismo objects. | |Defines the properties of gismo objects. | ||
|.gismod | |.gismod | ||
Line 125: | Line 138: | ||
* [[Tools/KnuxTools|KnuxTools]] | * [[Tools/KnuxTools|KnuxTools]] | ||
|- | |- | ||
|Gismo Config Plan | |[[Resources/Gismo Config Plan|Gismo Config Plan]] | ||
| | | | ||
|.gismop | |.gismop | ||
|ResGismoConfigPlan | |ResGismoConfigPlan | ||
| | | | ||
* [[Tools/KnuxTools|KnuxTools]] | |||
|} | |} | ||
Line 138: | Line 152: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
| Model || Contains 3D model information (also contains an armature). | |[[Resources/Model| Model]] | ||
| Contains 3D model information (also contains an armature). | |||
|.model | |.model | ||
|ResModel | |ResModel | ||
Line 146: | Line 161: | ||
* [[Tools/HEIO|HEIO]] | * [[Tools/HEIO|HEIO]] | ||
|- | |- | ||
|Terrain Model | |[[Resources/Terrain Model|Terrain Model]] | ||
|Contains 3D model information specifically for terrain models. Similar to "Model" but does not contain an armature. | |Contains 3D model information specifically for terrain models. Similar to "Model" but does not contain an armature. | ||
|.terrain-model | |.terrain-model | ||
Line 156: | Line 171: | ||
* [[Tools/HEIO|HEIO]] | * [[Tools/HEIO|HEIO]] | ||
|- | |- | ||
|Heightfield | |[[Resources/Heightfield|Heightfield]] | ||
|Height field maps. | |Height field maps. | ||
|.heightfield | |.heightfield | ||
|ResHeightField | |ResHeightField | ||
| | | | ||
* [[Tools/ | * [[Tools/HeightFielder|HeightFielder]] | ||
|- | |- | ||
| Model Pointcloud || Placement information for model or terrain model instances. | |[[Resources/Model Pointcloud|Model Pointcloud]] | ||
| Placement information for model or terrain model instances. | |||
|.pcmodel | |.pcmodel | ||
|ResPointcloudModel | |ResPointcloudModel | ||
Line 171: | Line 187: | ||
* [[Tools/Restoration Issue Pocketknife|Restoration Issue Pocketknife]] | * [[Tools/Restoration Issue Pocketknife|Restoration Issue Pocketknife]] | ||
|- | |- | ||
|Orca: Map | |[[Resources/Orca: Map|Orca: Map]] | ||
|Placement information for model or terrain model instances. | |Placement information for model or terrain model instances. | ||
|.map.bin | |.map.bin | ||
|ResDivMap | |ResDivMap | ||
| | | | ||
* [[Tools/KnuxTools|KnuxTools]] | |||
|- | |- | ||
|MIRAGE Model Instance Info | |[[Resources/MIRAGE Model Instance Info|MIRAGE Model Instance Info]] | ||
| | |Contains information about model instances. | ||
|.model-instanceinfo | |.model-instanceinfo | ||
|ResMirageModelInstanceInfo | |ResMirageModelInstanceInfo | ||
| | | | ||
|- | |- | ||
|MIRAGE Terrain Instance Info | |[[Resources/MIRAGE Terrain Instance Info|MIRAGE Terrain Instance Info]] | ||
| | |Contains information about terrain model instances. | ||
|.terrain-instanceinfo | |.terrain-instanceinfo | ||
|ResMirageTerrainInstanceInfo | |ResMirageTerrainInstanceInfo | ||
| | | | ||
* [[Tools/KnuxTools|KnuxTools]] | |||
|- | |- | ||
|Vertex Link Info | |[[Resources/Vertex Link Info|Vertex Link Info]] | ||
| | | | ||
|.vli | |.vli | ||
|ResVertexLinkInfo | |ResVertexLinkInfo | ||
| | |||
|- | |||
|MetaTerrainInstance | |||
|A file containing model and lightfield data capable of animating, commonly used for grass and clouds. | |||
|.mti | |||
| | |||
| | | | ||
|} | |} | ||
Line 202: | Line 226: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|Texture | |[[Resources/Texture|Texture]] | ||
|2D textures for model skinning. | |2D textures for model skinning. | ||
|.dds | |.dds | ||
Line 212: | Line 236: | ||
* [https://www.getpaint.net/ Paint.NET] | * [https://www.getpaint.net/ Paint.NET] | ||
|- | |- | ||
|Streaming Texture | |[[Resources/Streaming Texture|Streaming Texture]] | ||
|Streamed 2D textures. | |Streamed 2D textures. | ||
| | | | ||
Line 225: | Line 249: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|Material | |[[Resources/Material|Material]] | ||
|Material information. Contains shader parameters and texture names. | |Material information. Contains shader parameters and texture names. | ||
|.material | |.material | ||
Line 234: | Line 258: | ||
* [[Tools/HEIO|HEIO]] | * [[Tools/HEIO|HEIO]] | ||
|- | |- | ||
|Terrain Material | |[[Resources/Terrain Material|Terrain Material]] | ||
|Terrain material information. | |Terrain material information. | ||
|.terrain-material | |.terrain-material | ||
|ResTerrainMaterial | |ResTerrainMaterial | ||
| | | | ||
* [[Tools/KnuxTools|KnuxTools]] | |||
|- | |||
|[[Material (Unleashed)|Material]] | |||
|Contains shader information and texset resource information. | |||
|.material | |||
| | |||
| | |||
* [[Tools/HedgeEdit|HedgeEdit]] | |||
|- | |||
|Texture | |||
|Contains parameter information for texture files linked to a material. | |||
|.texture | |||
| | |||
| | |||
* [[Tools/HedgeEdit|HedgeEdit]] | |||
|- | |||
|Texset | |||
|Contains groupings of textures linked to a material. | |||
|.texset | |||
| | |||
| | |||
* [[Tools/HedgeEdit|HedgeEdit]] | |||
|} | |} | ||
Line 248: | Line 294: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|PXD Skeleton | |[[Resources/PXD Skeleton|PXD Skeleton]] | ||
|Skeleton for | |Skeleton for PXD animations. | ||
|.skl.pxd | |.skl.pxd | ||
|ResSkeletonPxd | |ResSkeletonPxd | ||
| | | | ||
* | * [[Tools/Sonic Frontiers Animation Tools|Sonic Frontiers Animation Tools]] | ||
|- | |- | ||
|PXD Animation | |[[Resources/PXD Animation|PXD Animation]] | ||
|Animation data. | |Animation data. | ||
|.anm.pxd | |.anm.pxd | ||
|ResAnimationPxd | |ResAnimationPxd | ||
| | | | ||
* | * [[Tools/Sonic Frontiers Animation Tools|Sonic Frontiers Animation Tools]] | ||
|- | |- | ||
|PBA Skeleton | |[[Resources/PBA Skeleton|PBA Skeleton]] | ||
|Skeleton for physics based animations. | |Skeleton for physics based animations. | ||
|.pba | |.pba | ||
Line 268: | Line 314: | ||
| | | | ||
|- | |- | ||
|Animation State Machine | |[[Resources/Animation State Machine|Animation State Machine]] | ||
|Animation State Machine data. Handles animation blending, animation states, animation triggers, etc. | |Animation State Machine data. Handles animation blending, animation states, animation triggers, etc. | ||
|.asm | |.asm | ||
Line 276: | Line 322: | ||
* [[Tools/Restoration Issue Pocketknife|Restoration Issue Pocketknife]] | * [[Tools/Restoration Issue Pocketknife|Restoration Issue Pocketknife]] | ||
|- | |- | ||
|HelperBone | |[[Resources/HelperBone|HelperBone]] | ||
|Currently unknown. | |Currently unknown. | ||
|.helperbone.bin | |.helperbone.bin | ||
Line 282: | Line 328: | ||
| | | | ||
|- | |- | ||
|Material Animation | |[[Resources/Material Animation|Material Animation]] | ||
|Material animations. | |Material animations. | ||
|.mat-anim | |.mat-anim | ||
Line 288: | Line 334: | ||
| | | | ||
|- | |- | ||
|UV Animation | |[[Resources/UV Animation|UV Animation]] | ||
|Texture UV animations (presumably Wii SRT0). | |Texture UV animations (presumably Wii SRT0). | ||
|.uv-anim | |.uv-anim | ||
Line 295: | Line 341: | ||
* [[Tools/KwasTools|KwasTools]] (he_anim_tool) | * [[Tools/KwasTools|KwasTools]] (he_anim_tool) | ||
|- | |- | ||
|Texture Pattern Animation | |[[Resources/Texture Pattern Animation|Texture Pattern Animation]] | ||
|Texture pattern animations (presumably Wii PAT0). | |Texture pattern animations (presumably Wii PAT0). | ||
|.pt-anim | |.pt-anim | ||
Line 301: | Line 347: | ||
| | | | ||
|- | |- | ||
|Visibility Animation | |[[Resources/Visibility Animation|Visibility Animation]] | ||
|Bone visibility animations (presumably Wii VIS0). | |Bone visibility animations (presumably Wii VIS0). | ||
|.vis-anim | |.vis-anim | ||
Line 307: | Line 353: | ||
| | | | ||
|- | |- | ||
|Camera Animation | |[[Resources/Camera Animation|Camera Animation]] | ||
|Camera animations. | |Camera animations. | ||
|.cam-anim | |.cam-anim | ||
|ResAnimCameraContainer | |ResAnimCameraContainer | ||
| | | | ||
* [[Tools/KwasTools|KwasTools]] (he_anim_tool) | |||
|- | |- | ||
|Light Animation | |[[Resources/Light Animation|Light Animation]] | ||
|Light animations. | |Light animations. | ||
|.lit-anim | |.lit-anim | ||
Line 319: | Line 366: | ||
| | | | ||
|- | |- | ||
|Vertex Animation Texture | |[[Resources/Vertex Animation Texture|Vertex Animation Texture]] | ||
|Vertex animation textures (textures that efficiently encode large scale animations on vertices). | |Vertex animation textures (textures that efficiently encode large scale animations on vertices). | ||
|.vat | |.vat | ||
Line 325: | Line 372: | ||
| | | | ||
* [[Tools/Restoration Issue Pocketknife|Restoration Issue Pocketknife]] | * [[Tools/Restoration Issue Pocketknife|Restoration Issue Pocketknife]] | ||
|- | |||
|[[Resources/Havok Skeleton|Havok Skeleton]] | |||
|Skeleton for Havok Animations | |||
|.skl.hkx | |||
| | |||
| | |||
|- | |||
|[[Resources/Havok Animation|Havok Animation]] | |||
|Animation data. | |||
|.anm.hkx | |||
| | |||
| | |||
|} | |} | ||
Line 333: | Line 392: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|MIRAGE Light | |[[Resources/MIRAGE Light|MIRAGE Light]] | ||
|MIRAGE point lights. | |MIRAGE point lights. | ||
|.light | |.light | ||
|ResMirageLight | |ResMirageLight | ||
| | | | ||
|- | |- | ||
|MIRAGE Lightfield | |[[Resources/MIRAGE Lightfield|MIRAGE Lightfield]] | ||
|MIRAGE light field data. | |MIRAGE light field data. | ||
|.lft | |.lft | ||
Line 346: | Line 404: | ||
| | | | ||
|- | |- | ||
|SH Lightfield | |[[Resources/SH Lightfield|SH Lightfield]] | ||
|Spherical harmonics based light field data. | |Spherical harmonics based light field data. | ||
|.lf | |.lf | ||
|ResSHLightField | |ResSHLightField | ||
| | | | ||
* [[Tools/KnuxTools|KnuxTools]] | |||
|- | |- | ||
|Probe | |[[Resources/Probe|Probe]] | ||
|IBL probe data. | |IBL probe data. | ||
|.probe | |.probe | ||
Line 358: | Line 417: | ||
| | | | ||
|- | |- | ||
|Light Pointcloud | |[[Resources/Light Pointcloud|Light Pointcloud]] | ||
|Instance placement information for point lights. | |Instance placement information for point lights. | ||
|.pcrt | |.pcrt | ||
|ResPointcloudLight | |ResPointcloudLight | ||
| | | | ||
* [[Tools/KnuxTools|KnuxTools]] | |||
* [[Tools/AshDumpTool|AshDumpTool]] | |||
|} | |} | ||
Line 372: | Line 433: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|FxColFile2 | |[[Resources/FxColFile2|FxColFile2]] | ||
|FxCol configuration. | |FxCol configuration. | ||
|.fxcol | |.fxcol | ||
Line 382: | Line 443: | ||
== SvCol == | == SvCol == | ||
SvCol defines collision shapes in the game world that control culling. | SvCol defines collision shapes in the game world that control sector visibility (a form of culling). | ||
{| class="wikitable" | {| class="wikitable" | ||
! Name !! Description | ! Name !! Description | ||
Line 388: | Line 449: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|SvCol2 | |[[Resources/SvCol2|SvCol2]] | ||
|SvCol configuration. | |SvCol configuration. | ||
|.svcol | |.svcol | ||
|ResSvCol2 | |ResSvCol2 | ||
| | | | ||
* [[Tools/KnuxTools|KnuxTools]] | |||
|} | |} | ||
Line 401: | Line 463: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|Cyan Effect | |[[Resources/Cyan Effect|Cyan Effect]] | ||
|Particle effect systems. | |Particle effect systems. | ||
|.cemt | |.cemt | ||
Line 408: | Line 470: | ||
* [[Tools/CEMT Color Editing Tool|CEMT Color Editing Tool]] | * [[Tools/CEMT Color Editing Tool|CEMT Color Editing Tool]] | ||
|- | |- | ||
|Particle Location | |[[Resources/Particle Location|Particle Location]] | ||
| | |Database of particle effects with transform values and sounds | ||
|.effdb | |.effdb | ||
|ResParticleLocation | |ResParticleLocation | ||
| | | | ||
* [[Tools/AshDumpTool|AshDumpTool]] | |||
|} | |} | ||
Line 421: | Line 484: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|Bullet Mesh | |[[Resources/Bullet Mesh|Bullet Mesh]] | ||
|Bullet physics engine mesh. Used for collision detection. | |Bullet physics engine mesh. Used for collision detection. | ||
|.btmesh | |.btmesh | ||
|ResPhysicsMesh | |ResPhysicsMesh | ||
| | | | ||
* btmesh | * [[Tools/btmesh|btmesh]] | ||
* [[Tools/HEIO|HEIO]] | * [[Tools/HEIO|HEIO]] | ||
|- | |- | ||
|Bullet Soft Body | |[[Resources/Bullet Soft Body|Bullet Soft Body]] | ||
|Bullet physics engine soft body. | |Bullet physics engine soft body. | ||
|.btsb | |.btsb | ||
Line 435: | Line 498: | ||
| | | | ||
|- | |- | ||
|Bullet Skinned Mesh Collider | |[[Resources/Bullet Skinned Mesh Collider|Bullet Skinned Mesh Collider]] | ||
|Bullet physics engine skinned mesh collider. Not exactly known what this is currently. | |Bullet physics engine skinned mesh collider. Not exactly known what this is currently. | ||
|.btsmc | |.btsmc | ||
Line 441: | Line 504: | ||
| | | | ||
|- | |- | ||
|Collision Pointcloud | |[[Resources/Collision Pointcloud|Collision Pointcloud]] | ||
|Instance placement info for collision meshes. | |Instance placement info for collision meshes. | ||
|.pccol | |.pccol | ||
|ResPointCloudCollision | |ResPointCloudCollision | ||
| | | | ||
* [[Tools/KnuxTools|KnuxTools]] | |||
* [[Tools/AshDumpTool|AshDumpTool]] | |||
|} | |} | ||
Line 455: | Line 520: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|Orca: Spline Path | |[[Resources/Orca: Spline Path|Orca: Spline Path]] | ||
|Contains path information. | |Contains path information. | ||
|.path.bin | |.path.bin | ||
Line 462: | Line 527: | ||
* [[Tools/Restoration Issue Pocketknife|Restoration Issue Pocketknife]] | * [[Tools/Restoration Issue Pocketknife|Restoration Issue Pocketknife]] | ||
|- | |- | ||
|Orca: Spline Path 2 | |[[Resources/Orca: Spline Path 2|Orca: Spline Path 2]] | ||
|Contains path information. | |Contains path information. | ||
|.path2.bin | |.path2.bin | ||
|ResSplinePath2 | |ResSplinePath2 | ||
| | | | ||
* [[Tools/KnuxTools|KnuxTools]] | |||
|- | |- | ||
|Path | |[[Resources/Path|Path]] | ||
|Contains path information. | |Contains path information. | ||
|.path | |.path | ||
Line 476: | Line 542: | ||
* [[Tools/Blendhog Level Creator|Blendhog Level Creator]] | * [[Tools/Blendhog Level Creator|Blendhog Level Creator]] | ||
* [[Tools/Restoration Issue Pocketknife|Restoration Issue Pocketknife]] | * [[Tools/Restoration Issue Pocketknife|Restoration Issue Pocketknife]] | ||
* [[Tools/KnuxTools|KnuxTools]] | |||
|} | |} | ||
Line 486: | Line 552: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|Occlusion Capsule | |[[Resources/Occlusion Capsule|Occlusion Capsule]] | ||
|Occlusion capsules | |Occlusion capsules | ||
|.occ | |.occ | ||
Line 498: | Line 564: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|Atmospheric Fog | |[[Resources/Atmospheric Fog|Atmospheric Fog]] | ||
|Atmospheric fog data. | |Atmospheric fog data. | ||
|? | |? | ||
Line 511: | Line 577: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|Density Setting | |[[Resources/Density Setting|Density Setting]] | ||
|Configures the Hedgehog Engine density system. Configures all the density system's parameters and references density models. | |Configures the Hedgehog Engine density system. Configures all the density system's parameters and references density models. | ||
|.densitysetting | |.densitysetting | ||
|ResDensitySetting | |ResDensitySetting | ||
| | | | ||
* [[Tools/Restoration Issue Pocketknife|Restoration Issue Pocketknife]] | |||
|- | |- | ||
|Density Point Cloud | |[[Resources/Density Point Cloud|Density Point Cloud]] | ||
|Placement of pre-baked density models. | |Placement of pre-baked density models. | ||
|.densitypointcloud | |.densitypointcloud | ||
Line 524: | Line 591: | ||
* [[Tools/Blendhog Level Creator|Blendhog Level Creator]] | * [[Tools/Blendhog Level Creator|Blendhog Level Creator]] | ||
|- | |- | ||
|Density Instance | |[[Resources/Density Instance|Density Instance]] | ||
| | | | ||
| | | | ||
Line 530: | Line 597: | ||
| | | | ||
|- | |- | ||
|Terrain Grass Info | |[[Resources/Terrain Grass Info|Terrain Grass Info]] | ||
| | | | ||
|.grass.bin | |.grass.bin | ||
Line 544: | Line 611: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|NavMesh Config | |[[Resources/NavMesh Config|NavMesh Config]] | ||
|Navmesh configuration | |Navmesh configuration | ||
|.nmc | |.nmc | ||
Line 550: | Line 617: | ||
| | | | ||
|- | |- | ||
|NavMesh Tile | |[[Resources/NavMesh Tile|NavMesh Tile]] | ||
|Navmesh tile | |Navmesh tile | ||
|.nmt | |.nmt | ||
|ResNavMeshTile | |ResNavMeshTile | ||
| | |||
|- | |||
|Navigation Mesh | |||
|Navigation mesh map | |||
|.navi.xml / .navi.xmlbin | |||
|NavigationMesh | |||
| | | | ||
|} | |} | ||
Line 564: | Line 637: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|AI State Machine | |[[Resources/AI State Machine|AI State Machine]] | ||
|Configuration for the AI State Machine | |Configuration for the AI State Machine | ||
|.aism | |.aism | ||
|ResAIStateMachine | |ResAIStateMachine | ||
| | |[[Tools/010 Editor Binary Templates|AshDump]] | ||
|} | |} | ||
Line 577: | Line 650: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|Scene | |[[Resources/Scene|Scene]] | ||
|Legacy cinematics system. | |Legacy cinematics system. | ||
|.scene | |.scene | ||
Line 583: | Line 656: | ||
| | | | ||
|- | |- | ||
|DvScene | |[[Resources/DvScene|DvScene]] | ||
|Cinematics. | |Cinematics. | ||
|. | |.dvscene | ||
|ResDvScene | |ResDvScene | ||
| | |||
* [[Tools/010 Editor Binary Templates|010 Editor Binary Templates]] | |||
|- | |||
|[[Resources/USM|USM]] | |||
|CRIware's video format | |||
|.usm | |||
| | |||
| | | | ||
|} | |} | ||
Line 596: | Line 676: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|Decal | |[[Resources/Decal|Decal]] | ||
|Decals. Referenced in FxColManager. | |Decals. Referenced in FxColManager. | ||
|? | |? | ||
Line 602: | Line 682: | ||
| | | | ||
|- | |- | ||
|Decal Pointcloud | |[[Resources/Decal Pointcloud|Decal Pointcloud]] | ||
|Placement information for decal instances. Referenced in FxColManager. | |Placement information for decal instances. Referenced in FxColManager. | ||
|? | |? | ||
Line 615: | Line 695: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|Vertex Shader | |[[Resources/Vertex Shader|Vertex Shader]] | ||
|Vertex shaders. | |Vertex shaders. | ||
|.vso | |.vso | ||
|ResVertexShader | |ResVertexShader | ||
| | | | ||
|- | |- | ||
|Pixel Shader | |[[Resources/Pixel Shader|Pixel Shader]] | ||
|Pixel shaders. | |Pixel shaders. | ||
|.pso | |.pso | ||
|ResFragmentShader | |ResFragmentShader | ||
| | | | ||
|- | |- | ||
|Compute Shader | |[[Resources/Compute Shader|Compute Shader]] | ||
|Compute shaders | |Compute shaders | ||
|.cso | |.cso | ||
|ResComputeShader | |ResComputeShader | ||
| | | | ||
|- | |- | ||
|Shader List | |[[Resources/Shader List|Shader List]] | ||
|List of shaders. | |List of shaders. | ||
|.shader-list | |.shader-list | ||
Line 651: | Line 728: | ||
!Editing tools | !Editing tools | ||
|- | |- | ||
|Atom Config | |[[Resources/Atom Config|Atom Config]] | ||
|CRIware Atom configuration data. | |CRIware Atom configuration data. | ||
|.acf | |.acf | ||
Line 657: | Line 734: | ||
| | | | ||
|- | |- | ||
|Atom Cue Sheet | |[[Resources/Atom Cue Sheet|Atom Cue Sheet]] | ||
|CRIware Atom cue sheet. Contains the game's audio and cue/AISAC information. | |CRIware Atom cue sheet. Contains the game's audio and cue/AISAC information. | ||
|.acb | |.acb | ||
Line 663: | Line 740: | ||
| | | | ||
* [[Tools/KwasTools|KwasTools]] (cri_utf_tool) | * [[Tools/KwasTools|KwasTools]] (cri_utf_tool) | ||
* [[Tools/SonicAudioTools|SonicAudioTools]] ( | * [[Tools/SonicAudioTools|SonicAudioTools]] (Deprecated) | ||
* [[Tools/Eternity Audio Tool|Eternity Audio Tool]] (Outdated) | * [[Tools/Eternity Audio Tool|Eternity Audio Tool]] (Outdated) | ||
|} | |} | ||
Line 675: | Line 752: | ||
!Editing tools | !Editing tools | ||
|- | |- | ||
|SurfRide SWIF | |[[Resources/SurfRide SWIF|SurfRide SWIF]] | ||
|Describes UI layout and animations. Similar to a primitive version of Adobe Flash. | |Describes UI layout and animations. Similar to a primitive version of Adobe Flash. | ||
|.swif | |.swif | ||
Line 681: | Line 758: | ||
| | | | ||
* [[Tools/DevTools|DevTools]] | * [[Tools/DevTools|DevTools]] | ||
* 010 Editor Templates | * [[Tools/010 Editor Binary Templates|010 Editor Binary Templates]] | ||
|} | |} | ||
Line 692: | Line 769: | ||
!Editing tools | !Editing tools | ||
|- | |- | ||
|Lua | |[[Resources/Lua|Lua]] | ||
|A Lua script. | |A Lua script. | ||
|.lua | |.lua | ||
Line 706: | Line 783: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|Vibration | |[[Resources/Vibration|Vibration]] | ||
|Haptics vibration information. | |Haptics vibration information. | ||
|.vib | |.vib | ||
Line 719: | Line 796: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|Clipmap Ocean | |[[Resources/Clipmap Ocean|Clipmap Ocean]] | ||
| | | | ||
|.cob | |.cob | ||
Line 732: | Line 809: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|Converse Project | |[[Resources/Converse Project|Converse Project]] | ||
|Localization project data. | |Localization project data. | ||
|.cnvrs-proj | |.cnvrs-proj | ||
|ResTextProject | |ResTextProject | ||
| | | | ||
* [[Tools/Converse Editor|Converse Editor]] | |||
|- | |- | ||
|Converse Text | |[[Resources/Converse Text|Converse Text]] | ||
|Localization text data. | |Localization text data. | ||
|.cnvrs-text | |.cnvrs-text | ||
|ResText | |ResText | ||
| | | | ||
* [[Tools/ | * [[Tools/Puyo Text Editor|Puyo Text Editor]] | ||
* [[Tools/Converse Editor|Converse Editor]] | * [[Tools/Converse Editor|Converse Editor]] | ||
|- | |- | ||
|Converse Meta | |[[Resources/Converse Meta|Converse Meta]] | ||
|Localization metadata. | |Localization metadata. | ||
|.cnvrs-meta | |.cnvrs-meta | ||
|ResTextMeta | |ResTextMeta | ||
| | | | ||
* [[Tools/Converse Editor|Converse Editor]] | |||
|} | |} | ||
Line 759: | Line 838: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|Bitmap Font | |[[Resources/Bitmap Font|Bitmap Font]] | ||
|Bitmap fonts. | |Bitmap fonts. | ||
|.bfnt | |.bfnt | ||
Line 765: | Line 844: | ||
| | | | ||
|- | |- | ||
|Scalable Font Set | |[[Resources/Scalable Font Set|Scalable Font Set]] | ||
|Vector fonts. | |Vector fonts. | ||
|.scfnt | |.scfnt | ||
Line 771: | Line 850: | ||
| | | | ||
|- | |- | ||
|Optical Kerning | |[[Resources/Optical Kerning|Optical Kerning]] | ||
|Information about optical text kerning. | |Information about optical text kerning. | ||
|.okern | |.okern | ||
Line 784: | Line 863: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|ICU data | |[[Resources/ICU data|ICU data]] | ||
|Data for libicu (unicode library) | |Data for libicu (unicode library) | ||
|.icu | |.icu | ||
|ResIcuData | |ResIcuData | ||
| | |||
|} | |||
== Acceleration Structures == | |||
{| class="wikitable" | |||
! Name !! Description | |||
!Extension | |||
!Engine name!! Editing tools | |||
|- | |||
|[[Resources/K-D Tree|K-D Tree]] | |||
|A serialized [[wikipedia:K-d_tree|k-d tree]]. This resource has only been seen as a runtime resource in the engine or embedded in [[Resources/Path|Path]] resources. | |||
|N/A | |||
|ResKdTree | |||
| | | | ||
|} | |} | ||
Line 797: | Line 889: | ||
!Engine name!! Editing tools | !Engine name!! Editing tools | ||
|- | |- | ||
|Name Extra | |[[Resources/Name Extra|Name Extra]] | ||
| | | | ||
|.nextra | |.nextra | ||
Line 803: | Line 895: | ||
| | | | ||
|- | |- | ||
|Pointcloud | |[[Resources/Pointcloud|Pointcloud]] | ||
| | | | ||
|.pointcloud | |.pointcloud |
Latest revision as of 16:09, 26 January 2025
Resources are the data files that contain things like 3D models, textures, animations and any other kind of assets. Many of these resources are stored in proprietary formats optimized for fast loading times, and thus require special tools to be edited by modders. Many of them are also built using proprietary SEGA technologies, like the ASM animation system. On this page we provide a list of all known resources supported by the Hedgehog Engine, their support in various games and tools that can be used to edit them.
Archives[edit | edit source]
Archives are compressed archives ("zip files") that contain most of the game's data.
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
Packfile | Compressed archive containing most other resources. | .pac | Packfile | |
Packfile Info | Contains information about a packfile. | PackfileInfo | ||
Packfile Extended Info | Contains extended information about a packfile. | PackfileExtendedInfo | ||
Depend | Stores information about packfile dependencies. | .pac.d | ResDepend | N/A |
Pac General | ResPacGeneral | |||
Virtual Archive | VirtualArchive | |||
AR File | Archive containing resources. | .ar | N/A | |
ARL File | Link file containing data on what each .ar file stores and its appropriate splits. | .arl |
Levels[edit | edit source]
Levels are a new system in Sonic Frontiers and up that allow the game to dynamically load other resources when they are needed. They specify which resources need to be loaded to load a certain "level". This is a system similar to Unreal Engine's level system.
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
Level | A special resource that's only used to check whether a level has been loaded in the engine. It does not contain any data. | .level | ResLevel | N/A |
Master Level | Information about levels: which levels depend on each other, and also which resources to load in order to load a level. | .mlevel | ResMasterLevel |
Configuration Parameters[edit | edit source]
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
Reflection | Reflection-enabled configuration data. Contains parameters that can be edited by developers without changing game code. | .rfl | ResReflection |
Set Objects[edit | edit source]
Set object data is what specifies where game objects are placed and how they are configured. This is what you'll be editing most when making a stage mod.
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
ObjectWorld / GEdit | Object placement and parameter data (HE2). | .gedit | ResObjectWorld | |
Orca: Set Object | Object placement and parameter data (HE1). | .orc | ResOrcaData |
Gismos[edit | edit source]
Gismos are small reusable objects (that can potentially have physics applied) intended usually for decoration.
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
Gismo Config Design | Defines the properties of gismo objects. | .gismod | ResGismoConfigDesign | |
Gismo Config Plan | .gismop | ResGismoConfigPlan |
Models[edit | edit source]
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
Model | Contains 3D model information (also contains an armature). | .model | ResModel | |
Terrain Model | Contains 3D model information specifically for terrain models. Similar to "Model" but does not contain an armature. | .terrain-model | ResTerrainModel | |
Heightfield | Height field maps. | .heightfield | ResHeightField | |
Model Pointcloud | Placement information for model or terrain model instances. | .pcmodel | ResPointcloudModel | |
Orca: Map | Placement information for model or terrain model instances. | .map.bin | ResDivMap | |
MIRAGE Model Instance Info | Contains information about model instances. | .model-instanceinfo | ResMirageModelInstanceInfo | |
MIRAGE Terrain Instance Info | Contains information about terrain model instances. | .terrain-instanceinfo | ResMirageTerrainInstanceInfo | |
Vertex Link Info | .vli | ResVertexLinkInfo | ||
MetaTerrainInstance | A file containing model and lightfield data capable of animating, commonly used for grass and clouds. | .mti |
Textures[edit | edit source]
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
Texture | 2D textures for model skinning. | .dds | ResTexture |
|
Streaming Texture | Streamed 2D textures. | ResStreamingTexture |
Materials[edit | edit source]
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
Material | Material information. Contains shader parameters and texture names. | .material | ResMaterial | |
Terrain Material | Terrain material information. | .terrain-material | ResTerrainMaterial | |
Material | Contains shader information and texset resource information. | .material | ||
Texture | Contains parameter information for texture files linked to a material. | .texture | ||
Texset | Contains groupings of textures linked to a material. | .texset |
Animations[edit | edit source]
All kinds of animation data.
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
PXD Skeleton | Skeleton for PXD animations. | .skl.pxd | ResSkeletonPxd | |
PXD Animation | Animation data. | .anm.pxd | ResAnimationPxd | |
PBA Skeleton | Skeleton for physics based animations. | .pba | ResPhysicalSkeleton | |
Animation State Machine | Animation State Machine data. Handles animation blending, animation states, animation triggers, etc. | .asm | ResAnimator | |
HelperBone | Currently unknown. | .helperbone.bin | ResHelperBone | |
Material Animation | Material animations. | .mat-anim | ResAnimMaterial | |
UV Animation | Texture UV animations (presumably Wii SRT0). | .uv-anim | ResAnimTexSrt |
|
Texture Pattern Animation | Texture pattern animations (presumably Wii PAT0). | .pt-anim | ResAnimTexPat | |
Visibility Animation | Bone visibility animations (presumably Wii VIS0). | .vis-anim | ResAnimVis | |
Camera Animation | Camera animations. | .cam-anim | ResAnimCameraContainer |
|
Light Animation | Light animations. | .lit-anim | ResAnimLightContainer | |
Vertex Animation Texture | Vertex animation textures (textures that efficiently encode large scale animations on vertices). | .vat | ResVertexAnimationTexture | |
Havok Skeleton | Skeleton for Havok Animations | .skl.hkx | ||
Havok Animation | Animation data. | .anm.hkx |
Lighting[edit | edit source]
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
MIRAGE Light | MIRAGE point lights. | .light | ResMirageLight | |
MIRAGE Lightfield | MIRAGE light field data. | .lft | ResMirageLightField | |
SH Lightfield | Spherical harmonics based light field data. | .lf | ResSHLightField | |
Probe | IBL probe data. | .probe | ResProbe | |
Light Pointcloud | Instance placement information for point lights. | .pcrt | ResPointcloudLight |
FxCol[edit | edit source]
FxCol defines collision shapes in the game world that can apply post processing effects when the player walks through them.
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
FxColFile2 | FxCol configuration. | .fxcol | ResFxColFile2 |
SvCol[edit | edit source]
SvCol defines collision shapes in the game world that control sector visibility (a form of culling).
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
SvCol2 | SvCol configuration. | .svcol | ResSvCol2 |
Effects[edit | edit source]
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
Cyan Effect | Particle effect systems. | .cemt | ResEffect | |
Particle Location | Database of particle effects with transform values and sounds | .effdb | ResParticleLocation |
Physics[edit | edit source]
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
Bullet Mesh | Bullet physics engine mesh. Used for collision detection. | .btmesh | ResPhysicsMesh | |
Bullet Soft Body | Bullet physics engine soft body. | .btsb | ResSoftBody | |
Bullet Skinned Mesh Collider | Bullet physics engine skinned mesh collider. Not exactly known what this is currently. | .btsmc | ResSkinnedMeshCollider | |
Collision Pointcloud | Instance placement info for collision meshes. | .pccol | ResPointCloudCollision |
Paths[edit | edit source]
Paths are 3D splines that the game engine uses for various tasks, e.g. to generate grind rails, calculate projectile movements, generate replicated objects and keep the player on a 2D rail.
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
Orca: Spline Path | Contains path information. | .path.bin | ResSplinePath | |
Orca: Spline Path 2 | Contains path information. | .path2.bin | ResSplinePath2 | |
Path | Contains path information. | .path | ResSplinePath |
Occlusion Capsule[edit | edit source]
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
Occlusion Capsule | Occlusion capsules | .occ | ResOcclusionCapsule |
Atmosphere[edit | edit source]
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
Atmospheric Fog | Atmospheric fog data. | ? | ResAtmosphericFog |
Density (vegetation)[edit | edit source]
Density is HE's GPU based vegetation system.
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
Density Setting | Configures the Hedgehog Engine density system. Configures all the density system's parameters and references density models. | .densitysetting | ResDensitySetting | |
Density Point Cloud | Placement of pre-baked density models. | .densitypointcloud | ResDensityPointCloud | |
Density Instance | ResDensityInstance | |||
Terrain Grass Info | .grass.bin | ResTerrainGrassInfo |
[edit | edit source]
Navmeshes are meshes that the game's AI actors can use to navigate the map.
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
NavMesh Config | Navmesh configuration | .nmc | ResNavMeshConfig | |
NavMesh Tile | Navmesh tile | .nmt | ResNavMeshTile | |
Navigation Mesh | Navigation mesh map | .navi.xml / .navi.xmlbin | NavigationMesh |
AI State Machine[edit | edit source]
The AI state machine controls AI behavior of enemies in game.
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
AI State Machine | Configuration for the AI State Machine | .aism | ResAIStateMachine | AshDump |
Cinematics[edit | edit source]
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
Scene | Legacy cinematics system. | .scene | ResScene | |
DvScene | Cinematics. | .dvscene | ResDvScene | |
USM | CRIware's video format | .usm |
Decals[edit | edit source]
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
Decal | Decals. Referenced in FxColManager. | ? | ResDecal | |
Decal Pointcloud | Placement information for decal instances. Referenced in FxColManager. | ? | ResDecalPointcloud |
Shaders[edit | edit source]
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
Vertex Shader | Vertex shaders. | .vso | ResVertexShader | |
Pixel Shader | Pixel shaders. | .pso | ResFragmentShader | |
Compute Shader | Compute shaders | .cso | ResComputeShader | |
Shader List | List of shaders. | .shader-list | ResShaderList |
Audio[edit | edit source]
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
Atom Config | CRIware Atom configuration data. | .acf | ResAtomConfig | |
Atom Cue Sheet | CRIware Atom cue sheet. Contains the game's audio and cue/AISAC information. | .acb | ResAtomCueSheet |
|
UI[edit | edit source]
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
SurfRide SWIF | Describes UI layout and animations. Similar to a primitive version of Adobe Flash. | .swif | ResSurfRideProject |
Scripting[edit | edit source]
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
Lua | A Lua script. | .lua | ResLuaData |
|
Haptics[edit | edit source]
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
Vibration | Haptics vibration information. | .vib | ResVibration |
Clipmap[edit | edit source]
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
Clipmap Ocean | .cob | ResClipmapOcean |
Localization[edit | edit source]
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
Converse Project | Localization project data. | .cnvrs-proj | ResTextProject | |
Converse Text | Localization text data. | .cnvrs-text | ResText | |
Converse Meta | Localization metadata. | .cnvrs-meta | ResTextMeta |
Fonts[edit | edit source]
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
Bitmap Font | Bitmap fonts. | .bfnt | ResBitmapFont | |
Scalable Font Set | Vector fonts. | .scfnt | ResScalableFontSet | |
Optical Kerning | Information about optical text kerning. | .okern | ResOpticalKerning |
Unicode[edit | edit source]
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
ICU data | Data for libicu (unicode library) | .icu | ResIcuData |
Acceleration Structures[edit | edit source]
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
K-D Tree | A serialized k-d tree. This resource has only been seen as a runtime resource in the engine or embedded in Path resources. | N/A | ResKdTree |
Unknown[edit | edit source]
Name | Description | Extension | Engine name | Editing tools |
---|---|---|---|---|
Name Extra | .nextra | ResNameExtra | ||
Pointcloud | .pointcloud | ResPointcloud |