Skip Navigation
[DEV] Seedfinder for android / SHPD Toolkit
  • Yeah, thats a very tough one to find. Try to start with the ones you need the most, and gradually add more until you hit the limit.

  • [DEV] Seedfinder for android / SHPD Toolkit
  • Thank you! I also maintain the desktop/cli version, which is still a lot faster - so not obsolete

    Edit: link

  • [DEV] Seedfinder for android / SHPD Toolkit
    github.com GitHub - Elektrochecker/shpd-toolkit

    Contribute to Elektrochecker/shpd-toolkit development by creating an account on GitHub.

    GitHub - Elektrochecker/shpd-toolkit

    I want to announce the release of SHPD Toolkit, which is an instalable application with the features of SHPD seedfinder. It can be installed and/or used on android phones and dektop computers. Apple/ios is not supported.

    Since this is very new, i am open for critique/suggestions.

    Download

    Instructions

    7
    Rogue seed request 2.2.1
  • You absoluteley can use seedfunder on your pc. I recommend this fork though, it is still maintained.

    https://github.com/Elektrochecker/shpd-seed-finder

  • [DEV] My mod of shattered pixel dungeon

    github project and download link

    https://github.com/Elektrochecker/shattered-pixel-dungeon/releases

    Patch notes for version 2.1.4T3.2

    new content

    • a new type of well
    • mirror image spell
    • magical bridge spell
    • shifting lands spell
    • secret spell room

    miscellaneous changes

    • Other languages have been restored, but only english is supported by the content from this mod.
    • Default language is now always english.
    • Added a source button in the main menu that takes players to this projects github page.
    • All heroes are now unlocked by default.
    • Secret well rooms no longer spawn wells of awareness.
    • Slightly buffed loot quantity from locked and secret library (scroll) rooms.
    • Slightly buffed wand of cosmic travel low roll damage scaling
    • Orb of sacrifice levelup cost reduced, slightly decreased health cost and description is more transparent.
    • Increased spawn rate of paralytic gas potions, and decreased spawn rate of potions of toxic gas.

    bugfixes

    • fixed a bug where the orb of sacrifice had no button to cast directly from inverntory.
    • added missing textures caused by merge conflicts

    Screenshot Gallery

    !

    !

    !

    !

    !

    0
    [DEV] SHPD seedfinding - detailed guide
    github.com Releases · Elektrochecker/shpd-seed-finder

    Application to find specific seeds for Shattered Pixel Dungeon - Elektrochecker/shpd-seed-finder

    Releases · Elektrochecker/shpd-seed-finder

    setup

    • obtain a copy of the newest version of the seedfinder. It can be downloaded as a zip from https://github.com/Elektrochecker/shpd-seed-finder/releases .

    Older versions might only offer the .jar file as a download.

    !downloading the seedfinder

    • make sure Java is installed on your device
    • if you want to use the multithreading script, nodejs must also be installed
    • (optional) Visual studio code to make the Use of the seedfinder more convenient

    Extract the zip archive (or place the jar file in an empty folder). This Folder will be the working directory for the seedfinder.

    !

    In order to use the seedfinder, commands must be executed in the directory of the seedfinder. Open a command prompt as follows:

    • vscode installed: open the folder in vscode and launch an integrated terminal
    • windows: hold shift and right-click your folder. choose open a powershell window here.
    • linux: linux users know how to open a termial
    • apple: please google how to open a terminal on your OS

    Commands can be executed by typing them in this window and pressing Enter. You can test your Java installation by running the following command: java -version

    scouting seeds

    Search items for a known dungeon seed by running the following command(s):

    seeded runs java -jar seed-finder.jar <floors> <seed> where <floors> is the number of floors to scan and <seed> is the seed to scan.

    example: java -jar seed-finder.jar 4 SEE-EEE-EED

    daily runs java -jar seed-finder.jar <floors> daily<offset> where <floors> is the number of floors to scan and <offset> is an integer preceded by + or -.

    examples:

    • todays daily: java -jar seed-finder.jar 24 daily
    • yesterdays daily: java -jar seed-finder.jar 24 daily-1
    • tomorrows daily: java -jar seed-finder.jar 24 daily+1
    • last weeks daily: java -jar seed-finder.jar 24 daily-7

    !

    finding seeds

    Using the seedfinder to generate specific seeds:

    • create a new text file in your directoy (in this example called seeditems.txt). It will contain a list of items the seedfinder should search for.
    • edit your item textfile and put in the items you are looking for. In this example I am looking for a Ring of arcana +1 and any Item with the overgrowth curse. Make a new line for every item. Make sure that every item is spelled correctly (for example assassin's blade instead of assassins blade).

    !

    Open your terminal and start the seedfinder using the following command: java -jar seed-finder.jar <floors> <mode> <item file name> [output file name] where <floors> is the number of floors to scan, and <mode> is either:

    • any (find seeds that contain any one of the specified items)
    • all (find seeds that contain all of the specified items).

    !

    When seeds are found they will be saved to out.txt or, if specified, your custom output file. Depending on the complexity of your item list, seeds will be found quickly, slowly or be near impossible to generate.

    ! (old picture, seeds will probably not work on new SHPD versions)

    configuration

    Many features such as challenges and seed generation setting can be changed by editing the seedfinder.cfg file.

    Some challenges might change level generation (most notably forbidden runes), therefore i provide options to turn them on or off.

    !

    the multithreading script a.k.a. turbo mode

    Using the script to start and control multiple seedfinders simultaneously will greatly increase generation speed, especially for beefy computers. Usage is similar to the seed finding mode. Syntax: node . <floor> <mode> <seed item file> [number of processes] This will start a number of seedfinders equal the provided argument (4 if left blank). Make sure that sequential mode is disabled in the config file, there would be no point using it with multiple seedfinders. Don't overdo it with the number of seedfinders, since the program will take all the resources it can.

    !

    If you have questions, suggestions or find any bugs please let me know.

    0