]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - plugins/imagehl/imagehl.txt
eol
[xonotic/netradiant.git] / plugins / imagehl / imagehl.txt
1 ImageHL
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 loading of textures from .WAD files.
10 I'll refer to these textures 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 a VFS plugin to go with this plugin that can open and read .WAD files
14 My VFSWAD 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.