Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
asxrow66 committed Jan 2, 2025
1 parent 6a86ae2 commit 6b7aa23
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
12 changes: 8 additions & 4 deletions content/docs/Guides/__navigation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -185,21 +185,25 @@ The `Launch Registry Editor` button allows you to change keys on your Windows co

`Clean Up Miscellaneous Caches`, this cleans up and deletes caches made by Epic Games and its dependencies.

`Manually Synchronise Cloud Saves`, if your Epic cloud saves did not automatically save or restore, use this to sync your saves.

### Updates

`Automatically check for app updates`, when turned on, this will let Mythic automatically check when updates are available for download.
`Automatically check for Mythic updates`, when turned on, this will let Mythic automatically check when updates are available for download.

`Automatically download Mythic updates`, when turned on, this will let Mythic automatically download the most recent version of Mythic available.

`Automatically download app updates`, when turned on, this will let Mythic automatically download the most recent version of Mythic available.
`Automatically check for Mythic Engine updates`, when turned on, this will let Mythic automatically check for the most recent version of the Mythic Engine that's available.

## Support

This displays 2 ways you can get support with Mythic, Discord and Patreon.
This displays 2 ways you can get support with Mythic. These are Discord and Ko-Fi, which you can find help with Mythic.

<Image alt="support" src="/msupport.png" width={750} height={750} />

## Accounts

This shows the Epic Games and Steam (when released) accounts connected to Mythic
This shows the Epic Games and Steam (when released) accounts connected to Mythic.

<Image alt="accounts" src="/maccounts.png" width={750} height={750} />
It shows the account name connected to the Epic and/or Steam account and then on
Expand Down
2 changes: 1 addition & 1 deletion content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Mythic is a streamlined version of these apps and does the rest for you, all you

If you're not sure what to do, go to the [Discord](https://discord.gg/GwHgX3QWK3) or read the rest of the docs.

***Not all games showcased in libraries and other locations may not all be supported, check the support of games [here](/gamesupport.mdx)***
***Not all games showcased in libraries and other locations may not all be supported, check the support of games [here](https://docs.getmythic.app/docs/gamesupport)***
6 changes: 3 additions & 3 deletions content/docs/miscellaneous/launchers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ Navigate back to the Local import menu.
Fill in the game name, I will name this `Steam` for this guide, and then choose the
native platform, `Windows`.

I will then choose the directory Steam is located in, if you stuck with the default, press `Browse` and then press `Command + Shift + G` on your keyboard and type in the following path, `(Your User)/Library/Containers/Mythic/Bottles/(Your Bottle Name)/drive_c/Program Files (x86)/Steam` and then press `Open` and then once you're finished customizing the import attributes, press `Done`
I will then choose the directory Steam is located in, if you stuck with the default, press `Browse` and then press `Command + Shift + G` on your keyboard and type in the following path, `/Users/[your name]/Library/Containers/xyz.blackxfiied.Mythic/Containers/Default/drive_c/Program Files (x86)/Steam` and then press `Open` and then once you're finished customizing the import attributes, press `Done`

**`Your User` = your computer user name**

**`Your Bottle Name` = the name of your container**
**`Your Container Name` = the name of your container**

## Opening Steam

Expand All @@ -121,7 +121,7 @@ For the game's directory, click `Browse` and it should have saved where we were

**`Your User` = your computer user name**

**`Your Bottle Name` = the name of your container**
**`Your Container Name` = the name of your container**

**`Your Game's EXE file` = the actual game `exe` (`SlapshotRebound.exe`)**

Expand Down
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ const config = {
reactStrictMode: true,
};

export default withMDX(config);
export default withMDX(config);

0 comments on commit 6b7aa23

Please sign in to comment.