无额外空气阻力 (脚本)
为了优化游戏,Rockstar 使用具有“额外空气阻力”的区域来减慢玩家在地图特定区域的速度。这是通过包含地图上所有剔除区域的“cull.ipl”完成的,剔除区域的一个可能标志是“ExtraAirResistance”。
因此,您的车辆在地图的这些区域会减速,无论是在加速还是最高速度方面。
这个简单的 cleo 脚本禁用了这种优化,因为它在现代硬件上不再是必需的。由于此版本的模组是一个脚本,因此它与替换“cull.ipl”文件的完全转换模组(例如 Proper Fixes)兼容。
更新日志:
更新 v1.1:
- 添加了 ini 文件,其中包含在 SAMP 上禁用的选项;
- 现在它只应用一次补丁;
- 删除了对 CLEO+ 的需求。
注意:
- 最初的模组想法来自 TJGM,最初的模组通过替换“cull.ipl”文件来实现,这可能会导致与更改同一文件的完全转换模组(例如 Proper Fixes)不兼容,此版本相反是一个简单的 cleo 脚本,可以在不替换任何文件的情况下实现相同的结果,为了简单起见,我使用了他原始帖子中的一些词,以获取更多详细信息,请查看他的帖子: https://gtaforums.com/topic/999800-no-extra-air-resistance/。再次感谢 TJGM 的出色工作;
- 通过将 mod FOLDER 移动到 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.