TheGoldenShogun
Jul 31st, 2001, 10:32 AM
I'm new at programming games, what I have is a text based game that gathers information from a central server, plugs it into the VB app and allows you to mess around with your guy, train him, whatever, then updates the information and experience to the server. Then you can fight other people with your character.
Basically, I'm trying to figure out how most of these type of games are done. I was thinking about connecting to the MySQL Database with an MyODBC on the client computer but I ran into a few problems. How do I create the client ODBC on their side and what is going to prevent them from using that ODBC, creating their own app with it, and then playing with my server information.
Now I don't know if this is the best way to do it or not. Perhaps use a random access file on the server... but I would assume that would be very slow.
How would you go about doing it, if you have done this in the past. Any feedback will be helpful.
:cool:
Basically, I'm trying to figure out how most of these type of games are done. I was thinking about connecting to the MySQL Database with an MyODBC on the client computer but I ran into a few problems. How do I create the client ODBC on their side and what is going to prevent them from using that ODBC, creating their own app with it, and then playing with my server information.
Now I don't know if this is the best way to do it or not. Perhaps use a random access file on the server... but I would assume that would be very slow.
How would you go about doing it, if you have done this in the past. Any feedback will be helpful.
:cool: