Stay on top of the game Sons Of The Forest with real-time position tracking, nodes of weapons & points of interest, and overlay mode for seamless progress tracking.
Head over to the Sons Of The Forest Map page on Overwolf and click the "Download" button.
You can also use the web-version of the app here, but you will not be able to use the position syncing feature.
Join the Discord to get the latest news and updates.
- Real-time position tracking with the Overwolf App: Overwolf App
- Position streaming to mobile devices and tablets (via web)
- Group functionality to support multiplayer
- Trace your routes and save up to 5 game sessions
- Nodes with tools, weapons and many more
- Screenshots for the most important items
- Custom nodes for you to save interesting locations
- Overlay mode for seamless progress tracking
- Easy to use and navigate with customizable hotkeys
- Multiple languages are supported (English, German, Polish, ...)
- Web version / PWA for ability to use the map "on the go": Web version
- Open Source for community contributions: GitHub
"Sons of the Forest Map" is an Overwolf app designed for the popular game "Sons of the Forest". With this app, you can track your position (and the positions of your friends) in real-time and trace routes with ease. It also allows you to discover nodes of weapons and other points of interest, making it easier to navigate through the game. Additionally, the overlay mode of the app ensures that you can keep track of your progress without leaving the game. With this app, you can stay on top of your game and enjoy an immersive gaming experience.
If you want to contribute to this project, please join the Discord and contact me (DevLeon#4001). I will be happy to help you get started.
- Install Prerequisites
- Clone the repository
- Install the dependencies with
pnpm install
- Start the development with
pnpm dev:web
The app supports multiple languages. If you want to add or update a language, please follow these steps:
The script in scripts/i18n.mjs
will automatically extract all strings from the app and updates the locale files in src/locales
.
Add the locale of the new language in scripts/i18n.mjs
and run pnpm i18n
to extract the strings of the app and create a new locale file in src/locales
.
This will take a while, because the script uses Google Translate to translate the strings. Please check the new locale file and correct any mistakes.
Update the locale files in src/locales
.
This project is licensed under the MIT License - see the LICENSE file for details