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 2015-09-01 23:17:42, last edited by SirJosh3917 (2015-09-02 02:28:52)

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

[Solved] About Open World. [Includes encoder & joining open worlds!]

Answer to creating an open world

The encoder is bad, unless your lazy or cannot code (then why use it) make one yourself


Ok, so far I know only how to connect to one.

Connecting

Now, I want to know how to create one.
As many of you may want to know (or not), I will explain why.
I'm planning on creating a dumb bot called ETBot.
ETBot is a bot where which you click "connect" to a world, and you can talk encriptedly to anybody, or via /pm encriptedly.
Why the encription? I don't know. I just made a really sucky encripter (encript.dll https://www.mediafire.com/?bce2er6q07nefsz ) It uses a bad encription method, however I do know better. Yes, I do know major bugs, but for now its the easiest I can make. Works simple enough.

Usage

Assuming that the open world isn't open 24/7, I want to make sure how to create one.
Also, just incase, how to figure out if it DOES exist.

Offline

#2 2015-09-02 01:03:31, last edited by Xfrogman43 (2015-09-02 01:47:40)

Xfrogman43
Member
From: need to find a new home
Joined: 2015-02-15
Posts: 4,174

Re: [Solved] About Open World. [Includes encoder & joining open worlds!]

You have to use Client.Multiplayer.CreateRoom(//stuff);
Doesn't matter if it exists or not, because you are creating it.

Just did it, world name will be called "Open World", no matter what you put in the quotation marks.


zsbu6Xm.png thanks zoey aaaaaaaaaaaand thanks latif for the avatar

Offline

#3 2015-09-02 01:42:42, last edited by SirJosh3917 (2015-09-02 01:43:26)

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

Re: [Solved] About Open World. [Includes encoder & joining open worlds!]

Xfrogman43 wrote:

You have to use Client.CreateRoom(//stuff);
Doesn't matter if it exists or not, because you are creating it.

Just did it, world name will be called "Open World", no matter what you put in the quotation marks.

Am I doing something wrong?

		public Connection con; //Define some bot-needed things
		public Client client; //Define some bot-needed things
		private void joinButton_Click(object sender, EventArgs e)
		{
			client.CreateRoom();
		}

It doesn't automatically fill in CreateRoom();

Perhaps i don't have the most updated playerioclient?

Offline

#4 2015-09-02 01:47:16

Xfrogman43
Member
From: need to find a new home
Joined: 2015-02-15
Posts: 4,174

Re: [Solved] About Open World. [Includes encoder & joining open worlds!]

Oops, I forgot to add .Multiplayer in there.

axvcmhL.png


zsbu6Xm.png thanks zoey aaaaaaaaaaaand thanks latif for the avatar

Offline

#5 2015-09-02 02:13:10

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

Re: [Solved] About Open World. [Includes encoder & joining open worlds!]

Xfrogman43 wrote:

Oops, I forgot to add .Multiplayer in there.

axvcmhL.png

Room Type...?

Offline

#6 2015-09-02 02:20:39, last edited by Xfrogman43 (2015-09-02 02:21:27)

Xfrogman43
Member
From: need to find a new home
Joined: 2015-02-15
Posts: 4,174

Re: [Solved] About Open World. [Includes encoder & joining open worlds!]

qYo0lyD.png
Hint: if you press "(" where you need to, it shows you what to have.
If you already have code, delete first one and retype it.


zsbu6Xm.png thanks zoey aaaaaaaaaaaand thanks latif for the avatar

Offline

#7 2015-09-02 02:27:17

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

Re: [Solved] About Open World. [Includes encoder & joining open worlds!]

Xfrogman43 wrote:

qYo0lyD.png
Hint: if you press "(" where you need to, it shows you what to have.
If you already have code, delete first one and retype it.

Kudos to you! I have modified the code to meet connecting needs.

Offline

#8 2015-09-02 12:47:29

ewoke
Member
Joined: 2015-02-20
Posts: 412

Re: [Solved] About Open World. [Includes encoder & joining open worlds!]

to change roomname send ["name", "your awesome name here"] in the roomData dictionary


if you can read this....good for you

Offline

ewoke1441194449537752

Board footer

Powered by FluxBB

[ Started around 1732459399.9245 - Generated in 0.054 seconds, 12 queries executed - Memory usage: 1.54 MiB (Peak: 1.7 MiB) ]