Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - KnightPL

1
Ach RMX-OS GUI have a bug. When I type an extension or something else in this tab, cfg.ini is changed

Before
Spoiler: ShowHide
NAME = ''
HOST = '127.0.0.1'
PORT = 54269
GAME_VERSION = 1.0

DEBUG_MODE = false
LOG_MESSAGES = false
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
EXTENDED_THREADING = true
OPTIMIZE_DATABASE_ON_STARTUP = false

SQL_HOSTNAME = '127.0.0.1'
SQL_USERNAME = 'root'
SQL_PASSWORD = 'root'
SQL_DATABASE = 'rmxosdb'

INBOX_SIZE = 20

EXTENSIONS = [
]


after
Spoiler: ShowHide
NAME = 'localhost'
HOST = '127.0.0.1'
PORT = 54269
RMXOS_VERSION = (here I changed RMXOS_VERSION to GAME_VERSION = 1.0, because this cfg normal not working)

LOG_MESSAGES = false
LOG_ERRORS = true
LOG_ACTIONS = true

DEBUG_MODE = false

MAXIMUM_CONNECTIONS = 50
LOGIN_TIMEOUT = 120
AUTO_RESTART = true
RESTART_TIME = 5
USE_IP_BANNING = true
PREVENT_ZOMBIE_CLIENTS =
RUBY_PROMPT = false
OPTIMIZE_DATABASE_ON_STARTUP = false
DATABASE_CONNECTION_TIMEOUT =

SQL_HOSTNAME = '127.0.0.1'
SQL_USERNAME = 'joomla'
SQL_PASSWORD = 'joomla'
SQL_DATABASE = 'rmxosdb'

INBOX_SIZE = 20

EXTENSIONS = [
'controller.rb'
]


Can you correct bug?   :)


EDIT: I fixed cfg.ini and game working
2
I downloaded from here today: http://forum.chaos-project.com/index.php?topic=3869.0
I downloaded demo and are the same files.
3
In this folder i have:
Spoiler: ShowHide
[folder] bin
[folder] Database
[folder] Extensions
[folder] logs
[folder] src
[folder] Utility
[file] cfg.ini (this cfg not working)
[file] gui_cfg.ini (cfg rmx-os gui)
[file] libmysql.dll
[file] libmysql.so
[file] MySql.Data.dll
[file] RMX-OS GUI.exe
[file] RMX-OS Manual.chm
[file] RMX-OS.rb


there is no other cfg.ini.

4
Where? I have :
Spoiler: ShowHide

NAME = 'localhost'
HOST = '10.2.6.117'
PORT = 54269
GAME_VERSION = 1.0

LOG_MESSAGES = true
LOG_ERRORS = true
LOG_ACTIONS = true

DEBUG_MODE = false

MAXIMUM_CONNECTIONS = 50
LOGIN_TIMEOUT = 120
AUTO_RESTART = true
RESTART_TIME = 5
USE_IP_BANNING = true
PREVENT_ZOMBIE_CLIENTS =
RUBY_PROMPT = false
OPTIMIZE_DATABASE_ON_STARTUP = false
DATABASE_CONNECTION_TIMEOUT =

SQL_HOSTNAME = '127.0.0.1'
SQL_USERNAME = 'joomla'
SQL_PASSWORD = 'joomla'
SQL_DATABASE = 'rmxosdb'

INBOX_SIZE = 20

EXTENSIONS = [
'controller.rb',
]

And this cfg.ini not working. I do not see any other cfg.ini or configuration server.
5
new cfg.ini i.e.?
I have
NAME = 'localhost'
HOST = '10.2.6.117'
PORT = 54269
GAME_VERSION = 1.0

LOG_MESSAGES = true
LOG_ERRORS = true
LOG_ACTIONS = true

DEBUG_MODE = false

MAXIMUM_CONNECTIONS = 50
LOGIN_TIMEOUT = 120
AUTO_RESTART = true
RESTART_TIME = 5
USE_IP_BANNING = true
PREVENT_ZOMBIE_CLIENTS =
RUBY_PROMPT = false
OPTIMIZE_DATABASE_ON_STARTUP = false
DATABASE_CONNECTION_TIMEOUT =

SQL_HOSTNAME = '127.0.0.1'
SQL_USERNAME = 'joomla'
SQL_PASSWORD = 'joomla'
SQL_DATABASE = 'rmxosdb'

INBOX_SIZE = 20

EXTENSIONS = [
'controller.rb',
]


Can anyone give me new code cfg.ini?
6
hehe thanks  :haha: really wrong copied :facepalm: , but now I have this error:
when start the game and conntect to the server: (I tried to connect three times)
Spoiler: ShowHide

And error in the game:
Spoiler: ShowHide
7
RMXP Script Database / Re: [XP] RMX-OS
June 15, 2013, 06:27:04 am
start the serwer and i have a problem  >:(

C:/Ruby200-x64/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in 'require': 193: %1 is not a valid Win32 application.      D:/RMX-OS/Server/bin/2.0/mysql_api.so <LoadError>
from C:/Ruby200-x64/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in 'require'
from D:/RMX-OS/Server/RMX-OS.rb:83:in '<main>'


What is it?

I have windows 7 x64 home premium
8
I have a problem:

When start the server:
Spoiler: ShowHide


Next

Next



When start the game:
Spoiler: ShowHide