|
| 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 | + - Encrypted client–server communication for open.mp servers |
| 7 | + - Major stability and crash fixes across the client |
| 8 | + - Improved compatibility with CLEO scripts and other mods |
| 9 | + - Better Windows support and removal of legacy dependencies |
| 10 | +admonition: |
| 11 | +assets: |
| 12 | + - label: "Download Launcher (.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 | +## What's Changed |
| 18 | +### Launcher changes |
| 19 | +* Inject samp sooner if possible |
| 20 | +* Fix encoding for polish texts in server data |
| 21 | +* Fixed omp server check when version string is modified |
| 22 | +* Remove manual run as admin launch, just use a GIF file for those who can't understand |
| 23 | +* Move data storage back to `localStorage` to fix the problem with data resetting once in a while |
| 24 | +* Remove discord status implementation, let native mod handle it |
| 25 | +* Remove UPX usage |
| 26 | +* Better deep linking |
| 27 | +* Copy to clipboard to add server modal's textinput |
| 28 | +* Fix the problem with d3dx9_25.dll missing |
| 29 | +* Proper shortcut names now |
| 30 | + |
| 31 | +### Client mod changes |
| 32 | +* Add server to client encryption (open.mp servers only) to securely communicate with server and stay safe against malicious packets. |
| 33 | +* Re-implement client check types 69 and 5, for all samp versions (it means 0.3.7 R1 players have it as well). |
| 34 | +* Fix animation loading, no more animation preloading on server side, playing it works at first attempt now. |
| 35 | +* Fix RemoveBuildingForPlayer crash and remove the limit. |
| 36 | +* Fix smoking animation when smoke special action is used and player presses LMB. |
| 37 | +* Remove LV and LS stadiums map icons and useless checkpoints. |
| 38 | +* Fix vehicle horn playing for others when player is pressing H while having hydraulics component. |
| 39 | +* Increase screenshot limit from 1000 to 1,000,000. |
| 40 | +* Implement discord status natively and built into client mod. |
| 41 | +* 1.0 EU support. |
| 42 | +* Fix mouse issues when the game is running on newer Windows versions. |
| 43 | +* Remove DirectPlay dependency. |
| 44 | +* A small heap corruption fix. |
| 45 | +* Fix crash issues happening at 0x0040FB80 and 0x006F5636 (Disable loading of data/Paths/tracks2.dat and data\Paths\tracks4.dat). |
| 46 | +* Completely change the way this mod hooks into functions. |
| 47 | +* Fix compatibility issues with some CLEO4 scripts and CLEO5 & CLEO Redux. |
| 48 | +* Fix compatibility issues with various mods. |
| 49 | +* Properly fix animation issues with buffer overflow in names. |
| 50 | + |
| 51 | +### Contributions by others |
| 52 | +* A tiny correction in RU localization by @NexiusTailer in https://github.com/openmultiplayer/launcher/pull/195 |
| 53 | +* Translation Update zh-TW.ts by @XiaoNiaoa in https://github.com/openmultiplayer/launcher/pull/198 |
| 54 | +* Update Arabic localization by @RouatbiH in https://github.com/openmultiplayer/launcher/pull/192 |
| 55 | +* Translation Update zh-CN.ts by @XiaoNiaoa in https://github.com/openmultiplayer/launcher/pull/197 |
| 56 | +* Implement Serbian Translation by @Trysha-rbrn in https://github.com/openmultiplayer/launcher/pull/213 |
| 57 | +* Update Italian translation by @ReshiramZekrom1 in https://github.com/openmultiplayer/launcher/pull/214 |
| 58 | +* update Vietnamese translation by @aujiz11 in https://github.com/openmultiplayer/launcher/pull/217 |
| 59 | +* Added Georgian language by @Lasho4 in https://github.com/openmultiplayer/launcher/pull/236 |
| 60 | +* Update Portuguese (Brazil) Translation File Format and Keys by @itsneufox in https://github.com/openmultiplayer/launcher/pull/234 |
| 61 | +* update polish translation by @mpudliszewski in https://github.com/openmultiplayer/launcher/pull/237 |
| 62 | +* fix encoding for polish strings by @mpudliszewski in https://github.com/openmultiplayer/launcher/pull/238 |
| 63 | +* 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 |
| 64 | +* Fixed missing password option in cli by @znemoe in https://github.com/openmultiplayer/launcher/pull/267 |
| 65 | +* Add settings_advanced_discord_status_requires_restart key to PT translation by @itsneufox in https://github.com/openmultiplayer/launcher/pull/272 |
| 66 | + |
| 67 | +## New Contributors |
| 68 | +* @XiaoNiaoa made their first contribution in https://github.com/openmultiplayer/launcher/pull/198 |
| 69 | +* @Trysha-rbrn made their first contribution in https://github.com/openmultiplayer/launcher/pull/213 |
| 70 | +* @Lasho4 made their first contribution in https://github.com/openmultiplayer/launcher/pull/236 |
| 71 | +* @itsneufox made their first contribution in https://github.com/openmultiplayer/launcher/pull/234 |
| 72 | +* @mpudliszewski made their first contribution in https://github.com/openmultiplayer/launcher/pull/237 |
| 73 | +* @xunder-matth made their first contribution in https://github.com/openmultiplayer/launcher/pull/253 |
| 74 | +* @znemoe made their first contribution in https://github.com/openmultiplayer/launcher/pull/267 |
| 75 | + |
| 76 | +**Full Changelog**: https://github.com/openmultiplayer/launcher/compare/v1.4.0...v1.5.2 |
0 commit comments