Skip to content

Commit

Permalink
Doom64tc.pk3 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
yagisan committed Aug 27, 2006
1 parent 55de57e commit 3b8cb30
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doomsday/build/scripts/packres.py
Expand Up @@ -93,3 +93,10 @@ def process_dir(path, dest_path):
('plugins/wolftc/data/wolftc.wad', 'wolftc.wad') ] )
p.create('wolftc.pk3')

# Doom64tc.pk3
p = Pack()
p.add_files(
[ ('plugins/doom64tc/defs', 'defs/doom64tc'),
('plugins/doom64tc/data/conhelp.txt', 'data/doom64tc/conhelp.txt'),
('plugins/doom64tc/data/wolftc.wad', 'doom64tc.wad') ] )
p.create('doom64tc.pk3')

0 comments on commit 3b8cb30

Please sign in to comment.