燃油系统 - 燃油修改 v1.3
上传了:
大小:
102.02 千字节
已上传:
已更新:
21 八月 2025
下载量:
384
总下载量: 384
独特的下载量: 288
-
30 5月 20251.0fuelsystem-fuel-mod_1748628067_678953.zip压缩文件密码: libertycity
-
6 六月 20251.1fuelsystem-fuel-mod_1749210390_996231.zip压缩文件密码: libertycity
-
30 六月 20251.2fuelsystem-fuel-mod-v1-2_1751279612_263615.zip压缩文件密码: libertycity
燃油系统为GTA V引入了一个简单且可配置的燃油系统。它提供了燃油消耗、加油和加油站管理的基本功能。支持波兰语和英语两种语言。
要求:
- ScriptHook V
- ScriptHookVDotNet 3(最新夜间版本)
安装:
- 下载并解压缩档案。
- 选择您的语言版本(ENG或PL)。
- 将所有文件复制到您的Grand Theft Auto V/scripts/目录中。
- 启动游戏 - 一切准备就绪!
- 版本 1.0
- - 单人GTA V的简单燃油系统。
- 燃油水平以非侵入式HUD格式显示。
- 在.ini文件中定义的任何加油站均可加油。
- 易于编辑的配置(.ini),包括燃油容量、消耗率和每升价格。
- 使用XYZ格式添加或删除加油站坐标,无需编码。
- 加油通过单个可配置键触发(默认:E,按住该键)。
- 支持双语:英语和波兰语(包含单独版本)。
- 设计兼容大多数自定义车辆和汽车修改。
- - 单人GTA V的简单燃油系统。
更新日志。
- 版本 1.1
- 动态燃油价格
- 在加油站添加了动态燃油价格。
- 每个加油站现在可以在动态范围内有不同的燃油价格。
- 价格变化基于基础FuelPricePerLiter值:-1 | +2。
- 动态燃油价格
- 版本 1.2
- 加油声音与低燃油警告
- 添加了真实的声音以伴随车辆加油。
- 引入了一个可听警报,当油箱中的燃油水平低于指定阈值时触发。
配置选项:
- 现在可以使用配置文件中的EnableLowFuelSound(true/false)选项启用或禁用可听的低燃油警告。
- 低燃油阈值:使用LowFuelThresholdPercent设置低燃油警告激活的百分比水平。
- 声音间隔:使用LowFuelSoundIntervalSeconds选项定义警告声音重复的频率。
- 玩家现在可以使用EnableDynamicPrices(true/false)选项启用/禁用加油站的动态定价。
- 可调价格更新间隔:如果选择启用动态价格,可以使用DynamicPriceUpdateIntervalMinutes(整数)选项设置它们更改的频率。
- 加油声音与低燃油警告
- 版本 1.3
- 新增:
- 切换加油站图标:添加了使用F10键在地图和小地图上切换加油站图标的功能。该键可以在配置文件中更改。
更改:
- 车辆处理:改进了车辆识别系统。这为游戏中的每辆车提供了更好的稳定性和独特性,消除了潜在错误。
- 燃油消耗系统:燃油消耗计算已更改为更平滑和更准确。燃油现在基于游戏帧之间的时间消耗,这确保了更好的性能和精度。
修复:
- 加油错误:删除了可能在某些情况下阻止加油的错误。
- 站点标记的鸣叫声:删除了当悬停在加油站标记上时播放的“鸣叫”声音。
- 没有现金的加油声音:修复了一个错误,该错误导致即使玩家没有足够现金也会播放加油声音(.wav)。
- 新增:
错误/建议: 您有任何问题、建议或想报告错误吗?评论区供您使用。
许可证: 此修改在CC BY-NC-ND 4.0下获得许可。仅供个人和非商业使用。未经许可,请勿重新分发或修改脚本。
文件的名称和描述已被翻译。 显示原文
(EN)显示翻译
(ZH-CN)
FuelSystem - Fuel Mod v1.3
FuelSystem introduces a simple and configurable fuel system for GTA V. It offers essential functionality for fuel consumption, refueling, and management of gas stations. Available in both Polish and English.
Requirements:
- ScriptHook V
- ScriptHookVDotNet 3 (nightly latest version)
Installation:
- Download and extract the archive.
- Сhoose your language version (ENG or PL).
- Copy all files to your Grand Theft Auto V/scripts/ directory.
- Launch the game — you're all set!
- Version 1.0
- - Simple fuel system for single-player GTA V.
- Fuel level is displayed in a non-invasive HUD format.
- Refueling available at any gas station defined in the .ini file.
- Easy-to-edit configuration (.ini) with fuel capacity, consumption rate, and price per liter.
- Add or remove gas station coordinates using XYZ format, no coding required.
- Refueling is triggered with a single configurable key (default: E, hold down the key).
- Dual-language support: English and Polish (separate versions included).
- Designed for compatibility with most custom vehicles and car mods.
- - Simple fuel system for single-player GTA V.
Changelog.
- Version 1.1
- Dynamic Fuel Prices
- Added dynamic fuel prices at gas stations.
- Each station can now have a different fuel price within a dynamic range.
- Price variation is based on the base FuelPricePerLiter value: -1 | +2.
- Dynamic Fuel Prices
- Version 1.2
- Fueling Sounds & Low Fuel Warning
- Realistic sounds have been added to accompany vehicle refueling.
- An audible alert has been introduced that triggers when the fuel level in the tank drops below a specified threshold.
Configuration Options:
- You can now enable or disable the audible low fuel warning using the EnableLowFuelSound (true/false) option in the configuration file.
- Low Fuel Threshold: Set the percentage level at which the low fuel warning activates using LowFuelThresholdPercent.
- Sound Interval: Define how often the warning sound repeats with the LowFuelSoundIntervalSeconds option.
- Players can now enable/disable dynamic pricing at gas stations using the EnableDynamicPrices (true/false) option.
- Adjustable Price Update Interval: If you choose to enable dynamic prices, you can set how often they change using the DynamicPriceUpdateIntervalMinutes (integer) option.
- Fueling Sounds & Low Fuel Warning
- Version 1.3
- Added:
- Toggling Gas Station Icons: Added the ability to toggle gas station icons on the map and minimap using the F10 key. The key can be changed in the configuration file.
Changed:
- Vehicle Handling: Improved the vehicle identification system. This provides better stability and uniqueness for each vehicle in the game, eliminating potential errors.
- Fuel Consumption System: The fuel consumption calculation has been changed to be smoother and more accurate. Fuel is now consumed based on the time between game frames, which ensures better performance and precision.
Fixed:
- Refueling Bug: Removed a bug that could prevent refueling in certain situations.
- Beeping at Station Marker: Removed the "beeping" sound that would play when hovering over a gas station marker.
- Fueling Sound without Cash: Fixed a bug that caused the fueling sound (.wav) to play even when the player didn't have enough cash.
- Added:
Bugs / Suggestions: Do you have any questions, suggestions or want to report a bug? The comments section is at your disposal.
License: This mod is licensed under CC BY-NC-ND 4.0. Free for personal and non-commercial use only. Do not redistribute or modify the script without permission.
权限和分发规则
作者在发布时回答了以下问题。下载文件时,您必须遵守这些规则。
是否允许将文件重新上传到其他网站/平台/服务?
没有
是否允许使用此文件中提供的开发、组件或资产来创建付费模组?
在任何情况下
是否允许修改或更新文件并单独上传其更新版本?
只有在获得作者的许可后
是否允许将文件转换为其他游戏使用?
在任何情况下
是否允许使用本文件中提供的开发、组件或资源来创建自己的文件?
只有在获得作者的许可后
此文件中是否使用了其他人的开发作品,作者已获得许可,但未经其作者同意不能传播?
没有
评论 2