- 23
- Posts
- 14
- Years
- Seen Sep 28, 2023
Sorry this is the wrong section to put this but I looked everywhere and it is hard to find the new thread thing.I only found one here.
For RMXP me and my friends are making a game.There is so much progress in it but the only thing is that we can't get it online.I Downloaded the RMX-OS, put the server in the game folder, Put the scripts in order in the game.When I start the game it gets an error: Script '(RMX-OS)Script' line 5002 : Type error occured.undefined super `Window_Item'. Then it closes. I downloaded and installed MySQL 5.5, Navicat SQlite, and Ruby.
Configuration:NAME = 'RMX-OS Server'
HOST = '127.0.0.1' (I putted my IP here)
PORT = 54269
RMXOS_VERSION = 1.18
LOG_MESSAGES = false
LOG_ERRORS = true
LOG_ACTIONS = true
DEBUG_MODE = false
MAXIMUM_CONNECTIONS = 50
LOGIN_TIMEOUT = 30
AUTO_RESTART = true
RESTART_TIME = 5
USE_IP_BANNING = true
PREVENT_ZOMBIE_CLIENTS = false
RUBY_PROMPT = false
OPTIMIZE_DATABASE_ON_STARTUP = true
DATABASE_CONNECTION_TIMEOUT = 60
SQL_HOSTNAME = '127.0.0.1'
SQL_USERNAME = 'root'
SQL_PASSWORD = '12345' (I putted my password here.)
SQL_DATABASE = 'Database'
INBOX_SIZE = 10
EXTENSIONS = [
]
All I need is to get the game working online first.Then I will work on the MySQL for the data storing.I already tried working on the MySQL but it is very confusing.I replaced the "Main" script with the giving "Main" script from the RMX-OS.The only thing messed with in the client folder was the 3 scripts I have said.I made copy of the game and tried replacing the client Data files with the RMX-OS client Data files but I lose my Data on the game.Yes, I have read the instructions the RMX-OS came with.It is not clear enough to have the thing to work.I actually went through these instructions like 5 times.I only copied the .Txt scripts(Not the Txt files) and put in the script database.I do not have the 3 scripted .Txt files anywhere in the game folder or server folder(I will try putting them in the main game folder that is holding the Client and Server folders.)
Sorry I may sound dumb but I went through so many tutorials from other forums/websites and saw tons of Youtube videos.They just don't explain it good enough.I kept track of how long I have been doing this for and it has been 5 hours before I went to sleep and 3 hours now.
Please help me because we have so much stuff on our game and can't let it go to waste
For RMXP me and my friends are making a game.There is so much progress in it but the only thing is that we can't get it online.I Downloaded the RMX-OS, put the server in the game folder, Put the scripts in order in the game.When I start the game it gets an error: Script '(RMX-OS)Script' line 5002 : Type error occured.undefined super `Window_Item'. Then it closes. I downloaded and installed MySQL 5.5, Navicat SQlite, and Ruby.
Configuration:NAME = 'RMX-OS Server'
HOST = '127.0.0.1' (I putted my IP here)
PORT = 54269
RMXOS_VERSION = 1.18
LOG_MESSAGES = false
LOG_ERRORS = true
LOG_ACTIONS = true
DEBUG_MODE = false
MAXIMUM_CONNECTIONS = 50
LOGIN_TIMEOUT = 30
AUTO_RESTART = true
RESTART_TIME = 5
USE_IP_BANNING = true
PREVENT_ZOMBIE_CLIENTS = false
RUBY_PROMPT = false
OPTIMIZE_DATABASE_ON_STARTUP = true
DATABASE_CONNECTION_TIMEOUT = 60
SQL_HOSTNAME = '127.0.0.1'
SQL_USERNAME = 'root'
SQL_PASSWORD = '12345' (I putted my password here.)
SQL_DATABASE = 'Database'
INBOX_SIZE = 10
EXTENSIONS = [
]
All I need is to get the game working online first.Then I will work on the MySQL for the data storing.I already tried working on the MySQL but it is very confusing.I replaced the "Main" script with the giving "Main" script from the RMX-OS.The only thing messed with in the client folder was the 3 scripts I have said.I made copy of the game and tried replacing the client Data files with the RMX-OS client Data files but I lose my Data on the game.Yes, I have read the instructions the RMX-OS came with.It is not clear enough to have the thing to work.I actually went through these instructions like 5 times.I only copied the .Txt scripts(Not the Txt files) and put in the script database.I do not have the 3 scripted .Txt files anywhere in the game folder or server folder(I will try putting them in the main game folder that is holding the Client and Server folders.)
Sorry I may sound dumb but I went through so many tutorials from other forums/websites and saw tons of Youtube videos.They just don't explain it good enough.I kept track of how long I have been doing this for and it has been 5 hours before I went to sleep and 3 hours now.
Please help me because we have so much stuff on our game and can't let it go to waste
Last edited: