Page 1 of 1

Modding XRVR - XML fileloading at runtime

Posted: Sun, 10. May 20, 15:43
by breadmay
Hi, I've looked through a lot of posts in various forums and I'm sure it's just me but I can't seem to figure this out - If I extract all the files from the DATs to the correct sub-folders, will the XML files be loaded at runtime rather than the DAT files?

Im prettty sure I've extracted the files correctly but I have edited a couple of XML files and the changes aren't showing up in game. If this is the correct method, for the \extensions\ego_vr\ folder, I'm assuming the DAT file should be extracted here rather than overwriting the main game files?

I appreciate any help I can get - thanks for reading.

Re: Modding XRVR - XML fileloading at runtime

Posted: Sun, 10. May 20, 16:11
by X2-Illuminatus
If I remember correctly, you have to use the launch parameter -prefersinglefiles for extracted files to take priority over those from catalog files.

Re: Modding XRVR - XML fileloading at runtime

Posted: Mon, 11. May 20, 14:36
by breadmay
Legend! Thanks

One issue if anyone is able to help:

I tried using -prefersinglefiles and it loaded the extracted XML files from the root game DAT files, but did not load the files in the extensions\ego_vr folder (neither DAT nor the extracted XML files). However if I don't use -prefersinglefiles it loads the DAT file from extensions\ego_vr but not the extracted XML files in the subfolders. Any ideas how I get the game to load the extracted XML files in the extensions\ego_vr subfolders?

Thanks!