/squadmortarXYZ

SquadAutoMortars is a tool designed to enhance your gaming experience in Squad by automating mortar control and providing a synchronized map overlay.

Primary LanguageTypeScript

SquadAutoMortars

Watch the video

Overview

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.

Requirements

  • Windows operating system

Features

  • 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.

Installation

To download and install SquadAutoMortars:

  1. Go to https://github.com/Devil4ngle/squadmortar/releases.
  2. Download the latest release by clicking on squadautomortar.zip. Note: The release is approximately 300 MB due to included maps.
  3. Unzip the downloaded file.
  4. Inside the folder, run squadmortar.exe while squad is already running.

Join Discord

Feel free to join our Discord community for discussions, support, and updates: SquadAutoMortars Discord.

EAC Ban Disclaimer

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.

Single Monitor Usage

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.

Supported Sizes

  • 1024x768 windowed only
  • 1920x1080, 2560x1440 borderless and fullscreen only

Unsupported Screen Size

If your screen size is not supported, please join our Discord community for assistance: SquadAutoMortars Discord.

Credits

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!

Development Notes

  • To compile the executable for JS, follow these steps:

    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