luciusDXL / TheForceEngine

Modern "Jedi Engine" replacement supporting Dark Forces, mods, and in the future Outlaws.

Home Page:https://TheForceEngine.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change data path

Exarkuniv opened this issue · comments

sorry if this is a dumb and easy question

im working on getting this to install and run on my Jeston Nano. with Ubuntu 22.04

Getting it to compile was very easy and straight forward once i got the correct version of the libraries
is there a environment variable that will change where this looks for the game files?

I did look around the Cmake files, but im not that good and understanding what im looking at

i have this set up as a RetroPie build, so i have all my game files in one location. If not ill figure something

On first startup it asks you for location of the DF GOB files.
Or, edit the file ~/.local/share/TheForceEngine/settings.ini

[Dark_Forces]
sourcePath="/path/to/DF/"

Thank you.
I will try this