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