maereax

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by maereax

  1. On 5/31/2022 at 12:56 AM, ich777 said:

    & @brain:proxy Which file did you edit or better speaking in which location, please read the description from the container where the files are located.

    I am able to change the clan size to eg 6 on my server.

     

    Also make sure that you stop the server first, edit the file and then start the server again.

    I stopped the server and editied the line 

    Quote

    "ClanSize": 10,


    into

    /vrising/VRisingServer_Data/StreamingAssets/Settings/ServerGameSettings.json

  2. On 5/31/2022 at 12:58 AM, brain:proxy said:

     

    Ok, so this is what was causing it for me.  When I started my own server, I wanted it to be PvE, so I went googling and found a solution that worked, but I didn't fully understand the configuration files or how they refer to each other. My solution to changing it from PvP to PvE was to use a preset, which worked, but messed me up when I wanted to change further settings. 

     

    {
      "Name": "Bijouvania",
      "Description": "1-900-OK-FACE",
      "Port": 9876,
      "QueryPort": 9877,
      "MaxConnectedUsers": 40,
      "MaxConnectedAdmins": 4,
      "ServerFps": 30,
      "SaveName": "Bijouvania1",
      "Password": "*********",
      "Secure": true,
      "ListOnMasterServer": true,
      "AutoSaveCount": 50,
      "AutoSaveInterval": 600,
      "GameSettingsPreset": "StandardPvE",
      "AdminOnlyDebugEvents": true,
      "DisableDebugEvents": false

     

    That line "GameSettingsPreset": "StandardPvE", made the server use an unknown-to-me preset config file from "VRisingServer_Data/StreamingAssets/GameSettingPresets/" which ignored all the settings in "ServerGameSettings.json", no matter how many times I changed "ClanSize".

    The fix, is either change setting in the preset, or create your own, and adding or changing the ClanSize variable, (in my case StadardPvE.json) or remove the preset line and configure my server using the ServerGameSettings.json file.

    Hope that helps.

    Thanks for getting back to me! Unfortunately I was not using a preset (or at least one doesn't show up in my config like yours) and so this didn't fix my issue

  3. 10 minutes ago, ich777 said:

    Please copy and paste this in a Unraid terminal window and download the driver afterwards from the CA App:

    mkdir -p /boot/config/plugins/nvidia-driver
    echo 'first_installation=true
    driver_version=latest
    local_version=none
    disable_xconfig=false
    update_check=true' > "/boot/config/plugins/nvidia-driver/settings.cfg"

     

    This worked, thank you very much!

    • Like 1
  4. 1 minute ago, ich777 said:

    RC5 was released just a few days ago... May I ask into what issues did you run?

     

    Please reboot and try to install the plugin again from the CA App, it should work without a hitch.

    I don't fully remember, it was a few weeks ago, but I think it had something to do with a networking error with one of my dockers.  I'll mess with it when I get a moment in the next few days and see if rc5 fixes my problem.

     

    🥲

    2022-04-29 02_30_14-Jarvis_Apps — Mozilla Firefox.png

  5. 18 minutes ago, ich777 said:

    Not related to this but if you have the Intel GPU TOP plugin installed please remove those lines from your go file:

    modprobe i915
    chmor -R 777 /dev/dri

    The plugin will handle the activation from the iGPU.

     

    Please run this command once from your command line:

    rm -rf /boot/config/plugins/nvidia-driver

     

     

    Can you also ping GitHub from your server?

    Can you open this file or download it on your server with this command:

    wget https://raw.githubusercontent.com/ich777/versions/master/nvidia_versions

     

     

    I would also recommend that you first upgrade your Server to Unraid version 6.10.0-rc5, you are still on 6.10.0-rc2

    Thanks, I removed those lines from my go file.

     

    I ran the command, it ran successfully

     

    yes I was able to download the file from github

     

    I upgraded to rc4 and ran into some issues with something else I was working on a few weeks ago so I reverted to rc2.  Unless you think it's relevant to this problem I'm currently having I'm going to hold out till the next version update

    2022-04-29 02_26_03-root@Jarvis_ ~ _ bash --login (Jarvis) — Mozilla Firefox.png

  6. 1 hour ago, ich777 said:

    Do you have any adblocking software on your network? If yes disable it and wait for at least 10 minutes and try it again.

     

    If this doesn‘t work make sure that the plugin is uninstalled, reboot your server and try it again.

     

    This is usually a indicator that your server can‘t reach GitHub.

     

    Please also post your Diagnostics.

     

     

    No adblocking software.  I've tried several reboots and can ping github if that helps

    diagnostics-20220429-0149.zip