SquadAutoMortars is a tool designed to enhance your gaming experience in Squad by automating mortar control and providing a synchronized map overlay. This tool is created with the goal of improving mortar adjustments and map coordination.
- Windows operating system
-
Auto Mortars:
Control mortars using OCR for precise adjustments.
-
Sync Map:
Capture a screenshot of the in-game map and overlay it with the squadmortar map.
-
Quick Adjustments:
Swiftly adjust mortars on command.
To download and install SquadAutoMortars:
- Go to https://github.com/Devil4ngle/squadmortar/releases.
- Download the latest release by clicking on
squadautomortar.zip
. Note: The release is approximately 300 MB due to included maps. - Unzip the downloaded file.
- Inside the folder, run
squadmortar.exe
while squad is already running.
Feel free to join our Discord community for discussions, support, and updates: SquadAutoMortars Discord.
No, the usage of SquadAutoMortars 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 using standard operating system APIs and sends keyboard inputs (a, w, s, d). The code is open source, providing transparency and assurance.
If you only have one monitor, resizing Squad to a 1024x768 windowed mode is recommended for a more convenient experience. Refer to the demo video for guidance.
- 1024x768 windowed only
- 1920x1080, 2560x1440 borderless and fullscreen only
If your screen size is not supported, please join our Discord community for assistance: SquadAutoMortars 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 pkg
in the terminal. - Execute
pkg squadMortarServer.js -t=win
pkg squadMortarServerWebsite.js -t=win
pkg imageLayering.js -t=win
-
Use
create-nodew-exe
to create silent versions:create-nodew-exe squadMortarServer.exe squadMortarServerSilent.exe
create-nodew-exe squadMortarServerWebsite.exe squadMortarServerWebsiteSilent.exe
create-nodew-exe imageLayering.exe imageLayeringSilent.exe