Skip to content

Commit

Permalink
Change mod sync page name to Syncing r2modman profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
legoandmars committed Dec 16, 2023
1 parent 4c941fc commit 4560bb5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 22 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default defineConfig({
text: 'Installing Mods',
items: [
{ text: 'Using r2modman', link: '/installation/installing-r2modman' },
{ text: 'Syncing mods with friends', link: '/installation/syncing-mods' },
{ text: 'Syncing r2modman profiles', link: '/installation/syncing-mods' },
{ text: 'Configuring mods', link: '/installation/configuration' },
]
},
Expand Down
2 changes: 1 addition & 1 deletion docs/beginners-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If you're using Windows, follow the [r2modman installation guide](./installation

If you're on Linux or Steam Deck, you'll want the [linux installation guide](./installation/installing-r2modman-linux.md).

Want a quick, easy way to install the same mods as your friends? Check out the [syncing mods with friends](./installation/syncing-mods) page.
Want a quick, easy way to install the same mods as your friends? Check out the [syncing r2modman profiles](./installation/syncing-mods) page.

## Creating mods

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ hero:
<HomeGroup title="Installing Mods">
<HomeItem name="Beginners guide" href="./beginners-guide.html" />
<HomeItem name="Using r2modman" href="./installation/installing-r2modman.html" />
<HomeItem name="Syncing mods with friends" href="./installation/syncing-mods.html" />
<HomeItem name="Syncing r2modman profiles" href="./installation/syncing-mods.html" />
<HomeItem name="Configuring mods" href="./installation/syncing-mods.html" />
</HomeGroup>

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/installing-r2modman-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ WINEDLLOVERRIDES="winhttp=n,b" %command% --doorstop-enable true --doorstop-targe
![Steam Properties](/images/r2modman-linux/steamproperties.png)
This will instruct the game to launch with the Default profile we configured in r2modman earlier, so all your mods installed there will be available.

If you'd like to sync your mods with friends, navigate to the [syncing mods with friends](syncing-mods) page.
If you'd like to sync your mods with friends, navigate to the [syncing r2modman profiles](syncing-mods) page.
18 changes: 1 addition & 17 deletions docs/installation/installing-r2modman.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,4 @@ Once you have succesfully installed r2modman, you can finally install mods.

That's it! You have just successfully modded Lethal Company!

If you'd like to sync your mods with friends, navigate to the [syncing mods with friends](syncing-mods) page.

## Changing Configs with r2modman

::: warning
Understand that config files **Will Not Be Created** until the mod is loaded ingame **at least once**.
:::

In the **Config editor** in your r2modman profile see all of your mods config files. Select the one you wish and click "Edit Config".

![Edit configs](/images/r2modman-install/editconfigs.png)

Once you have changed configs in your mod of choice be sure to press the "Save" button.

![Save configs](/images/r2modman-install/saveconfigs.png)

That's it, now you can configure to your hearts content!
If you'd like to sync your mods with friends, navigate to the [syncing r2modman profiles](syncing-mods) page.
2 changes: 1 addition & 1 deletion docs/installation/syncing-mods.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ next: true
description: Learn how to use r2modman profile codes to sync your mods with friends.
---

# Syncing mods with friends
# Syncing r2modman profiles

If you're playing the game with friends, you'll probably want to make sure you have the same mods installed.

Expand Down

0 comments on commit 4560bb5

Please sign in to comment.