Commit Graph

30 Commits

Author SHA1 Message Date
David Markowitz 615b671d38 Allow processing ob blueprint responce (#11) 2022-12-29 16:59:18 +01:00
David Markowitz 691e067d78 Add lot 2248 to readable packets (#10)
From reading ~12 or so construction packets, they all unserialized just fine, however if there is an issue somewhere else (like unserializing a serialization), then I'll look into that.  However none of the 12 packets with explicitly 2248 in them failed to unserialize.
2022-12-29 16:46:56 +01:00
David Markowitz 31e6a793dd Add EchoStartSkill and fix Quaternion Identity (#9) 2022-12-29 16:21:53 +01:00
aronwk ff8f939aed change main parse call to use .extension (#1)
* change main parse call to use .extension

Using ends_with on arch linux (tried on both arco and manjaro distros) doesn't recognize that the path ends with .zip.
But using this (as done above as an extra check in the parse function) works.

* check if it's a file and not a dir first

since you cannot unwrap a none, which the extension from a dir is none
2022-09-05 20:23:03 +02:00
lcdr 8f51fb9122 Add RequestMoveItemBetweenInventoryTypes and ResponseMoveItemBetweenInventoryTypes game messages 2021-05-05 18:49:45 +02:00
lcdr fa5b7cfc91 Add support for vehicle physics component 2021-03-09 21:32:36 +01:00
lcdr 195a114c8f Add support for racing control component 2021-03-08 12:59:51 +01:00
lcdr e4f5fb4794 Add support for lup exhibit component 2021-03-07 16:52:21 +01:00
lcdr 8800ea645c Split off achievement vendor into a proper component 2021-03-07 15:25:18 +01:00
lcdr 4e0a8c84c5 Add support for shooting gallery component 2021-03-07 15:20:37 +01:00
lcdr f88a4a81ea Fix config component overrides in another edge case 2021-03-06 21:28:02 +01:00
lcdr 7cf6d580dc Add support for achievement vendor component 2021-03-06 21:26:38 +01:00
lcdr ce85a29ce7 Fix config component overrides when physics component is already present 2021-03-06 15:06:32 +01:00
lcdr 267daca691 Add support for module assembly component 2021-03-06 13:38:33 +01:00
lcdr 1ff8f36990 Add support for component whitelists 2021-03-06 13:36:33 +01:00
lcdr 05b83840b2 Add support for rigid body phantom physics component 2021-03-03 16:28:27 +01:00
lcdr cb6a4aaaef Add support for config component overrides 2021-03-03 15:57:46 +01:00
lcdr 431b7cffce Add support for mutable model behavior component 2021-03-02 14:21:24 +01:00
lcdr e68a233a98 Add support for donation vendor component 2021-02-26 15:34:49 +01:00
lcdr 4f4054b54f Add support for moving platform simple mover subcomponent 2021-02-26 14:03:57 +01:00
lcdr 6a3842c931 Add support for switch component 2021-02-26 13:19:09 +01:00
lcdr e5975d8c5a Add support for pet component 2021-02-26 11:55:20 +01:00
lcdr 1e7b916636 Add support for possessable component 2021-02-24 22:50:52 +01:00
lcdr 8fad789aa9 Add support for item component 2021-02-24 22:30:49 +01:00
lcdr 402f4069ba Add support for scripted activity component 2021-02-24 21:22:40 +01:00
lcdr 2b37c3fc3b Add support for moving platform component 2021-02-23 14:56:02 +01:00
lcdr c88f02e064 Add support for collectible component 2021-02-22 17:39:02 +01:00
lcdr a8cdeb1fd8 Add support for vendor component 2021-02-22 16:52:41 +01:00
lcdr e2f90c80d5 Add support for bouncer component 2021-02-22 16:29:08 +01:00
lcdr 85e55e499b Add support for quickbuild component 2021-02-21 20:17:17 +01:00