X Kirby

Modder
  • Content count

    10
  • Joined

  • Last visited

Files posted by X Kirby

  1. Dokapon Kingdom Randomizer

    -DOKAPON KINGDOM RANDOMIZER-
    This Dokapon Kingdom Randomizer was made in Python 3. It will only be guarenteed to work on the Wii and PC versions of Dokapon Kingdom, and only if you extract the game's files.
    Dokapon Kingdom is a boardgame RPG similar to games like Mario Party in terms of friendship ruining gameplay, and just like those games it comes with a boatload of RNG-determined elements. You may be wondering what this does and why I made it in the first place. To answer both questions, here's the feature list:
    -Features-
    Randomizes Character Classes (Base Stats except HP, Level-Up Bonuses, Salaries, Inventory Capacity) Randomizes Monsters (Base Stats) Randomizes Equipment (Weapon, Shield, and Accessory Stats) Randomizes Magic (Offensive, Defensive, and Field Magic Stats) Randomizes Item Price Values Randomize Shop Items Randomize Drop Tables Allowing Exploitable variations of the above which is not recommend at all for serious play SERIOUSLY RANDOMIZE EVERYTHING which is not recommended at all and may lead to less (or more) enjoyable gameplay Included with the randomizer is a README.txt that has everything you need to know in order to make use of the randomizer. You'll obviously want to get a copy of the US version of Dokapon Kingdom for Wii with the following checksums:
    CRC-32: 23C95AFE MD-5: F092532905E0DBE12F3EFE6C18D887B8 SHA-256: 6ABA21343ACAD00703A67C557754BDCCC958BC5EB1408964118F240253B96523 As for the PC version, the Steam release of Dokapon Kingdom Connect is required.
    This entire randomizer was a learning experience to see if I could in fact randomize the game. Here's hoping you enjoy my efforts!
    -Known Issues-
    Enemy Magic and Abilities are randomized as well, even though I didn't randomize them intentionally. I'll have to figure out where I broke things and fix it later. FIXED! Class HP is not randomized. Don't ask me to randomize this. Don't play with bots. They can potentially crash the game. I tested a bit locally and they stopped crashing the game, but they're still too smart for me lol. I've had many people report softlocks due to this thing while in Chapter 3 because they couldn't buy the required Items. Please let me know if this is still an issue. I'm pretty sure I fixed this by now, but as always let me know.

    1110 downloads

       (2 reviews)

    7 comments

    Updated

  2. Mega Man Battle Network 3 Randomizer

    This is a Python 3 script with a bunch of text files used for randomizing Mega Man Battle Network 3. I've taken some liberties to make it more interesting to use. Credit goes to Mountebank/Samfin, Dabomstew, Prof.9, Rockman.EXE, and potentially other people I don't know about/forgot for the original MMBN3 Randomizer I found on Github.
    Features
    Supports both Version White and Version Blue! Thanks, Hart-Hunt! The original randomizer featured randomizing of Numberman Code Prizes that give Battle Chips, Battle Chip Folders, Green Mystery Data, and Virus Formations. Those are still here! Lots of text files. They hold a bunch of data that you can mess around with to some extent. Just be sure to back things up in case something goes wrong. Various modifiers are asked of you right off the bat when opening the script. These include Battle Chip Damage and Enemy HP Multipliers and Variance Values, as well as a Custom Run seed and a "Chip Code Roulette" Mode! If a Run Seed is not supplied, it will generate one based on the current time. More details, including sourcecode, potentially newer builds, and other resources can be found at the program's Github page, located here. Known Issues/Caveats
    The rom must be a clean US copy of Mega Man Battle Network 3. Messing with the text files in ways you probably shouldn't mess with can lead to errors, crashing, corrupt ROMs, etc. I take no responsibility for any of this. ROM Checksums
    These checksums are from a clean, self-dumped MMBN3 White rom. If you're going to use this randomizer, you'll need a rom that has these checksums.
    CRC32: 0BE4410A MD5: 68817204A691449E655CBA739DBB0165 These checksums are from a clean MMBN3 Blue rom. If you're going to the use this randomizer, you'll need a rom that has these checksums.
    CRC32: C0C780F9 MD5: 6FE31DF0144759B34AD666BADAACC442 Open Mode Patches
    These patches can be used if you want to experience the game in a different way. Make sure to patch the rom with the correct patch BEFORE randomizing it! The features of these patches are listed below.
    A built-in Full Library code! This took a while to figure out. (This has been recently disabled.) Every area of the game should be open to the player right off the bat. You start the game with every email, access to the NaviCust and StyleChange menus, as well as some NCP programs and Key Items for access to various areas. Style Changes happen more frequently. You have 4 out of the 7 Savefile Stars unlocked right off the bat! No need to fight Serenade, the Omega Navis, or do the Time Trials unless you want to. Code for most of this new version of the Open Mode patch provided by NMarkro, a member of TeamBN. Thanks again! The Open Mode patches, either in combination with the Randomizer or not, can be used for various types of play. Here are a few ideas:
    Bingo Races Alpha or Serenade Races Time Trial Races or Practice

    15085 downloads

       (0 reviews)

    0 comments

    Updated