Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
It is possible through Ubuntu; using steamcmd. I've haven't got the game running yet but trying to figure it out. I reached out on Discord but haven't got any help yet.
Ah ok thank you. Yeah, I wanted to host it on an AWS EC2 linux instance. Can you do this solely through the CLI with SteamCMD?
So the good news is that YES you can get it to run! I have it to work on Ubuntu 22.04.
Once you have steamcmd and install Necesse the tricky part was finding the files.
My game files to start the server ended up in .local/share/Steam/steamcmd/necesse/
Once the serer started it asked some questions and generated the missing config and world files. The directory with the server config and save games ended up in ~/.config/Necesse/
Helpful Links
https://developer.valvesoftware.com/wiki/SteamCMD
https://steamcommunity.com/app/1169040/discussions/0/3344417177391663363/
https://www.noip.com/support/knowledgebase/general-port-forwarding-guide/
Once you have it up and running you'll need to allow your firewall/router/acls to forward the port you selected. I used the default 14159.
Hamachi is very unsafe
Run the "/deathpenalty none" command :)
@Keshi
If you pass the launch option -ip <address>, it will bind to that local address. To see other launch options, run it with -help.
Tried using the -ip option but it seems like it doesn't work.
The game still start on a different IP.
"[2022-09-30 15:50:26] Launched game with arguments: -nogui -ip 127.0.0.1"
and it still says
"[2022-09-30 15:50:27] Address: 172.17.0.7:14159"
You have to find the IP of the desired adapter to use. When the address isn't valid, it will just bind to whatever the default address is, which in this case looks to be 172.17.0.7 :)
I am by no means an expert in networking and have only tested the -ip option a few times, and it was working. So forgive me if I'm wrong :S