Difference between revisions of "41131F96"

From SWGANH Wiki
Jump to: navigation, search
 
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
 
= STRUCT =
 
= STRUCT =
{{{
+
 
 +
<pre>
 
SHORT: Opperand_Count
 
SHORT: Opperand_Count
 
INT: Opcode
 
INT: Opcode
Line 6: Line 8:
 
A_STRING: Password
 
A_STRING: Password
 
A_STRING: Version
 
A_STRING: Version
}}}
+
</pre>
 
----
 
----
 +
 
= Variable Description =
 
= Variable Description =
{{{
+
<pre>
 
Opperand_Count = 4
 
Opperand_Count = 4
 
Opcode = 41131F96
 
Opcode = 41131F96
 +
</pre>
  
 +
===UserName:===
 +
The string of the UserName Authenticating. This is equivalent to the StationName.
  
UserName:
+
===Password:===
The string of the UserName Authenticating.
+
This is equivalent to StationName.
+
 
+
 
+
Password:
+
 
The Password to use for Authenticating.
 
The Password to use for Authenticating.
Note:This may eventually become a password hash instead for security.
+
 
 +
<font color="orange">'''Note''': ''This may eventually become a password hash instead for security.''</font>
  
  
 
Version:
 
Version:
 +
<pre>
 
[year][month][day]-[hour]:[minute]
 
[year][month][day]-[hour]:[minute]
 
||Patch 12.1||"20041215-19:26"||
 
||Patch 12.1||"20041215-19:26"||
 
||Patch 13.0||"20050125-12:19"||
 
||Patch 13.0||"20050125-12:19"||
 +
</pre>
  
Note: Version_String may later be replaced with a new value.
+
<font color="orange">'''Note''': ''Version_String may later be replaced with a new value. This will help distinguish the patched/modded version from SOE's 12.1/13.0.''</font>
First Release Date anyone?
+
  
This will help distinguish the patched/modded version from SOE's 12.1/13.0
 
}}}
 
----
 
 
= Additional Info =
 
= Additional Info =

Latest revision as of 21:41, 17 December 2006

STRUCT

SHORT:		Opperand_Count
INT:		Opcode
A_STRING:	UserName
A_STRING:	Password
A_STRING:	Version

Variable Description

Opperand_Count	= 4
Opcode		= 41131F96

UserName:

The string of the UserName Authenticating. This is equivalent to the StationName.

Password:

The Password to use for Authenticating.

Note: This may eventually become a password hash instead for security.


Version:

[year][month][day]-[hour]:[minute]
||Patch 12.1||"20041215-19:26"||
||Patch 13.0||"20050125-12:19"||

Note: Version_String may later be replaced with a new value. This will help distinguish the patched/modded version from SOE's 12.1/13.0.

Additional Info