|
| 1 | +--- |
| 2 | +tag: v1.5.2 |
| 3 | +publishedAt: "2025-01-10T02:42:10Z" |
| 4 | +htmlUrl: https://github.com/openmultiplayer/launcher/releases/tag/v1.5.2 |
| 5 | +highlights: |
| 6 | + - 为 open.mp 服务器新增客户端-服务器端加密通信 |
| 7 | + - 客户端重大稳定性和崩溃修复 |
| 8 | + - 改进与 CLEO 脚本及其他模组的兼容性 |
| 9 | + - 提升 Windows 支持并移除遗留依赖项 |
| 10 | +admonition: |
| 11 | +assets: |
| 12 | + - label: "下载启动器 (.exe)" |
| 13 | + url: https://github.com/openmultiplayer/launcher/releases/download/v1.5.2/omp-launcher-setup.exe |
| 14 | + size: "3.9 MB" |
| 15 | +--- |
| 16 | + |
| 17 | +## 变更内容 |
| 18 | + |
| 19 | +### 启动器变更 |
| 20 | + |
| 21 | +- 如果可能,尽早注入 samp |
| 22 | +- 修复服务器数据中波兰语文本的编码问题 |
| 23 | +- 修复版本字符串被修改时的 omp 服务器检查 |
| 24 | +- 移除手动“以管理员身份运行”的启动方式,仅为无法理解此操作的用户提供 GIF 文件说明 |
| 25 | +- 将数据存储移回 `localStorage`,以解决数据偶尔重置的问题 |
| 26 | +- 移除 Discord 状态实现,交由原生模组处理 |
| 27 | +- 移除 UPX 的使用 |
| 28 | +- 改进深度链接 |
| 29 | +- 在“添加服务器”模态框的文本输入框中添加“复制到剪贴板”功能 |
| 30 | +- 修复缺失 d3dx9_25.dll 的问题 |
| 31 | +- 使用正确的快捷方式名称 |
| 32 | + |
| 33 | +### 客户端模组变更 |
| 34 | + |
| 35 | +- 新增服务器到客户端的加密通信(仅限 open.mp 服务器),以安全地与服务器通信并防范恶意数据包。 |
| 36 | +- 为所有 SA-MP 版本重新实现客户端检查类型 69 和 5(这意味着 0.3.7 R1 玩家也能拥有此功能)。 |
| 37 | +- 修复动画加载,服务器端不再进行动画预加载,现在首次尝试播放即可成功。 |
| 38 | +- 修复 `RemoveBuildingForPlayer` 崩溃并移除其限制。 |
| 39 | +- 修复当玩家使用吸烟特殊动作并按下鼠标左键(LMB)时的吸烟动画。 |
| 40 | +- 移除 LV 和 LS 体育馆的地图图标和无用的检查点。 |
| 41 | +- 修复玩家在安装了液压组件时按下 H 键导致车辆喇叭为其他玩家播放的问题。 |
| 42 | +- 将截图数量上限从 1000 提高到 1,000,000。 |
| 43 | +- 原生实现 Discord 状态并将其内置于客户端模组中。 |
| 44 | +- 支持 1.0 EU 版本。 |
| 45 | +- 修复游戏在较新 Windows 版本上运行时的鼠标问题。 |
| 46 | +- 移除对 DirectPlay 的依赖。 |
| 47 | +- 一个小的堆损坏修复。 |
| 48 | +- 修复发生在地址 0x0040FB80 和 0x006F5636 的崩溃问题(禁用 data/Paths/tracks2.dat 和 data\Paths\tracks4.dat 的加载)。 |
| 49 | +- 完全改变此模组挂钩函数的方式。 |
| 50 | +- 修复与某些 CLEO4 脚本以及 CLEO5 和 CLEO Redux 的兼容性问题。 |
| 51 | +- 修复与各种模组的兼容性问题。 |
| 52 | +- 妥善修复名称缓冲区溢出导致的动画问题。 |
| 53 | + |
| 54 | +### 其他人的贡献 |
| 55 | + |
| 56 | +- A tiny correction in RU localization by @NexiusTailer in https://github.com/openmultiplayer/launcher/pull/195 |
| 57 | +- Translation Update zh-TW.ts by @XiaoNiaoa in https://github.com/openmultiplayer/launcher/pull/198 |
| 58 | +- Update Arabic localization by @RouatbiH in https://github.com/openmultiplayer/launcher/pull/192 |
| 59 | +- Translation Update zh-CN.ts by @XiaoNiaoa in https://github.com/openmultiplayer/launcher/pull/197 |
| 60 | +- Implement Serbian Translation by @Trysha-rbrn in https://github.com/openmultiplayer/launcher/pull/213 |
| 61 | +- Update Italian translation by @ReshiramZekrom1 in https://github.com/openmultiplayer/launcher/pull/214 |
| 62 | +- update Vietnamese translation by @aujiz11 in https://github.com/openmultiplayer/launcher/pull/217 |
| 63 | +- Added Georgian language by @Lasho4 in https://github.com/openmultiplayer/launcher/pull/236 |
| 64 | +- Update Portuguese (Brazil) Translation File Format and Keys by @itsneufox in https://github.com/openmultiplayer/launcher/pull/234 |
| 65 | +- update polish translation by @mpudliszewski in https://github.com/openmultiplayer/launcher/pull/237 |
| 66 | +- fix encoding for polish strings by @mpudliszewski in https://github.com/openmultiplayer/launcher/pull/238 |
| 67 | +- Check for `allowed_clients` rule instead of `allow_DL` to determine if server is open.mp by @xunder-matth in https://github.com/openmultiplayer/launcher/pull/253 |
| 68 | +- Fixed missing password option in cli by @znemoe in https://github.com/openmultiplayer/launcher/pull/267 |
| 69 | +- Add settings_advanced_discord_status_requires_restart key to PT translation by @itsneufox in https://github.com/openmultiplayer/launcher/pull/272 |
| 70 | + |
| 71 | +## 新贡献者 |
| 72 | + |
| 73 | +- @XiaoNiaoa 在 https://github.com/openmultiplayer/launcher/pull/198 首次贡献 |
| 74 | +- @Trysha-rbrn 在 https://github.com/openmultiplayer/launcher/pull/213 首次贡献 |
| 75 | +- @Lasho4 在 https://github.com/openmultiplayer/launcher/pull/236 首次贡献 |
| 76 | +- @itsneufox 在 https://github.com/openmultiplayer/launcher/pull/234 首次贡献 |
| 77 | +- @mpudliszewski 在 https://github.com/openmultiplayer/launcher/pull/237 首次贡献 |
| 78 | +- @xunder-matth 在 https://github.com/openmultiplayer/launcher/pull/253 首次贡献 |
| 79 | +- @znemoe 在 https://github.com/openmultiplayer/launcher/pull/267 首次贡献 |
| 80 | + |
| 81 | +**完整更新日志**: https://github.com/openmultiplayer/launcher/compare/v1.4.0...v1.5.2 |
0 commit comments