mast3rkryptos

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by mast3rkryptos

  1. Greetings. I'm using the HandBrake docker primarily to do automatic watch-->output video re-encoding. Using the General/Fast 1080p30 preset, container is MP4. I would like my HandBrake to preserve any English subtitles in the final MP4. I've used the Subtitles Track Selection Behavior dialog in my local HandBrake instance, so I knew where to look in the HandBrake docker; however, the settings don't appear to be preserved across restarts of the docker. I also tried to save the subtitles settings as part of a custom preset, but was struggling to get the custom preset to be selected through the Handbrake docker configuration. The last thing I tried was adding "--subtitle-lang-list eng --all-subtitles" to the Automatic Video Converter: Custom HandBrake Arguments. Each of these attempts has not managed to set "keep all English subtitles" as the selected behavior across docker restarts. Any help would be appreciated, thank you!
  2. Thank you for the reply! I was seeing the overridden values in GameUserSettings.ini, even when the Docker template values for Server Password or Server Admin Password were blank. That being said, if I put my Server Password, Server Admin Password in the Docker template, and MaxPlayers in Game Parameters, the appropriate values are set in my server on the next startup. It's actually rather odd, it seems as though some parameters (like XPMultiplier) aren't overridden if I modify them in GameUserSettings.ini, as opposed to passing them through the Docker template Game Parameters.
  3. I have been running into some issues with the ich777 Ark: Survival Evolved docker selectively overwriting hand-edited portions of my GameUserSettings.ini, in particular: [ServerSettings] ServerPassword=SrvPass ServerAdminPassword=SrvAdminPass [/Script/Engine.GameSession] MaxPlayers=70 I make sure to stop the docker before consoling into Unraid's file system, making and saving the updates, like setting MaxPlayers=10, and then start the docker, however the server then has MaxPlayers=70. I have run into this as well setting the above two passwords. I can set these values in the "Server Password", "Server Admin Password", and "Game Parameters" in the Edit page of the docker, but am curious what I am doing wrong that is causing portions of my GameUserSettings.ini to be overwritten. Thank you in advance!