From 9101ccfb703ab1c346871beb8196bb129227d16e Mon Sep 17 00:00:00 2001 From: Stranger1992 <84292688+Stranger1992@users.noreply.github.com> Date: Sun, 7 Jun 2026 22:19:08 +0100 Subject: [PATCH 01/16] Create ID_SPEEDBOAT.xml --- .../TR2/ID_SPEEDBOAT.xml | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 TombLib/TombLib/Catalogs/TEN Property Catalogs/TR2/ID_SPEEDBOAT.xml diff --git a/TombLib/TombLib/Catalogs/TEN Property Catalogs/TR2/ID_SPEEDBOAT.xml b/TombLib/TombLib/Catalogs/TEN Property Catalogs/TR2/ID_SPEEDBOAT.xml new file mode 100644 index 000000000..e2d03a678 --- /dev/null +++ b/TombLib/TombLib/Catalogs/TEN Property Catalogs/TR2/ID_SPEEDBOAT.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + \ No newline at end of file From 4aac2ebafbe059b719e19be0e2e891002d3dd460 Mon Sep 17 00:00:00 2001 From: Stranger1992 <84292688+Stranger1992@users.noreply.github.com> Date: Mon, 8 Jun 2026 02:47:13 +0100 Subject: [PATCH 02/16] Move file to dedicated `Vehicles` folder --- .../TEN Property Catalogs/{TR2 => Vehicles}/ID_SPEEDBOAT.xml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename TombLib/TombLib/Catalogs/TEN Property Catalogs/{TR2 => Vehicles}/ID_SPEEDBOAT.xml (100%) diff --git a/TombLib/TombLib/Catalogs/TEN Property Catalogs/TR2/ID_SPEEDBOAT.xml b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Vehicles/ID_SPEEDBOAT.xml similarity index 100% rename from TombLib/TombLib/Catalogs/TEN Property Catalogs/TR2/ID_SPEEDBOAT.xml rename to TombLib/TombLib/Catalogs/TEN Property Catalogs/Vehicles/ID_SPEEDBOAT.xml From 5077f2b7ea228cbcfe4cf303e505235052346890 Mon Sep 17 00:00:00 2001 From: Stranger1992 <84292688+Stranger1992@users.noreply.github.com> Date: Tue, 9 Jun 2026 08:06:08 +0100 Subject: [PATCH 03/16] Add shared vehicle properties / removed particle life property --- .../Vehicles/ID_SPEEDBOAT.xml | 18 ++--------- .../Vehicles/Vehicles_Shared.xml | 31 +++++++++++++++++++ 2 files changed, 33 insertions(+), 16 deletions(-) create mode 100644 TombLib/TombLib/Catalogs/TEN Property Catalogs/Vehicles/Vehicles_Shared.xml diff --git a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Vehicles/ID_SPEEDBOAT.xml b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Vehicles/ID_SPEEDBOAT.xml index e2d03a678..151293b76 100644 --- a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Vehicles/ID_SPEEDBOAT.xml +++ b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Vehicles/ID_SPEEDBOAT.xml @@ -14,6 +14,7 @@ displayName="Mist start color" type="Color" defaultValue="0,0,0" + hasAlpha = "true" category="Speedboat Mist" description="Starting color of mist particles." /> @@ -22,17 +23,10 @@ displayName="Mist end color" type="Color" defaultValue="64,64,64" + hasAlpha = "true" category="Speedboat Mist" description="Ending color of mist particles." /> - - \ No newline at end of file diff --git a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Vehicles/Vehicles_Shared.xml b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Vehicles/Vehicles_Shared.xml new file mode 100644 index 000000000..5389f0d7e --- /dev/null +++ b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Vehicles/Vehicles_Shared.xml @@ -0,0 +1,31 @@ + + + + + + + + \ No newline at end of file From b71c18408fc01607f81830afe47d005212b03cda Mon Sep 17 00:00:00 2001 From: Stranger1992 <84292688+Stranger1992@users.noreply.github.com> Date: Tue, 9 Jun 2026 09:07:58 +0100 Subject: [PATCH 04/16] Add vehicle properties to global folder global folder introduced in another PR. --- .../TEN Property Catalogs/Global/Vehicles.xml | 75 +++++++++++++++++++ .../Vehicles/ID_SPEEDBOAT.xml | 39 ---------- .../Vehicles/Vehicles_Shared.xml | 31 -------- TombLib/TombLib/TombLib.csproj | 3 + 4 files changed, 78 insertions(+), 70 deletions(-) create mode 100644 TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml delete mode 100644 TombLib/TombLib/Catalogs/TEN Property Catalogs/Vehicles/ID_SPEEDBOAT.xml delete mode 100644 TombLib/TombLib/Catalogs/TEN Property Catalogs/Vehicles/Vehicles_Shared.xml diff --git a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml new file mode 100644 index 000000000..8a7c42c48 --- /dev/null +++ b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Vehicles/ID_SPEEDBOAT.xml b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Vehicles/ID_SPEEDBOAT.xml deleted file mode 100644 index 151293b76..000000000 --- a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Vehicles/ID_SPEEDBOAT.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Vehicles/Vehicles_Shared.xml b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Vehicles/Vehicles_Shared.xml deleted file mode 100644 index 5389f0d7e..000000000 --- a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Vehicles/Vehicles_Shared.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/TombLib/TombLib/TombLib.csproj b/TombLib/TombLib/TombLib.csproj index afdb8c8ba..f853928f3 100644 --- a/TombLib/TombLib/TombLib.csproj +++ b/TombLib/TombLib/TombLib.csproj @@ -426,6 +426,9 @@ Always + + Always + From 0672a837561c91363a95fd4ce8c4820f21b1c658 Mon Sep 17 00:00:00 2001 From: Stranger1992 <84292688+Stranger1992@users.noreply.github.com> Date: Thu, 11 Jun 2026 11:32:30 +0100 Subject: [PATCH 05/16] Update defaultValue / add speed modifier --- .../TEN Property Catalogs/Global/Vehicles.xml | 26 +++++++++---------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml index 8a7c42c48..0772f5824 100644 --- a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml +++ b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml @@ -13,7 +13,7 @@ internalName="WakeStartColor" displayName="Wake start color" type="Color" - defaultValue="191,191,191,191" + defaultValue="TEN.Color(191,191,191,191)" hasAlpha = "true" category="Vehicle Effects" description="Vehicle wake starting color." @@ -22,11 +22,19 @@ internalName="WakeEndColor" displayName="Wake end color" type="Color" - defaultValue="0,0,0,0" + defaultValue="TEN.Color(0,0,0,0)" hasAlpha = "true" category="Vehicle Effects" description="Vehicle wake ending color." /> + @@ -50,8 +57,7 @@ internalName="VehicleMistEndColor" displayName="Mist end color" type="Color" - defaultValue="64,64,64" - hasAlpha = "true" + defaultValue="TEN.Color(64,64,64)" category="Vehicle Effects" description="Ending color of mist particles." /> @@ -63,13 +69,5 @@ category="Vehicle Effects" description="Add foam effect" /> - \ No newline at end of file From 3aca20e44bde6666e28bc573032246700aed0053 Mon Sep 17 00:00:00 2001 From: Stranger1992 <84292688+Stranger1992@users.noreply.github.com> Date: Thu, 11 Jun 2026 12:15:13 +0100 Subject: [PATCH 06/16] Remove speed modifier --- .../TEN Property Catalogs/Global/Vehicles.xml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml index 0772f5824..570ce26c8 100644 --- a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml +++ b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml @@ -5,7 +5,7 @@ internalName="VehicleWake" displayName="Render wake" type="Bool" - defaultValue="false" + defaultValue="true" category="Vehicle Effects" description="Add wake effect" /> @@ -27,21 +27,14 @@ category="Vehicle Effects" description="Vehicle wake ending color." /> - + From f47a5f626c1b826e8e85e7ba4c77f8f212f7b430 Mon Sep 17 00:00:00 2001 From: Stranger1992 <84292688+Stranger1992@users.noreply.github.com> Date: Thu, 11 Jun 2026 12:53:27 +0100 Subject: [PATCH 07/16] Add mist effect property for rubberboat --- .../Catalogs/TEN Property Catalogs/Global/Vehicles.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml index 570ce26c8..a80b8dcac 100644 --- a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml +++ b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml @@ -29,7 +29,7 @@ /> - + + /> + + + Date: Thu, 11 Jun 2026 13:34:16 +0100 Subject: [PATCH 08/16] Add UPV mist property --- .../TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml index a80b8dcac..65e8846bf 100644 --- a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml +++ b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml @@ -29,7 +29,7 @@ /> - + Date: Thu, 11 Jun 2026 15:01:51 +0100 Subject: [PATCH 09/16] Add light color and intensity properties for UPV --- .../TEN Property Catalogs/Global/Vehicles.xml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml index 65e8846bf..ac1032e76 100644 --- a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml +++ b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml @@ -56,6 +56,33 @@ /> + + + + + + Date: Thu, 11 Jun 2026 22:09:58 +0100 Subject: [PATCH 10/16] Add Light radius / falloff / distance / shadow property --- .../TEN Property Catalogs/Global/Vehicles.xml | 38 +++++++++++++++++-- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml index ac1032e76..ed67e0581 100644 --- a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml +++ b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml @@ -62,7 +62,7 @@ displayName="Render light" type="Bool" defaultValue="true" - category="Vehicle Effects" + category="Vehicle Light" description="Render light" /> + + + + From e49abf54959f8354cca9340faae1def988ac63de Mon Sep 17 00:00:00 2001 From: Stranger1992 <84292688+Stranger1992@users.noreply.github.com> Date: Thu, 11 Jun 2026 22:49:06 +0100 Subject: [PATCH 11/16] Add quadbike smoke start/end color properties --- .../TEN Property Catalogs/Global/Vehicles.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml index ed67e0581..11225a5fd 100644 --- a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml +++ b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml @@ -56,6 +56,25 @@ /> + + + + + Date: Mon, 15 Jun 2026 09:29:38 +0100 Subject: [PATCH 12/16] Use slot names instead of indexes --- .../Catalogs/TEN Property Catalogs/Global/Vehicles.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml index 11225a5fd..3945c5f48 100644 --- a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml +++ b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml @@ -1,6 +1,6 @@ - + - + - + - + - + Date: Mon, 15 Jun 2026 15:58:54 +0100 Subject: [PATCH 13/16] Add motorbike light parameters / renames --- .../TEN Property Catalogs/Global/Vehicles.xml | 116 ++++++++++++++++-- 1 file changed, 104 insertions(+), 12 deletions(-) diff --git a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml index 3945c5f48..eac79cb2e 100644 --- a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml +++ b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml @@ -77,23 +77,34 @@ + + + + + + + + + + + + + + + Date: Mon, 15 Jun 2026 17:29:26 +0100 Subject: [PATCH 14/16] Add Jeep headlight and properties --- .../TEN Property Catalogs/Global/Vehicles.xml | 67 +++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml index eac79cb2e..74a560d02 100644 --- a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml +++ b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml @@ -226,6 +226,73 @@ /> + + + + + + + + + + Date: Mon, 15 Jun 2026 18:17:39 +0100 Subject: [PATCH 15/16] Remove duplicated properties --- .../TEN Property Catalogs/Global/Vehicles.xml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml index 74a560d02..e798b2ab5 100644 --- a/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml +++ b/TombLib/TombLib/Catalogs/TEN Property Catalogs/Global/Vehicles.xml @@ -75,25 +75,6 @@ /> - - - - - Date: Thu, 2 Jul 2026 14:29:58 +0200 Subject: [PATCH 16/16] Fixed TombLib merge conflict --- TombLib/TombLib/TombLib.csproj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/TombLib/TombLib/TombLib.csproj b/TombLib/TombLib/TombLib.csproj index fe06d1352..7d5029ec8 100644 --- a/TombLib/TombLib/TombLib.csproj +++ b/TombLib/TombLib/TombLib.csproj @@ -426,11 +426,10 @@ Always -<<<<<<< Properties-Vehicles-TR2 -======= + Always + ->>>>>>> develop Always