Sign inSign up

burnsours/croftengine-server

By burnsours

Updated over 2 years ago

Host your own server to play with your friends on Tomb Raider 1.

Image
Networking
0

215

burnsours/croftengine-server repository overview

Based on stohrendorf/haunted-coop as of June 1, 2024. Tested with Croft Engine v2.5.0.

https://github.com/stohrendorf/CroftEngine/releases/tag/v2.5.0

Host your own TR1 server to play with friends.

This modified version of the official stohrendorf/haunted-coop server (Croft Engine) has the manager (web API) disabled. Players can connect without needing to register or log in.


In Croft Engine, under "Coop" tab ensure settings:

  • Server: [your ip]:1996 (or localhost:1996 if you're running server on same pc as game)
  • Username [your name]
  • Auth token: 00000000000000000000000000000000
  • Session ID: 00000000000000000000000000000000

To run in docker command line, simply:

  • docker pull burnsours/croftengine-server
  • docker run --name=server -d -p 1996:1996 burnsours/croftengine-server --listen="0.0.0.0:1996" --timeout-seconds=300

To run in docker desktop (Windows):

docker run --name=server -d -p 1996:1996 burnsours/croftengine-server --listen="0.0.0.0:1996" --timeout-seconds=300

Once it starts, if you want to check that it's running either check in Docker Desktop gui or run command docker ps -a. If you need to see the logs then run command docker logs -tf server


https://www.twitch.tv/the420beni/clip/GiantGiantTrayPeoplesChamp-TxECU7iGPf6xXQvk

Tag summary

Content type

Image

Digest

sha256:3df932bfa

Size

260.8 MB

Last updated

over 2 years ago

docker pull burnsours/croftengine-server