Streamline GPS momentum plugin

This commit is contained in:
2026-06-27 04:36:28 -05:00
parent 83cf10495e
commit 78520ee48f
8 changed files with 176 additions and 6184 deletions
+22
View File
@@ -0,0 +1,22 @@
MomentumGPS RED4ext package
Install:
Copy the red4ext folder from this package into the Cyberpunk 2077 game folder.
The final layout should include:
Cyberpunk 2077/red4ext/plugins/MomentumGPS/MomentumGPS.dll
Cyberpunk 2077/red4ext/plugins/MomentumGPS/README.txt
What it does:
The plugin changes player GPS route scoring by adding a fixed 80.0 cost to
ordinary edge expansion in the native GPS solver. This favors smoother routes
with fewer short-segment stair-steps and was validated in-game on long highway
routes, City Center routes, and local Watson/Westbrook routes.
Notes:
This release has no live tuning file. To change the fixed penalty, rebuild the
plugin with a different kFixedEdgePenalty value.
The patch is version-specific native code. If a future Cyberpunk 2077 update
changes the executable around the patched RVAs, the plugin should fail closed
instead of patching unexpected bytes.