KevinJ Posted November 30, 2015 Share Posted November 30, 2015 Life is Feudal requires a MariaDB 5.5 database to connect to. The actual server itself is easy to setup, however automating the install process for game server + database seems to be very tricky. Ideally each game server would have a unique password and or username for the MariaDB, to prevent another game server from connecting and using someone elses DB. They most likely also need to be on independent DB installs and either unique IPs or Ports for the DB. The issue with using unique IPs is that whitelisting the user becomes near impossible to automate, let alone a way to properly setup config_local.cs for each game server. Anyone have any experience with this? Link to comment Share on other sites More sharing options...
Recommended Posts