shift pistol HUD sprite
[d2d-psx.git] / README
blob0baec1b208bf2ebec4178d5ac20a0a76153b4816
1 This is a PSX port of rembo55's Doom 2D port, written using PsyQ SDK.
2 Works fine in at least no$psx, PCSXR, ePSXe and real hardware.
4 Building
5 --------
6 1. Acquire a copy of PsyQ SDK with Standard Libraries v4.6 or above.
7 2. Acquire mkpsxiso (https://github.com/Lameguy64/mkpsxiso) and put it into
8    PSYQSDK/bin, where PSYQSDK is the folder you installed PsyQ to.
9 3. Ensure PsyQ is in your PATH. You can do this by running PSPATHS.BAT from the
10    SDK folder.
11 4. Run PSYMAKE in this directory.
13 This will produce a PSX-EXE and an ISO file in the `out` directory.
15 Credits
16 -------
17 * Prikol Software for Doom 2D (1997)
18 * rembo55 for Doom2D: Rembo (2011)
19 * psxdev.net for a ton of useful stuff