Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 2016-09-03 21:55:23

Firecrackericebreak
Member
Joined: 2015-02-15
Posts: 616

Does the lobby have a room ID?

^

Offline

#2 2016-09-03 21:55:53

SirJosh3917
Formerly ninjasupeatsninja
From: USA
Joined: 2015-04-05
Posts: 2,095

Re: Does the lobby have a room ID?

yes
client.ConnectedUserId

Offline

#3 2016-09-03 22:33:16, last edited by Tomahawk (2016-09-03 22:42:35)

Tomahawk
Forum Mod
From: UK
Joined: 2015-02-18
Posts: 2,847

Re: Does the lobby have a room ID?

ninjasupeatsninja wrote:

yes
client.ConnectedUserId

That gets you the simpleID of the account you connected to the client with. It's literally in the variable name. If a guest is connected, that ID is "simpleguest".

The lobby doesn't have its own ID, but when you connect to the client (before connecting to a room) you are kind've connected to the lobby, as from the client you can do things like list the active worlds.


One bot to rule them all, one bot to find them. One bot to bring them all... and with this cliché blind them.

Offline

Wooted by:

#4 2016-09-03 22:55:28

Firecrackericebreak
Member
Joined: 2015-02-15
Posts: 616

Re: Does the lobby have a room ID?

What would the room be when I just pressed login or play as a guest?

Offline

#5 2016-09-03 22:57:26

drunkbnu
Formerly HG
Joined: 2017-08-16
Posts: 2,306

Re: Does the lobby have a room ID?

Firecrackericebreak wrote:

What would the room be when I just pressed login or play as a guest?

The room would be your username (or user ID)

Offline

#6 2016-09-03 22:58:26

Processor
Member
Joined: 2015-02-15
Posts: 2,246

Re: Does the lobby have a room ID?

HG wrote:

The room ID is Lobby***. *** being the current room-type or how you call it, version. Currently, 215, so Lobby215.

No.

That is the room type.


I have never thought of programming for reputation and honor. What I have in my heart must come out. That is the reason why I code.

Offline

#7 2016-09-03 22:59:41, last edited by Tomahawk (2016-09-03 23:04:57)

Tomahawk
Forum Mod
From: UK
Joined: 2015-02-18
Posts: 2,847

Re: Does the lobby have a room ID?

HG wrote:

The room ID is Lobby***. *** being the current room-type or how you call it, version. Currently, 215, so Lobby215.

LobbyXXX is treated like a room type by PlayerIO, but more accurately it identifies the group of clients (i.e. players) that are connected to EE, in the same way that "EverybodyeditsXXX" identifies the regular worlds.

There is only one lobby, and as such it does not need its own ID. The lobby has many room IDs and several room types, which can be found here.


One bot to rule them all, one bot to find them. One bot to bring them all... and with this cliché blind them.

Offline

#8 2016-09-03 23:05:47

Firecrackericebreak
Member
Joined: 2015-02-15
Posts: 616

Re: Does the lobby have a room ID?

Basically all I am trying to do is to make a client that can only join one room.

Offline

#9 2016-09-03 23:13:01

Tomahawk
Forum Mod
From: UK
Joined: 2015-02-18
Posts: 2,847

Re: Does the lobby have a room ID?

Firecrackericebreak wrote:

Basically all I am trying to do is to make a client that can only join one room.

I remember some early version or very basic EE-type thing which put you straight into a world upon connecting. Anyone know where it went?


One bot to rule them all, one bot to find them. One bot to bring them all... and with this cliché blind them.

Offline

Tomahawk1472940781621872

Board footer

Powered by FluxBB

[ Started around 1732419915.2417 - Generated in 0.057 seconds, 16 queries executed - Memory usage: 1.5 MiB (Peak: 1.64 MiB) ]