Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a list of relevant file formats to the Overview page #94

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/file-formats/01-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,17 @@ Here's a list of the atomic data types that you may encounter in the layout tabl
| `array` | variable | Fixed-size array of structures or values; the exact size depends and may only be implicit |

Please note that in many cases the exact type is unknown and can only be guessed, based on examples found "in the wild".

## List of Relevant File Formats

The following special formats are used by the Ragnarok Online client:

* Map files: RSW, GND, GAT
* 3D models: RSM, RSM2, GR2 (see RAD website)
* 2D sprites and effects: SPR, ACT, PAL, IMF, EBM, STR, EZV (BMP, TGA, JPG)
* Archives: GRF, RGZ, GPF
* Scripts: Lua and LUB (see Lua website)

TODO old README, maybe separate page

See also the list of Arcturus file formats; many formats are shared between RO and Arcturus (but not all).
Loading