kevlechef Posted February 3 Share Posted February 3 (edited) hi, i'm trying to make myself admin on my server. for this i need to customize the serverconfig.xml and enter a steamid. but the problem here is i'm playing via gamepass. what do i need to enter instead of a steamid to make myself admin when playing via gamepass? <user steamID="?????????" name="Hint on who this user is" permission_level="0" /> Edited February 3 by kevlechef (see edit history) Link to comment Share on other sites More sharing options...
meganoth Posted February 3 Share Posted February 3 (edited) My current serveradmin.xml has lines like this: <user platform="Steam" userid="76561198014024593" permission_level="0" /> To get a similar file, just delete your old serveradmin.xml file and start the game once. You should get a new one. Sadly the comment section of the serveradmin.xml is not updated to list what values platform can take, but for example "EOS" and your EOS id should probably work as well and you definitely have an EOS id no matter where you come from. Also you probably will find out the correct platform name for gamepass if you look at any login attempt in the logifles of your server. In my case I see many lines with "PltfmId='Steam_765....", maybe you will see "PltfmId='Gamepass_765..." or "PltfmId='Xbox_765...". PS: I would be interested in whatever you find out. I.e. whether EOS really works or what the correct platformid is in your case. Edited February 3 by meganoth (see edit history) 1 Link to comment Share on other sites More sharing options...
kevlechef Posted February 3 Author Share Posted February 3 yes thank you! it worked with the eos id. i just changed the line in the serveradmin.xml to <user platform="EOS" userid="000215d54d..." permission_level="0" /> and it seems like for xbox gamepass account it works with <user platform="XBL" userid="880E7521....." permission_level="0" /> too. thank u very much for this fast and helpful answer!! 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now