Jump to content

Arcanox

New Member
  • Posts

    4
  • Joined

  • Last visited

  • Days Won

    1

Arcanox last won the day on June 10 2019

Arcanox had the most liked content!

Reputation

3 Neutral

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Sadly the randomizer is only written for Windows; it won't be able to run on a Mac. It's possible that in the future I'll be able to port it, but for now, it won't be possible to run it on Mac.
  2. Randomizer has been updated! New version can be downloaded here: https://github.com/briman0094/PokeRandomizer/releases Changelog Add log file feature to log every action the randomizer takes Add feature to allow specifying a custom randomizer seed (to reproduce past results) Fixed issue with encounters not randomizing properly Professor Sycamore in X/Y now has the properly randomized Gen 1 starter Pokémon as his battle team Changed starter randomizer "elemental types" option to preserve the type triangle
  3. I've been working on this project for over two years now, but got sidetracked with other projects halfway through and just recently had time to get back into the project. It started as me trying to learn how pk3DS worked, which I did by refactoring the non-UI code for pk3DS into an abstract library that could be used by other programs to read/write 3DS ROMs. I realized the library would work extremely well for a dedicated Randomizer tool, hence this project was born. I know that most people use pk3DS to randomize Gen 6 games, even though it's more of a ROM editor with randomizing features. I missed the more advanced randomization features that were available prior to Gen 6, so I explored what was possible through this project. There's a good deal of information, including screenshots, on the project's GitHub page here: https://github.com/briman0094/PokeRandomizer To cover the basic features in brief, the app supports randomizing Pokémon types, abilities, egg moves, and level-up learnsets. It also supports randomizing the player's Starter Pokémon choices (both at the start of the game, and anywhere else in the game the player gets to pick a starter). It supports randomizing Trainers' parties, wild Pokémon encounters, and the items the player can pick up from the Pokéballs scattered throughout the world. Each of these features can be customized to fine-tune the randomized experience to one's liking. Let me know what you think! The app can be downloaded from the releases page of the project's GitHub. It requires Microsoft .NET Framework 4.7.2, and should run on Windows 7 or above. Everything but the user interface is compatible with Linux and macOS, but I haven't written a user interface for either of those operating systems at this time. I hope to accomplish that at some point in the future.
  4. Hi everyone! I've been on the Discord for a couple weeks now but just now remembered to register on the forums. I've been hacking Pokémon for years now, although I've only started researching and participating in the process of hacking the games over the last year or two. The main reason I'm signing up now is because I've just released the first beta version of my Pokémon Randomizer for generation 6 games. I'll make a separate thread for it in a little bit. I started working on the project over a year ago and just recently got around to adding some additional features I wanted and getting it to a point where I could release it to the public.
×
×
  • Create New...