You don't need or want to know nothin. You just want to play.
- Install Docker.
- Install Git.
- Open a command prompt.
- Enter
cd Documents
to open your Documents in the prompt. - Enter
git clone https://github.com/connorhsm/OneLifeDocker
to clone the repository. - Enter
cd OneLifeDocker
. - Enter
utils\start.cmd 2hol
to start the server.- Start up on Windows can take 5-60 seconds, wait for the message "Server listenting on port ....".
- You can then close the command prompt, it will keep running in the background.
Use your regular 2HOL client.
- Open your client.
- Open settings.
- Enable "Use custom server".
- Enter custom server address
localhost
. - Enter custom server port
8006
.
- Open a command prompt.
- Enter
cd Documents\OneLifeDocker
. - Enter
utils\stop.cmd 2hol
to stop the server.
Potentially after changing a setting
- Open a command prompt.
- Enter
cd Documents\OneLifeDocker
. - Enter
utils\restart.cmd 2hol
to stop and restart the server.
- Open a command prompt.
- Enter
cd Documents\OneLifeDocker
. - Enter
utils\build.cmd 2hol
to rebuild the server (update). - Enter
utils\start.cmd 2hol
to start the server.
Refer to Full setup guide