🚨🚨 PLEASE Uninstall the old version first 🚨🚨
What's Changed
Launcher changes
- Inject samp sooner if possible
- Fix encoding for polish texts in server data
- Fixed omp server check when version string is modified
- Remove manual run as admin launch, just use a GIF file for those who can't understand
- Move data storage back to
localStorage
to fix the problem with data resetting once in a while - Remove discord status implementation, let native mod handle it
- Remove UPX usage
- Better deep linking
- Copy to clipboard to add server modal's textinput
- Fix the problem with d3dx9_25.dll missing
- Proper shortcut names now
Client mod changes
- Add server to client encryption (open.mp servers only) to securely communicate with server and stay safe against malicious packets.
- Re-implement client check types 69 and 5, for all samp versions (it means 0.3.7 R1 players have it as well).
- Fix animation loading, no more animation preloading on server side, playing it works at first attempt now.
- Fix RemoveBuildingForPlayer crash and remove the limit.
- Fix smoking animation when smoke special action is used and player presses LMB.
- Remove LV and LS stadiums map icons and useless checkpoints.
- Fix vehicle horn playing for others when player is pressing H while having hydraulics component.
- Increase screenshot limit from 1000 to 1,000,000.
- Implement discord status natively and built into client mod.
- 1.0 EU support.
- Fix mouse issues when the game is running on newer Windows versions.
- Remove DirectPlay dependency.
- A small heap corruption fix.
- Fix crash issues happening at 0x0040FB80 and 0x006F5636 (Disable loading of data/Paths/tracks2.dat and data\Paths\tracks4.dat).
- Completely change the way this mod hooks into functions.
- Fix compatibility issues with some CLEO4 scripts and CLEO5 & CLEO Redux.
- Fix compatibility issues with various mods.
- Properly fix animation issues with buffer overflow in names.
Contributions by others
- A tiny correction in RU localization by @NexiusTailer in #195
- Translation Update zh-TW.ts by @XiaoNiaoa in #198
- Update Arabic localization by @RouatbiH in #192
- Translation Update zh-CN.ts by @XiaoNiaoa in #197
- Implement Serbian Translation by @Trysha-rbrn in #213
- Update Italian translation by @ReshiramZekrom1 in #214
- update Vietnamese translation by @aujiz11 in #217
- Added Georgian language by @Lasho4 in #236
- Update Portuguese (Brazil) Translation File Format and Keys by @itsneufox in #234
- update polish translation by @mpudliszewski in #237
- fix encoding for polish strings by @mpudliszewski in #238
- Check for
allowed_clients
rule instead ofallow_DL
to determine if server is open.mp by @xunder-matth in #253 - Fixed missing password option in cli by @znemoe in #267
- Add settings_advanced_discord_status_requires_restart key to PT translation by @itsneufox in #272
New Contributors
- @XiaoNiaoa made their first contribution in #198
- @Trysha-rbrn made their first contribution in #213
- @Lasho4 made their first contribution in #236
- @itsneufox made their first contribution in #234
- @mpudliszewski made their first contribution in #237
- @xunder-matth made their first contribution in #253
- @znemoe made their first contribution in #267
Full Changelog: v1.4.0...v1.5.2