[Help] My XR Converter does not work anymore

The place to discuss scripting and game modifications for X4: Foundations.

Moderators: Moderators for English X Forum, Scripting / Modding Moderators

Post Reply
Max Bain
Posts: 1463
Joined: Wed, 27. Jun 18, 19:05
x3ap

[Help] My XR Converter does not work anymore

Post by Max Bain » Sat, 14. Dec 19, 09:34

Hi,

yesterday I wanted to fix a model and therefore I created the .dae file (the only thing I changed in the export dialog was selecting the UV texture in the drop down) and run the converter batch file but no output was created. At first I thought that maybe the model is corrupt or so but I also did this with at least 2 old .dae model files and none of them created an output.

I also reinstalled the XR Packer but still no output.
This is the batch command:

Code: Select all

FOR /R "..\X4 Foundations\extensions\XR_ShipPack\" %%f IN (*.dae) do (
  XRConvertersMain.exe exportxmf "..\X4 Foundations\extensions\XR_ShipPack\" "%%f"
  )
pause
Can the 3.0b have something to do with it?

If someone want to help me, please download this file and try to create the X4 files out of it and send them back to me:
https://www.dropbox.com/s/5li6oq9247cyqes/Suul.dae?dl=0
XR Ship Pack (adds several ships from XR) Link
Weapon Pack (adds several new weapons) Link
Economy Overhaul (expands the X4 economy with many new buildings) Link
X4 Editor (view stats of objects and make your own mod within a few clicks) Link

BrummBear02
Posts: 308
Joined: Fri, 3. Oct 08, 20:43
x3ap

Re: [Help] My XR Converter does not work anymore

Post by BrummBear02 » Sat, 14. Dec 19, 14:29

C:\Games\Steam\steamapps\common\X4 Foundations>(XRConvertersMain.exe exportxmf "..\X4 Foundations" "C:\Games\Steam\steamapps\common\X4 Foundations\3D Models\Export\Suul.dae" )
Node part_mainXlod3XargonXar_hulls_02 has multiple meshes attached.

Code: Select all

FOR /R "..\X4 Foundations\3D Models\Export" %%f IN (*.dae) do (
  XRConvertersMain.exe exportxmf "..\X4 Foundations" "%%f"
  )
pause
converter belongs into x4 main folder. dae file belongs into X4 Foundations\3D Models\Export. check your paths.
Gebt mir einen Spiegel dann schlage ich ihn mit seinem eigenen Gesicht

Max Bain
Posts: 1463
Joined: Wed, 27. Jun 18, 19:05
x3ap

Re: [Help] My XR Converter does not work anymore

Post by Max Bain » Sun, 15. Dec 19, 13:25

Thank you! I cant remember when I have changed the path, but changing the path did the trick.
XR Ship Pack (adds several ships from XR) Link
Weapon Pack (adds several new weapons) Link
Economy Overhaul (expands the X4 economy with many new buildings) Link
X4 Editor (view stats of objects and make your own mod within a few clicks) Link

Post Reply

Return to “X4: Foundations - Scripts and Modding”