diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 9ab28241692..727d011b42a 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -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' }, ] }, diff --git a/docs/beginners-guide.md b/docs/beginners-guide.md index 6cccb9299c0..c2aa37b7588 100644 --- a/docs/beginners-guide.md +++ b/docs/beginners-guide.md @@ -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 diff --git a/docs/index.md b/docs/index.md index 2540f0948c2..97c56a1bd47 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,7 +27,7 @@ hero: - + diff --git a/docs/installation/installing-r2modman-linux.md b/docs/installation/installing-r2modman-linux.md index e65f258c5d6..aea0ebe0ec0 100644 --- a/docs/installation/installing-r2modman-linux.md +++ b/docs/installation/installing-r2modman-linux.md @@ -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. \ No newline at end of file +If you'd like to sync your mods with friends, navigate to the [syncing r2modman profiles](syncing-mods) page. \ No newline at end of file diff --git a/docs/installation/installing-r2modman.md b/docs/installation/installing-r2modman.md index 0f3ce2b384e..019dd5b6c00 100644 --- a/docs/installation/installing-r2modman.md +++ b/docs/installation/installing-r2modman.md @@ -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. \ No newline at end of file diff --git a/docs/installation/syncing-mods.md b/docs/installation/syncing-mods.md index ce93ad893d3..81aa9e8a1f2 100644 --- a/docs/installation/syncing-mods.md +++ b/docs/installation/syncing-mods.md @@ -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.