No rfcmp upload from server - How to ?

Discussion in 'Hosting Help' started by DanRZ, Mar 15, 2023.

  1. DanRZ

    DanRZ Registered

    Joined:
    Aug 22, 2021
    Messages:
    723
    Likes Received:
    222
    Hello, i noticed my server uploads to client the rfcmp of the mods not subscribed on Steam.
    I don't want that behaviour when players connect.
    I want the server to not upload any content except the server mod to the client.
    I notice that it creates some annoying bugs in content manager if they subscribe to that content later.
    What parameters do i have to set to block upload of rfcmps ?
    Thanks.
     
  2. elgagon

    elgagon Registered

    Joined:
    Dec 21, 2022
    Messages:
    213
    Likes Received:
    139
    Just remove the rfcmps from the packages folder
     
    DanRZ likes this.
  3. DanRZ

    DanRZ Registered

    Joined:
    Aug 22, 2021
    Messages:
    723
    Likes Received:
    222
    Thanks. Good idea. Will try that ...
     
    elgagon likes this.
  4. DanRZ

    DanRZ Registered

    Joined:
    Aug 22, 2021
    Messages:
    723
    Likes Received:
    222
    I just checked my Multiplayer.JSON and there is some parameters to set properly if you don't want to upload/download datas from server to clients.

    "Download Custom Skins":false,
    "Download Custom Skins#":"whether to automatically download skins from when clients join server with custom skins",

    "Loose Content Transfer":0,
    "Loose Content Transfer#":"Allow clients to share virtual vehicles or custom skins, 0 = nothing, 1 = just skins, 2 = skins and vehicles",
    ( This one should not be set to zero if "Allow Custom Skin Transfer" is activated )

    "Enable Autodownloads":false,
    "Enable Autodownloads#":"Whether to allow clients to autodownload files that they are missing.",

    The last one was on true in my server, i just modified it to false.
    It was set to true to upload some custom mods i wasn't uploading to Steam Workshop at that moment.
     

Share This Page