게임/소스정보
cmd2packets
incoming packet header format for command 2: 00 00 00 00 92 11 0D 00 9E 03 9E 03 02 00 05 00 (DWORD) Null Padding - 00 00 00 00 (WORD) UDP Checksum - 92 11 (WORD) Packet Lengh (Discludes null-padding) - 0D 00 (WORD) Sent Packets To Player - 9E 03 (WORD) Recv Packets From Player - 9E 03 (BYTE) Packet Type/command - 02 (BYTE) Unused - 00 (BYTE) Senders Player ID - 05 (BYTE) Status - 00 (VOID) Pack..
lobbystuff
Slot Owner * 00 - Inactive * 01 - Passive (Enemy) * 02 - Occupied by Human Player * 03 - Rescue Passive * 04 - Unused * 05 - Computer * 06 - Human (Open Slot) * 07 - Neutral * 08 - Closed Race * 00 - Zerg * 01 - Terran * 02 - Protoss * 03 - Unused (Independent) * 04 - Unused (Neutral) * 05 - User Selectable * 06 - Random (Forced in UMS[not actually random], Random in melee) * 07 - Inactive
mypacketlist
0x00 - Chat? 0x01 - ?? 0x02 - ?? 0x03 - ?? 0x04 - ?? 0x05 - ?? 0x06 - ?? 0x07 - ?? 0x08 - ?? 0x09 - Select Unit(s) [BYTE(*NumberOfUnits) # of Selected Units] [WORD Unit (memory) ID ] (Multiple WORDs for each Unit ID if more than one selected.) 0x0A - Add Unit(s) To Selection Buffer [BYTE(*NumberOfUnits) # of Selected Units] [WORD Unit (memory) ID] (Multiple WORDs for each Unit ID if more than on..
orders
0 [0x00] Die � Description: Causes the unit to die. Normal units run the death iscript animation, while hallucinated units have the sound/sprite spawned and then are removed. Default Requirements: Allow on hallucinated units. 1 [0x01] Stop � Description: Normal unit stop command. Stops current order chain, and then goes to idle. Default Requirements: Allow on hallucinated units. 2 [0x02] Guard �..
repcmd2packets
=============================================================================== Table of Content =============================================================================== 1.0 Introduction 2.0 Decompress Data 3.0 [Header] 4.0 [Player Commands] 4.1 [Time Blocks] 4.2 [Command Blocks] 4.3 Unit IDs 4.4 Unit Types 5.0 [Map Data] 6.0 General Notes 7.0 Credits 8.0 Document revision history =======..