Skip to content

Commit

Permalink
move dm map to slot 30
Browse files Browse the repository at this point in the history
  • Loading branch information
kpinter-iohk authored and yHSJ committed Dec 8, 2024
1 parent e056cca commit 090eee8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHOCOLATE_DOOM.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

1. Install Chocolate Doom by following the instructions on [the Chocolate Doom download page](https://www.chocolate-doom.org/wiki/index.php/Downloads)
2. Download resource WAD files [dm_iog.wad](https://github.com/cardano-scaling/hydra-doom/raw/refs/heads/main/public/dm_iog.wad), [iog_assets.wad](https://github.com/cardano-scaling/hydra-doom/raw/refs/heads/main/public/iog_assets.wad) and [freedoom2.wad](https://github.com/cardano-scaling/hydra-doom/raw/refs/heads/main/public/freedoom2.wad)
3. Run Chocolate Doom: `chocolate-doom -iwad path/to/freedoom2.wad -merge path/to/dm_iog.wad path/to/iog_assets.wad -altdeath -warp 1 -dehlump`
3. Run Chocolate Doom: `chocolate-doom -iwad path/to/freedoom2.wad -merge path/to/dm_iog.wad path/to/iog_assets.wad -altdeath -warp 30 -dehlump`
Binary file modified public/dm_iog.wad
Binary file not shown.
Binary file modified public/iog_assets.wad
Binary file not shown.
2 changes: 1 addition & 1 deletion src/utils/game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const getArgs = ({ type, petName }: GameData) => {
"dm_iog.wad",
"iog_assets.wad",
"-warp",
"1",
"30",
"-dehlump",
"-extratics",
"1",
Expand Down

0 comments on commit 090eee8

Please sign in to comment.