Hello Guest, please login or register.
Did you miss your activation email?
Login with username, password and session length.

Pages: [1]   Go Down

Author Topic: Need Help with online  (Read 961 times)

0 Members and 1 Guest are viewing this topic.
Need Help with online
« on: August 30, 2006, 12:23:50 am »
  • :'O
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 929
If I wanted to make an Online game how would I make it so people can make accounts
I have a host and a server so how would I make that in GM6 Registerd
Logged
Re: Need Help with online
« Reply #1 on: August 30, 2006, 12:30:49 am »
  • =/
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Posts: 2284
Well, I can't exactly say I know how but I can explain it in the way I think its done.

I think when you register it makes an ini file for you, then it sends the ini file to the server with both your username as the filename (So Piers.ini) and writes the password and variables in it. When you login, it searches for the ini file with your user name as the file name. After that it checks your password with the one in the ini file, if its correct it then downloads it onto your harddrive, reads it and exits with all your information.

That would be the most logical way in my eyes but lets wait tell someone with more online experience then me to explain.

Logged
Re: Need Help with online
« Reply #2 on: August 30, 2006, 01:28:28 am »
  • *
  • Reputation: +1/-0
  • Offline Offline
  • Gender: Male
  • Posts: 4588
Use soc3.1 (dll from GMC) and check for osMMORPG or gmMMORPG (open source examples). Has registration, etc. Just learn yourself from the examples also.
Logged
the a o d c
Re: Need Help with online
« Reply #3 on: August 30, 2006, 02:05:50 am »
  • 笑い男
  • *
  • Reputation: +9/-0
  • Offline Offline
  • Gender: Male
  • Posts: 2124
you'd need to make a server that took registration/login messages from the game clients, checks passwords usernames etc. finds/creates a new text/ini file and then reads/writes to it and sends back the data to the client
Logged

この世に悪があるとすれば、それは人の心だ
  • .hack//The World
Re: Need Help with online
« Reply #4 on: August 30, 2006, 05:57:41 am »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 6206
You need to be very skilled in GML to make this.
Logged
Re: Need Help with online
« Reply #5 on: August 30, 2006, 05:28:44 pm »
  • 笑い男
  • *
  • Reputation: +9/-0
  • Offline Offline
  • Gender: Male
  • Posts: 2124
as well as with the dll you're going to be using, unless you choose to use mplay and also how other mmo's work, how to lessen lag, add security etc
if you're not, the best way to learn: experience. looking at other's work, thinking about ways to do things, reading about ways to do things, trying stuff out for yourself
Logged

この世に悪があるとすれば、それは人の心だ
  • .hack//The World
Pages: [1]   Go Up

 


Contact Us | Legal | Advertise Here
2013 © ZFGC, All Rights Reserved



Page created in 0.254 seconds with 46 queries.