No Extra Air Resistance (SCRIPT)
为了优化游戏,Rockstar 使用具有“额外空气阻力”的区域来减慢玩家在地图特定区域的速度。这是通过包含地图上所有剔除区域的“cull.ipl”完成的,剔除区域的一个可能的标志是“ExtraAirResistance”。
因此,您的车辆在地图上的这些区域的加速和最高速度都会减慢。
这个简单的 cleo 脚本禁用了这种优化,因为它在现代硬件上不再需要。由于此版本的 mod 是一个脚本,因此它与替换“cull.ipl”文件的完全转换 mod 兼容,例如 Proper Fixes。
更新日志:
更新 v1.1:
- 添加了 ini 文件,其中包含禁用 SAMP 的选项;
- 现在它只应用一次补丁;
- 删除了对 CLEO+ 的需求。
注意:
- 最初的 mod 想法来自 TJGM,最初的 mod 工作是通过替换“cull.ipl”文件,这可能会导致与更改同一文件的完全转换 mod(例如 Proper Fixes)不兼容,而这个版本是一个简单的 cleo 脚本,它实现了相同的结果,而无需替换任何文件,为了简单起见,我使用了他原始帖子中的一些话,以获取有关它的更多详细信息,请查看他的帖子: https://gtaforums.com/topic/999800-no-extra-air-resistance/。再次感谢 TJGM 的出色工作;
- 通过将 mod 文件夹移动到 ModLoader 来安装;
- 包含源代码。
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:
- Added ini file with the option to disable on SAMP;
- Now it applies the patch only once;
- Removed need for CLEO+.
Notes:
- The original mod idea is from TJGM, the original mod work by replacing "cull.ipl" file, this could cause some incompatibilities with total conversions mod that change the same file such as Proper Fixes, this version instead is a simple cleo script that achieves the same result without replacing any files, for sake of simplicity i used some words of his original post, to get more details on it checkout his post: https://gtaforums.com/topic/999800-no-extra-air-resistance/. again thanks to TJGM for his excelent work;
- Install by moving the mod FOLDER to your ModLoader;
- Source code included.