English version generated by ChatGPT.
The in-game language currently only supports Simplified Chinese.
To get started, please visit: Tutorial
If you encounter any issues, please check the FAQ before asking your questions.
- Daily Tasks: Stamina recovery, daily training, claiming rewards, commissions, and farming.
- Weekly Tasks: History of Forgotten Echoes, Simulated Universe, and Forgotten Hall.
- Push notifications for the completion of daily tasks, automatically triggered at 4 AM or when stamina recovers to a specified value.
- Sound notifications upon task completion, with the option to automatically close the game or shut down the computer.
The Simulated Universe feature utilizes the Auto_Simulated_Universe project, while farming employs the Fhoe-Rail project.
For more details, refer to the configuration file or the graphical user interface settings. | 🌟 If you like it, please give it a star! |・ω・) 🌟 | Join our QQ group 855392201 or TG group click here.
- You must run the game on the PC desktop at a resolution of
1920*1080
in either windowed mode or full screen (HDR is not supported). - For information related to the Simulated Universe, refer to the project documentation and Q&A.
- For running in the background or on multiple monitors, you can try Remote Local Multi-User Desktop.
- If you encounter errors, please provide feedback in the Issue section. Questions and discussions can be conducted in the Discussions section. Feel free to contribute through PR.
Go to Releases and download, then extract the file. Double-click on the March7th Launcher.exe
icon to open the graphical interface.
If you need to use the Task Scheduler for scheduled runs or want to execute the Full Run directly, you can use the March7th Assistant.exe
from the terminal icon.
To check for updates, click the button at the bottom of the graphical interface settings or double-click March7th Updater.exe
.
If you are a complete beginner, please use the download and installation method mentioned above, and there's no need to proceed further.
# Installation (using venv is recommended)
git clone --recurse-submodules https://github.com/moesnow/March7thAssistant
cd March7thAssistant
pip install -r requirements.txt
python app.py
python main.py
# Update
git pull
git submodule update --init --recursive
Development Details
To obtain the crop parameters, which represent the cropping coordinates, you can use the screenshot capture feature in the graphical interface settings.
You can also provide parameters like "fight," "universe," "forgottenhall," etc. after running python main.py
.
If you like this project, you can show your support by buying the developer a coffee☕
Your support is the driving force behind the development and maintenance of this project! 🚀
March7thAssistant wouldn't have been possible without the assistance of these open-source projects:
-
Automation for the Simulated Universe https://github.com/CHNZYX/Auto_Simulated_Universe
-
Automation for farming https://github.com/linruowuyin/Fhoe-Rail
-
OCR Text Recognition https://github.com/hiroi-sora/PaddleOCR-json
-
Graphic Interface Component Library https://github.com/zhiyiYo/PyQt-Fluent-Widgets