 |
Description |
m1rand version 2.0
item randomizer
To run m1.nes is required to be in same directory.
Then m1r.nes is created and will be overwritten if it exists.
Recent changes: Added more_upgrades option. Now be able to generate more different patterns.
Command line options
[list]
[li]p, pretend - Just pretend, don't write anything to disk.[/li]
[li]s, save_seed - Saves the seed number to the file name.[/li]
[li]u, more_upgrades - Replacing some missiles with random upgrades.[/li]
[li]X - X is the seed number you want to use (not an actual X).[/li]
[/list]
Tools
[list][li]m1randv2.bat - Opens up command prompt window so seed number can be read.[/li]
[li]m1saveseed.bat - Saves the new rom to m1r[seed_number].nes instead of m1r.nes[/li]
[/list]
To compile on linux run:
gcc -o m1randv2.bin -Wall -pedantic m1randv2.c
rom required has md5sum: d7da4a907be0012abca6625471ef2c9c m1.nes |
|