For the non-gamers, SMO stands for Super Mario Odyssey
This server is made for the mod SMO online, and aims to reproduce the behavior of the official implementation. I mainly did it because I like rust, I like SMO, so both togethers are fun.
For now, the main difference is that this server doesn't implement a Discord bot, and I don't know if it will.
Server | RAM (average) | Cpu % (average) |
---|---|---|
Official | 47mo | 9% |
This one | 3.7mo | 0.7% |
There's mutliple ways to run a server
Go to the releases and download the file that corresponds to your OS and extract the executable for the archive. For MacOS you'll probably have an integrity error if you try to open it. To make it works, you have to: right click -> open -> open.
If you just want to run a temporary container you can copy/paste the following command:
docker run --rm -it -v "$PWD/settings.json":/settings.json -p 0.0.0.0:1027:1027 ghcr.io/julesguesnon/smo-online-server
If you want to run a container in the background run the following command. Note the -it
flag that is required to make it works
docker run -d -it -v "$PWD/settings.json":/settings.json -p 0.0.0.0:1027:1027 ghcr.io/julesguesnon/smo-online-server
If you want to run commands, you'll need to attach the container to your terminal. To do so run:
docker ps
and copy the id of the containerdocker attach <id>
and voilà (replace<id>
not onlyid
)! Typehelp
orpress enter
to show the help.⚠️ If youctrl+c
to exit the console, you'll stop the server. To exit the console without stopping the server, do:ctrl+pq
When the server is launched you can type help
or press enter
to get a list of commands that you can use to manage the server.
If you don't know how to make everyone connect to your server, follow this guide, there's also instructions to deploy to fly.io
Thanks a lot to:
- CraftyBoss for the mod
- Sanae6 for the official server
- lolPants for the contribution