- This fork is a public archival fork of TeraFinder - there's been no changes done by Xieon's Gaming Corner other than image compression, and data compression by Github action algorithms - this fork is kept as up to date as possible with the main branch
The latest TeraFinder release on XGC's Github is 06172025 - Starting with this release, after fixing issues with the workflow file, compiling can be done using Github Actions instead of needing to download, and compile the code yourself. I have included the artifacts created from the most recent release PR. There are now two zips being TeraFinder.Plugins.Zip
and TeraFinder.Launcher.Zip
with the release version appended to the end.
You can simply download the zip file from the release and run TeraFinder right away without needing to compile it yourself. You can find these Zips in the Latest Release 06172025v1
Below is a screenshot of the contents of TeraFinderLauncher.Zip
- Running TeraFinder.Launcher.exe
is how to start the TeraFinder program.
Extract the entire contents of the zip to the same directory before launching the .exe
file.
This is a PKHeX.Core based program that allows users to view, edit, and calculate Raids and Mass Outbreaks for Pokémon Scarlet & Violet. It is the spiritual successor to SVXoroCalc. Both a standalone program and a PKHeX plugin are available.
- Connect to a 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 result in a Pokémon with specific details
- Calculate RNG seeds that result in a Raid with desired 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.
- Refer to the Initial Setup Page to get started.
- Check out the Wiki for guides and details.
You can use any C# 13 & .NET 9.0 compatible IDE, such as Visual Studio, to compile this program.
Select either Debug or Release mode and click Build -> Build Solution.
- The Standalone Launcher will be placed in
TeraFinder.Launcher/bin/
. - The Plugin files will be placed in
TeraFinder.Plugins/bin/
.
For common troubleshooting, please check the appropriate section in the wiki. If you find a bug or need support, please leave 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, which this program relies on
- Archit Date, LegoFigure11, SteveCookTU for their research on item reward structures and event group ID handling implemented in RaidCrawler and SV Raid Reader
- Lincoln-LM for the raid map coordinates and save RAM logic in sv-live-map
- Archit Date for his C# port of Lincoln's logic implemented in RaidCrawler, on which my code is based
- Lusamine for the Key Block pointer taken from the disassembled game code for v1.2.0
- Leanny for the Sword/Shield PKHeX Raid Plugin, which served as inspiration for my plugin
- santacrab2 for contributions improving search speed and adding DLC Location Names
- Archit Date, Lusamine, santacrab2 for their SearchSaveKey implementation in RaidCrawler
- Zyro670 and santacrab2 for their help with RAM block reading/writing, specifically related to outbreaks
- olliz0r and berichan for sys-botbase
- fishguy6564 and Koi-3088 for usb-botbase
- kwsch, Archit Date, LegoFigure11, Lusamine, and Lincoln-LM for the Coordinates dumps and map display formulas
- All contributors to the mentioned projects for their valuable research
- RaidCalc by MewTracker
- RaidCrawler by LegoFigure11 and Archit Date
- sv-live-map by Lincoln-LM
- sv_raid_lookup (repo) by SteveCookTU
Copyright © 2025 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/.