From abf21ad1f0c3bb5ebc4aa347cc03d656a58e02ee Mon Sep 17 00:00:00 2001 From: Thanatos Date: Sat, 23 Sep 2023 11:30:06 +0200 Subject: [PATCH] unk4 = respawn_time --- src/mercury_engine_data_structures/formats/bmsbk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mercury_engine_data_structures/formats/bmsbk.py b/src/mercury_engine_data_structures/formats/bmsbk.py index b6d9b149..f857f613 100644 --- a/src/mercury_engine_data_structures/formats/bmsbk.py +++ b/src/mercury_engine_data_structures/formats/bmsbk.py @@ -22,7 +22,7 @@ "pos" / CVector3D, "unk2" / Int32ul, "unk3" / Int32ul, - "unk4" / Float32l, + "respawn_time" / Float32l, "name1" / StrId, "name2" / StrId, )