Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The problem is you will be missing the _acceptable values_ for those different parameters, as it is a list of accepted values you can put there, or it will use the default instead. Meaning if 1000 isn't a valid value, and the default is 10, it will be 10 when the server starts.
You can take a look at the github source code (search for "savage mike force github" on your favorite engine) and look for the params.hpp file that has all the parameter string names in it and their accepted values. Then look in the string tables for the string name if it isn't obvious what value the parameter changes. I strongly suggest getting a PBO tool like PBO Manager if you're going to host an Arma server - not only for things like this, but if you need to add a startup script or change a default configuration value in the mission file.. things like that.
Also, you can set them in game, if you are the admin. use `#login` and then `#reassign` (without the tick quotes); it will not wipe your save (unless you set the parameter to do so!), and you can then click "Parameters" in the top right corner while in the lobby (the reassign command sends everyone there), and you'll find you have an "edit" button now.