From a581cbd5faf7afbaacc4ddb12fbbb4e2045df82b Mon Sep 17 00:00:00 2001 From: wrennnnnn <67722465+wrennnnnn@users.noreply.github.com> Date: Thu, 11 Feb 2021 15:10:59 -0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 857206c..b80f961 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,15 +8,10 @@ Contributions to the yuzu Games Wiki are welcomed, as keeping all of the data up - [Dates](#dates) - [GitHub Issues](#github-issues) - [Screenshots](#screenshots) - - [Title IDs](#title-ids) - - [TOML](#toml) - [Code](#code) - [Icon](#icon) - [Game Screenshots](#game-screenshots) - - [Savefiles](#savefiles) - - [Save Metadata](#save-metadata) - - [Save Data](#save-data) -- [Wiki](#wiki) + - [Wiki](#wiki) ## Info About This Wiki @@ -53,21 +48,6 @@ The screenshots for the game are located in `//screenshots/` (See: [S Additionally, if a game has a game compatability rating of Bad or higher, **you must include at least 3 screenshots**, otherwise 1 screenshot is acceptable. The names of the screenshots don't matter. -### Savefiles -#### Save Metadata -The metadata for a save is located at `//savefiles/.dat`. This is info about the save. The DAT values (See: [TOML](#toml)) are: -- `title` (String): The location of the save ingame. -- `description` (String): A brief explanation about the save. -- `author` (String): Your forum account name, if you have one. If you don't, don't include this line. -- `title_id` (String): Title ID of the game. - -#### Save Data -The save data is located at `//savefiles/.zip` (See: [yuzu Version](#yuzu-version)). To make a ZIP file, the process is: -- Make sure the game is in your yuzu game directory. -- Right click on the game and click `Open Save Data Location`. This should open a window prompting you to select the user. -- After selecting the user, you will be taken to the folder in which the save data is stored. -- Compress the files within the folder into a ZIP. - ## Wiki The wiki contains info about specific game problems, and can be modified by anyone. They use [Markdown](https://guides.github.com/features/mastering-markdown/) formatting.