Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dedicated mod installation fixes #273

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions modules/ROOT/pages/ForUsers/DedicatedServerSetup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,11 @@ The examples provided are for a self-hosted dedicated server.

The authenticating user requires Read/Write/Delete or Read/Modify permissions.

The path required for SMB/CIFS to be used is the following:
`\\ServerNameOrIP\ShareName\Path`
The path required for SMB/CIFS to be used is the following: +
Windows Ficsit-CLI: `\\ServerNameOrIP\ShareName\Path` or
`//ServerNameOrIP/ShareName/Path`

Linux Ficsit-CLI: _There is currently a bug that is being worked on. Solution to be soon(TM)._

.Ficsit-CLI Example
image::DedicatedServers/CLI_SMB.png[Ficsit-CLI Example]
Expand All @@ -159,7 +162,7 @@ preventing you from connecting.
The suggested approach is to create a xref:ForUsers/SatisfactoryModManager.adoc[Mod Manager] profile
on your own computer for your client
then xref:ForUsers/SatisfactoryModManager.adoc#_sharing_profiles[use the Import/Export Profile functionality]
to produce a file that can be imported into ficsit-cli (they are the same file format).
to produce a file that can be imported into the Mod Manager.
You can then send out this same profile file to the client players so they can configure their own installs accordingly.

== Configuring Mods on Servers
Expand Down
Loading