fugasjunior / arma-server-manager

A web administration tool for managing Arma 3, Arma Reforger and DayZ dedicated servers
GNU General Public License v3.0
52 stars 11 forks source link

steamProtocolMaxDataSize #129

Closed domagojhack closed 3 months ago

domagojhack commented 3 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I am running a heavily moded server and parameter 'steamProtocolMaxDataSize' needs to be set so the server can tell the client about all the mods it has installed

Describe the solution you'd like A clear and concise description of what you want to happen.

The settings window for the server should have a 'steamProtocolMaxDataSize' input window when editing settings for 'server.cfg'

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Currently, I am hardcoding it inside the customized '.cfg' but if I change any other setting in the settings manager all my changes are rewritten.

fugasjunior commented 3 months ago

You should be able to put any additional options for the server config file into the "Additional options" field as long as they're not already present in the generated config. Could you give that a try and see whether it works?

image
domagojhack commented 3 months ago

Yeah, actually I managed to put my own full server.cfg inside and it works like a charm.