Log in to reply
 

My .oiv package installs but nothing changes, what am I doing wrong?



  • Since I'm constantly switching files I decided to start making .oiv packages to save time in the long run, the problem is that after trying with one file to get used to the process I find that the file never changes, even if the log says so. I already checked the file I want to install and different assembly.xml files to see if I'm missing something, but I can't find a solution.

    Here's how my assembly.xml looks:

    <?xml version="1.0" encoding="UTF-8"?>
    <package version="2.1" id="{32c22d3f-ae76-4770-b336-31e63ab0169b}" target="Five">
    <metadata>
    <name>test</name>
    <version>
    <major>1</major>
    <minor>0</minor>
    <tag>Test</tag>
    </version>
    <author>
    <displayName>Mayochiki</displayName>
    </author>
    <description><![CDATA[Lets see if this shit works]]>
    </description>
    </metadata>
    <colors>
    <headerBackground useBlackTextColor="True">$FF9400D3</headerBackground>
    <iconBackground>$FF800080</iconBackground>
    </colors>
    <content>

    <archive path="x64w.rpf" createIfNotExist="True" type="RPF7">
    <archive path="x64w.rpf\dlcpacks\mpbusiness\dlc.rpf\x64\models\cdimages\mpbusiness_ped_mp_overlay_txds.rpf" createIfNotExist="True" type="RPF7">
    <add source="eyes\mp_eye_colour.ytd">mpbusiness_ped_mp_overlay_txds.rpf\mp_eye_colour.ytd</add>
    </archive>
    </archive>

    </content>
    </package>

    And what the log says after install:


    Start: 28/12/2019 15:49:34
    ThreadID: 26812
    OS: Windows 10 Enterprise (6.3.18362, 64-bit)
    Path: 
    

    [28/12/2019 15:49:34] [26812] INFO -> Current GameId: "Five"
    [28/12/2019 15:49:34] [26812] INFO -> Current GamePlatform: "pc"
    [28/12/2019 15:49:34] [26812] INFO -> Current GamePath: "C:\Program Files\Rockstar Games\Grand Theft Auto V"
    [28/12/2019 15:49:35] [11600] INFO -> Loading package
    [28/12/2019 15:49:35] [11600] INFO -> Loading package from ""
    [28/12/2019 15:49:35] [11600] INFO -> Package file was opened successfully
    [28/12/2019 15:49:35] [11600] INFO -> Loading assembly from "assembly.xml"
    [28/12/2019 15:49:35] [11600] INFO -> Reading assembly file "assembly.xml"
    [28/12/2019 15:49:35] [11600] INFO -> Format version: "2.1"
    [28/12/2019 15:49:35] [11600] INFO -> Package info class: "TPackageInfo21"
    [28/12/2019 15:49:35] [11600] INFO -> Reading package info
    [28/12/2019 15:49:35] [11600] INFO -> Package ID: "{32c22d3f-ae76-4770-b336-31e63ab0169b}"
    [28/12/2019 15:49:35] [11600] INFO -> Package target: "Five"
    [28/12/2019 15:49:35] [11600] INFO -> Package name: "test"
    [28/12/2019 15:49:35] [11600] INFO -> Package version: "1.0"
    [28/12/2019 15:49:35] [11600] INFO -> Package version tag: "Test"
    [28/12/2019 15:49:35] [11600] INFO -> Package author: "Mayochiki"
    [28/12/2019 15:49:35] [11600] ERROR -> The "footerLink" attribute is not found in node "metadata>description"
    [28/12/2019 15:49:35] [11600] INFO -> Package contains changes for RPF archives
    [28/12/2019 15:49:35] [11600] INFO -> Package format supports "mods" folder
    [28/12/2019 15:49:35] [11600] INFO -> Loading package icon from "icon.png"
    [28/12/2019 15:49:35] [11600] INFO -> Package loaded successfully
    [28/12/2019 15:52:05] [26812] INFO -> Current package have only one content to install
    [28/12/2019 15:52:05] [26812] INFO -> The "mods" folder supported by current game.
    [28/12/2019 15:52:05] [26812] INFO -> Show install options dialog before installation
    [28/12/2019 15:52:05] [26812] INFO -> Show confirm install dialog before installation
    [28/12/2019 15:52:05] [26812] INFO -> Begin installation
    [28/12/2019 15:52:05] [26812] INFO -> No other running installation found
    [28/12/2019 15:49:40] [12428] INFO -> Install options
    {
    Content Index: "-1"
    Use "mods" Folder: "True"
    }
    [28/12/2019 15:49:40] [12428] INFO -> Package installer class: "TPackageInstaller21"
    [28/12/2019 15:49:40] [12428] INFO -> Validate content files
    [28/12/2019 15:49:40] [12428] INFO -> Validate content files SUCCEEDED
    [28/12/2019 15:49:40] [12428] INFO -> Installation
    [28/12/2019 15:49:40] [12428] INFO -> Process ARCHIVE "GTA V" with path "C:\Program Files\Rockstar Games\Grand Theft Auto V"
    [28/12/2019 15:49:40] [12428] INFO -> ARCHIVE "x64w.rpf" is exists
    [28/12/2019 15:49:40] [12428] INFO -> ARCHIVE "x64w.rpf" is already in the "mods" folder
    [28/12/2019 15:49:40] [12428] INFO -> Process ARCHIVE "x64w.rpf" with path "C:\Program Files\Rockstar Games\Grand Theft Auto V\mods\x64w.rpf"
    [28/12/2019 15:49:40] [12428] INFO -> ARCHIVE "x64w.rpf\dlcpacks\mpbusiness\dlc.rpf\x64\models\cdimages\mpbusiness_ped_mp_overlay_txds.rpf" is exists
    [28/12/2019 15:49:40] [12428] INFO -> Process ARCHIVE "mpbusiness_ped_mp_overlay_txds.rpf" with path "C:\Program Files\Rockstar Games\Grand Theft Auto V\mods\x64w.rpf|x64w.rpf\dlcpacks\mpbusiness\dlc.rpf\x64\models\cdimages\mpbusiness_ped_mp_overlay_txds.rpf"
    [28/12/2019 15:49:40] [12428] INFO -> Add file into archive
    {
    Source: "content/eyes/mp_eye_colour.ytd"
    Destination: "mpbusiness_ped_mp_overlay_txds.rpf\mp_eye_colour.ytd"
    Archive: "C:\Program Files\Rockstar Games\Grand Theft Auto V\mods\x64w.rpf|x64w.rpf\dlcpacks\mpbusiness\dlc.rpf\x64\models\cdimages\mpbusiness_ped_mp_overlay_txds.rpf"
    }
    [28/12/2019 15:49:40] [12428] INFO -> ARCHIVE "mpbusiness_ped_mp_overlay_txds.rpf" processed
    [28/12/2019 15:49:40] [12428] INFO -> ARCHIVE "x64w.rpf" processed
    [28/12/2019 15:49:40] [12428] INFO -> ARCHIVE "GTA V" processed
    [28/12/2019 15:49:40] [12428] INFO -> Installation SUCCEEDED

    I've followed the guide in here, but haven't had any luck. Any idea what the problem is?


Log in to reply
 

Looks like your connection to GTA5-Mods.com Forums was lost, please wait while we try to reconnect.