Hello,
Just want to check if the following is possible because I don't want to start if it isn't.
Is it possible to create an online game with RMXP through MySQL? So rather then running a sever that accesses the database then sends the information to the game client. Just connecting the database and the client. I would use a script to connect the client and database (most likely a library out there I could use in some way) then have the game write the players information to the database and retrieve information about the map like where the other players are and such. I have started on the writing and reading part but would like to know if it is even possible for the client to connect to the database.
I do understand that this method might be slow and cause a huge amount of lag lol.
Thanks to anyone who takes the time to read this and answers with out being too mean :straightthumb:.
Just want to check if the following is possible because I don't want to start if it isn't.
Is it possible to create an online game with RMXP through MySQL? So rather then running a sever that accesses the database then sends the information to the game client. Just connecting the database and the client. I would use a script to connect the client and database (most likely a library out there I could use in some way) then have the game write the players information to the database and retrieve information about the map like where the other players are and such. I have started on the writing and reading part but would like to know if it is even possible for the client to connect to the database.
I do understand that this method might be slow and cause a huge amount of lag lol.
Thanks to anyone who takes the time to read this and answers with out being too mean :straightthumb:.