#PC Game Pass - Signing in ... never completes

4 messages · Page 1 of 1 (latest)

maiden bolt
#

I have looked around and there are many posts all over the internet and no solutions so i thought I would come to the source.

Because I dont have the profile folder in the default c:\ location I think its part of the problem, is there a way I can hardcode in the .config files the paths and if so what syntax do I need?

Can I get an error log file as in the FAQ on the website you seem to only support Steam installs with an error log location, is there a way I can run the exe with some debug flags to see what its doing when signing on?!

I think there is a whole potential player base out there looking for this fix.

Please help.

#

C:\XboxGames\Starbound\Content\win\sbinit.config

{
"assetDirectories" : [
"..\assets\",
"%UserProfile%\Documents\Starbound\mods\"
],

"storageDirectory" : "%UserProfile%\Documents\Starbound\",

"assetsSettings" : {
"pathIgnore" : [],
"digestIgnore" : [
".*"
]
},

"defaultConfiguration" : {
"allowAdminCommandsFromAnyone" : true,
"anonymousConnectionsAreAdmin" : true,

"gameServerBind" : "*",
"queryServerBind" : "*",
"rconServerBind" : "*"

}
}