isair / jedi-academy-server

Jedi Academy server solution without any headaches. With RTVRTM. Dockerized.
11 stars 7 forks source link

Provide server.cfg file examples #12

Open TRPB opened 4 years ago

TRPB commented 4 years ago

I'm trying to run this but can't find a relevant server.cfg.

I found one online which seemed to work but gave the error:

Sys_Error: Sys_LoadDll(jampgame) failed dlopen() completely!

Looking online, this error can be resolved with

 set vm_game 2
 set vm_cgame 2
 set vm_ui 2

Which I've done but that gives:

Sys_Error: VM_Create on game failed

Can you provide a sample server.cfg that works with this image?