AiYinZiLeGong / PUBG-Radar

247 stars 214 forks source link

The radar not working after the update March 12th #149

Closed lane686 closed 6 years ago

lane686 commented 6 years ago

The radar not working after the update March 12th any hint or fix?

caoliu1118 commented 6 years ago

The lastest version today may break the radar. because the Radar is broken in the test Server on March 9. the server will update to the test server version today.

caoliu1118 commented 6 years ago

mb packets structure changed. wish @AiYinZiLeGong can fix it.

feedju commented 6 years ago

Can confirm, screen is no longer loading.

Anyone have any resources on the new packet structure? I'd be happy to fork and update

arnanmaipradit commented 6 years ago

That 1.9 GB updated can't stop @AiYinZiLeGong for sure !!

SayRivera commented 6 years ago

confirm

aznxfrost commented 6 years ago

Perhaps @AiYinZiLeGong can release a very simple guide on how we can capture new structure with wireshark and update the packetparser.

OprekerSejati commented 6 years ago

@aznxfrost yess ....... that would be nice

EiTeR94 commented 6 years ago

lol, i don't think to capture structure is as simple as you think. Let the coder do it, if they want, and can. They have real life. Be patiente until an update come

lllteolll commented 6 years ago

Can't wait 👍

EiTeR94 commented 6 years ago

@xXSkrill1337 Have you a private github radar hack ?

Dragonflyss commented 6 years ago

cant wait! if there is anything i can help with, let me know!

DeveloperUnknown commented 6 years ago

For a start, there is an extra bit needing to be read after bReliable in PacketParser.kt

Adding readBit() after bReliable = readBit() will get some of the stuff working again.

748aef305 commented 6 years ago

@DeveloperUnknown pardon my ignorance but when I added readBit () after bReliable = readbit() in the PacketParser.kt file, I only get Build/compilation failures when trying to run it.

I get "[ERROR] failed to execute goal org.jetbrains.kotlin:kotlin-maven-plugin:1.2.30 compile (compile) on project pubg-radar: Compilation failure: compilation failure:

[ERROR] C:\PUBG\PUBG-Radar-master\PUBG-radar-master\src\main\kotlin\pubg\radar\deserializer\PacketParkser.kt: [53, 39] Expecting an expression

[ERROR] C:\PUBG\PUBG-Radar-master\PUBG-radar-master\src\main\kotlin\pubg\radar\deserializer\PacketParkser.kt: [53, 31] Unresolved reference: readBit"

Any chance you can tell me what I'm likely doing wrong here?

fillorkill commented 6 years ago

@748aef305 you need to learn some coding.

748aef305 commented 6 years ago

@fillorkill You're not wrong! I'm by all admissions an idiot and a noob to all of this!

Norxy commented 6 years ago

Find Jerry1211 Repo, the radar is up to date !

whitewingz2017 commented 6 years ago

https://github.com/Jerry1211/Radar

StopperNZ commented 6 years ago

@748aef305 you need to create a bullshit variable (value i mean lol) to pack things out... val doesNothing =readBit()

Thanks @DeveloperUnknown by the way.

caoliu1118 commented 6 years ago

Thanks @DeveloperUnknown