Skip to content

B2STableSettings.xml

Jarr3 edited this page Jul 16, 2023 · 11 revisions

In this file all the B2S Server settings are stored per table.

The settings StartBackground, FormToFront, FormToBack, FormNoFocus can manually be added to the header setting, to become the new default.

This example file has the Blood Machines table settings saved to it.

<B2STableSettings>
  <HyperpinXMLFile>Unknown</HyperpinXMLFile>
  <ArePluginsOn>1</ArePluginsOn>
  <DefaultStartMode>2</DefaultStartMode>
  <LogPath>
  </LogPath>
  <IsLampsStateLogOn>0</IsLampsStateLogOn>
  <IsSolenoidsStateLogOn>0</IsSolenoidsStateLogOn>
  <IsGIStringsStateLogOn>0</IsGIStringsStateLogOn>
  <IsLEDsStateLogOn>0</IsLEDsStateLogOn>
  <IsPaintingLogOn>0</IsPaintingLogOn>
  <IsStatisticsBackglassOn>0</IsStatisticsBackglassOn>
  <ShowStartupError>0</ShowStartupError>
  <ScreenshotPath>
  </ScreenshotPath>
  <ScreenshotFileType>0</ScreenshotFileType>
  <StartBackground>1</StartBackground>
  <FormToFront>1</FormToFront>
  <FormToBack>0</FormToBack>
  <FormNoFocus>0</FormNoFocus>
  <bloodmach>
    <HideGrill>2</HideGrill>
    <HideB2SDMD>0</HideB2SDMD>
    <HideDMD>0</HideDMD>
    <LampsSkipFrames>1</LampsSkipFrames>
    <SolenoidsSkipFrames>3</SolenoidsSkipFrames>
    <GIStringsSkipFrames>3</GIStringsSkipFrames>
    <LEDsSkipFrames>0</LEDsSkipFrames>
    <UsedLEDType>2</UsedLEDType>
    <IsGlowBulbOn>0</IsGlowBulbOn>
    <GlowIndex>-1</GlowIndex>
    <StartAsEXE>1</StartAsEXE>
    <FormToFront>1</FormToFront>
    <Animations />
  </bloodmach>

Clone this wiki locally