- Windows operating system
-
Sync Map:
Capture a screenshot of the in-game map and overlay it with the squadmortar map.
To download and install Squad Sync Mortars:
- Go to https://github.com/Devil4ngle/squadmortar-release/archive/refs/heads/main.zip.
- Download the zip. Note: The release is approximately 300 MB due to included maps.
- Unzip the downloaded file.
- Inside the folder, run
squadmortar.exewhile squad is already running.
Note: Don't move squadmortar.exe from it's original folder.
The usage of Squad Sync Mortars does not violate Easy Anti-Cheat (EAC) policies. The program operates without attaching to or reading memory from the Squad game process. It solely captures screenshots and sends keyboard inputs (a, w, s, d). The code is open source, providing transparency. However, users should be cautious, as the use of third-party tools, even if not flagged by EAC, is against Offworld Industries (O.W.I.) policies will result in a ban on official servers. (The sync Map overlay is fine, the sync mortar is not) It is important to note that using Squad Sync Mortars on unofficial servers or in local hosted gameplay is generally considered fine. However, users are advised to review and comply with the specific rules and policies of the server they are playing on to avoid any potential issues. Use at your own risk.
1024x768, 1920x1080, 2560x1440, 3840x1600
If your screen size is not supported, please join our Discord community for assistance: Squad Sync Mortars Discord.
This tool is based on the original source code from the Squadmortar website by Miksu. You can find the original source at https://gitlab.com/squadstrat/squadmortar.
Feel free to explore the code and contribute to the project!
-
To compile the executable for JS, follow these steps:
- Download Node.js v18.18.2.
- Run
npm install -g pkgin the terminal.
-
Use
create-nodew-exeandpkgto create silent versions:pkg squadMortarServer.js -t=win && create-nodew-exe squadMortarServer.exe squadMortarServerSilent.exe -
Python for the ImageLayering
python -m PyInstaller --onefile --noconsole --name imageLayeringSilent imageLayering.py