Page 1 of 1

D:\Documents\ManiaPlanet\Work\Media\Font\MyFont.xml must be in Media\

Posted: 24 Jun 2017, 23:10
by TheBigMiike
:)

I downloaded my .ttf fonts, put them in the D:\Documents\ManiaPlanet\Work\Media\Font\ folder, wrote the following lines (below) and saved as "MyFont.xml" in the same directory:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<Font File="MyFont.ttf"/>
Then I opened the cmd in the maniaplanet installation directory, wrote this:

Code: Select all

NadeoImporter Font D:\Documents\ManiaPlanet\Work\Media\Font\MyFont.xml
outputs this :

Code: Select all

NadeoImporter 2017-05-18_12_54
D:\Documents\ManiaPlanet\Work\Media\Font\MyFont.xml must be in Media\
My xml file is located in Media folder as described in the doc. :|

Re: D:\Documents\ManiaPlanet\Work\Media\Font\MyFont.xml must be in Media\

Posted: 25 Jun 2017, 23:22
by Electron
You need to specify the path to your xml file relative to the Work folder:

Code: Select all

NadeoImporter Font Media\Font\MyFont.xml

Re: D:\Documents\ManiaPlanet\Work\Media\Font\MyFont.xml must be in Media\

Posted: 26 Jun 2017, 20:06
by TheBigMiike
ty :D
I misread the doc and thought I had to put the full path in the command