You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
%client.getAutoInfo is a pretty big facet to the operation of Tribes 2. It pretty much allows the game server to look at a client and grab their GUID, name, etc. It is script-defined in TribesNext, but if this project were to go and eventually require an account server, this will need to be implemented. By peering at what TribesNext's variant returns, its supposed to return a tab delineated list of player information:
Name, Unknown blank Entry, TribesNext sticks a 0 here, GUID
So an example would be:
MyName\t\t0\t1234567
The text was updated successfully, but these errors were encountered:
%client.getAutoInfo is a pretty big facet to the operation of Tribes 2. It pretty much allows the game server to look at a client and grab their GUID, name, etc. It is script-defined in TribesNext, but if this project were to go and eventually require an account server, this will need to be implemented. By peering at what TribesNext's variant returns, its supposed to return a tab delineated list of player information:
Name, Unknown blank Entry, TribesNext sticks a 0 here, GUID
So an example would be:
MyName\t\t0\t1234567
The text was updated successfully, but these errors were encountered: