Online Multiplayer Games

Posted by blaze on Nov. 25, 2007, 5:04 p.m.

I am making a game that needs to be online.

The problem I am faced with is that I only have gm6 and unregistered - I can't get better version cause the computer is too old -windows98.

Anywaythis game starts off like this:

you register and that adds your account to a file or something

then you login

then you can play with other people playing at the same time

but you and everyone else are only one object in the room

O.k I do not in any way know how to do the above

Someone please help me !

hope you understand all this

Comments

V 18 years, 3 months ago

Quote:

Anywaythis game starts off like this:

you register and that adds your account to a file or something

then you login

then you can play with other people playing at the same time

but you and everyone else are only one object in the room

Gee, doesn't that sound like every other online game? Plus, I don't think it's possible to have the user and the other online users to be just one object. And I highly suggest you simply get better at coding and learn the stuff yourself, to be honest. You would get better results that way.

jsorgeagames 18 years, 3 months ago

I heavily mod examples. So use some kind of mplay engine.

s 18 years, 3 months ago

@VH=It can be done that way, with variables and things

But yes,you need to get registered/cracked first

Castypher 18 years, 3 months ago

Get registered, and there are two objects you want.

player_self and player_other

Self will be your own controlled character, and other will be any other player in the room. You then send variables for each of them and things like image_speed and position.

Coffee 18 years, 3 months ago

You're unregistered? Well then you can stop right there cause you pretty much can't make online games UNLESS you're registered.

sk8m8trix 18 years, 3 months ago

The GMC is that way —>

Learn to code first.

Castypher 18 years, 3 months ago

And mplay does not exist. If I ever talk about how cool mplay is, it's because I'm talking about 39DLL.

god 18 years, 3 months ago

Eh, its just some simple code.

In create event just put.

multiplayeronline=true

And that will be a login and registry.

s 18 years, 3 months ago

And you better give Drone credit, even if he forgot the mplay_maek_mmorpg() part

poultry 18 years, 3 months ago

Registered will run on Win98.