GlitchyGoats
Member
I'm running a dedicated server on SRB2 for the first time, and so far there's been no major issues. My server shows up on the master server just fine, my
Ideally, I want my server to load every add-on I plan on using upon launch, as well as have it automatically download those addons for those who don't have them, much like in other servers.
Here's what I've tried so far.
I'm using a virtual machine running Ubuntu 18.04 with the Flatpak version of SRB2. My addons are located at
I apologize for my inexperience. I'm familiar with Linux but not as much with server hosting. Any help would be greatly appreciated :)
adedserv.cfg
is working and people are able to join. However, whenever I try and add in mods, something always seems to go wrong.Ideally, I want my server to load every add-on I plan on using upon launch, as well as have it automatically download those addons for those who don't have them, much like in other servers.
Here's what I've tried so far.
- Appending the
-file
parameter to my initial launch command followed by my addons. Whenever I try this, people are unable to join and get an error instead. - Joining the server with my actual machine after it's already online, logging in as admin and adding in each addon individually via either the in-game menu or console. This is tedious, somewhat unstable, and kicks people out if they don't have the mods I'm adding downloaded already, which is the opposite of what I'm trying to achieve.
- Using
addfile
in the virtual machine's console. Same issues as the previous method.
adedserv.cfg
?I'm using a virtual machine running Ubuntu 18.04 with the Flatpak version of SRB2. My addons are located at
~/.var/app/org.srb2.SRB2/.srb2
I apologize for my inexperience. I'm familiar with Linux but not as much with server hosting. Any help would be greatly appreciated :)