6 ‐ X‐Dream Configuration File - xdream-biking/trixter-xdream-bike GitHub Wiki

In the C:\Program Files\Trixter\Live\Scripts folder, there are files of the form: Main*.txt

image

To determine which is in use, you can look in the generated file Service.txt:

image

The value for key main_txt is probably the one to edit. Do make a backup copy first.

The main* files are possibly associated with various releases of X-Dream:

e.g. MainXD30aN.txt is for a release of X-Dream 3.0.

Notable Configuration Settings

Serial Port

ComPort "COM2:" //Sets the COM Port that the Bike is connected to, trailing colon is required.

This lets you use the bike on a different COM port for the simulation, but not the the original test console app, which is possibly hardcoded to COM2. In Linux it is possible to use a device name like "/dev/ttyUSB0" here.

Location of User Data (pre 3.50)

X-Dream 3.50 stores user data in a PostgreSQL database. Pre 3.50 stores user data in XML files.

UserNetworkPath		"\\trixter01\Users\Public\Documents\allusers"		//Place where user profiles are stored (can be networked)
UserNetworkBackupPath	"\\trixter02\Users\Public\Documents\backup"		//Place where user profiles are stored (can be networked)
UserPathRemote		1			//Sets game to use Networked paths (taken from above)

If UserPathRemote is 1, the account that X-Dream runs under has write access to the folder specified by UserNetworkPath. If UserPathRemote is 0, the account that X-Dream runs under requires write access to the localuser folder in the folder X-Dream runs from (Live on Trixter PCs - the folder with TrixterAppRelease.exe)

If this is configured incorrectly you will get a "Network Error" attempting to save user data.