Utility Vehicle Drivers (#1102)

* recalcalating name offsets for later; primary test is this player-driven AMS (see PSMU for details)

* found fields in the ConnectToWorldRequest packet; clarifying field names in a variety of places; enough modifications to make an old packet transcode properly

* it works?

* giving VehicleFormat its own file; fixing imports
This commit is contained in:
Fate-JH 2023-05-30 13:05:38 -04:00 committed by GitHub
parent 6b77281260
commit 6f4ceaee29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 356 additions and 88 deletions

View file

@ -209,7 +209,7 @@ class Client(username: String, password: String) {
case _ => ???
}
setupConnection()
send(ConnectToWorldRequestMessage("", state.token.get, 0, 0, 0, "", 0)).require
send(ConnectToWorldRequestMessage("", state.token.get, 0, 0, 0, "", 0, 0)).require
while (true) {
val r = waitFor[CharacterInfoMessage]().require
if (r.finished) {