Difference between revisions of "IS HCP"
From LFS Manual
Jump to navigationJump to searchBokujishin (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...") |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | == | + | {{Infobox InSim packet |
| + | | description = Sets car handicaps | ||
| + | | size = 68 | ||
| + | | type_key = ISP_HCP | ||
| + | | type_value = 56 | ||
| + | | direction = out | ||
| + | | prev = [[IS_ACR]] | ||
| + | | next = [[IS_NCI]] | ||
| + | }} | ||
| − | The '''H'''andi'''C'''a'''P'''s packet is used to set handicaps for every official car. | + | The '''H'''andi'''C'''a'''P'''s packet is used to set handicaps for every [[Cars|official car]]. |
| + | |||
| + | == Packet details == | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 18: | Line 28: | ||
| CarHCP || Info[32] || H_Mass and H_TRes for each car: XF GTI = 0 / XR GT = 1 etc | | CarHCP || Info[32] || H_Mass and H_TRes for each car: XF GTI = 0 / XR GT = 1 etc | ||
|} | |} | ||
| − | |||
| − | |||
=== Size === | === Size === | ||
| Line 61: | Line 69: | ||
== Notes == | == 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. | + | This packet can only set handicaps for official cars. It is currently not possible to set car handicaps for [[Vehicle Mods|mods]], use [[IS_PLH]] instead. |
| + | |||
| + | {{InSim packets}} | ||
[[Category:InSim packets]] | [[Category:InSim packets]] | ||
Latest revision as of 20:26, 26 February 2026
| IS_HCP | |
|---|---|
| Sets car handicaps | |
| Overview | |
| Size | 68 |
| Type | ISP_HCP (56) |
| Usage | instruction |
| Previous packet IS_ACR |
Next packet IS_NCI |
The HandiCaPs packet is used to set handicaps for every official car.
Packet details
| 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 |
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.
| Initialisation | IS_ISI | ||
|---|---|---|---|
| Version Information | IS_VER | ||
| General Purpose | IS_TINY · IS_SMALL · IS_TTC | ||
| State Reporting and Requests | IS_STA · IS_SFP · IS_ISM | ||
| Text Messages and Key Presses | IS_SCH · IS_MSO · IS_III · IS_MST · IS_MTC · IS_MSX · IS_MSL | ||
| Voting | IS_VTN | ||
| Race Tracking | IS_RST · IS_REO | ||
| Autocross | IS_AXI · IS_AXO · IS_UCO · IS_OCO · IS_AXM | ||
| Connection Tracking | IS_NCN · IS_CNL · IS_CPR · IS_ACR · IS_NCI · IS_SLC · IS_CIM | ||
| Car Tracking | IS_NPL · IS_PLP · IS_PLL · IS_LAP · IS_SPX · IS_PIT · IS_PSF · IS_PLA · IS_PEN · IS_TOC · IS_FLG · IS_PFL · IS_FIN · IS_RES · IS_NLP · IS_MCI · IS_CRS · IS_CON · IS_OBH · IS_HLV · IS_CSC | ||
| Camera Control | IS_SCC · IS_CPP | ||
| Replay Control | IS_RIP | ||
| Screenshots | IS_SSH | ||
| InSim Buttons | IS_BFN · IS_BTN · IS_BTC · IS_BTT | ||
| AI Control | IS_AIC · IS_AII | ||
| Other packets | IS_MOD · IS_CCH · IS_PLC · IS_HCP · IS_JRR · IS_MAL · IS_PLH · IS_IPB | ||