diff --git a/CMakeLists.txt b/CMakeLists.txt
index c9bb21cdd4..d9b3c6e87b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -70,9 +70,9 @@ set(TITLE_SEQUENCE_VERSION "0.4.26")
set(TITLE_SEQUENCE_URL "https://github.com/OpenRCT2/title-sequences/releases/download/v${TITLE_SEQUENCE_VERSION}/title-sequences.zip")
set(TITLE_SEQUENCE_SHA256 "dabb9787b1576342fca4dd9f64b3f8cfa04a7e6ce9c2bb9610f47b762905c858")
-set(OBJECTS_VERSION "1.7.3")
+set(OBJECTS_VERSION "1.7.4")
set(OBJECTS_URL "https://github.com/OpenRCT2/objects/releases/download/v${OBJECTS_VERSION}/objects.zip")
-set(OBJECTS_SHA256 "c81029264578706ed1db88665e12a70a583e71dc4d3eb4db262535d2f0589eab")
+set(OBJECTS_SHA256 "9fa6365450cd7fe4e71d5278d67a10e6526fcd0bb1ec60120dfc66a189ac8911")
set(OPENSFX_VERSION "1.0.6")
set(OPENSFX_URL "https://github.com/OpenRCT2/OpenSoundEffects/releases/download/v${OPENSFX_VERSION}/opensound.zip")
diff --git a/distribution/changelog.txt b/distribution/changelog.txt
index 98846aeb18..132e9c8703 100644
--- a/distribution/changelog.txt
+++ b/distribution/changelog.txt
@@ -8,6 +8,12 @@
- Fix: [#25467] Paths are not connected together correctly in track design previews.
- Fix: [#25476] When both RCT2 and RCT1 are present, autodetection fails.
- Fix: [#25480] The mini track design preview and price are misaligned in Enlarged UI mode.
+- Fix: [objects#401] Round tunnels on down slopes glitch.
+- Fix: [objects#404] Wooden Wild Mine cars incorrectly allow setting a third remap colour.
+- Fix: [objects#408] Australian fountain sets have confusing naming.
+- Fix: [objects#409] LIM Launched Coaster trains incorrectly have a 10% intensity modifier set (original bug).
+- Fix: [objects#410] Large scenery from the Wacky Worlds Africa theming have incorrect previews when using specific versions of the RCT2 base game.
+- Fix: [objects#415] Penguin bobsleigh trains show incorrect sprites on the 12° down slope (original bug).
0.4.28 (2025-11-01)
------------------------------------------------------------------------
diff --git a/openrct2.deps.targets b/openrct2.deps.targets
index 2d43e50394..3c015f2d03 100644
--- a/openrct2.deps.targets
+++ b/openrct2.deps.targets
@@ -218,8 +218,8 @@
490263b873dd02c13a043a04d26bb9837d2d378dacd8b2c8d29660fef44db3db
https://github.com/OpenRCT2/title-sequences/releases/download/v0.4.26/title-sequences.zip
dabb9787b1576342fca4dd9f64b3f8cfa04a7e6ce9c2bb9610f47b762905c858
- https://github.com/OpenRCT2/objects/releases/download/v1.7.3/objects.zip
- c81029264578706ed1db88665e12a70a583e71dc4d3eb4db262535d2f0589eab
+ https://github.com/OpenRCT2/objects/releases/download/v1.7.4/objects.zip
+ 9fa6365450cd7fe4e71d5278d67a10e6526fcd0bb1ec60120dfc66a189ac8911
https://github.com/OpenRCT2/OpenSoundEffects/releases/download/v1.0.6/opensound.zip
06b90f3e19c216752df441d551b26a9e3e1ba7755bdd2102504b73bf993608be
https://github.com/OpenRCT2/OpenMusic/releases/download/v1.6.1/openmusic.zip
diff --git a/test/tests/testdata/ratings/BigMapTest.sv6.txt b/test/tests/testdata/ratings/BigMapTest.sv6.txt
index f3f684f653..e11501c474 100644
--- a/test/tests/testdata/ratings/BigMapTest.sv6.txt
+++ b/test/tests/testdata/ratings/BigMapTest.sv6.txt
@@ -34,7 +34,7 @@ mine_train_rc: (642, 708, 468)
looping_rc: (606, 564, 264)
stand_up_rc: (536, 943, 644)
corkscrew_rc: (613, 830, 365)
-lim_launched_rc: (632, 937, 529)
+lim_launched_rc: (632, 870, 529)
twister_rc: (784, 645, 372)
hyper_twister: (737, 620, 344)
giga_rc: (851, 545, 305)
diff --git a/test/tests/testdata/ratings/EverythingPark.park.txt b/test/tests/testdata/ratings/EverythingPark.park.txt
index 4a670df88f..69a86548de 100644
--- a/test/tests/testdata/ratings/EverythingPark.park.txt
+++ b/test/tests/testdata/ratings/EverythingPark.park.txt
@@ -428,9 +428,9 @@ giga_rc: (460, 1219, 505)
maze: (139, 52, 0)
submarine_ride: (247, 180, 140)
submarine_ride: (247, 180, 140)
-lim_launched_rc: (53, 61, 40)
-lim_launched_rc: (53, 61, 40)
-lim_launched_rc: (53, 61, 40)
+lim_launched_rc: (53, 57, 40)
+lim_launched_rc: (53, 57, 40)
+lim_launched_rc: (53, 57, 40)
flying_rc: (31, 282, 473)
flying_rc: (31, 282, 473)
flying_rc: (31, 282, 473)
@@ -475,9 +475,9 @@ maze: (150, 90, 0)
maze: (150, 90, 0)
maze: (150, 90, 0)
corkscrew_rc: (482, 510, 220)
-lim_launched_rc: (528, 730, 443)
-lim_launched_rc: (532, 727, 436)
-lim_launched_rc: (530, 812, 472)
+lim_launched_rc: (528, 678, 443)
+lim_launched_rc: (532, 675, 436)
+lim_launched_rc: (530, 754, 472)
miniature_railway: (154, 12, 1)
miniature_railway: (154, 12, 1)
miniature_railway: (149, 12, 1)
diff --git a/test/tests/testdata/ratings/bpb.sv6.txt b/test/tests/testdata/ratings/bpb.sv6.txt
index 9910aa43f5..5946f1ee7b 100644
--- a/test/tests/testdata/ratings/bpb.sv6.txt
+++ b/test/tests/testdata/ratings/bpb.sv6.txt
@@ -96,7 +96,7 @@ mini_rc: (539, 563, 397)
spiral_rc: (620, 373, 215)
looping_rc: (467, 441, 182)
stand_up_rc: (553, 790, 558)
-lim_launched_rc: (680, 944, 573)
+lim_launched_rc: (680, 876, 573)
twister_rc: (778, 769, 425)
giga_rc: (624, 359, 200)
inverted_rc: (678, 850, 686)