This website requires JavaScript.
Explore
Help
Sign in
zydronium
/
project-meteor-server
Watch
1
Star
0
Fork
You've already forked project-meteor-server
0
mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced
2025-06-10 14:34:32 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
093d3b7c15
project-meteor-server
/
FFXIVClassic Map Server
/
packets
History
Download ZIP
Download TAR.GZ
Filip Maj
5d11a0b356
Changed isEncrypted to isCompressed in basepacket. After speaking with another dev, game packets are not encrypted... just compressed. Figured out that byte 3 of basepacket is the connection type when handshaking with the map server.
2016-01-19 13:31:24 -05:00
..
receive
Added implementations of the event receive/send packets. Added lua scripting stuff. Added some utils.
2016-01-01 14:04:44 -05:00
send
Implemented WeatherDirector , ZoneMaster, and WorldMaster in code. Zone objects has become the ZoneMaster actor object.
2016-01-16 23:03:04 -05:00
BasePacket.cs
Changed isEncrypted to isCompressed in basepacket. After speaking with another dev, game packets are not encrypted... just compressed. Figured out that byte 3 of basepacket is the connection type when handshaking with the map server.
2016-01-19 13:31:24 -05:00
SubPacket.cs
Connection working again. Fixed type 7 ping packet.
2015-10-15 22:17:21 -04:00