Setting data directory

Get support for Unvanquished.
Post Reply
narcisse
Posts: 2
Joined: Mon Oct 28, 2013 3:55 pm UTC

Setting data directory

Post by narcisse »

Hi guys!

I'm trying to package Unvanquished for Pisilinux. For that, I've followed the steps that opensuse did. I mean I've installed compiled things and pk3 files to /usr/lib/Unvanquished and ../main directories. Everything went well but I can't start. I got this message:

Code: Select all

Unvanquished 0.20.0 x86_64 Oct 28 2013

Have SSE support
FS_AddGameDirectory("/home/idris/Programlar/New/unvanquished", "main") found 0 .pk3 and 0 .pk3dir
FS_AddGameDirectory("/home/idris/.Unvanquished", "main") found 0 .pk3 and 0 .pk3dir
Couldn't load default.cfg — I am missing essential files — verify your installation? 
Couldn't load default.cfg — I am missing essential files — verify your installation?
ERROR: couldn't create path '/home/idris/.Unvanquished/main/' for crash log.

How can I set the data directory to a specific location?

Best regars. Thank you.[/b]

User avatar
Viech
Project Head
Posts: 2139
Joined: Fri Aug 03, 2012 11:50 pm UTC
Location: Berlin

Re: Setting data directory

Post by Viech »

Code: Select all

+set fs_(base|home|lib)path <path>

You'll want to use basepath for the installed assets.

Responsible for: Arch Linux package & torrent distribution, Parpax (map), Chameleon (map texture editor), Sloth (material file generator), gameplay design & programming, artistic direction

narcisse
Posts: 2
Joined: Mon Oct 28, 2013 3:55 pm UTC

Re: Setting data directory

Post by narcisse »

It worked. Thank you so much. :)

Post Reply