Hello everyone!
I've go a problem. I've tried open the RMX-OS server on Ubuntu 10.04. I installed MySQL database and Ruby 1.8.7. When everything has been installing I turned on RMX-OS.rb (command: ruby RMX-OS.rb &) I saw an error: "Error: The configuration file was not set up properly!". I don't know what's wrong.
My configuration file:
NAME = 'Server'
HOST = '[here is my vps' ip]'
PORT = 54269
GAME_VERSION = 0.1
DEBUG_MODE = false
LOG_MESSAGES = true
LOG_ERRORS = true
LOG_ACTIONS = true
MAXIMUM_CONNECTIONS = 50
LOGIN_TIMEOUT = 120
AUTO_RESTART = true
RESTART_TIME = 5
USE_IP_BANNING = true
RUBY_PROMPT = false
OPTIMIZE_DATABASE_ON_STARTUP = false
EXTENDED_THREADING = true
SQL_HOSTNAME = '127.0.0.1'
SQL_USERNAME = 'root'
SQL_PASSWORD = '[here is my password]'
SQL_DATABASE = 'rmxosdb'
INBOX_SIZE = 20
EXTENSIONS = [
]