Um das Spiel zu optimieren, verlangsamt Rockstar den Spieler in bestimmten Bereichen der Karte mithilfe von Zonen, die einen "zusätzlichen Luftwiderstand" haben. Dies geschieht durch "cull.ipl", das alle Cull-Zonen auf der Karte enthält. Eine der möglichen Flags für eine Cull-Zone ist "ExtraAirResistance".
Dadurch wird dein Fahrzeug in diesen Zonen der Karte sowohl bei der Beschleunigung als auch bei der Höchstgeschwindigkeit verlangsamt.
Dieses einfache Cleo-Skript deaktiviert diese Optimierung, da sie auf moderner Hardware nicht mehr notwendig ist. Da diese Version des Mods ein Skript ist, ist sie mit Total-Conversion-Mods kompatibel, die die Datei "cull.ipl" ersetzen, wie z. B. Proper Fixes.
Änderungsprotokoll:
Hinweise:
In order to optimize the game, Rockstar slows the player down in specific areas of the map using zones which have "extra air resistance". This is done through "cull.ipl", which contains all of the cull zones on the map, one of the possible flags for a cull zone is "ExtraAirResistance".
As a result your vehicle get slowed down on these zones of the map, both on acceleration and top speed.
This simple cleo script disables this optimisation as it is no longer necessary on modern hardware. As this version of the mod is a script, it is compatible with total conversion mods that replace "cull.ipl" file such as Proper Fixes.
Changelog:
Update v1.1:
Notes: