@@ -40,12 +40,44 @@ entrance on the Rimuldar side to ensure you can get there.
40
40
41
41
MP requirements for spells are adjusted to be the same as those in the remakes.
42
42
43
+ ### Randomized Weapon Shops
44
+
45
+ Weapon shop inventory will now be random. Every shop will have 5-6 random items.
46
+
47
+ ### Buffed HEAL
48
+
49
+ The HEAL spell will now have a range from 10-25 instead of 10-17.
50
+
51
+ ### Earlier REPEL
52
+
53
+ REPEL will now be learned at level 8 instead of 15.
54
+
43
55
### Outside
44
- Outside doesn't always return you to where you'd expect it to, though it is
56
+ OUTSIDE doesn't always send you to where you'd expect it to, though it is
45
57
predictable. It's not a bug, it's a feature. Kappa
46
58
59
+ ## Usage:
60
+
61
+ ### Windows
62
+
63
+ If you have a ROM from the GoodNES set, you can just drag and drop the ROM file
64
+ onto the exe. This will generate a new ROM in the same directory as the exe. If
65
+ This doesn't work, you will need to run the application from a command prompt.
66
+ The command would is:
67
+
68
+ dwrandomizer C:\path\to\dragon_warrior_rom.nes
69
+
70
+ See below for other command line options.
71
+
72
+ ### Linux & Mac OS
73
+
74
+ Run the python script from the command line:
75
+
76
+ python dwrandomizer.py /path/to/dragon_warrior_rom.nes
77
+
78
+ See below for other command line options.
47
79
48
- ### Command line arguments:
80
+ ## Command line arguments:
49
81
50
82
#### positional arguments:
51
83
filename The rom file to use for input
@@ -59,9 +91,11 @@ predictable. It's not a bug, it's a feature. Kappa
59
91
-f, --force Skip checksums and force randomization. This may
60
92
produce an invalid ROM if the incorrect file is used.
61
93
-e, --enemies Do not randomize enemy zones.
94
+ -l, --repel Do not move repel to level 8.
62
95
-p, --patterns Do not randomize enemy attack patterns.
63
96
-s SEED, --seed SEED Specify a seed to be used for randomization.
64
97
-t, --towns Do not randomize towns.
98
+ -w, --shops Do not randomize weapon shops.
65
99
66
100
## Special Thanks
67
101
0 commit comments