Change .ini settings #206
-
Is there any way to change engine.ini settings ? They get overwritten when recreating container so there's no way to load them at start. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey! Per this issue: #177, you can mount your own versions of these files to |
Beta Was this translation helpful? Give feedback.
Hey!
Per this issue: #177, you can mount your own versions of these files to
/home/steam/file.ini
and the container will use those versions instead. We do already set all of the well-known recommended changes for servers, and most values that you'd want to change are configurable via environment variables. If there's something you wanted to change outside of what we natively support, I'd love to know more so that we could potentially implement it for others :)