Skip to content

Commit

Permalink
gameserver packet crypto fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shnok committed Jun 30, 2024
1 parent bb75ada commit b6fe2eb
Show file tree
Hide file tree
Showing 15 changed files with 343 additions and 297 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
127 changes: 127 additions & 0 deletions l2-unity/Assets/Resources/Data/UI/Login/start_logo-EU.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 42 additions & 14 deletions l2-unity/Assets/Resources/Prefab/Networking.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ GameObject:
serializedVersion: 6
m_Component:
- component: {fileID: 2902492874257817939}
- component: {fileID: 1960525163452634930}
- component: {fileID: 2437028863278307910}
- component: {fileID: 7308598152969827924}
- component: {fileID: 8427913996859202560}
- component: {fileID: 2808076256991555282}
m_Layer: 0
m_Name: Networking
m_TagString: Untagged
Expand All @@ -34,7 +35,7 @@ Transform:
m_Children: []
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &1960525163452634930
--- !u!114 &2437028863278307910
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
Expand All @@ -43,17 +44,10 @@ MonoBehaviour:
m_GameObject: {fileID: 3645245019413108373}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 16cbd65467cc8ae429efb38c99a9762e, type: 3}
m_Script: {fileID: 11500000, guid: a7ec007b0cdb24343a752efda3c5bb5e, type: 3}
m_Name:
m_EditorClassIdentifier:
_currentPlayer: {fileID: 0}
_username:
_connectionTimeoutMs: 10000
_serverIp: 127.0.0.1
_serverPort: 11000
_logReceivedPackets: 0
_logSentPackets: 0
--- !u!114 &2437028863278307910
--- !u!114 &7308598152969827924
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
Expand All @@ -62,10 +56,10 @@ MonoBehaviour:
m_GameObject: {fileID: 3645245019413108373}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: a7ec007b0cdb24343a752efda3c5bb5e, type: 3}
m_Script: {fileID: 11500000, guid: 6c0b294c4f11da043a50af17e2d967fa, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!114 &7308598152969827924
--- !u!114 &8427913996859202560
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
Expand All @@ -74,6 +68,40 @@ MonoBehaviour:
m_GameObject: {fileID: 3645245019413108373}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 6c0b294c4f11da043a50af17e2d967fa, type: 3}
m_Script: {fileID: 11500000, guid: 40a8cf2805911f4418a5e04ed1e25378, type: 3}
m_Name:
m_EditorClassIdentifier:
_serverIp: 127.0.0.1
_serverPort: 2106
_connectionTimeoutMs: 10000
_connected: 0
_logReceivedPackets: 1
_logSentPackets: 1
_sessionKey1: 0
_sessionKey2: 0
_account:
_password:
--- !u!114 &2808076256991555282
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3645245019413108373}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 5c67c730ecfa65644b4b09bd1cbb3f7c, type: 3}
m_Name:
m_EditorClassIdentifier:
_serverIp: 127.0.0.1
_serverPort: 11000
_connectionTimeoutMs: 10000
_connected: 0
_logReceivedPackets: 1
_logSentPackets: 1
_sessionKey1: 0
_sessionKey2: 0
_currentPlayer: {fileID: 0}
_serverId: 0
_playKey1: 0
_playKey2: 0
Loading

0 comments on commit b6fe2eb

Please sign in to comment.