Closed ItzLevvie closed 8 years ago
They chinese character and the blue screen are UpdateNodes problems. I played around with UpdateNodes.js before, and what I got are chinese character names and weird shapes.
http://prntscr.com/b0rubk yay look at this.
Once this issue is resolved, please update the protocol wiki as well: http://agar.gcommer.com/index.php?title=Protocol
I see how we get the black cells, they tried fixing the skin zooming in bug.
Even some food cells disappear and some turn black.
Reverting packet handler to the "debug" state, I came to some weird discoveries:
I'm looking for my friend to help me with catching agario server packets. Until then, I'll have fun with this new packet.
My friend just came and I've captured an UpdateNodes packet sample from both Ogar and agar.io. I'm going to compare them now. Things that I've found until now:
They changed protocol completely.
Guys im coding bots... but the patched everythink
When I start the private server this happens ;(
they completely removed private server i think
Just update the packets will solve and you can use agario infinity as a extension on chrome to solve this, this extension still use old protocol
"Just update the packets will solve and you can use agario infinity as a extension on chrome to solve this, this extension still use old protocol" W0W thanks! I will be using this until all the Ogar packages in existence gets updated
@SkorrloreGaming This means i need to update the packets at our Ogar 2 version :/, Anyone managed to document the new protocol?
isn't agar infinity a bot extension?
@AmClan Not just a bot extension but a complete agar mod with tons of mods. I know I recommended it earlier, but just give me a few days and I will have a forked version out that is much better.
@AuguxAX yeap( and new code is terrible, i can't read that(
That's why Hungry Cells (my agar.io client for Windows Phone) stopped working. The new code is so hard to read. Looks impossible to figure out the new protocol for me. I'm thinking about starting my own servers using Ogar to keep Hungry Cells alive (maybe Azure? will it work?)... Do you guys think you will figure out the new protocol?
Probably never. I'm currently making a special client app for Ogar.
2016-05-09 11:02 GMT+02:00 Łukasz Rejman notifications@github.com:
That's why Hungry Cells (my agar.io client for Windows Phone) stopped working. The new code is so hard to read. Looks impossible to figure out the new protocol for me. I'm thinking about starting my own server using Ogar to keep Hungry Cells alive... Do you guys think you will figure out the new protocol?
— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/OgarProject/Ogar/issues/561#issuecomment-217812146
@lukerayman while you are thinking, i am already done that with my android app called "Blob") Got $50 on DigitalOcean as student and setup everything)). Server works fine excluding it perfomance :(
Maybe my old Java client will be useful for now https://github.com/kcxx/jAgar for anyone interested
@Luka967 awesome! now maybe in another 5 months it will be fixed :D
I created a guide to install the client for ogarul https://github.com/AJS-development/Ogar-unlimited/issues/537
@Luka967 Holy crap, Your actually contacting Miniclip for this?!
5 months lol
@ThunderGemios10 Ye, why not?
@Luka967 I don't really expect Miniclip to help us xD
@kcxx thx for client, enought nice code. I wroted my client for android in may 2015 and network part looks like obfuscated js code, because in that way it was easier to write))) now i can make good refactoring. Btw your client with this server work with some gubs now)
@Luka967 they are asshols) and they will not discard update for us)
@F0RIS Who said they'll revert the update? They'll probably help us in some other way
I already contacted them lots of times to help us but they reply "we do not share that information"
Just keep looking through the code, you don't have to understand it just implement it and make sense of it while your going.
On Tue, May 10, 2016 at 6:38 AM, Andrew54757 notifications@github.com wrote:
I already contacted them lots of times to help us but they reply "we do not share that information"
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/OgarProject/Ogar/issues/561#issuecomment-218132617
And im tired of moneyclip holding all the cards
I'm reading the data from agar.io servers using Wireshark and it looks like packets with leaderboard info didn't change. :P
But the "world update" packets look different, the opcode is now 255 instead of 16...
Just focus on the things that are no longer working instead of looking through the whole thing, the joining packet, sending packets out, etc. Just don't over work yourselves, I know from experience that it is a very bad idea.
On Tue, May 10, 2016 at 9:26 AM, Łukasz Rejman notifications@github.com wrote:
I'm reading the data from agar.io servers using Wireshark and it looks like packets with leaderboard info didn't change. :P
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/OgarProject/Ogar/issues/561#issuecomment-218174082
OK, I can connect and read the leaderboard. :D Not too much but more than nothing...
I already posted the new client so that ogar unlimited can run http://ajs-development.github.io/client/
@Andrews54757 Hey, this is Ogar here.
@lukerayman hm. how you make that? i can't even connect.
@F0RIS here: http://agar.gcommer.com/index.php?title=Protocol#Initialization_1_.28Opcode_254.29 You have to update the version code from 5 to 6.
Okay so you guys are getting somewhere, you got connecting to work. We found out that the version being sent out is now v6. I will keep watching this thread and the commits if I find that it is probably fixed then I will make sure to push the same changes to every other Ogar framework in existence. Good luck everyone! Remember.. Never give up hope.
isn't it illegal to make custom clients?
@batbug i think that makin own servers not legal too)
@F0RIS I actually asked this on Reddit. Mod told me that it isn't.
soo, back on topic, did anyone figure it out yet? I mean the packets. Mabye we should just make a open source game called ogar.io thats like agario except it looks different so its legal. I mean, I feel like us devs are being trodden by moneyclip. They dont care and their support is a lie, and so is their saying that they care about the community. with ogar.io, we could add some useful features like chat and stuff.
it can be a github pages website because it doesnt require like mysql or somthing. That way, we can add all the major devs from ogar to edit the website
Really bad news that I just found out: Looks like UpdateNodes packet is changed. We've got to change it.