Skip to content

Commit

Permalink
test note block
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzyhau committed Jan 15, 2024
1 parent 0d87132 commit 75c3d26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/content_conversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

All content of the game is hidden behind multiple formats and a layer of compression (for more information, read [FEZ Content Formats](./FEZ Content Formats.md)), which makes them very hard to access for modders. In order to work around this, [FEZRepacker](https://github.com/FEZModding/FEZRepacker) was created to allow an easy conversion between these proprietary formats and more user-friendly ones. Additionally, Repacker is included as part of [HAT mod loader](https://github.com/FEZModding/HAT), allowing the game to directly access the content without having to convert it back to its own format, giving us a seamless modding experience.

```note
This specification explains a general approach of content conversion and a structure of converted assets. To get more detailed information about the specific asset format, consult the specific format reference.
```

## File bundles

Expand Down

0 comments on commit 75c3d26

Please sign in to comment.