arkmanager / ark-server-tools

Set of server tools used to manage ARK: Survival Evolved servers on Linux
MIT License
684 stars 144 forks source link

Automatisches bearbeiten andere Configs / Automatic editing of other configs #1025

Open Ho0ls opened 5 years ago

Ho0ls commented 5 years ago

Guten Abend,

habe seit ein paar Tagen folgendes Problem und ich gehe davon aus das es irgendwie mit dem Arkmanager zusammen hängt.

Und zwar habe ich folgende Ordner Struktur:

[steam]
-[ARK-Backups]
-[ARK-Update]
-[ARK1]
--[Engine]
--[...]
--[ShooterGame]
---[Config]
----DefaultGameUserConfig.cfg
-[ARK2]
--[Engine]
--[...]
--[ShooterGame]
---[Config]
----DefaultGameUserConfig.cfg
-[ARK3]
--[Engine]
--[...]
--[ShooterGame]
---[Config]
----DefaultGameUserConfig.cfg

Wenn ich nun unter dem Ordner ARK1 die DefaultuserConfig bearbeite übernimmt er diese seit dem 29.6 automatisch auf alle anderen, also auf ARK2 sowie ARK3. Ändere ich bei ARK3 die Config wird es wieder bei ARK2 und ARK1 geändert.

Das ist recht nervig, denn wenn ich eine Config ändere, muss ich erst den Server Starten dann die nächste bearbeiten und starten und das ganze beim nächsten neustart wieder.

Wäre super wenn ihr mir helfen könntet ;) Ich gehe davon aus das es am Arkmanager liegt da ich das ganze noch mit anderen Ordner ausprobiert habe, es betrifft wie es aussieht nur die Configs innerhalb der Serverdatein.


Google Translate:

Good evening,

have the following problem for a few days and I assume that somehow it is related to the Arkmanager together.

Namely, I have the following folder structure:

[Steam]
- [ARK backups]
- [ARK update]
- [ARK1]
- [Engine]
- [...]
- [Shooter Game]
--- [Config]
---- DefaultGameUserConfig.cfg
- [ARK2]
- [Engine]
- [...]
- [Shooter Game]
--- [Config]
---- DefaultGameUserConfig.cfg
- [ARK3]
- [Engine]
- [...]
- [Shooter Game]
--- [Config]
---- DefaultGameUserConfig.cfg

If I edit now under the folder ARK1 the DefaultuserConfig it takes over this since the 29.6 automatically on all others, thus on ARK2 as well as ARK3. If I change the ARK3 config, it will be changed again at ARK2 and ARK1.

This is quite annoying, because if I change a config, I have to start the server first, then edit the next one and start and the whole at the next reboot again.

Would be great if you could help me ;) I assume that it is the Arkmanager because I've tried the whole thing with other folders, it affects how it looks only the configs within the server file.

Sorry for the translator but have no head for English: D

klightspeed commented 5 years ago

Instead of editing ShooterGame/Config/DefaultGameUserSettings.ini (which would be hard-linked if using a staging directory), please try editing ShooterGame/Saved/Config/LinuxServer/GameUserSettings.ini

Ho0ls commented 5 years ago

Hm okay, but bevor 29. 6 this was not hard linked. I have no problems before this date. And the game user config always resettet. The version=5 is and I don't delete lines. I will try this again okay :) Thanks for the answer Von meinem Huawei-Mobiltelefon gesendet-------- Ursprüngliche Nachricht --------Betreff: Re: [FezVrasta/ark-server-tools] Automatisches bearbeiten andere Configs / Automatic editing of other configs (#1025)Von: Ben Peddell An: FezVrasta/ark-server-tools Cc: Ho0ls ,Author Instead of editing ShooterGame/Config/DefaultGameUserSettings.ini (which would be hard-linked if using a staging directory), please try editing ShooterGame/Saved/Config/LinuxServer/GameUserSettings.ini

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.

klightspeed commented 5 years ago

What does ls -li Steam/ARK*/ShooterGame/Config/DefaultGameUserSettings.ini output?

And the game user config always resettet. The version=5 is and I don't delete lines.

Are you trying to put values with umlauts or accents into the config file? The game only understands 7-bit ASCII and UTF-16. It does not understand UTF-8 or any of the extended 8-bit character sets.

Ho0ls commented 5 years ago

Okay thanks, I think it's works

Alphakilo commented 4 years ago

Are you trying to put values with umlauts or accents into the config file? The game only understands 7-bit ASCII and UTF-16. It does not understand UTF-8 or any of the extended 8-bit character sets.

@klightspeed This is super valuable information I have not seen documented anywhere. Maybe we could start a Wiki page to document such quirks?

klightspeed commented 4 years ago

@Alphakilo https://github.com/FezVrasta/ark-server-tools/wiki#gameusersettingsini-is-being-overwritten-and-is-losing-all-my-settings