mirror of
https://bitbucket.org/seefoe/dockerized-swg.git
synced 2026-01-16 23:04:17 -05:00
d52cdf65cdb702c81f3ab8e33705bf307e451c93
Star Wars: Galaxies
This repository contains a bootstrapper for compiling the Star Wars: Galaxies game server.
Prequisities
- Linux
- Docker
Building latest version
- As root,
./build_latest.sh
Building game server binaries
- As root,
./build_src.sh
Building game server content
- As root,
./build_dsrc.sh
Running gameserver
- Run
./build_latest.shto ensure you have built both the server binaries and game data - Copy the configs inside
gameserver/cfg/exampletogameserver/cfg - Modify the configs to reflect the settings you would like
- Update Oracle DB username and password
- As root,
./run_server.sh
Additional notes
After building either parts of the game server, you may find their result inside the gameserver folder.
Description
Languages
Perl
95.9%
Shell
2.6%
Raku
1%
Python
0.3%
Dockerfile
0.2%