Config.xml And Config_fullscreen.xml

Discussion in 'General Discussion' started by paweuek, Sep 21, 2023.

  1. paweuek

    paweuek Active Member

    Joined:
    Dec 8, 2016
    Messages:
    138
    Likes Received:
    191
    Could anyone possibly share with me original files config.xml and config_fullscreen.xml from TS main folder. If not, maybe anyone could paste here contents of these files. Mine got accidentally deleted - please don't ask how :-P
     
  2. dolanbaker

    dolanbaker Active Member

    Joined:
    Dec 29, 2022
    Messages:
    144
    Likes Received:
    120
    Here are my copies, I don't know if there is any customisation in them for my system

    config.xml
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <ConfigContainer xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <mGfxAdapterIndex>0</mGfxAdapterIndex>
      <mGfxWidth>1024</mGfxWidth>
      <mGfxHeight>768</mGfxHeight>
      <mGfxRefreshRate>75</mGfxRefreshRate>
      <m32Bit>true</m32Bit>
      <mWindowed>true</mWindowed>
      <mMultiSampleType>2</mMultiSampleType>
      <mShapeViewer>true</mShapeViewer>
      <mKWinFontSmall>Verdana 14</mKWinFontSmall> <!--ID01 and ID-1-->
      <mKWinFontTiny>Verdana 12</mKWinFontTiny> <!--ID0-->
      <mVSync>false</mVSync>
      <FrontendBreadcrumb>Arial Bold 21</FrontendBreadcrumb> <!--ID05-->
      <FrontendDescribe>Arial 18</FrontendDescribe> <!--ID06-->
      <InputInfoFont>Arial 15</InputInfoFont> <!--ID07-->
      <DriversGuideHeadings>Arial 14</DriversGuideHeadings> <!--ID08-->
      <ListboxFont>Arial 15</ListboxFont> <!--ID09-->
      <SmallFont>Arial 10</SmallFont>  <!--ID10-->
      <DriverGuideClock>Arial 26</DriverGuideClock> <!--ID11-->
      <DriverGuideStationName>Arial Bold 16</DriverGuideStationName>  <!--ID12-->
    </ConfigContainer>
    
    
    
    config_fullscreen.xml
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <ConfigContainer xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <mGfxAdapterIndex>0</mGfxAdapterIndex>
      <mGfxWidth>1024</mGfxWidth>
      <mGfxHeight>768</mGfxHeight>
      <mGfxRefreshRate>75</mGfxRefreshRate>
      <m32Bit>true</m32Bit>
      <mWindowed>false</mWindowed>
      <mMultiSampleType>2</mMultiSampleType>
      <mShapeViewer>true</mShapeViewer>
      <mVSync>false</mVSync>
    </ConfigContainer>
    
    
     
    • Helpful Helpful x 1
  3. triznya.andras

    triznya.andras Well-Known Member

    Joined:
    Jun 29, 2019
    Messages:
    2,315
    Likes Received:
    2,760
    Oh. That's interesting. If I were to change graphics adapter index to 1, it might use the GPU instead of the CPU?
    Also that VSync toggle looks interesting.
    Both of these files are dated 2015-03-28 on my system which is apparently when I installed it on this PC, then new. (Meaning, these are Steam original files and a verification / depot download should restore them.)
     
  4. paweuek

    paweuek Active Member

    Joined:
    Dec 8, 2016
    Messages:
    138
    Likes Received:
    191
    Thank you!! You're my savior:D
    I highly wanted to avoid file verification for many reasons
     
  5. Spikee1975

    Spikee1975 Guest

    The files are only needed if you first install TSC and there is no PlayerProfiles.bin yet. If they are needed at all - I don't think so. The data in there suggests they are not being used and are a relic from the past.
     
  6. Pookeyhead

    Pookeyhead Well-Known Member

    Joined:
    Dec 7, 2018
    Messages:
    4,296
    Likes Received:
    2,699
    Always make a back up of your Railworks folder.
     
    • Like Like x 1

Share This Page