Skip to content

Commit 886e514

Browse files
committed
Updated the README
1 parent f5812d9 commit 886e514

File tree

1 file changed

+36
-2
lines changed

1 file changed

+36
-2
lines changed

README.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,44 @@ entrance on the Rimuldar side to ensure you can get there.
4040

4141
MP requirements for spells are adjusted to be the same as those in the remakes.
4242

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+
4355
### 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
4557
predictable. It's not a bug, it's a feature. Kappa
4658

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.
4779

48-
### Command line arguments:
80+
## Command line arguments:
4981

5082
#### positional arguments:
5183
filename The rom file to use for input
@@ -59,9 +91,11 @@ predictable. It's not a bug, it's a feature. Kappa
5991
-f, --force Skip checksums and force randomization. This may
6092
produce an invalid ROM if the incorrect file is used.
6193
-e, --enemies Do not randomize enemy zones.
94+
-l, --repel Do not move repel to level 8.
6295
-p, --patterns Do not randomize enemy attack patterns.
6396
-s SEED, --seed SEED Specify a seed to be used for randomization.
6497
-t, --towns Do not randomize towns.
98+
-w, --shops Do not randomize weapon shops.
6599

66100
## Special Thanks
67101

0 commit comments

Comments
 (0)