XF更新日志
备注
X-Force 9.3b2增强版&传承版
更新日志
- Enhanced 版本更新至 1.72 build 1013.33
- Legacy 版本更新至 1.72 build 3788.0
- 防护机制全面强化,提升稳定性与安全性
- Lua API 扩展
- void g_gui.add_slider(string submenu, string name, array options, void callback)
- void g_gui.add_slider(string submenu, string name, array options, string info, void callback)
- bool g_util.is_ace_version()
- bool g_util.is_enhanced_version()
- bool g_util.is_legacy_version()
- float g_globals.get_float(int index)
- void g_globals.set_float(int index, float value)
- int g_globals.get_int(int index)
- void g_globals.set_int(int index, int value)
- float g_locals.get_float(Hash script, int index)
- void g_locals.set_float(Hash script, int index, float value)
- int g_locals.get_int(Hash script, int index)
- void g_locals.set_int(Hash script, int index, int value)
- float g_tunables.get_float(Hash tunable)
- void g_tunables.set_float(Hash tunable, float value)
- int g_tunables.get_int(Hash tunable)
- void g_tunables.set_int(Hash tunable, int value)
- bool AUDIO.IS_AUDIO_SCENE_ACTIVE(string scene)
- bool AUDIO.START_AUDIO_SCENE(string scene)
- void AUDIO.STOP_AUDIO_SCENE(string scene)
- void AUDIO.STOP_AUDIO_SCENES()
- void AUDIO.SET_AUDIO_SCENE_VARIABLE(string scene, string variable, float value)
备注
X-Force 9.3b1增强版 更新日志
优化功能
- 新增 资源恢复 > 编辑器 > 绑架任务编辑器
- 新增 杂项 > 绕过FPS限制
- 新增 网络 > 玩家列表 > 玩家 > 和平 > 丢钱(v1 和 v2)
- 新增 载具 > 请求个人载具
- 新增 武器 > 访问武器库
- 重新新增 网络 > 战局 > 战局脚本加载器
- 重新新增 杂项 > 声音
- 修复 资源恢复 > 免费载具
- 修复 启动时异常
- 修复 一些远程选项
- 其他一些改进和错误修复
备注
X-Force 9.2b1增强版 更新日志
新增功能
- 新增 资源恢复 > 金钱 > 免费购物 v2 功能【无需账户余额即可使用,可购买房产、D场筹码等各类物品】
- 新增 网络 > 全体玩家 > 远程操作 > 杂项 > 显示隐匿玩家 功能
- 新增 网络 > 玩家列表 > 远程操作 > 杂项 > 显示隐匿玩家 功能
- 新增 武器 > 瞄准状态 > 锁定瞄准 的多项设置:筛选功能、最大视野范围、显示视野圈、玩家区分标识
- 新增 武器 > 杂项 > 花式弹簧刀 功能
功能重构
- 重构了 世界 > 实体透视 > 行人 功能
- 重构了 世界 > 实体透视 > 载具 功能
- 重构了 网络 > 全体玩家 > 视觉效果 > 实体透视 功能
- 重构了 网络 > 玩家列表 > 视觉效果 > 实体透视 功能
问题修复
- 修复了 载具 > 改装 > 挂载坡道 功能异常的问题
- 修复了 载具 > 移动 > 地形适应 > 平缓飞行 功能异常的问题
- 修复了第一人称视角下 锁定瞄准 无法生效的问题
- 修复了载具 挂载坡道 的功能故障
- 修复了 重力驱动 导致载具线程崩溃的问题
- 修复了载具乘坐、行人重生等相关的同步异常问题
- 修复了加载 GIF 头图时字体显示错乱的问题
- 修复了车库载具未在刷出载具列表中显示的问题
- 修复了菜单开启状态下无法进入载具的问题
- 修复了防护功能误判触发的问题
其他优化
- 其他若干功能优化及问题修复