All Projects → Admiral-Fish → Raidfinder

Admiral-Fish / Raidfinder

Licence: gpl-3.0
Crossplatform RNG tool for Pokemon Sword/Shield raids

Projects that are alternatives of or similar to Raidfinder

Capturesight
Applet and Overlay to view Pokemon, Raid seeds, Future shiny frames/IVs, and more!
Stars: ✭ 81 (-49.69%)
Mutual labels:  switch, pokemon
PokemonRNGGuides
A repository of Pokemon RNG abuse guides
Stars: ✭ 62 (-61.49%)
Mutual labels:  pokemon, switch
Newbark
🌳 A proof-of-concept Pokémon-style Retro RPG engine created with Unity.
Stars: ✭ 129 (-19.88%)
Mutual labels:  pokemon
Rpg Core
UNITY engine RPG framework
Stars: ✭ 146 (-9.32%)
Mutual labels:  pokemon
Controllerx
Create controller-based automations with ease to control your home devices and scenes.
Stars: ✭ 141 (-12.42%)
Mutual labels:  switch
Kjemitterview
粒子效果、扩展、好用的工具等等,Button图文混排、点击事件封装、扩大点击域、点赞粒子效果,手势封装、圆角渐变、倒影、内阴影处理、Xib属性、识别网址超链接,图片加工处理、对花铺贴效果、滤镜渲染、泛洪算法,_KJMacros常用宏定义,Label富文本,自定义动画选中控件,Alert控件,数组和字典防崩处理,数组算法处理等等等
Stars: ✭ 133 (-17.39%)
Mutual labels:  switch
Pm
The easy way to switch between your projects on ZSH
Stars: ✭ 142 (-11.8%)
Mutual labels:  switch
Jxsegmentedview
A powerful and easy to use segmented view (segmentedcontrol, pagingview, pagerview, pagecontrol, categoryview) (腾讯新闻、今日头条、QQ音乐、网易云音乐、京东、爱奇艺、腾讯视频、淘宝、天猫、简书、微博等所有主流APP分类切换滚动视图)
Stars: ✭ 1,905 (+1083.23%)
Mutual labels:  switch
Pokidex
Android app that identifies and detects Pokemons in the provided Image using Tensorflow Lite and Firebase MLKit
Stars: ✭ 157 (-2.48%)
Mutual labels:  pokemon
Poketwo
A Discord bot.
Stars: ✭ 139 (-13.66%)
Mutual labels:  pokemon
Ghidra Switch Loader
Nintendo Switch loader for Ghidra
Stars: ✭ 146 (-9.32%)
Mutual labels:  switch
Expo Dark Mode Switch
A beautiful React dark mode switch component for iOS, Android, and Web
Stars: ✭ 137 (-14.91%)
Mutual labels:  switch
Checkpoint
Fast and simple homebrew save manager for 3DS and Switch.
Stars: ✭ 1,886 (+1071.43%)
Mutual labels:  switch
Raspberry Pi Safe Off Switch
A set of scripts that can be used to provide a "safe power off switch" for a Raspberry Pi.
Stars: ✭ 144 (-10.56%)
Mutual labels:  switch
Pokeball Selfbot Poketwo Automation
This specific selfbot was designed to automatically catch pokemon spawned on Discord by Poketwo bot. It also offers other utility functions to automate features like trading, releasing, id search, etc. Currently the autocatcher is powered by AI making it possible to autocatch pokemons on multiple bots like PokeTwo, PokeRealm, etc.
Stars: ✭ 131 (-18.63%)
Mutual labels:  pokemon
Goldleaf
🍂 Multipurpose homebrew tool for Nintendo Switch
Stars: ✭ 2,026 (+1158.39%)
Mutual labels:  switch
Poketcg
Disassembly of Pokémon TCG
Stars: ✭ 125 (-22.36%)
Mutual labels:  pokemon
Xlslideswitch
iOS 仿照今日头条滚动列表
Stars: ✭ 136 (-15.53%)
Mutual labels:  switch
Panelswitchhelper
✔️ A framework that helps the keyboard smoothly transition to the function panel 一个帮助键盘平稳过渡到功能面板的框架,支持动画无缝衔接,支持 activity/fragment/dialog/dialogFragment/popupWindow 容器,支持IM/直播/视频播放/信息流评论等场景,支持全屏模式。
Stars: ✭ 1,957 (+1115.53%)
Mutual labels:  switch
Pokesniper Android
Pokemon GO Sniper for Android - Snipe Those Bitches!
Stars: ✭ 157 (-2.48%)
Mutual labels:  pokemon

RaidFinder

This is an RNG tool for Pokemon Sword/Shield. Due to the nature of the games only raids are RNGable.

Getting the Raid Seed

There are currently two ways to get the raid seed if you have access to CFW or a RCM vulnerable switch.

Option 1: Viewing game RAM (CFW only)

  1. Setup CaptureSight

  2. Use CaptureSight to view the raid seed.

Option 2: Dumping the savefile (CFW or RCM)

  1. Dump the save file. I will not cover how to do this since there are other resources that cover this.

  2. Install and setup PKHeX and the Raid Plugin for PKHeX.

  3. Open the save file you dumped in PKHeX and open the Raid Plugin. It will tell you all the relevant information of each den in your save file.

There are currently two ways to get the raid seed if you don't have access to CFW. These both require finding someone with CFW. Option 1 is the better of the two since it saves time on the person checking the raid seed for you.

Option 1: Trading the raid

  1. Capture the raid pokemon and don't save the game.

  2. Initiate a trade with this person and have them view the raid pokemon using CaptureSight. They will be able to tell you the EC, PID, and IVs of the pokmon.

  3. Install z3 which raid_solver.py uses. pip install z3-solver

  4. Use the raid_solver.py script that comes with RaidFinder and input the information it asks for. It will calculate your raid seed and output it to you.

Option 2: Joining the raid

  1. Have this person join your raid and catch the pokemon. Afterwards they should either send you the .pk8 file or tell you the EC/PID/IVs of the pokemon.

  2. Install z3 which raid_solver.py uses. pip install z3-solver

  3. Use the raid_solver.py script that comes with RaidFinder and input the information it asks for. It will calculate your raid seed and output it to you.

Credits

Leanny: Labeling den map and den hashes in the PKHeX Raid Plugin. Also providing me with event dens.

Kaphotics: Easy dumping of raid tables with pkNX. Also providing me with event dens.

rusted-coil: Providing a great open source seed searcher called OneStar from which I based my seed searcher.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].