Actually more I have discovered is this new 'cleaner yaml' file is that it is EXTREMELY TOUCHY LOL!!! Extra spaces, missing spaces, extra lines, different format of newlines, seem to also cause a crash of the server. Seems like 'word pad' is not friendly with it either (I use notepad++). Hmm, I kind of preferred the prior yaml format, to be honest.
Something else to help you guys... look into the "Logs" directory in your "Empyrion - Galactic Survival" directory. Open up the latest "Dedicated_######-####.log". Inside you should see why it crashed or stopped running. For example with the 'five spaces' issue I mentioned above, I get this kind of error in the log: " 15-21:57:34.628 ERR: Error while reading server configuration from E:/Steam/steamapps/common/Empyrion - Galactic Survival/EmpyrionDedicated_Data/../dedicated.yaml " Which tells me, it doesnt like those five spaces lol!
--- # Admin Configuration # This file can contain two lists: one with elevated players with special permissions # and one with banned players. # 'Id' is a SteamID64 in both lists, lookup possible at https://steamid.io/ # 'Permission' is 3 for 'GameMaster', 6 for 'Moderator' and 9 for 'Admin' - other values are not allowed. # 'Until' is the time when the ban ends. Elevated: - Id: 99999999999999999 Permission: 9 copy and past (with steam id changed) of my (tested) working admin config.
here is what i am doing. is this right? --- # Admin Configuration # This file can contain two lists: one with elevated players with special permissions # and one with banned players. # 'Id' is a SteamID64 in both lists, lookup possible at https://steamid.io/ # 'Permission' is 3 for 'GameMaster', 6 for 'Moderator' and 9 for 'Admin' - other values are not allowed. # 'Until' is the time when the ban ends. Elvated: -Id:76561198045505996 Permission:9 {}
--- # Admin Configuration # This file can contain two lists: one with elevated players with special permissions # and one with banned players. # 'Id' is a SteamID64 in both lists, lookup possible at https://steamid.io/ # 'Permission' is 3 for 'GameMaster', 6 for 'Moderator' and 9 for 'Admin' - other values are not allowed. # 'Until' is the time when the ban ends. Elevated: -Id:76561197975551894 Permission:9 {} Still says that "Permission Error: Cannot be executed by client MainLinX
no bracket at end, and a space before your steam id and a space before the permission level... formatting matters as it is code.
I removed it from my Yaml and now the server crashes on start up. Does anyone know how to get the password to work for the Dedi server using the NEW yaml? Can you post an example of a working yaml please?
I tried both no space, and space, however it's possible the positioning is off though the formatting looks correct. Do you perhaps have an example of a working Yaml?
sorry i found elvated was spelled wrong should be elevated do i keep the {} cause in orginal it has at end
Elevated: -Id 999999999999 (this is a sample id) Permission: 9 {} i added a space after -Id and a space after Permission: 9 I will restart and try that