X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=plugins%2Fvfswad%2Fvfswad.txt;h=341853075b39e336303d7960dc3bdf2a1ae44ba6;hp=a5afa5993ff47a2eae277ea45daf4caf59a42931;hb=2b5ef55c7c51742f63d271e7b77c0b7e6e2ed2e5;hpb=b1bfb19ecd5ec8355065b2028a6de0c850197b2d diff --git a/plugins/vfswad/vfswad.txt b/plugins/vfswad/vfswad.txt index a5afa599..34185307 100644 --- a/plugins/vfswad/vfswad.txt +++ b/plugins/vfswad/vfswad.txt @@ -1,30 +1,30 @@ -VFSWAD -====== - -Coding by Dominic Clifton - Hydra - hydra@hydras-world.com - -What is it ? ------------- - -This GTKRadiant 1.2+ plugin handles the extracting of files from .WAD files. -I'll refer to these files as .HLW files, even though they don't have any -extension when they're stored in the .WAD file itself. - -You need an image plugin to go with this plugin that can read .HLW files -My ImageHL plugin does just this. - -Developer Notes ---------------- - -The project file will copy the compiled DLL file and this .TXT file to -"$(HLRADIANTDIR)\modules" so make sure you have that environment variable -defined. - -For my GTKRadiant 1.2 HalfLife game pack files I use the directory: -"E:\games\HalfLife\Tools\GTKR12N\". Under which there are the directories -"modules" and "plugins" - -Credits -------- -Thanks to the guys that made Wally for releasing an example WAD loader. -without it this would not have been possible. +VFSWAD +====== + +Coding by Dominic Clifton - Hydra - hydra@hydras-world.com + +What is it ? +------------ + +This GTKRadiant 1.2+ plugin handles the extracting of files from .WAD files. +I'll refer to these files as .HLW files, even though they don't have any +extension when they're stored in the .WAD file itself. + +You need an image plugin to go with this plugin that can read .HLW files +My ImageHL plugin does just this. + +Developer Notes +--------------- + +The project file will copy the compiled DLL file and this .TXT file to +"$(HLRADIANTDIR)\modules" so make sure you have that environment variable +defined. + +For my GTKRadiant 1.2 HalfLife game pack files I use the directory: +"E:\games\HalfLife\Tools\GTKR12N\". Under which there are the directories +"modules" and "plugins" + +Credits +------- +Thanks to the guys that made Wally for releasing an example WAD loader. +without it this would not have been possible.