Skip to content

Randomizer and quality-of-life feature patcher for the games Digimon World: Dawn and Digimon World: Dusk.

License

Notifications You must be signed in to change notification settings

joaomlsantos/DWDDRandomizer

Repository files navigation

Digimon World Dawn / Dusk Randomizer

Randomizer and quality-of-life feature patcher for the games Digimon World: Dawn and Digimon World: Dusk.

Digimon World Dawn/Dusk Randomizer

The information presented in these pages refers to the USA roms (serial codes NTR-A6RE-USA and NTR-A3VE-USA for Dusk and Dawn respectively).

Contents

How To Use

Windows

  1. Download the latest release of the Digimon World Dawn/Dusk Randomizer (DWDDRandomizer_windows.zip).
  2. Unpack the downloaded files and launch DWDDRandomizer.exe.
  3. Click Open ROM and open a valid .nds ROM of your game.
  4. Pick your quality-of-life and/or randomization features and click Save Patched ROM. Give a name to your new patched ROM and choose the directory where to save the ROM, and click Save. A new .nds ROM will be generated with the chosen changes.

MacOS

  1. Download the latest release of the Digimon World Dawn/Dusk Randomizer (DWDDRandomizer_macOS.zip).
  2. Launch DWDDRandomizer.app. If your system alerts Apple could not verify "DWDDRandomizer" is free of malware that could harm your Mac or compromise your privacy, close the warning, go to Settings -> Privacy & Security, scroll down to "DWDDRandomizer" was blocked to protect your Mac, and click Open Anyway.
  3. Click Open ROM and open a valid .nds ROM of your game.
  4. Pick your quality-of-life and/or randomization features and click Save Patched ROM. Give a name to your new patched ROM and choose the directory where to save the ROM, and click Save. A new .nds ROM will be generated with the chosen changes.

Linux

  1. Download the latest release of the Digimon World Dawn/Dusk Randomizer (DWDDRandomizer-linux.tar.gz).
  2. Extract the archive by running tar -xzvf DWDDRandomizer-linux.tar.gz.
  3. Open a terminal in the extracted folder and make sure the binary is executable by running chmod +x DWDDRandomizer, then run the application: ./DWDDRandomizer.
  4. Click Open ROM and open a valid .nds ROM of your game.
  5. Pick your quality-of-life and/or randomization features and click Save Patched ROM. Give a name to your new patched ROM and choose the directory where to save the ROM, and click Save. A new .nds ROM will be generated with the chosen changes.

Features

Quality-of-Life Patches

Digimon World: Dawn and Dusk are both very charming games that also happen to have a set of very frustrating issues, the most glaring being how grind-heavy and slow-paced the games are.

If you've played these games before, chances are that you recall some of the most negative points:

  • Being constantly underleveled and having to grind encounters endlessly to keep up with the pace of the game;
  • Trying to reach an objective while in a dungeon and being completely swarmed with encounters;
  • Feeling like the overall pacing of the game is too slow.

This tool aims to solve the above problems and provide a better game experience to everyone who plays this game, be it for the first time or as a re-run.

The following quality-of-life patches have been implemented so far:

Grinding Reduction

  • Increased Exp Yield for Wild Digimon
  • Increased Scan Rate
  • Reduced Wild Encounter Rate

Pacing Improvements

  • Increased Text Speed
  • Increased Player Movement Speed

Misc.

  • Expanded Player Name Length (from 5 to 7 characters)

Randomization Settings

The following randomization options have been implemented so far:

  • Starter Packs
  • Wild Digimon
  • Digivolutions
  • Digivolution Conditions

See this page for more details about the current randomization options and work-in-progress.

Known Issues

  • Some antiviruses may flag the executable as unrecognized, as it does not have a signed publisher. This is expected behavior; proceed by clicking "Run anyway" to open the randomizer.
  • If you have an existing save file for your game, the digivolution + digivolution conditions randomization may cause visual issues on your current save file.
  • Similar to the above, the player name length expansion patch is meant for new-game roms. Loading an existing base-game save into a patched rom may also cause visual issues.

Run From Source

This application was built with Python 3.9.0, but most other versions of Python3 should be compatible.

Steps:

  1. Ensure you have Python 3 installed on your system. If it is not installed, download it from python.org.
  2. Clone or download this repository to your computer.
  3. Install the required packages by running pip install -r requirements.txt .
  4. Launch the application by executing python ui_tkinter.py .

Contact

For bug reports, questions or suggestions, please reach out via Issues, by email (joao.l.santos@tecnico.ulisboa.pt) or through twitter (@ProjectHawke).

Acknowledgements

Most of the research work for this game was accomplished using HxD, DeSmuME and Ghidra.

The implemented user interface was heavily inspired by Universal Pokémon Randomizer's design.

Special thanks to:

  • @Dreaker, who composed a set of thorough code notes for these games and has been supporting this project's efforts through brainstorming, feature testing and listening to me yap about ROM editing for hours [:
  • @PocketRotom, who helped me generate the macOS application release and found a couple of very critical bugs right before the initial release 🙏

Support

Digimon World Dawn/Dusk Randomizer and the resources behind it are the result of countless hours of work and a deep passion for the Digimon series. If you’ve enjoyed using the tool, found the Wiki helpful, or simply want to support my efforts, consider contributing on Ko-fi.

Your support helps me continue working on projects like this, improving the tools, and sharing insights with the community. Thank you!

ko-fi

Copyright Notice

Digimon World: Dawn/Dusk are owned by Bandai Namco Entertainment. I do not own, nor do I claim any rights to, the original game assets, code, or intellectual property associated with Digimon World Dawn and Digimon World Dusk.

This repository and the tools within are provided for educational and personal use only. They are not intended for commercial use, nor for redistribution of copyrighted game assets.

About

Randomizer and quality-of-life feature patcher for the games Digimon World: Dawn and Digimon World: Dusk.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages