Danny
Danny
Hey! So I encountered a critical issue with MedLaunch today, when I wanted to test it out. The issue happened with the current production release v0.5.25.3 and v0.5.25.4-DEVBUILD-133. I also...
As of right now there is no actual way the tool creates any useful logs when the tool throws an exception or completely crashes. Those dumps are rather vital to...
Implement a small tool that reads in all the game text and displays it correctly using the "CharacterTable.txt". Let the user edit the text and save it to the game...
Add a function to randomize the starting deck a player can get when starting a new game.
Add a feature to be able to create .patch files from scrambled games and also a way to load and apply such patches. Great way to share certain Randomization variants.
The tool offers a way to randomize card types, so a card that originally is a monster card could become a magic card. Right now if that is the case...
The current way of simply putting everything into a text file is messy and not so readable. Provide a way to generate the log in either a json, xml, csv...
Using the GitHub Pages feature, create a cozy little website for the project, describing it's functionality, maybe some screenshots and basic usage tutorial, as well as providing download links.
Make the user interface more user friendly to use with simple help tooltips and a broad choice of randomizer options to choose from. Maybe even add different presets one can...
Clean up the rather messy code, make it more structured overall. Break up the scrambling process into more modular methods.