Skip to content

Commit ddec036

Browse files
authored
Merge branch 'openmultiplayer:master' into master
2 parents ccff089 + 0039d11 commit ddec036

40 files changed

Lines changed: 2776 additions & 199 deletions
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
slug: launcher-false-positive
3+
title: Windows Defender False Positive on Launcher
4+
authors: itsneufox
5+
---
6+
7+
Some users have reported that **Windows Defender is flagging the open.mp Launcher as a Trojan/virus**. This is a **false positive**, the launcher is completely safe to use.
8+
9+
The launcher is **fully open source** and you can review or build it yourself:
10+
[https://github.com/openmultiplayer/launcher](https://github.com/openmultiplayer/launcher)
11+
12+
We're **already working on fixing this** so future builds won't be flagged.
13+
14+
<!-- truncate -->
15+
16+
## What to do for now
17+
18+
Until Microsoft updates their detection signatures, add the launcher folder as an exclusion in Windows Defender:
19+
20+
1. Open **Windows Security** (search for it in Start)
21+
2. Go to **Virus & threat protection**
22+
3. Under **Virus & threat protection settings**, click **Manage settings**
23+
4. Scroll down to **Exclusions** and click **Add or remove exclusions**
24+
5. Click **Add an exclusion****Folder**
25+
6. Select your **open.mp launcher installation folder** and confirm
26+
7. Close and re-open the launcher
27+
28+
### Notes
29+
30+
- Exclude the **entire launcher folder**, not individual files because file hashes change between updates.
31+
- If Defender still warns you after adding the exclusion, fully close the launcher, double-check the exclusion path, and try again.
32+
33+
## Why does this happen?
34+
35+
False positives are common with game-related software. Antivirus heuristics can flag legitimate programs that interact with game processes. We're working with Microsoft to get the launcher properly whitelisted.
36+
37+
Still have questions? Reach out on our [Discord](https://discord.gg/samp).

frontend/blog/authors.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ southclaws:
1212

1313
y_less:
1414
name: Y_Less
15+
16+
itsneufox:
17+
name: itsneufox
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
This folder works like blog content, one markdown file per release.
2+
Sorting is automatic by `publishedAt` (newest first) and if `assets` is empty, the block falls back to a single GitHub release button.
3+
4+
Usage:
5+
6+
- `frontend/content/releases/server/` for server releases
7+
- `frontend/content/releases/launcher/` for launcher releases
8+
9+
Name files by tag (for example `v1.6.2.md`).
10+
11+
## How to add a release
12+
13+
1. Copy an existing release file in the right folder.
14+
2. Update the frontmatter (`tag`, `publishedAt`, `htmlUrl`, `assets`).
15+
3. Optional: add `highlights` and/or `admonition`.
16+
4. Paste the full changelog in the markdown body.
17+
18+
That is it :)
19+
20+
## Locale support
21+
22+
If you want to translate the release text, mirror the same file names in:
23+
24+
- `frontend/i18n/<your_locale>/content/releases/server/`
25+
- `frontend/i18n/<your_locale>/content/releases/launcher/`
26+
27+
## Frontmatter reference
28+
29+
Required:
30+
31+
- `tag`
32+
- `publishedAt` (ISO format, example: `"2026-02-14T12:00:00Z"`)
33+
- `htmlUrl`
34+
- `assets` (download buttons)
35+
36+
Optional:
37+
38+
- `highlights` (shown above "View full changelog")
39+
- `admonition` (small warning/info box)
40+
41+
## Server example
42+
43+
```md
44+
---
45+
tag: v1.5.9.0000
46+
publishedAt: "2026-02-14T12:00:00Z"
47+
htmlUrl: https://github.com/openmultiplayer/open.mp/releases/tag/v1.5.9.0000
48+
highlights:
49+
- Built-in NPC improvements
50+
- Better networking and sync checks
51+
admonition:
52+
type: warning
53+
title: Linux note
54+
body: "Example warning text."
55+
assets:
56+
- label: Windows
57+
url: https://github.com/openmultiplayer/open.mp/releases/download/v1.5.9.0000/open.mp-win-x86.zip
58+
size: "35.0 MB"
59+
- label: Linux
60+
url: https://github.com/openmultiplayer/open.mp/releases/download/v1.5.9.0000/open.mp-linux-x86.tar.gz
61+
size: "30.0 MB"
62+
---
63+
64+
## What's Changed
65+
...
66+
```
67+
68+
## Launcher example
69+
70+
```md
71+
---
72+
tag: v1.6.2
73+
publishedAt: "2026-02-14T12:00:00Z"
74+
htmlUrl: https://github.com/openmultiplayer/launcher/releases/tag/v1.6.2
75+
highlights:
76+
- Better stability
77+
- Better favorites management
78+
admonition:
79+
type: warning
80+
title: Antivirus false positive
81+
body: "Example warning text."
82+
assets:
83+
- label: "Download Launcher (.exe)"
84+
url: https://github.com/openmultiplayer/launcher/releases/download/v1.6.2/omp-launcher-setup.exe
85+
size: "5.2 MB"
86+
---
87+
88+
## What's Changed
89+
...
90+
```
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
tag: v0.0.1
3+
publishedAt: "2023-11-10T10:19:44Z"
4+
htmlUrl: https://github.com/openmultiplayer/launcher/releases/tag/v0.0.1
5+
assets:
6+
- label: "Download Launcher (.exe)"
7+
url: https://github.com/openmultiplayer/launcher/releases/download/v0.0.1/omp-launcher_0.0.1_x64-setup.exe
8+
size: "3.6 MB"
9+
---
10+
11+
## First release of open.mp launcher
12+
Please note you still need samp installed to play, you can install samp from https://sa-mp.mp/downloads/ and then open open.mp launcher to enjoy a live, reliable, and populated server list to find any server you want to play on!
13+
14+
Many more features will be available in future and directly built into the launcher in future versions
15+
16+
## Installation
17+
You can choose whether you want the portable versions or install it normally like any other application, in your desired path. For portable version, you can just download **omp-launcher.exe**, the other two are installers, you choose whatever you want.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
tag: v1.0.0
3+
publishedAt: "2024-01-29T00:29:08Z"
4+
htmlUrl: https://github.com/openmultiplayer/launcher/releases/tag/v1.0.0
5+
highlights:
6+
- Full launcher UI redesign
7+
- Built-in SA-MP installation/version selection workflow
8+
- Server banner and Discord link support in the browser
9+
- Performance/resource usage improvements with many new languages
10+
assets:
11+
- label: "Download Launcher (.exe)"
12+
url: https://github.com/openmultiplayer/launcher/releases/download/v1.0.0/omp-launcher-setup.exe
13+
size: "3.9 MB"
14+
---
15+
16+
## Installation
17+
Just run `omp-launcher.exe`
18+
### Note:
19+
For users using old Windows 10, Windows 8(.1), or Windows 7, if you do not have WebView2 installed (comes preinstalled in newer Windows 10 and 11 setups, and comes with Microsoft Edge), You must install this launcher using setup file in releases section.
20+
21+
## What's Changed
22+
A new version of launcher is out, **v1.0.0**, and in this version, the entire UI is reworked (Special thanks to @continue2048 for his participations and helps). There are numerous changes to improve performance and resource usage to bring the best experience while using this launcher to browse servers and join your favorite one.
23+
Here are list of new changes in latest version of open.mp launcher:
24+
- **New design**
25+
- **SA-MP Installation:** No need to download SA-MP separately anymore, you can choose from versions list or keep using the one installed in your game's directory!
26+
- **Banners and Discord links:** Show open.mp server banners and discord invite link if available
27+
- Ability to toggle Discord status in settings
28+
- Performance and resource usage improvements
29+
- Tens of new languages
30+
31+
**Full Changelog**: https://github.com/openmultiplayer/launcher/compare/v0.0.1...v1.0.0
32+
33+
Special thanks to @continue98 for his contributions for UI design mockups
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
tag: v1.4.0
3+
publishedAt: "2024-08-18T09:04:32Z"
4+
htmlUrl: https://github.com/openmultiplayer/launcher/releases/tag/v1.4.0
5+
highlights:
6+
- Broad stability and performance improvements
7+
- CLI support and deep-link URI handling (`omp://` and `samp://`)
8+
- First open.mp client integration with improved version selection
9+
- x86-only packaging with lower false-positive antivirus risk
10+
assets:
11+
- label: "Download Launcher (.exe)"
12+
url: https://github.com/openmultiplayer/launcher/releases/download/v1.4.0/omp-launcher-setup.exe
13+
size: "3.1 MB"
14+
---
15+
16+
## What's Changed
17+
* More locales added/fixed.
18+
* A lot of performance fixes
19+
* CLI support with arguments, use `--help` for more info
20+
* Server profile in join prompt by showing logo and banner
21+
* Discord status now uses server logos
22+
* Potentially fixed samp.dll injection for everyone
23+
* open.mp client (first variation) has been added
24+
* Better samp version selection
25+
* Add deep linking and URI scheme `omp://ip:port` and take over `samp://`
26+
* Handle URI scheme
27+
* Add discord status buttons to download launcher and play with your friends
28+
* Fully move to x86 (32bits) so we don't have to distribute multiple releases for different people
29+
* No more using UPX for less false-positive malware detection
30+
* Fix password issue when a server was previously locked and a password is stored
31+
32+
## New Contributors
33+
* @Ykpauneu made their first contribution in https://github.com/openmultiplayer/launcher/pull/94
34+
* @midosvt made their first contribution in https://github.com/openmultiplayer/launcher/pull/97
35+
* @coool9 made their first contribution in https://github.com/openmultiplayer/launcher/pull/111
36+
* @tnz1992 made their first contribution in https://github.com/openmultiplayer/launcher/pull/114
37+
* @aujiz11 made their first contribution in https://github.com/openmultiplayer/launcher/pull/115
38+
* @lahaine42 made their first contribution in https://github.com/openmultiplayer/launcher/pull/117
39+
* @karthigenius made their first contribution in https://github.com/openmultiplayer/launcher/pull/159
40+
* @ulasbayraktar made their first contribution in https://github.com/openmultiplayer/launcher/pull/133
41+
* @Tornamic made their first contribution in https://github.com/openmultiplayer/launcher/pull/176
42+
43+
**Full Changelog**: https://github.com/openmultiplayer/launcher/compare/v1.0.0...v1.4.0
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
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

Comments
 (0)