Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashrindy committed Oct 24, 2024
1 parent a5d1c20 commit 60bc3d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,19 @@ A library with simple reading and writing function for various file formats in v
| MaterialAnimation | For easy reading and writing of .mat-anim files | Used ik-01's research on .mat-anim's |
| UVAnimation | For easy reading and writing of .uv-anim files | Used Kwas's research on .uv-anim's |
| VisibilityAnimation | For easy reading and writing of .vis-anim files | Used ik-01's research on .mat-anim's |
| Animator | For easy reading and writing of .asm files, though writing is still broken | Used ik-01's and angryzor's research |
| Animator | For easy reading and writing of .asm files | Used ik-01's and angryzor's research |
| AnimationPXD | For easy reading and writing of .anm.pxd files, though it doesn't decompress the data just yet | Used Adel's Blender Addon as reference |
| DensityPointCloud | For easy reading and writing of .densitypointcloud files, though there's a few unknown values | |
| DensitySetting | For easy reading of .densitysetting files, though there's alot of unknown values | |
| ObjectWorld | For easy reading and writing of .gedit files, though you need to download a [template](https://github.com/Radfordhound/HedgeLib/tree/HedgeLib%2B%2B/Templates) from HedgeLib++ | Align information taken from HedgeLib++, and info on Forces gedits from angryzor |
| Reflection | For easy reading and writing of .rfl files, though there's no way to get a template right now | Align information taken from HedgeLib++, and templates from angryzor |
| PointCloud | For easy reading and writing of .pcmodel, .pcrt, .pccol files | |
| Probe | For easy reading and writing of .probe files | |
| ShaderList | For easy reading and writing reading of .shader-list files | |
| SkeletonPXD | For easy reading and writing reading of .skl.pxd files | |
| TerrainMaterial | For easy reading and writing reading of .terrain-material files, though there's a few unknown values | |
| Text | For easy reading and writing of .cnvrs-text files | |
| PAC | For easy reading of .pac files, so far only Frontiers' version | A lot of information has been taken from HedgeLib++ |
| PAC | For easy reading and almost perfect writing of .pac files, so far only Frontiers' and SXSG' version | A lot of information has been taken from HedgeLib++ |
| HeightField | For easy reading and writing of .heightfield files, though some values are still unknown | Used ik-01's research on .heightfield's |
| NavMeshConfig | For easy reading and writing of .nmc files | |
| NavMeshTile | For easy reading of .nmt files, though there's really nothing much known | |
Expand Down

0 comments on commit 60bc3d2

Please sign in to comment.