Skip to content

Commit

Permalink
fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenna1337 authored Mar 26, 2024
1 parent 5c1e4e6 commit 7fe87b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/content_conversion.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Converted Content Specification

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.
All content of the game is hidden behind multiple formats and a layer of compression (for more information, read [FEZ Content Formats](../game/content_formats)), 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.
Expand Down

0 comments on commit 7fe87b5

Please sign in to comment.