Foxlider / FASTER

Full rebuild of Flax's tool for installing and updating Arma 3 server with built in features for managing Steam Workshop mods.
GNU General Public License v3.0
121 stars 34 forks source link

[FEATURE] Move Starting of Server -mod to parameter file instead of direct launch. #63

Closed TandelK closed 2 years ago

TandelK commented 2 years ago

Is your feature request related to a problem? Please describe. Currently it uses Steam Mods name as folder on Arma 3 server, some of the mods wont load due to Steam Protocol issue. Would recommend shifting Launching of Server with Parameter File instead of direct Launch method with -mod=

Describe the solution you'd like For Mods create a new Parameter File and use that Parameter file to load the mods to the server. Reference : Startup Parameter Config

Describe alternatives you've considered None

Additional context Nothing.

Foxlider commented 2 years ago

You can simple increase the Steam Protocol Max Data Size to a more suitable amout to have the modlist. Moving it to a file won't change the fact that there is too much data for Steam to handle with default values Default value simply can't fit all the data of each mod

darwinscusp commented 2 years ago

...and one would accomplish that how?

Foxlider commented 2 years ago

image Change the value of the "Steam Protocol Max Data Size" field

TandelK commented 2 years ago

It worked after i had changed the information you had given above. Closing the issue Thanks a lot