aboutsummaryrefslogtreecommitdiff
path: root/subpages/Comments/GCFScape_FAQ-page2.html
blob: 7da1a8da72d2c8fafbd9491b3df02e2ecbfea893 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
<!DOCTYPE html>

<head>
  <title>Nem's Tools [GCFScape - FAQ]</title>
  <link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon">
  <link rel="stylesheet" type="text/css" href="../../css/default.css">
  <meta http-equiv="pragma" content="no-cache">
  <meta http-equiv="cache-control" content="no-cache">
  <meta name="author" content="Ryan Gregg">
  <meta name="description" content="Nem&#39;s Half-Life and Half-Life 2 editing tools.">
</head>

<body>
  <div class="banner" onclick="location.href='https://nemstools.github.io/'"> </div>
  <div class="archived">This is archived copy of currently unavailable <a href="http://nemesis.thewavelength.net">Nem's
      Tools website</a>, restored from <a
      href="https://web.archive.org/web/20191202151405/http://www.nemesis.thewavelength.net/">Web Archive</a>. <br>
    Download section now provides links to both Web Archive and to this unofficial Github mirror.
  </div>
  <div class="main">
    <div class="group">
      <div class="separator"></div>
      <div class="heading2 menu">
        <a href="../../index.html" class="menuitem">Home</a>
        <a href="../../pages/GCFScape.html" class="menuitem">GCFScape</a>
        <a href="../../pages/Crafty.html" class="menuitem">Crafty</a>
        <a href="../../pages/VTFLib.html" class="menuitem">VTFLib</a>
        <a href="../../pages/Batch_Compiler.html" class="menuitem">Batch Compiler</a>
        <a href="../../pages/Terrain_Generator.html" class="menuitem">Terrain Generator</a>
        <a href="../../pages/BSP_Viewer.html" class="menuitem">BSP Viewer</a>
        <a href="../../pages/MAP_Viewer.html" class="menuitem">MAP Viewer</a>
        <a href="../../pages/virtuAMP.html" class="menuitem">virtuAMP</a>
        <a href="../../pages/Miscellaneous.html" class="menuitem">Miscellaneous</a>
      </div>
      <div class="separator"></div>
      <div class="content">
        <div class="main_area">
          <div class="space"></div>
          <div class="main_content">
            <div class="group">
              <div class="heading1">
                <div class="space"></div><span class="left"><a name="p93"
                    href="https://web.archive.org/web/20190508181922/http://nemesis.thewavelength.net/index.php?c=93#p93">GCFScape
                    FAQ</a> - <a
                    href="https://web.archive.org/web/20190508181922/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
                  class="right">Posted: Jun 20th, 2004 - 11:37:59 am</span>
                <div class="space"></div>
              </div>
              <div class="content">
                <center>
                  <table width="100%" class="emptytable">

                    <tbody>
                      <tr>
                        <td width="24" valign="top">
                          <center><b>Q.</b></center>
                        </td>
                        <td valign="top">
                          <p>When I launch GCFScape I get the following error message:<br><i>"This application has
                              failed to start because the application configuration is incorrect. Reinstalling the
                              application may fix this problem."</i></p>
                        </td>
                      </tr>
                      <tr>
                        <td width="24" valign="top">
                          <center><b>A.</b></center>
                        </td>
                        <td valign="top">
                          <p>GCFScape v1.4.0 and up is written in C++ .NET v2.0 and such as requires the .NET runtimes
                            to run. See the <a href="../../pages/GCFScape-Download.html">downloads</a>
                            page for more information.</p>
                        </td>
                      </tr>

                      <tr>
                        <td colspan="2"> </td>
                      </tr>

                      <tr>
                        <td width="24" valign="top">
                          <center><b>Q.</b></center>
                        </td>
                        <td valign="top">
                          <p>When I launch GCFScape I get the following error message:<br><i>"The application failed to
                              initialize properly (0xc0000135). Click ok to terminate the application."</i></p>
                        </td>
                      </tr>
                      <tr>
                        <td width="24" valign="top">
                          <center><b>A.</b></center>
                        </td>
                        <td valign="top">
                          <p>GCFScape is written in C++ .NET and such as requires the .NET runtimes to run. See the <a
                              href="../../pages/GCFScape-Download.html">downloads</a>
                            page for more information.</p>
                        </td>
                      </tr>

                      <tr>
                        <td colspan="2"> </td>
                      </tr>

                      <tr>
                        <td width="24" valign="top">
                          <center><b>Q.</b></center>
                        </td>
                        <td valign="top">
                          <p>When I launch GCFScape I get the following error message:<br><i>"A required .DLL file,
                              MSCOREE.DLL, was not found."</i></p>
                        </td>
                      </tr>
                      <tr>
                        <td width="24" valign="top">
                          <center><b>A.</b></center>
                        </td>
                        <td valign="top">
                          <p>GCFScape is written in C++ .NET and such as requires the .NET runtimes to run. See the <a
                              href="../../pages/GCFScape-Download.html">downloads</a>
                            page for more information.</p>
                        </td>
                      </tr>

                      <tr>
                        <td colspan="2"> </td>
                      </tr>

                      <tr>
                        <td width="24" valign="top">
                          <center><b>Q.</b></center>
                        </td>
                        <td valign="top">
                          <p>Are GCF files compressed archives?</p>
                        </td>
                      </tr>
                      <tr>
                        <td width="24" valign="top">
                          <center><b>A.</b></center>
                        </td>
                        <td valign="top">
                          <p>No.</p>
                        </td>
                      </tr>

                      <tr>
                        <td colspan="2"> </td>
                      </tr>

                      <tr>
                        <td width="24" valign="top">
                          <center><b>Q.</b></center>
                        </td>
                        <td valign="top">
                          <p>What are GCF files then?</p>
                        </td>
                      </tr>
                      <tr>
                        <td width="24" valign="top">
                          <center><b>A.</b></center>
                        </td>
                        <td valign="top">
                          <p>GCF (Assumed to stand for Game Cache File) files can best be compared to a virtual file
                            system not unlike FAT or other common file systems. The virtual file system supports meta
                            data, file fragments, checksums and other minor features. GCF files are the backbone of
                            Steam's content delivery system.</p>
                        </td>
                      </tr>

                      <tr>
                        <td colspan="2"> </td>
                      </tr>

                      <tr>
                        <td width="24" valign="top">
                          <center><b>Q.</b></center>
                        </td>
                        <td valign="top">
                          <p>Why do I have to close Steam to open a GCF file?</p>
                        </td>
                      </tr>
                      <tr>
                        <td width="24" valign="top">
                          <center><b>A.</b></center>
                        </td>
                        <td valign="top">
                          <p>GCFScape uses a technique called file mapping to directly access data in a GCF file as you
                            would data in memory. This is a useful technique because it means GCFScape doesn't have to
                            read tons of data into memory to read a GCF file and it can read a GCF file without having
                            to seek all over the place.</p>
                          <p>Because Steam opens GCF files in read/write mode and is liable to change the contents of
                            any GCF file at any time, GCFScape requires that you close Steam. If Steam was open and it
                            changed the contents of a GCF file while it was mapped, GCFScape would become unstable and
                            likely crash.</p>
                        </td>
                      </tr>

                      <tr>
                        <td colspan="2"> </td>
                      </tr>

                      <tr>
                        <td width="24" valign="top">
                          <center><b>Q.</b></center>
                        </td>
                        <td valign="top">
                          <p>When I open a package I get the following error message:<br><i>"Failed to open file."</i>
                          </p>
                        </td>
                      </tr>
                      <tr>
                        <td width="24" valign="top">
                          <center><b>A.</b></center>
                        </td>
                        <td valign="top">
                          <p>GCFScape requires strict read rights to a package file to maintain stability. Make sure the
                            package file is not open in any other program including Steam. As a work around you can
                            enable <b><i>Volatile Access</i></b> from the <i>Options</i> menu. Note: this may cause
                            GCFScape to become unstable if Steam is updating the package you have open.</p>
                        </td>
                      </tr>

                      <tr>
                        <td colspan="2"> </td>
                      </tr>

                      <tr>
                        <td width="24" valign="top">
                          <center><b>Q.</b></center>
                        </td>
                        <td valign="top">
                          <p>When I open a GCF file I get the following error message:<br><i>"Invalid GCF version number
                              (vX)."</i></p>
                        </td>
                      </tr>
                      <tr>
                        <td width="24" valign="top">
                          <center><b>A.</b></center>
                        </td>
                        <td valign="top">
                          <p>GCFScape does not know how to read the GCF file version you are attempting to open. This
                            could be because it is an old GCF file version that I haven't yet added support for (due to
                            the fact that I don't know what the format is) or a new GCF file version that a recent Steam
                            update produced. Either way let me know.</p>
                        </td>
                      </tr>

                      <tr>
                        <td colspan="2"> </td>
                      </tr>

                      <tr>
                        <td width="24" valign="top">
                          <center><b>Q.</b></center>
                        </td>
                        <td valign="top">
                          <p>When I open a package I get the following error message:<br><i>"Corrupt file."</i></p>
                        </td>
                      </tr>
                      <tr>
                        <td width="24" valign="top">
                          <center><b>A.</b></center>
                        </td>
                        <td valign="top">
                          <p>GCFScape will display this error when it maps a package file to memory only to find there
                            is not enough data in the file for the resulting map. This may or may not mean your file is
                            corrupt but almost certainly means GCFScape would crash it continued to load your package
                            file.</p>
                        </td>
                      </tr>

                      <tr>
                        <td colspan="2"> </td>
                      </tr>

                      <tr>
                        <td width="24" valign="top">
                          <center><b>Q.</b></center>
                        </td>
                        <td valign="top">
                          <p>When I open a package I get the following error message:<br><i>"Failed to map view of
                              file."</i></p>
                        </td>
                      </tr>
                      <tr>
                        <td width="24" valign="top">
                          <center><b>A.</b></center>
                        </td>
                        <td valign="top">
                          <p>GCFScape will display this error when the system call MapViewOfFile() fails. This can
                            happen on older operating systems with primitive virtual memory management. As a work around
                            you can disable <b><i>File Mapping</i></b> from the <i>Options</i> menu. Note: disabling
                            <b><i>File Mapping</i></b> will incur a memory and performance penalty.</p>
                        </td>
                      </tr>

                      <tr>
                        <td colspan="2"> </td>
                      </tr>

                      <tr>
                        <td width="24" valign="top">
                          <center><b>Q.</b></center>
                        </td>
                        <td valign="top">
                          <p>When I press the <i>Extract</i> button, a <i>Browse for Folder</i> dialog appears but there
                            is no directory tree to allow me to select a folder.</p>
                        </td>
                      </tr>
                      <tr>
                        <td width="24" valign="top">
                          <center><b>A.</b></center>
                        </td>
                        <td valign="top">
                          <p>There is an unfortunate bug with the .NET framework that causes this dialog to operate
                            incorrectly. This is a pretty rare occurrence, but there is a workaround:</p>
                          <ol>
                            <li>Close GCFScape.</li>
                            <li>Open the <i>gcfscape.cfg</i> file, located in your GCFScape directory, in notepad.</li>
                            <li>Set the <i>GCFScape.ExtractDirectory</i> argument to a folder on your hard drive such as
                              <i>C:\</i>.</li>
                            <li>Open GCFScape and extract your file.</li>
                          </ol>
                        </td>
                      </tr>

                      <tr>
                        <td colspan="2"> </td>
                      </tr>

                      <tr>
                        <td width="24" valign="top">
                          <center><b>Q.</b></center>
                        </td>
                        <td valign="top">
                          <p>When I extract a file I get the following error message:<br><i>"Error writing [filename]
                              (File contains no physical data to write)."</i></p>
                        </td>
                      </tr>
                      <tr>
                        <td width="24" valign="top">
                          <center><b>A.</b></center>
                        </td>
                        <td valign="top">
                          <p>This error occurs when you attempt to extract a file that has no physical data associated
                            with it. This is a file that exists in the directory tree but which Steam has not yet
                            downloaded. Use Steam to make sure the file is fully acquired.</p>
                        </td>
                      </tr>

                      <tr>
                        <td colspan="2"> </td>
                      </tr>

                      <tr>
                        <td width="24" valign="top">
                          <center><b>Q.</b></center>
                        </td>
                        <td valign="top">
                          <p>How do I create a GCF file?</p>
                        </td>
                      </tr>
                      <tr>
                        <td width="24" valign="top">
                          <center><b>A.</b></center>
                        </td>
                        <td valign="top">
                          <p>As of yet, not enough is known about the GCF file format to programmatically create one.
                            There are still plenty of unknown fields that need an understanding before a GCF file can be
                            created. That said there is also no guarantee that creating a GCF file is all that is needed
                            for Steam to recognize and make use of it. Some other registration might be required and may
                            not be possible without hacking Steam. For these reasons I have no plans to add the ability
                            to create a GCF file.</p>
                        </td>
                      </tr>

                      <tr>
                        <td colspan="2"> </td>
                      </tr>

                      <tr>
                        <td width="24" valign="top">
                          <center><b>Q.</b></center>
                        </td>
                        <td valign="top">
                          <p>How do I modify a GCF file?</p>
                        </td>
                      </tr>
                      <tr>
                        <td width="24" valign="top">
                          <center><b>A.</b></center>
                        </td>
                        <td valign="top">
                          <p>The purpose of the GCF file is to make it easy for Steam to update Valve's software. When a
                            new version of a program (say CS) is released, all Steam has to do is look in the CS GCF
                            file and compare versions (hashes) of each file to determine if each file needs to be added,
                            updated or removed. Because of this, if you were to modify a file, Steam would interpret
                            this as meaning that the file is out of date and redownload the correct version of the file.
                          </p>
                          <p>Steam does, however, provide an interface to add or overwrite a file. To add or overwrite a
                            file simply place it in the corresponding directory in the Steam\SteamApps\[EMail]\[GCF
                            File] directory on your hard drive. You might have to create the appropriate subdirectories.
                          </p>
                        </td>
                      </tr>

                      <tr>
                        <td colspan="2"> </td>
                      </tr>

                      <tr>
                        <td width="24" valign="top">
                          <center><b>Q.</b></center>
                        </td>
                        <td valign="top">
                          <p>Will GCFScape be able to create or modify GCF files in the future?</p>
                        </td>
                      </tr>
                      <tr>
                        <td width="24" valign="top">
                          <center><b>A.</b></center>
                        </td>
                        <td valign="top">
                          <p>Not likely.</p>
                        </td>
                      </tr>

                    </tbody>
                  </table>
                </center>

                <p>Ask a question...</p>
              </div>
              <div class="heading1">
                <div class="space"></div><span class="left">Modified: Jan 17th, 2006 - 10:33:36 pm</span><span
                  class="right">[ 85879 Views ]</span>
                <div class="space"></div>
              </div>
            </div><br>
            <div class="offsets">[
              <a href="GCFScape_FAQ-page1.html#p93">1</a>
              2
              ]</div><br>



            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">61.</span> <a name="c3403"
                    href="index.php?a=1">Nem</a></span><span class="right">Posted: Jun 13th, 2010 - 12:28:29 pm</span>
                <div class="space"></div>
              </div>
              <div class="content">No, just the ...\Steam\steamapps\common\left 4 dead 2\left4dead2\pak01_dir.vpk file.
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">62.</span> <a name="c3445"
                    href="index.php?a=4103">riksmofugl84</a></span><span class="right">Posted: Jul 27th, 2010 - 7:08:13
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content">Hmm, i have a problem with GCFScape .. i wanted to change the files in half-life 2
                from the old sounds folder to a more fun vocal soundpack , but i found out that GCFScape only extracts
                sounds, not inserting them .. what cind of program can i use or how do i go forward to do so in
                GCFScape? </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">63.</span> <a name="c3447"
                    href="index.php?a=2111">DomIII</a></span><span class="right">Posted: Jul 27th, 2010 - 1:32:52
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">just put them in the appropriate directory, it is not necessary to put them in the
                gcf files. example:<br />
                C:\Program Files\Steam\Steamapps\&lt;username&gt;\half life 2\hl2\sound</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">64.</span> <a name="c3655"
                    href="index.php?a=4434">adomsky</a></span><span class="right">Posted: Nov 6th, 2011 - 8:55:47
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">I have a question about editing a l4d2 file. I want to edit the clientscheme.res file
                to remove the player names. However, there is no l4d2 directory in my steamapps\&lt;username&gt;
                directory, it's in my steamapps\common directory. Should I put it in the appropriate folder in there, or
                create a steamapps\&lt;username&gt;\left 4 dead 2\etc. folder?</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">65.</span> <a name="c3677"
                    href="index.php?a=4470">Sephiroth582</a></span><span class="right">Posted: Jan 15th, 2012 - 11:37:11
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content">I've been trying to do some weapons script editing for Half Life 2, but when I open
                the source engine.gcf file to extract the scripts, ALL of the weapons scripts are grayed out. I tried
                searching through other GCFs, validating my files, reinstalling HL2, and closing Steam but I still can't
                get the files to extract. I keep getting the pesky &quot;Have the files been completely acquired?&quot;
                message. Help please??</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">66.</span> <a name="c3678"
                    href="index.php?a=2111">DomIII</a></span><span class="right">Posted: Jan 15th, 2012 - 3:52:36
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><b>adomsky</b>, put it into the common\Left 4 Dead 2
                folder.<br /><b>Sephiroth582</b>, look in source 2007 binaries 2.gcf</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">67.</span> <a name="c3685"
                    href="index.php?a=4482">mc peepants</a></span><span class="right">Modified: Feb 12th, 2012 - 8:32:03
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">How can I extract a custom CSS map using GCFScape? I've looked through the gcf files
                and all I can find are the official Valve maps.</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">68.</span> <a name="c3727"
                    href="index.php?a=4690">zman</a></span><span class="right">Posted: Jul 16th, 2012 - 10:11:01
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">I am trying to find the sound files for half life 2.<br />
                <br />
                I dont know where to find them<br />
                <br />
                i looked in the platform folder and got this error<br />
                <br />
                <br />
                Error writing C:\Users\gamer\AppData\Local\Temp\PlatformMenu.vdf (Error: Unexpected end of GCF stream (0
                B of 218 B). Has the GCF file been completely acquired?)<br />
                Error writing C:\Users\gamer\AppData\Local\Temp\PlatformMenu.vdf (Error: Unexpected end of GCF stream (0
                B of 218 B). Has the GCF file been completely acquired?)<br />
                <br />
                What do i do?</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">69.</span> <a name="c3728"
                    href="index.php?a=2111">DomIII</a></span><span class="right">Posted: Jul 17th, 2012 - 1:12:42
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">You need to open the right GCF file. Try opening SteamApps\source sounds.gcf</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">70.</span> <a name="c3749"
                    href="index.php?a=4690">zman</a></span><span class="right">Modified: Sep 30th, 2012 - 3:17:39
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">I don't have a steamapps\sourcesounds folder<br />
                <br />
                I'm trying to get the files as an mp3.<br />
                <br />
                Is there somewhere I can just download the voiceovers?</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">71.</span> <a name="c3779"
                    href="index.php?a=12585">Banegue</a></span><span class="right">Modified: Mar 9th, 2013 - 5:21:28
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">Hi , i have a problem with GCFScape , i need to extract a weapon physcannon for
                garry'smod but there is error<br />
                <br />
                <br />
                Error writing C:\Users\Utilisateur\AppData\Local\Temp\V_physcannon\v_physcannon_mask.vtf (Error:
                Unexpected end of GCF stream (0 B of 174968 B). Has the GCF file been completely acquired?)<br />
                Error writing C:\Users\Utilisateur\AppData\Local\Temp\V_physcannon\v_physcannon_sheet.vmt (Error:
                Unexpected end of GCF stream (0 B of 268 B). Has the GCF file been completely acquired?)<br />
                Error writing C:\Users\Utilisateur\AppData\Local\Temp\V_physcannon\v_physcannon_sheet.vtf (Error:
                Unexpected end of GCF stream (0 B of 349744 B). Has the GCF file been completely acquired?)<br />
                Error writing C:\Users\Utilisateur\AppData\Local\Temp\V_physcannon\v_superphyscannon_sheet.vmt (Error:
                Unexpected end of GCF stream (0 B of 273 B). Has the GCF file been completely acquired?)<br />
                Error writing C:\Users\Utilisateur\AppData\Local\Temp\V_physcannon\v_superphyscannon_sheet.vtf (Error:
                Unexpected end of GCF stream (0 B of 349744 B). Has the GCF file been completely acquired?)<br />
                <br />
                I have use a tutorial , look , http://www.youtube.com/watch?v=gE4JXFQSiIA <br />
                <br />
                Please help me ...</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">72.</span> <a name="c3780"
                    href="index.php?a=1">Nem</a></span><span class="right">Posted: Mar 9th, 2013 - 6:22:48 pm</span>
                <div class="space"></div>
              </div>
              <div class="content">Try source 2007 shared materials.gcf.</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">73.</span> <a name="c3783"
                    href="index.php?a=12585">Banegue</a></span><span class="right">Posted: Mar 11th, 2013 - 10:34:19
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content">look this : http://img803.imageshack.us/img803/4924/img1dx.png</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">74.</span> <a name="c3784"
                    href="index.php?a=12585">Banegue</a></span><span class="right">Posted: Mar 11th, 2013 - 10:34:34
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content"><img
                  src="https://web.archive.org/web/20170915144646im_/http://img803.imageshack.us/img803/4924/img1dx.png"
                  alt="" border="0" /></div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">75.</span> <a name="c3785"
                    href="index.php?a=1">Nem</a></span><span class="right">Posted: Mar 13th, 2013 - 4:56:41 am</span>
                <div class="space"></div>
              </div>
              <div class="content">I don't know why you're showing me that...</div>
            </div><br />

            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">76.</span> <a name="c3806"
                    href="index.php?a=12623">Hellsing4682</a></span><span class="right">Modified: Jun 7th, 2013 -
                  9:08:46 am</span>
                <div class="space"></div>
              </div>
              <div class="content">Whenever I try to extract a large file (say a materials or models folder) the
                GCFScape freezes and I either have to wait for it to unfreeze (extracts nothing) or forcefully close it.
                Any solutions?<br />
                <br />
                Edit: Page king.<br />
                Edit 2: Nevermind, extracting by dragging and dropping makes it freeze, but right clicking and
                extracting does the trick.</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">77.</span> <a name="c3853"
                    href="index.php?a=12705">Savant</a></span><span class="right">Posted: Dec 18th, 2013 - 12:02:26
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content">HOW DO I OPENED GCFSCAPE?<img src="../../images/emotes/shrug.gif" width="32"
                  height="32" alt="shrug" /></div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">78.</span> <a name="c3859"
                    href="index.php?a=12713">Teraku</a></span><span class="right">Modified: Jan 2nd, 2014 - 5:51:58
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">I can't open any L4D2 VPK's. All I see is a folder called &quot;root&quot;, which I
                can't expand or extract. Steam and L4D2 are not running. Some help would be greatly appreciated.<br />
                <br />
                EDIT: Never mind, I was opening the wrong file. You need to open the dir VPK.</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">79.</span> <a name="c3913"
                    href="index.php?a=12788">222222</a></span><span class="right">Modified: Jun 26th, 2014 - 6:05:07
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">I want to open a .VPK file but I only see folders with weird symbols and when I click
                on them there is nothing. I will also get an error that reads: Illegal character in path. How do i fix
                this / is this problem known? </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">80.</span> <a name="c3916"
                    href="index.php?a=12797">RBunny</a></span><span class="right">Posted: Jul 6th, 2014 - 3:31:18
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content"><i>To 222222</i><br />
                I was having the same issue. Install the latest version of GCFscape and .NET and it should do the trick.
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">81.</span> <a name="c3987"
                    href="index.php?a=13096">spad0ur</a></span><span class="right">Posted: May 18th, 2016 - 9:14:36
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">I have the same problem as dark_2004<br />
                <br />
                When i try open valve pack file (dota2) then i receive error : <br />
                <br />
                An unhandled exception has occurred in your application. If you click Continue, the application will
                ignore this error and attempt to continue. If you click Quit, the application will be shut down
                immediatly.<br />
                <br />
                Any solution?</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">82.</span> <a name="c4013"
                    href="index.php?a=13178">Last comrade</a></span><span class="right">Posted: Dec 5th, 2016 - 12:26:47
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">When I extract a .vtf file from vpk I get the following error message:Error writing
                [filename] (Error: Invalid open mode (0x04858270).)</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">83.</span> <a name="c4029"
                    href="index.php?a=13266">dekker</a></span><span class="right">Posted: Jul 1st, 2017 - 2:52:28
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">Hi there,<br />
                <br />
                I have searched the FAQ, the entire forum for a solution for this. And it seems everyone else with this
                problem, to this day is yet to get a solution.<br />
                <br />
                I have downloaded the latest .NET framework<br />
                I am on windows 7x64<br />
                <br />
                I can open the program fine, but when I try to open a .vpk file, it comes up-&gt;<br />
                <br />
                &quot;Unhandled exception has occurred in your application&quot;<br />
                &quot;Illegal characters in path&quot;<br />
                <br />
                Please if anyone has a solution to this yet, help me out.<br />
                <br />
                Would really appreciate it.<br />
                <br />
                Cheers<br />
                <br />
                <br />
                <br />
                <br />
                <br />
                See the end of this message for details on invoking <br />
                just-in-time (JIT) debugging instead of this dialog box.<br />
                <br />
                ************** Exception Text **************<br />
                System.ArgumentException: Illegal characters in path.<br />
                at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional)<br />
                at System.IO.Path.Combine(String path1, String path2)<br />
                at GCFScape.CDirectoryItemInfoManager.GetItemTypeInfo(CDirectoryItem* pDirectoryItem)<br />
                at GCFScape.CPackageTreeNode..ctor(CPackage* pPackage, CDirectoryItem* pDirectoryItem,
                CDirectoryItemInfoManager pDirectoryItemInfoManager, CPackageInfo pPackageInfo, Boolean bBuild)<br />
                at GCFScape.CPackageTreeNode.BuildNode()<br />
                at GCFScape.CGCFScape.trePackage_AfterExpand(Object sender, TreeViewEventArgs e)<br />
                at System.Windows.Forms.TreeView.OnAfterExpand(TreeViewEventArgs e)<br />
                at System.Windows.Forms.TreeView.TvnExpanded(NMTREEVIEW* nmtv)<br />
                at System.Windows.Forms.TreeView.WmNotify(Message&amp; m)<br />
                at System.Windows.Forms.TreeView.WndProc(Message&amp; m)<br />
                at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr
                lparam)<br />
                <br />
                <br />
                ************** Loaded Assemblies **************<br />
                mscorlib<br />
                Assembly Version: 4.0.0.0<br />
                Win32 Version: 4.7.2053.0 built by: NET47REL1<br />
                CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll<br />
                ----------------------------------------<br />
                GCFScape<br />
                Assembly Version: 1.8.6.0<br />
                Win32 Version: 1.8.6<br />
                CodeBase: file:///C:/Program%20Files/Nem's%20Tools/GCFScape/GCFScape.exe<br />
                ----------------------------------------<br />
                System.Windows.Forms<br />
                Assembly Version: 4.0.0.0<br />
                Win32 Version: 4.7.2053.0 built by: NET47REL1<br />
                CodeBase:
                file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll<br />
                ----------------------------------------<br />
                System<br />
                Assembly Version: 4.0.0.0<br />
                Win32 Version: 4.7.2053.0 built by: NET47REL1<br />
                CodeBase:
                file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll<br />
                ----------------------------------------<br />
                System.Drawing<br />
                Assembly Version: 4.0.0.0<br />
                Win32 Version: 4.7.2053.0 built by: NET47REL1<br />
                CodeBase:
                file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll<br />
                ----------------------------------------<br />
                System.Configuration<br />
                Assembly Version: 4.0.0.0<br />
                Win32 Version: 4.7.2053.0 built by: NET47REL1<br />
                CodeBase:
                file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll<br />
                ----------------------------------------<br />
                System.Xml<br />
                Assembly Version: 4.0.0.0<br />
                Win32 Version: 4.7.2053.0 built by: NET47REL1<br />
                CodeBase:
                file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll<br />
                ----------------------------------------<br />
                Accessibility<br />
                Assembly Version: 4.0.0.0<br />
                Win32 Version: 4.7.2053.0 built by: NET47REL1<br />
                CodeBase:
                file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll<br />
                ----------------------------------------<br />
                <br />
                ************** JIT Debugging **************<br />
                To enable just-in-time (JIT) debugging, the .config file for this<br />
                application or computer (machine.config) must have the<br />
                jitDebugging value set in the system.windows.forms section.<br />
                The application must also be compiled with debugging<br />
                enabled.<br />
                <br />
                For example:<br />
                <br />
                &lt;configuration&gt;<br />
                &lt;system.windows.forms jitDebugging=&quot;true&quot; /&gt;<br />
                &lt;/configuration&gt;<br />
                <br />
                When JIT debugging is enabled, any unhandled exception<br />
                will be sent to the JIT debugger registered on the computer<br />
                rather than be handled by this dialog box.<br />
                <br />
                <br />
              </div>
            </div><br />

            <div class="offsets">[
              <a href="GCFScape_FAQ-page1.html#p93">1</a>
              2
              ]</div><br>

          </div>
          <div class="main_sidebar">
            <div class="group">
              <div class="heading1"><span class="title">GCFScape</span></div>
              <div class="content"><span class="title">» <a href="../../pages/GCFScape.html">About</a></span><br>
                <span class="title">» <a href="../../pages/GCFScape-Download.html">Download</a></span><br>
                <span class="title">» <a href="../GCFScape-Revision_History.html">Revision
                    History</a></span><br>
                <span class="title">» <a href="../GCFScape-FAQ.html">FAQ</a></span><br>
                <span class="title">» <a href="../GCFScape-GCF_File_Format.html">GCF
                    File Format</a></span><br></div>
            </div><br>
            <div class="group">
              <div class="heading1"><span class="title">Login</span></div>
              <div class="content">
                <form name="loginform" method="post"
                  action="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?c=93&amp;o=0">
                  <div class="label">Username:</div>
                  <div><input type="text" name="username" class="textbox" autocomplete="off"
                      style="background-image: url(&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAAXNSR0IArs4c6QAAAPhJREFUOBHlU70KgzAQPlMhEvoQTg6OPoOjT+JWOnRqkUKHgqWP4OQbOPokTk6OTkVULNSLVc62oJmbIdzd95NcuGjX2/3YVI/Ts+t0WLE2ut5xsQ0O+90F6UxFjAI8qNcEGONia08e6MNONYwCS7EQAizLmtGUDEzTBNd1fxsYhjEBnHPQNG3KKTYV34F8ec/zwHEciOMYyrIE3/ehKAqIoggo9inGXKmFXwbyBkmSQJqmUNe15IRhCG3byphitm1/eUzDM4qR0TTNjEixGdAnSi3keS5vSk2UDKqqgizLqB4YzvassiKhGtZ/jDMtLOnHz7TE+yf8BaDZXA509yeBAAAAAElFTkSuQmCC&quot;); background-repeat: no-repeat; background-attachment: scroll; background-size: contain; background-position: 98% 50%;">
                  </div>
                  <div class="label">Password:</div>
                  <div><input type="password" name="password" class="textbox" autocomplete="off"
                      style="background-image: url(&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAAXNSR0IArs4c6QAAAPhJREFUOBHlU70KgzAQPlMhEvoQTg6OPoOjT+JWOnRqkUKHgqWP4OQbOPokTk6OTkVULNSLVc62oJmbIdzd95NcuGjX2/3YVI/Ts+t0WLE2ut5xsQ0O+90F6UxFjAI8qNcEGONia08e6MNONYwCS7EQAizLmtGUDEzTBNd1fxsYhjEBnHPQNG3KKTYV34F8ec/zwHEciOMYyrIE3/ehKAqIoggo9inGXKmFXwbyBkmSQJqmUNe15IRhCG3byphitm1/eUzDM4qR0TTNjEixGdAnSi3keS5vSk2UDKqqgizLqB4YzvassiKhGtZ/jDMtLOnHz7TE+yf8BaDZXA509yeBAAAAAElFTkSuQmCC&quot;); background-repeat: no-repeat; background-attachment: scroll; background-size: contain; background-position: 98% 50%;">
                  </div>
                  <div class="label"><input type="checkbox" name="storepassword" class="checkbox"
                      checked="checked">Store Password</div>
                  <div><input name="login" type="submit" value="Login" class="button"></div>
                </form>
              </div>
            </div>

            <br>
            <div class="group">
              <div class="heading1"><span class="title">New Users</span></div>
              <div class="content">
                <span class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?action=directory">Directory</a></span><br>
                <span class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?c=93&amp;o=0&amp;action=addauthor">Register</a></span><br>
                <span class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?c=93&amp;o=0&amp;action=retrievepassword">Retrieve
                    Password</a></span><br>
              </div>
            </div>

            <br>
            <div class="group">
              <div class="heading1"><span class="title">Latest Comments</span></div>
              <div class="content"><span class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?c=277&amp;o=0#c4040">GCFScape
                    v1.8.6</a> (<a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?a=13286">saqi55</a>)</span><br><span
                  class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?c=213&amp;o=45#c4039">Crafty
                    FAQ</a> (<a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?a=13268">steve0503</a>)</span><br><span
                  class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?c=277&amp;o=0#c4038">GCFScape
                    v1.8.6</a> (<a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?a=13282">imgsrc17</a>)</span><br><span
                  class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?c=205&amp;o=210#c4037">About
                    Crafty</a> (<a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?a=13231">Paynamia</a>)</span><br><span
                  class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?c=169&amp;o=90#c4036">GCFScape
                    v1.8.6 Full</a> (<a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?a=13277">liaoyia</a>)</span><br>
              </div>
            </div><br>
            <div class="group">
              <div class="heading1"><span class="title">Latest Articles</span></div>
              <div class="content"><span class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?c=277#p277">GCFScape
                    v1.8.6</a></span><br><span class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?c=276#p276">GCFScape
                    v1.8.5</a></span><br><span class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?c=275#p275">GCFScape
                    v1.8.4</a></span><br><span class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?c=274#p274">GCFScape
                    v1.8.3</a></span><br><span class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?c=273#p273">VTFLib
                    v1.3.2</a></span><br></div>
            </div><br>
            <div class="group">
              <div class="heading1"><span class="title">Most Popular Articles</span></div>
              <div class="content"><span class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?c=178#p178">VTFEdit
                    v1.2.5 Full</a></span><br><span class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?c=76#p76">GCFScape
                    v1.3.1 Full</a></span><br><span class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?c=238#p238">VTFEdit
                    v1.3.3 Full</a></span><br><span class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?c=154#p154">VTF
                    Plug-In for Photoshop</a></span><br><span class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?c=169#p169">GCFScape
                    v1.8.6 Full</a></span><br></div>
            </div><br>
            <div class="group">
              <div class="heading1"><span class="title">Newest Member</span></div>
              <div class="content"><span class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?a=13303">blank</a></span><br>
              </div>
            </div><br>
            <div class="group">
              <div class="heading1"><span class="title">Elite Spammers</span></div>
              <div class="content"><span class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><br><span
                  class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?a=376">Bluefang</a></span><br><span
                  class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?a=708">NoBody</a></span><br><span
                  class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?a=7">Slackiller</a></span><br><span
                  class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/index.php?a=385">Keloran</a></span><br>
              </div>
            </div>
            <br>
            <div class="group">
              <div class="heading1"><span class="title">Feeds</span></div>
              <div class="content">
                <span class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/rss/?page=1">RSS
                    2.0 (News)</a></span><br>
                <span class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/rss/">RSS 2.0
                    (Entire Site)</a></span><br>
                <span class="title">» <a
                    href="https://web.archive.org/web/20170915143820/http://nemesis.thewavelength.net/rss/?comments&amp;limit=15">RSS
                    2.0 (Comments)</a></span><br>
              </div>
            </div>


          </div>
          <div class="space"></div>
        </div>
      </div>
      <div class="separator"></div>
      <div class="heading2 center"><span class="note">Nem's Tools v2.0 © 2006 <a
            href="mailto:[email protected]">Ryan Gregg</a>.<br>Execution
          time: 0.07963s; Queries: 14.<br>
        </span></div>
    </div>
  </div>
</body>

</html>