How to use Seed Finder - Hoto-Mocha/Re-ARranged-Pixel-Dungeon GitHub Wiki
Introduction
In here, you can learn how to use seedfinder in REARPD.
In-game seedfinder credit: Llyias' shpd-seedfinder-kr
How to Access SeedFinder
You must beat the game once to gain accessablity to SeedFinder. Like custom seed game
.
If you have beaten the game once, you will be able to find the a Gear Icon
on the next to game start button in Hero Select
scene.
Press it, and you might see a list, which contains Challenge
, Custom Seed
.
You can also find the Find Seed
, and Analyze Seed
button, too.
Find Seed
You can find a seed that contains what you want with this function.
Every words must be seperated by each line.
It will ignore the letter case and ' '(space)
s.
Finding a seed will automatically put the seed in Custom Seed
, so you can easily start the seeded game with the seed what you found.
There are possible words that can be entered.
[number]floor end
: You can trim the finding work at the specified floor, so you can find a seed that contains some item you want in 1~[number] floor
. You can skip entering this line to find up to 31 floor. The seedfinder will ignore any words after this in this line.
[item's name]
: The finding result will contain the item. It will be emphasized with yellow color. The item will contain the word.
"[item's name]"
: The finding result will contain an item that has exactly same name. It will be emphasized with yellow color.
Here are some examples:
- Ignoring spaces
4 f lo o re n d
-> It will result a random seed's result that trimmed at 4 floor.
- Ignoring Letter Cases or other words
4 FlOOr EnD sEek
-> It will result a random seed's result that trimmed at 4 floor.
- Finding an Item
7 floor end
shortsword
-> It will result a random seed's result that contains an item which contains 'shortsword'
in its name in 1~7 floor, trimmed at 7 floor. The item can be like Blazing ShortSword +2
, because it contains the word 'shortsword'.
- Finding Items
9 floor end
sword +2
leather armor +2
-> It will result a random seed's result that contains both items which contains 'sword +2'
or 'leather armor +2'
in their name(still ignores spaces and letter cases), trimmed at 9 floor.
- Leaving
floor end
line Blank or Not Entering It
greatsword +2
-> It will result a random seed's result that contains an item which contains 'greatsword +2'
in its name through all(1~31) floor.
- Finding an Exact Item
4 floor end
"shortsword +2"
-> It will result a random seed's result that contains an exact item 'shortsword +2. The item cannot be like
'Projecting ShortSword +2'`, trimmed at 4 floor.
Seed Analysis
You can analyze a seed you input, analyzing it will list all items of the seed in 1~31 floor.
To analyze a seed, you must not have a saved game with the same seed.
If you already put a custom seed, it will be automatically entered in seed analysis input.