rf2 identificator in result files

Discussion in 'Wish Lists' started by MaXyM, Jul 21, 2012.

  1. MaXyM

    MaXyM Registered

    Joined:
    Oct 5, 2010
    Messages:
    1,774
    Likes Received:
    29
    Current format of result files is the same as in rFactor.
    Even metas for XML are the same in rf and rf2

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE rF [
    <!ENTITY rFEnt "rFactor Entity">
    ]>
    <rFactorXML version="1.0">
    I asked once but maybe the request has been missed. now I want to try it again. Please make result files distinct for both titles. For example change header for rf2 as in example below:

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE rF2 [
    <!ENTITY rF2Ent "rFactor2 Entity">
    ]>
    <rFactor2XML version="1.0">
    It's really few seconds to change it in source code.
    thx
     

Share This Page