]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - plugins/vfswad/vfswad.txt
more eol-style
[xonotic/netradiant.git] / plugins / vfswad / vfswad.txt
1 VFSWAD
2 ======
3
4 Coding by Dominic Clifton - Hydra - hydra@hydras-world.com
5
6 What is it ?
7 ------------
8
9 This GTKRadiant 1.2+ plugin handles the extracting of files from .WAD files.
10 I'll refer to these files as .HLW files, even though they don't have any
11 extension when they're stored in the .WAD file itself.
12
13 You need an image plugin to go with this plugin that can read .HLW files
14 My ImageHL plugin does just this.
15
16 Developer Notes
17 ---------------
18
19 The project file will copy the compiled DLL file and this .TXT file to
20 "$(HLRADIANTDIR)\modules" so make sure you have that environment variable
21 defined.
22
23 For my GTKRadiant 1.2 HalfLife game pack files I use the directory:
24 "E:\games\HalfLife\Tools\GTKR12N\".  Under which there are the directories
25 "modules" and "plugins"
26
27 Credits
28 -------
29 Thanks to the guys that made Wally for releasing an example WAD loader.
30 without it this would not have been possible.