Jump to content

Recommended Posts

Posted

Hey, iam trying to add a Handling-Mod on the Server and i have followed the tutorial on your Wiki but with no success..

 

I can join my Server and my client is downloading the dlcpackages without an issue but the handling is not affecting my driven cars... what i did wrong?

the Content.xml is following:

<?xml version="1.0" encoding="UTF-8"?>
<CDataFileMgr__ContentsOfDataFileXml>
    <disabledFiles />
    <includedXmlFiles />
    <includedDataFiles />
    <dataFiles>
        <Item>
            <filename>dlc_handling:/common/data/handling.meta</filename>
            <fileType>HANDLING_FILE</fileType>
            <overlay value="true" />
            <disabled value="true" />
            <persistent value="true" />
        </Item>
    </dataFiles>
    <contentChangeSets>
        <Item>
            <changeSetName>handling_AUTOGEN</changeSetName>
            <filesToDisable />
            <filesToEnable>
                <Item>dlc_handling:common/data/Handling.meta</Item>
            </filesToEnable>
            <txdToLoad />
            <txdToUnload />
            <residentResources />
            <unregisterResources />
        </Item>
    </contentChangeSets>
    <patchFiles />
</CDataFileMgr__ContentsOfDataFileXml>

 

the setup2.xml:

<?xml version="1.0" encoding="UTF-8"?>
<SSetupData>
    <deviceName>dlc_handling</deviceName>
    <datFile>content.xml</datFile>
    <timeStamp>02/02/2019 19:01:00</timeStamp>
    <nameHash>handling</nameHash>
    <contentChangeSetGroups>
        <Item>
            <NameHash>GROUP_STARTUP</NameHash>
            <ContentChangeSets>
                <Item>handling_AUTOGEN</Item>
            </ContentChangeSets>
        </Item>
    </contentChangeSetGroups>
</SSetupData> 

and my Foldertree is following:

 

handling/dlc.rpf/common/data/handling.meta

and the content&setup2 be inside the root of my dlc.rpf

 

 

thanks for every help i can get

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...