Difference between revisions of "IS SFP"

From LFS Manual
Jump to navigationJump to search
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Introduction ==
+
{{Infobox InSim packet
 +
| description  = Send to set various game states
 +
| size          = 8
 +
| type_key      = ISP_STA
 +
| type_value    = 7
 +
| direction    = out
 +
| category      = State reporting and requests
 +
| prev          = [[IS_SCH]]
 +
| next          = [[IS_SCC]]
 +
}}
  
The IS_SFP or State Flags Pack can be used to set various state options in game. Any states not included in this packet must be set by sending either a [[IS_SCH]] or [[IS_MST]] packet.
+
The '''S'''tate '''F'''lags '''P'''ack can be used to set some state options in game. Only a select few states can be set using this packet, other states must be set by sending either an [[IS_SCH]] or [[IS_MST]] packet.
  
<big><pre>struct IS_SFP // State Flags Pack
+
== Packet detail ==
{
 
byte Size; // 8
 
byte Type; // ISP_SFP
 
byte ReqI; // 0
 
byte Zero;
 
  
word Flag; // the state to set
+
{| class="wikitable"
byte OffOn; // 0 = off / 1 = on
+
|+ IS_SFP packet properties
byte Sp3; // spare
+
|-
};</pre></big>
+
! Type !! Name !! Description
 
+
|-
== Packet Detail ==
+
| byte
 +
| Size
 +
| 8
 +
|-
 +
| byte
 +
| Type
 +
| ISP_SFP
 +
|-
 +
| byte
 +
| ReqI
 +
| 0
 +
|-
 +
| byte
 +
| Zero
 +
|
 +
|-
 +
| word
 +
| Flag
 +
| the state to set
 +
|-
 +
| byte
 +
| OffOn
 +
| 0 = off / 1 = on
 +
|-
 +
| byte
 +
| Sp3
 +
| spare
 +
|}
  
 
=== Size ===
 
=== Size ===
Line 23: Line 54:
 
=== Type ===
 
=== Type ===
  
The packet type from the ISP_ enumeration, always ISP_SFP.
+
The packet type from the [[InSim_enumerations#ISP|ISP_]] enumeration, always ISP_SFP.
  
 
=== ReqI ===
 
=== ReqI ===
Line 31: Line 62:
 
=== Flags ===
 
=== Flags ===
  
The state to set, from the ISS_ bit flags. The states you are able to set are as follows:
+
The state to set, from the ISS_ bit flags. The states you are able to set are the following:
  
* ISS_SHIFTU_FOLLOW: Following car
 
 
* ISS_SHIFTU_NO_OPT: SHIFT+U buttons hidden
 
* ISS_SHIFTU_NO_OPT: SHIFT+U buttons hidden
 
* ISS_SHOW_2D: Showing 2d display
 
* ISS_SHOW_2D: Showing 2d display
Line 39: Line 69:
 
* ISS_SOUND_MUTE: Sound is switched off
 
* ISS_SOUND_MUTE: Sound is switched off
  
=== OnOff ===
+
=== OffOn ===
  
 
Set to 1 to turn the state on, or set to 0 to turn the state off.
 
Set to 1 to turn the state on, or set to 0 to turn the state off.
 +
 +
{{InSim packets}}
  
 
[[Category:InSim packets]]
 
[[Category:InSim packets]]

Latest revision as of 21:51, 13 February 2026

IS_SFP
Send to set various game states
Overview
Size 8
Type ISP_STA (7)
Usage instruction
Previous packet
IS_SCH
Next packet
IS_SCC

The State Flags Pack can be used to set some state options in game. Only a select few states can be set using this packet, other states must be set by sending either an IS_SCH or IS_MST packet.

Packet detail

IS_SFP packet properties
Type Name Description
byte Size 8
byte Type ISP_SFP
byte ReqI 0
byte Zero
word Flag the state to set
byte OffOn 0 = off / 1 = on
byte Sp3 spare

Size

The size of the packet, always 8 bytes.

Type

The packet type from the ISP_ enumeration, always ISP_SFP.

ReqI

Not used

Flags

The state to set, from the ISS_ bit flags. The states you are able to set are the following:

  • ISS_SHIFTU_NO_OPT: SHIFT+U buttons hidden
  • ISS_SHOW_2D: Showing 2d display
  • ISS_MPSPEEDUP: Multiplayer speedup option
  • ISS_SOUND_MUTE: Sound is switched off

OffOn

Set to 1 to turn the state on, or set to 0 to turn the state off.


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