ec- / Quake3e

Improved Quake III Arena engine
GNU General Public License v2.0
1.15k stars 149 forks source link

Dedicated server #196

Open QuintenQVD0 opened 1 year ago

QuintenQVD0 commented 1 year ago

Hello

I try to run the dedicated server in a docker container but it prints this messgae Sys_Error: Unable to create directory "//.q3a", error is Read-only file system(30)

The container is hard lockt to only allow /home/container and sub directory's Is there a way I can change this behavear?

ensiform commented 1 year ago

The same as all idtech3 engines,

+set fs_homepath "insert your path where files can be written to"

Should be added to launch parameters.

QuintenQVD0 commented 1 year ago

:/home/container$ ./quake3e.ded.x64 +set fs_homepath "/home/container/" Q3 1.32e linux-x86_64 Nov 26 2022 ----- FS_Startup ----- Sys_Error: Unable to create directory "//.q3a", error is Read-only file system(30)

what means it still tryes to make a folder out of a writeable path

QuintenQVD0 commented 1 year ago

anyone?

ec- commented 1 year ago

Try +set fs_homepath "~/.q3a", it is an issue with system paths, not engine