Tools/010 Editor Binary Templates: Difference between revisions
Appearance
< Tools
m Angryzor moved page Tools/010 Editor bt templates to Tools/010 Editor Binary Templates without leaving a redirect |
m →DvScene |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
Many resource types do not yet have full editors or converters made for them, but we can still edit them somewhat using the hex editor [https://www.sweetscape.com/010editor/ 010 Editor]. 010 Editor has a feature that makes it possible to design "templates" for binary file formats, which describe the structure of the format, and allow you to edit the values in the file to some capacity. Many talented modders have created templates for various formats, which have been collected here. | Many resource types do not yet have full editors or converters made for them, but we can still edit them somewhat using the hex editor [https://www.sweetscape.com/010editor/ 010 Editor]. 010 Editor has a feature that makes it possible to design "templates" for binary file formats, which describe the structure of the format, and allow you to edit the values in the file to some capacity. Many talented modders have created templates for various formats, which have been collected here. | ||
== Reflection parameter files (RFL) == | |||
Templates for the configuration files. | |||
* [https://github.com/hyperbx/RflTemplates Hyper's RFL templates] | |||
* [https://github.com/blueskythlikesclouds/RflTemplates Skyth's RFL templates] | |||
== SurfRide (SWIF) == | |||
Templates for [[Resources/SurfRide SWIF|SurfRide]], the UI system HE2 uses. | |||
* [https://github.com/DeaTh-G/surfboard-templates DeaTh's SWIF templates] | |||
== DvScene == | |||
Templates for HE2's cinematics system [[Resources/DvScene|DvScene]]. | |||
* [https://github.com/ik-01/DiEventRangers ik-01's DvScene templates] | |||
== Other templates == | |||
Other collections of templates that are less organized. | |||
* [https://github.com/Ashrindy/AshDump/tree/main/010Templates/Sonic Ashrindy's AshDump] |
Latest revision as of 11:58, 6 January 2025
Many resource types do not yet have full editors or converters made for them, but we can still edit them somewhat using the hex editor 010 Editor. 010 Editor has a feature that makes it possible to design "templates" for binary file formats, which describe the structure of the format, and allow you to edit the values in the file to some capacity. Many talented modders have created templates for various formats, which have been collected here.
Reflection parameter files (RFL)[edit | edit source]
Templates for the configuration files.
SurfRide (SWIF)[edit | edit source]
Templates for SurfRide, the UI system HE2 uses.
DvScene[edit | edit source]
Templates for HE2's cinematics system DvScene.
Other templates[edit | edit source]
Other collections of templates that are less organized.