elektrochecker

joined 1 year ago
[–] elektrochecker 1 points 8 months ago

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.

[–] elektrochecker 2 points 8 months ago* (last edited 8 months ago) (1 children)

Thank you! I also maintain the desktop/cli version, which is still a lot faster - so not obsolete

Edit: link

 

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

[–] elektrochecker 2 points 9 months ago (2 children)

You absoluteley can use seedfunder on your pc. I recommend this fork though, it is still maintained.

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

[–] elektrochecker 2 points 1 year ago (1 children)

SMW-UVU-UZZ

please acquire version 2.1.4T3.3 from the github releases tab.

[–] elektrochecker 4 points 1 year ago* (last edited 1 year ago) (1 children)

Based on shattered pixel dungeon version 2.1.4. https://github.com/00-Evan/shattered-pixel-dungeon

Items

Wands

  • wand of chaos
  • wand of cosmic travel

Artifacts

  • orb of sacrifice

Scrolls

  • scroll of trauma
  • scroll of damnation (exotic)

Spells

  • prismatic image
  • magical bridge
  • shifting lands

Other

  • void and ghost darts

Plants / Environment

  • ghostbulb (plant)
  • voidpearl (plant)

Mechanics / other changes

  • battlemage and elemental blast effects for all new wands
  • well of enchantment
  • secret well room can no longer spawn wells of awareness
  • a new secret room containing spells as loot
  • talisman of foresight furrows grass
  • ring of wealth drops wands
  • slightly changed recipes
  • removed scroll of mirror image
  • added scroll rune "JERA"
 

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

[–] elektrochecker 1 points 1 year ago (1 children)

understandably so, if daily runs were to be reinforced or a global leaderboard or similar were to be added to the game I would be happy to discontinue the support for daily runs (which is the only exploitable feature my seedfinder has over already existing ones).

11
submitted 1 year ago* (last edited 1 year ago) by elektrochecker to c/pixeldungeon
 

setup

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.