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.
ik how to code and program, but idk how to make a bot. can i have some help?
ik how to code and program, but idk how to make a bot. can i have some help?
You essentially have two options to make a bot: use an EE API or use PlayerIOClient (there are other methods but let's not go there). APIs are easier but you sacrifice complete control, because most of the work is delegated to the API and you can't change it.
About APIs:
The third thing you need is domain-specific knowledge. In order to connect to EE, join a room, place blocks, say things, etc., you need to learn how to use a specific library. The PlayerIOClient library is what everybody uses to connect, however, PlayerIOClient is not specifically for EE, and therefore you need to do extra work. If you do not wish to do this extra work, you can instead use a library that builds off of PlayerIOClient and does a lot of the work for you in regards to EE functions. Some popular libraries are: EECloud by Yonom and Express50, Cupcake by Yonom, and Skylight by yours truly. Those links contain guides that explain how to use it.
(Taken from this post.)
About PlayerIOClient:
Logging in/Joining rooms. Lines 176, 244-249, 253-255, 282, and 289-290 are important ones.
Miscellaneous source codes.
Sending and receiving through PlayerIOClient.The process works like this:
1) You create the PlayerIOClient.Client object. ("Logging in")
2) You create the PlayerIOClient.Connection object using the client. (Connecting to a room)
3) You "subscribe" to the Connection.OnMessage event.
4) You send "init" and "init2" through Connection.Send.
5) What happens from here is up to you. Your OnMessage subscriber receives events and your Connection object sends things like blocks, chat, etc.Tips:
• In order to build bricks, you must use the de-rotated world key. Your OnMessage subscriber will receive a PlayerIOClient.Message with type "init" as soon as you send "init" and "init2" (step 4). In that message, there will be many things, but you are interested in Message.GetString(5). It is the world key, except Chris used Rot13 encryption on it. You must take that string and "derotate" it. The code to derotate can be found in link 2 and the code to send a brick is in link 3 toward the bottom.• The infamous init message also contains every block in the room, but it isn't easy to read. We call the process of reading the init message for blocks "Deserializing", and you can see how to do that in link 2.
• There are a few APIs out there that do all of these things. There is EECloud, Cupcake, and Skylight, to name a few. View this post to learn more about them. They are open-sourced, so you can see how to do nearly every PlayerIOClient function in context.
(Taken from this post.)
If you want to download the PlayerIOClient library, just Google it. It's public.
And to be clear, with most EE APIs you do not need to download the PlayerIOClient library. They serve as a replacement.
Yeah, well, you know that's just like, uh, your opinion, man.
Offline
Less than a day to sign up, guys!
Offline
I'm so glad that this is on the blog. I feel like the devs are actually listening to us and doing their best to make the game fun. It's nice that they're supporting a fan-made thing like this.
I feel like I'm gonna regret not signing up, so since this is probably my last chance to decide, I'm signing up.
EDIT: I have a question: What's there to stop someone from signing someone else up who doesn't want to do it?
Last edited by skullz16 (Jul 5 2014 7:44:38 am)
thx for sig bobithan
Offline
so who signed me up
Offline
I am in!
Warning!
This user has been found guilty by The Committee of Truth of using honesty, and reminding people of the past, without permission and outside of the allotted timeframes.
I’ve been asked if I’m ChatGPT5.
The answer is no.
I hope this helps! Let me know if you have any other questions.
Everybody edits, but some edit more than others
Offline
Offline
I don't have my bot.
Well, you can still learn to program..
Also please remove me from the competitors list, I did not state I was participating...
/Alex
I have a question: What's there to stop someone from signing someone else up who doesn't want to do it?
The fake submissions don't matter, and here's why.
We will accept submissions from people who are registered. We will not accept submissions from people who are not registered.
If someone signs up a fake name, then the fake name will be disqualified immediately after round one since they didn't submit anything.
And if they want to be cute and sign up under a different name, despite wanting to participate in the tourney, we will say, "No, you didn't sign up, goodbye."
For example, someone signed up Alexthementalone, but Alex did not do it, nor does Alex want to be in the tourney. Had he not posted here informing me of the error, round one would have started, round one would have ended, and Alex would not have submitted anything because he isn't really in the tourney. He would be kicked out, and that's the end of the story. It does not affect the tourney, competitors, or the person who was signed up in any way.
Yeah, well, you know that's just like, uh, your opinion, man.
Offline
I don't have my bot.
Good. You need to make one once I state the rules for Challenge 1, which will be tonight at 12:00 (CST).
Yeah, well, you know that's just like, uh, your opinion, man.
Offline
Why was this unstickied?
Offline
Why was this unstickied?
Some glitch, it totally wasn't me by accident because lag.
Wait, it says I'm on the list... I didn't even sign up...
Well maybe this is a sign for me to try to make a bot. So keep me on it!
Offline
WHAT are u kiddin me right now? i haven't signed up, im not even a programmer! DELETE MY NAME NOW... not even jokin 3:
Offline
Less than two hours left to sign up!
Offline
The first challenge has been posted, and the countdown has begun! Please view the opening post for details on Challenge 1 - The Realist Challenge.
Yeah, well, you know that's just like, uh, your opinion, man.
Offline
Would I be able to use another account (with more blocks) to build in my level?
And could I possibly use it for the bot as well?
former lead-dev on EE/EEU, 2018—2020
(aka Criobite, Joshua Stone, TechnoWolf99, & LightWolf)
Offline
Would I be able to use another account (with more blocks) to build in my level?
And could I possibly use it for the bot as well?
As long as we can confirm that it's really you. I'll run it by Tako, though, just in case.
Offline
Offline
Well, "realistic" is kind of a vague idea... Is is realistic in "as real life"? Or more just like "interactive" as said in OP?
Or you just gave us words and want us to use our imagination? =P
Offline
The idea I got from "realistic" was a simulation game. Like it says, "emulating reality".
thx for sig bobithan
Offline
Would I be able to use another account (with more blocks) to build in my level?
And could I possibly use it for the bot as well?
Sure.
Can we opensource our projects?
Go ahead.
Well, "realistic" is kind of a vague idea... Is is realistic in "as real life"? Or more just like "interactive" as said in OP?
Or you just gave us words and want us to use our imagination? =P
Yes and no. It doesn't have to be based on something that exists. But it has to feel like it could exist.
Take, for example, the "Lord of the Rings" movies. Those are realistic despite not actually being real, because the animators and artists put an incredible amount of detail into it.
Yeah, well, you know that's just like, uh, your opinion, man.
Offline
[ Started around 1743864165.2452 - Generated in 0.076 seconds, 13 queries executed - Memory usage: 1.73 MiB (Peak: 1.96 MiB) ]