Mod to add a multiplayer mode to Primitier.
View the wiki »
Report Bug
·
Request Feature
Table of Contents
This project was created to create a mod to add a multiplayer mode to the VR sandbox game Primitier.
How to install the mod to Primitier.
Install the tools needed to install the mod.
- download the mod from the release page.
- put
PrimitierOnlineMod.dll
andsettings.json
in Primitier/Mods folder. - Play Primitier!
How to build a server using Docker.
Install the tools needed to build the server.
- Git
apt install git
- Docker
apt install docker
- Clone GitHub repository.
git clone https://github.com/YutoMaeda1209/PrimitierOnlineMod.git
- Edit the
Server/settings.json
file.
Note
If you change the Port parameter, change the port number in the command arguments in section 4.
- Create a Docker image.
docker build -t pom-image -f .\Dockerfile .
- Run a Docker container.
docker run --name pomServer --mount 'src=pomVolume,dst=/mnt/pom' -d -p 54162:54162 -p 54162:54162/udp pom-image
Tip
If you want to destroy the container after it has been terminated, replace --name pomServer
with --rm
.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feat/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feat/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
YutoMaeda - Discord Discussion
We would like to thank everyone involved in this project.