This is a PKHeX.Core based program that allows to view, edit and calculate Raids and Mass Outbreaks for Scarlet & Violet. This is the spiritual sequel of SVXoroCalc. Both a standalone program and a PKHeX plugin are available for use.
- Connection to Remote Device
- View & Edit Mass Outbreaks
- View & Edit Raids
- Import Poké Portal News (Raid and Mass Outbreak Events) in Zip/Folder formats
- Reverse a Pokémon into its origin Seed to check legality
- Calculate RNG seeds that results in a Pokémon with given details
- Calculate RNG seeds that results in a Raid with wanted rewards
- Generate Legal PK9 files from Raid searches
- Edit Tera Raid related Game Progress/Caught Flags
- Supports localized languages
Powered by PKHeX, pkNX and SysBot.NET.
- See the Initial Setup Page to begin with the program.
- Check out the Wiki for guides and details.
You can use any C# 12 & .NET 8.0 compatible IDE such as Visual Studio to compile this program.
Select either Debug or Release and click Build -> Build Solution.
The Standalone Launcher will be placed in TeraFinder.Launcher/bin/
.
The Plugin files will be placed in bin/
.
For common troubleshooting, please check the appropriate section in the wiki. If you find any bug or you need support, please write a comment in the Project Pokémon thread. Alternatively, feel free to contact me on my Discord Server:
- kwsch for PKHeX, pkNX and SysBot.NET, on which this program relies on
- Archit Date, LegoFigure11, SteveCookTU for their great researches on the item rewards structures and event group ids handling implemented in RaidCrawler and sv raid reader
- Lincoln-LM for the raid map coordinates and the save RAM logic in sv-live-map
- Archit Date for his C# port of the Lincoln's logic implemented in RaidCrawler, on which my code is based on
- Lusamine for the Key Block pointer taken from the disassembled game code for v1.2.0
- Leanny for his Sword/Shield PKHeX Raid Plugin which was of inspiration for my plugin
- santacrab2 for his contributions to make the searches lot faster and for the DLC Location Names
- Archit Date, Lusamine, santacrab2 for their SearchSaveKey implementation in RaidCrawler
- Zyro670 and santacrab2 for their help with the ram block reading/writing, specifically related to outbreaks
- olliz0r and berichan for sys-botbase
- fishguy6564 and Koi-3088 for usb-botbase
- kwsch, Lusamine, LegoFigure11, Archit Date, SteveCookTU, Lincoln-LM, and all the contributors to the mentioned programs for their awesome researches
- kwsch, Archit Date, LegoFigure11, Lusamine and Lincoln-LM for the Coordinates dumps and map display formulas
- GitHub API implementation provided by Octokit, licensed under the MIT license
- RaidCalc by MewTracker
- RaidCrawler by LegoFigure11 and Archit Date
- sv-live-map by Lincoln-LM
- sv_raid_lookup (repo) by SteveCookTU
Copyright © 2024 Manu098vm
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.