diff --git a/wwwroot/docs/index.md b/wwwroot/docs/index.md index c4097e1..561cdcd 100644 --- a/wwwroot/docs/index.md +++ b/wwwroot/docs/index.md @@ -41,9 +41,11 @@ When TKMM first starts, you will most likely be asked to configure your game pat Invalid Empty Game Path

-This field contains the path to your Tears of the Kingdom romfs game dump. +This field contains the path to your Tears of the Kingdom RomFS game dump. -If you do not already have the game dump on your computer, please follow [this guide](https://zeldamods.org/wiki/Help:Dumping_games#Switch) to legally obtain one. +RomFS means `Read-Only Memory File System`, it is all of the files extracted from the game (not a NSP or XCI). + +If you do not already have a RomFS dump, please follow [this guide from zeldamods.org](https://zeldamods.org/wiki/Help:Dumping_games#Switch) to legally obtain one. > [!IMPORTANT] > When dumping your copy of the game, make sure you include the `1.1.0` update or later. `1.0.0` is [not supported by TKMM](/faq/#why-cant-i-use-version-100). @@ -63,4 +65,4 @@ When the game path is set correctly the field will turn green. > [!NOTE] > TKMM will output mods for the same version as the provided game dump. > -> For example, if you are playing on `v1.1.2`, make sure your game dump is for `v1.1.2` as well. \ No newline at end of file +> For example, if you are playing on `v1.1.2`, make sure your game dump is for `v1.1.2` as well.