mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
Add README files for most directories.
Let's make the project easier to explore and understand.
This commit is contained in:
parent
991ff8180e
commit
05bdf65ee2
10 changed files with 107 additions and 11 deletions
12
bootstrap/README
Normal file
12
bootstrap/README
Normal file
|
@ -0,0 +1,12 @@
|
|||
This is the bootstrap WAD builder.
|
||||
|
||||
Deutex requires an IWAD to build wads and will refuse to build a WAD if
|
||||
an IWAD is not provided. The script here creates a minimal IWAD file that
|
||||
contains all the lumps deutex needs: PLAYPAL (the freedoom PLAYPAL),
|
||||
an empty TEXTURE1 lump and a PNAMES lump with one lump in (deutex needs
|
||||
PNAMES lumps to have at least one entry)
|
||||
|
||||
Because deutex includes all textures from the parent iwad when building
|
||||
WADs, it is important that the bootstrap wad has as few textures as
|
||||
possible.
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
This is the bootstrap wad builder.
|
||||
Deutex requires an IWAD to build wads. This creates the wad that
|
||||
contains all the lumps deutex needs: PLAYPAL (the freedoom PLAYPAL),
|
||||
an empty TEXTURE1 lump and a PNAMES lump with one lump in (deutex needs
|
||||
PNAMES lumps to have at least one entry)
|
||||
|
||||
deutex includes all textures from the parent iwad when building wads so
|
||||
it is important the bootstrap wad has as few textures as possible.
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue