IS HCP
From LFS Manual
Revision as of 20:01, 10 February 2026 by Bokujishin (talk | contribs) (Created page with "== Introduction == The '''H'''andi'''C'''a'''P'''s packet is used to set handicaps for every official car. {| class="wikitable" |+ IS_HCP packet properties |- ! Type !! Name...")
Introduction
The HandiCaPs packet is used to set handicaps for every official car.
| Type | Name | Description |
|---|---|---|
| byte | Size | 68 |
| byte | Type | ISP_HCP |
| byte | ReqI | 0 |
| byte | Zero | |
| CarHCP | Info[32] | H_Mass and H_TRes for each car: XF GTI = 0 / XR GT = 1 etc |
Packet Details
Size
The size of the packet is always 68 bytes.
Type
The packet type from the ISP_ enumeration, always ISP_HCP.
ReqI
ReqI is always equal to zero.
Info
The list of CarHCP handicaps, in order of the car value flags:
// XF GTI - 1 // XR GT - 2 // XR GT TURBO - 4 // RB4 GT - 8 // FXO TURBO - 0x10 // LX4 - 0x20 // LX6 - 0x40 // MRT5 - 0x80 // UF 1000 - 0x100 // RACEABOUT - 0x200 // FZ50 - 0x400 // FORMULA XR - 0x800 // XF GTR - 0x1000 // UF GTR - 0x2000 // FORMULA V8 - 0x4000 // FXO GTR - 0x8000 // XR GTR - 0x10000 // FZ50 GTR - 0x20000 // BMW SAUBER F1.06 - 0x40000 // FORMULA BMW FB02 - 0x80000
Notes
This packet can only set handicaps for official cars. It is currently not possible to set car handicaps for mods, use IS_PLH instead.