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
123 stars 34 forks source link

[BUG] Server doesn't change language #134

Open Arxangelfun opened 1 year ago

Arxangelfun commented 1 year ago

Describe the bug
Server language does not change after changing parameters in server_basic.cfg

To Reproduce
Steps to reproduce the behaviour: 1.Change language from English to any language in basic.cfg in "Perfomance" tab. 2.Launch server.

  1. The server will in English language.

Screenshots
image

Additional context
The server started in correct language (when I installed the server in game folder Arma3). After reinstalling server in new directory, it stopped changing the language. image Plus when server start it creating folder with Arma profile and automaticaly change language to English after every launch server. (Read only on file doesnt work). Tried all languages.

Language required for Arma 3 game modes (Antistasi,Exile, etc) with support with other languages ​​(English is selected by default due to server set

Launch server via "Arma 3 Launcher", server started in Russian language. image

WaneTol72 commented 11 months ago

I'm having the same problem, are there any ways to temporarily fix it without moving the server to a different folder?

OverlordZorn commented 11 months ago

Where are you changing the Language?

jupster commented 10 months ago

C:\Games\ArmA3\A3Master\Server_1\Servers\_483ced9f41b14696a6af0adfd75c2847\users\Administrator\Arma3.cfg It seems to just modify it to English 🤔 Will look into it this week. Likely cause it outputs "English" by default would be my guess https://github.com/Foxlider/FASTER/blob/master/FASTER/Models/BasicCfg.cs

jupster commented 10 months ago

Seems it was also an Arma issue.

Can you test in command line -language= parameter

You may need to be on perf brance for it to work.

jupster commented 10 months ago

At the moment it is just hard coded to be English. I can't find a work around unless i was to fix it completely which I'm not interested in doing right now.