remove ecwolf

This commit is contained in:
anthonycaccese 2024-02-01 18:56:42 -05:00
parent fb8cf5fe44
commit c8e581cdb8
2 changed files with 0 additions and 29 deletions

View file

@ -1,28 +0,0 @@
# ECWolf
## .ecwolf files
These files must be created for each Wolfenstein 3D compatible game. The file contains `PATH` variable that points to the subfolder containing the game's game files, `DATA` variable with the extension of the game files and `PK3` variables for each separate package file to load. `PK3` variables must be sequentially numbered with **_1**, **_2** etc.
Example: `/roms/ecwolf/wolfenstein3d.ecwolf` contains
```
PATH=Wolfenstein 3D
DATA=WL6
PK3_1=/roms/ecwolf/ecwolf.pk3
-- end --
```
where the Wolfenstein 3D game files have extension **.WL6**
> Note: the data value must match the file extension of the game exactly and is case sensitive so `WL6` is not the same as `wl6`
> Note: don't leave any space between `GRP` or `PATH` and `=` and enclose filenames containing spaces with "quotes"
> Note: add `-- end --` to the end of the file
Example: `/roms/ecwolf/spear of destiny.ecwolf` contains
```
PATH=SOD
DATA=SOD
PK3_1=/roms/ecwolf/SOD/ecwolf.pk3
-- end --
```
where the Spear of Destiny game files have extension **.SOD**
> Note: add `-- end --` to the end of the file

View file

@ -186,7 +186,6 @@ nav:
- Engines:
- Build Engine: systems/build-engine.md
- Doom: systems/doom.md
- ECWolf: systems/ecwolf.md
- EasyRPG: systems/easyrpg.md
- Infocom Zmachine: systems/zmachine.md
- J2ME: systems/j2me.md