aboutsummaryrefslogtreecommitdiff
path: root/subpages/Comments/GCFScape_v1.3.1_Full-page2.html
blob: ea63d9562216fd733dd4c425a1bcb493b3dec847 (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
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
<head>
  <title>Nem's Tools [GCFScape - Download - GCFScape v1.3.1 Full]</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="p76" href="#p76">GCFScape
                    v1.3.1 Full</a> - <a
                    href="https://web.archive.org/web/20200201044239/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
                  class="right">Posted: Jan 2nd, 2004 - 4:21:48 pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><b>About:</b>
                <p>GCFScape v1.3.1 - GCFScape and all the files you need to run it (<span class="warning">except the
                    .NET Framework</span>).</p>

                <b>Download:</b>
                <ul>
                  <li><a
                      href="https://web.archive.org/web/20200201044239/http://nemesis.thewavelength.net/files/files/gcfscape131.exe">Installer
                      (376 KB)</a></li>
                  <li><a
                      href="https://web.archive.org/web/20200201044239/http://nemesis.thewavelength.net/files/files/gcfscape131.zip">Archive
                      (139 KB)</a></li>
                </ul>

                <b>Runtimes: <span class="warning">(Required)</span></b>
                <p>.NET Framework v1.1 (23,698 KB Executable) - GCFScape is written in C++ .NET and as such requires the
                  .NET runtime to run. The .NET runtime is also available as a Windows Update. v1.1 is required.</p>

                <b>Download:</b>
                <ul>
                  <li><a
                      href="https://web.archive.org/web/20200201044239/http://microsoft.com/downloads/details.aspx?FamilyId=262D25E3-F589-4842-8157-034D1E7CF3A3&amp;displaylang=en">Microsoft</a>
                  </li>
                </ul>
              </div>
              <div class="heading1">
                <div class="space"></div><span class="left">Modified: Mar 26th, 2006 - 1:17:23 pm</span><span
                  class="right">[ 1267842 Views ]</span>
                <div class="space"></div>
              </div>
            </div><br>
            <div class="offsets">[
              <a href="GCFScape_v1.3.1_Full-page1.html#p76">1</a>
              2
              <a href="GCFScape_v1.3.1_Full-page3.html#p76">3</a>
              <a href="GCFScape_v1.3.1_Full-page4.html#p76">4</a>
              <a href="GCFScape_v1.3.1_Full-page5.html#p76">5</a>
              ]</div><br>


            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">61.</span> <a name="c767"
                    href="index.php?a=732">zindos</a></span><span class="right">Posted: Jul 13th, 2004 - 1:21:10
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                I've no proplem with this version now.<br />
                <br />
                :-)<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">62.</span> <a name="c770"
                    href="index.php?a=755">trixta</a></span><span class="right">Posted: Jul 15th, 2004 - 6:22:14
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                hey nem, i was told to come and dl your gcfscape program...and the dl doesnt work...when i dl it and
                unzip it, it keeps tellin me that im missin a .dll file....what exactly should i do?!?!<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">63.</span> <a name="c771"
                    href="index.php?a=1">Nem</a></span><span class="right">Posted: Jul 15th, 2004 - 6:28:21 pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />You should read either the <a href="index.php?p=34">FAQ</a> or the red part on
                the <a href="index.php?p=26">downloads</a> page.<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">64.</span> <a name="c777"
                    href="index.php?a=766">pvt_kc</a></span><span class="right">Modified: Jul 19th, 2004 - 8:02:18
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                Here might be dumb question. I just upgraded to STEAM and everything is back to original default of
                DOD.<br />
                I got the GCFScape 1.1.4, and I want to put my custom HUD and crosshair back in which I had before. I
                extracted all the sprites files but HOW DO I PUT THEM BACK (to IMPORT) into the day of defeat.gcf
                file???<br />
                Please help.<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">65.</span> <a name="c779"
                    href="index.php?a=1">Nem</a></span><span class="right">Posted: Jul 19th, 2004 - 10:28:39 am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />See <a href="index.php?p=34">this page</a> on how to modify a GFC file.<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">66.</span> <a name="c786"
                    href="index.php?a=778">VooDoo</a></span><span class="right">Posted: Jul 24th, 2004 - 5:43:40
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                GREAT JOB ON DA GCF PROGRAM DUDE. I MEAN I ONLY WANTED 2 PORT MY CZ MODELS FROM CZ 2 1.6 AND THESE
                BASTARDS HAVE 2 MAKE IT SO HARD! FFS. THOUGH GOOD ON GOOSEMAN FOR DESIGNING SUCH A GREAT MOD! THANX
                AGAIN DUDE. SAVED ME ALOT OF PAIN...<img src="../../images/emotes/free.gif" width="32" height="32"
                  alt="free" /><img src="../../images/emotes/happy.gif" width="32" height="32" alt="happy" /><img
                  src="../../images/emotes/yeahbaby.gif" width="32" height="32" alt="yeahbaby" /><br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">67.</span> <a name="c787"
                    href="index.php?a=708">NoBody</a></span><span class="right">Modified: Jul 25th, 2004 - 10:52:25
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                @vt_kc<br />
                you don't create or edit the gcf you just place the sprits under steam\steamapps\[email protected]\day of
                defeat\sprits<br />
                <br />
                @voodoo<br />
                if you have cs and cz the cz moddels will automaticaly be used for bout<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">68.</span> <a name="c794"
                    href="index.php?a=792">anbu</a></span><span class="right">Posted: Jul 26th, 2004 - 6:04:59 pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                umm the download link doesnt work so can u update it or something?<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">69.</span> <a name="c795"
                    href="index.php?a=1">Nem</a></span><span class="right">Posted: Jul 26th, 2004 - 6:08:32 pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                My bad, fixed.<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">70.</span> <a name="c797"
                    href="index.php?a=792">anbu</a></span><span class="right">Posted: Jul 26th, 2004 - 6:28:29 pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                what the hell does 1.15 fix i still cant't open the counterstrike.gcf if u guys can fix this much thanks
                <img src="../../images/emotes/alarmed.gif" width="32" height="32" alt="alarmed" /><img
                  src="../../images/emotes/bored.gif" width="32" height="32" alt="bored" /><br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">71.</span> <a name="c798"
                    href="index.php?a=1">Nem</a></span><span class="right">Modified: Jul 26th, 2004 - 7:03:34 pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                Simply saying &quot;it doesn't work&quot; doesn't help me at all. GCFScape will spit out an error
                message if it encounters a problem; that error message helps me. Also, GCFScape will create a file
                called dump.txt in its directory or the directory of your GCF file if it encounters a problem; that file
                helps me a lot.<br />
                <br />
                I have a lot of programs with a lot of execution permutations and I can't predict every problem they
                will encounter, but I think you'll find if you take the time to help me out instead of complaining,
                you'll get a fix as fast as possible.<br />
                <br />
                Nem<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">72.</span> <a name="c799"
                    href="index.php?a=796">asdfasdfasd</a></span><span class="right">Posted: Jul 26th, 2004 - 9:32:36
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                i need condition zero events/ ____.sc (filess<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">73.</span> <a name="c800"
                    href="index.php?a=792">anbu</a></span><span class="right">Posted: Jul 26th, 2004 - 9:37:01 pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                my bad nem i got it working<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">74.</span> <a name="c802"
                    href="index.php?a=803">Smokey</a></span><span class="right">Posted: Jul 27th, 2004 - 11:28:25
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                aite got the game ta run for real, but cant run like any of the CZ maps which most are <img
                  src="../../images/emotes/gunfight.gif" width="32" height="32" alt="gunfight" /><br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">75.</span> <a name="c803"
                    href="index.php?a=546">ripflash</a></span><span class="right">Posted: Jul 28th, 2004 - 5:27:32
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                @asdfasdfasd: the sc files are stored in cstrike\events. if you make an offline version of cz, u have to
                extract: half-life.gcf, cstrike.gcf, czero.gcf, platform.gcf, dedicated server.gcf and half life
                engine.gcf....<br />
                <br />
                if u look in your liblist.gam of czero, u will see this setting:<br />
                fallback_dir &quot;cstrike&quot;<br />
                <br />
                this manages, that czero uses the files of cstrike, which are not included in czero. because its
                unnecessarily to have the same files in cstrike and czero. u understand? <img
                  src="../../images/emotes/happy.gif" width="32" height="32" alt="happy" /><br />
              </div>
            </div><br />

            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">76.</span> <a name="c844"
                    href="index.php?a=875">DaRKFaTe</a></span><span class="right">Posted: Aug 13th, 2004 - 6:51:22
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                hi, i need some help with the cs:s shared content GCF.... when i use the GCFScape to open it up, i get
                these folders, root, cstrike, hl2, reslists, and they have files in them but i dont know where to put
                these files inside the steam folders... so if anyone can help me i would appreciate it thx.<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">77.</span> <a name="c845"
                    href="index.php?a=1">Nem</a></span><span class="right">Posted: Aug 13th, 2004 - 9:59:24 am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                You don't need to extract any files, Steam will use the GCF file win CS:S is released.<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">78.</span> <a name="c849"
                    href="index.php?a=878">DaDevil</a></span><span class="right">Modified: Aug 15th, 2004 - 6:04:09
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br /><i>Removed malicious content.</i><br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">79.</span> <a name="c851"
                    href="index.php?a=883">supasexyn00b</a></span><span class="right">Modified: Aug 15th, 2004 - 6:03:27
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br /><i>Removed malicious content.</i><br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">80.</span> <a name="c852"
                    href="index.php?a=875">DaRKFaTe</a></span><span class="right">Modified: Aug 15th, 2004 - 6:04:27
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br /><i>Removed malicious content.</i><br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">81.</span> <a name="c853"
                    href="index.php?a=376">Bluefang</a></span><span class="right">Modified: Aug 14th, 2004 - 12:37:47
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                *slaps the suposed Hackers*<br />
                <br />
                you can't plat CS:S unless you are a Cuber cafe suscriber or a CS_CZ owner.<br />
                <br />
                and if you do illeagally download the game, don't say so or ask for help at any half-life community
                because you won't get any and (in most places) a quick banning also.<br />
                <br />
                <br />
                DaRKFaTe:<br />
                what do you mean by &quot;CS:S Shared Content file&quot;?<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">82.</span> <a name="c854"
                    href="index.php?a=875">DaRKFaTe</a></span><span class="right">Posted: Aug 14th, 2004 - 1:47:27
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                Alright alright im sorry for asking some help here, i shouldn't of posted anything. Forget it.<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">83.</span> <a name="c868"
                    href="index.php?a=904">ikerdo</a></span><span class="right">Posted: Aug 19th, 2004 - 7:40:24
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                hello everybody.Nem i need your help i downloaded steam with CS cache.I installed it but i cant play
                CS.I hope you'll be able to tell me what to do.Thanks<br />
                <br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">84.</span> <a name="c869"
                    href="index.php?a=376">Bluefang</a></span><span class="right">Posted: Aug 20th, 2004 - 7:33:05
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                well, if you are a new Steam user, you have to make a Steam User Account and put in either your HL, CS,
                or DOD retail CD key.<br />
                <br />
                if you don't have a CD key, go to your local game store and by a $20 copy of Half-Life (or CS or DOD)
                and use that CD key.<br />
                <br />
                that will give you access to all of the ganes currently available on Steam except CS:CZ.<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">85.</span> <a name="c883"
                    href="index.php?a=917">Freddie Mercury</a></span><span class="right">Posted: Aug 26th, 2004 -
                  8:19:05 pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                Update: Tonight's preloaded HL2 GCF cannot be opened with GCFScape. Please fix it.<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">86.</span> <a name="c884"
                    href="index.php?a=919">badger</a></span><span class="right">Posted: Aug 27th, 2004 - 1:51:28
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                Ummmmm yeah you can actually. You can only get the materials folder. You cannot get the executeablee etc
                -_-&quot;! any1 noe y?<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">87.</span> <a name="c885"
                    href="index.php?a=375">steven_m64</a></span><span class="right">Posted: Aug 27th, 2004 - 1:57:04
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                parts of the HL2 GCF Is encrypted and unless you pay $$(buy hl2) you wont be able to open it, Dont even
                ask nem to make it so you can open encrypted GCF's.<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">88.</span> <a name="c888"
                    href="index.php?a=917">Freddie Mercury</a></span><span class="right">Posted: Aug 27th, 2004 -
                  5:53:22 am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                &quot;Ummmmm yeah you can actually. You can only get the materials folder. You cannot get the
                executeablee etc -_-&quot;! any1 noe y?&quot;<br />
                <br />
                When I try to open the GCF I get a memory mapping error, even though Steam is closed. Also, the preload
                was only materials, and nothing else. The full game will preload tomorrow morning.<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">89.</span> <a name="c889"
                    href="index.php?a=546">ripflash</a></span><span class="right">Posted: Aug 27th, 2004 - 6:39:55
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                hmm... :) jed knows which 3rd party encryption steam is using, you too i think ;). <br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">90.</span> <a name="c890"
                    href="index.php?a=735">Spik3balloon</a></span><span class="right">Posted: Aug 27th, 2004 - 6:21:35
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                duh HL2 is only in Preload stages, they are going to gradually release each part of HL2 to prevent
                strain on the Valve content servers. Read this:
                http://pcauthority.com.au/news.asp?CatID=1&amp;ID=21218<br />
              </div>
            </div><br />

            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">91.</span> <a name="c891"
                    href="index.php?a=923">mytholas</a></span><span class="right">Modified: Aug 27th, 2004 - 9:21:10
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                Freddie . . . click on the .gcf file in Windows Explorer instead of opening it up with File...Open in
                the GCFScape program.<br />
                <br />
                <img src="../../images/emotes/yeahbaby.gif" width="32" height="32" alt="yeahbaby" /><br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">92.</span> <a name="c892"
                    href="index.php?a=929">Kadaj</a></span><span class="right">Posted: Aug 28th, 2004 - 5:43:03
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                The Half-Life 2 Pre-Load is just that...<br />
                Valve are releasing content in Steps, mainly to cut down on server down time.<br />
                <br />
                What you have (which 1.1.5 will open btw) is purely the materials for Half-Life 2.<br />
                So for the adverage person this is going to be a waste of time, however if your like myself and have a
                copy of Worldcraft 3.5 which supports the new Source Material System it means you can extract it, put
                the files you need in the root folder (bin) and run for complete access to everything you need to
                finally create maps.<br />
                <br />
                If you also have Counter Strike Source, you'll also have the materials required in order to use the 'not
                legally' released Binaries floating about the internet.<br />
                <br />
                Although not really legit to do, you won't be able to pirate the game even if you wanted to and had the
                executables.<br />
                Alot of the GCF are given to you missing files, they're declared in the GCF and so is thier space,
                however the file itself isn't downloaded until you've ordered the game.<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">93.</span> <a name="c893"
                    href="index.php?a=917">Freddie Mercury</a></span><span class="right">Posted: Aug 28th, 2004 -
                  1:48:37 pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                &quot;Freddie . . . click on the .gcf file in Windows Explorer instead of opening it up with File...Open
                in the GCFScape program.&quot;<br />
                <br />
                Didn't work. Failed to map GCF file to memory.<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">94.</span> <a name="c894"
                    href="index.php?a=376">Bluefang</a></span><span class="right">Posted: Aug 28th, 2004 - 3:37:16
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                Well regardless of that fact, you still do not need acess to the exercutibles.<br />
                <br />
                Nem, this is just a personal opnion, but I'd recomend not updating GCFScape to support HL2 until we see
                how the new editor interfaces with the game/cache files.<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">95.</span> <a name="c895"
                    href="index.php?a=934">DrAgOn</a></span><span class="right">Posted: Aug 28th, 2004 - 7:13:53
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                &quot; (which 1.1.5 will open btw) &quot; BS <img src="../../images/emotes/bleeh.gif" width="32"
                  height="32" alt="bleeh" /><br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">96.</span> <a name="c909"
                    href="index.php?a=1">Nem</a></span><span class="right">Modified: Aug 30th, 2004 - 10:16:28 pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />The problem <i>Failed to map GCF file to memory.</i> could actually be caused
                by to much RAM. To map a file to memory Windows needs a continuous block of virtual memory that the file
                can fit in. A 32 bit memory space is limited to 4 GB of memory so the more physical memory you have the
                less virtual memory you can have. 4 GB is not a lot of memory to work with and is one of the driving
                factors towards a 64 bit system.<br /><br />To my knowledge the GCF file format hasn't actually changed.
                You would get the error messages <i>Invalid GCF version number.</i> or <i>Corrupt file.</i> if it
                had.<br />
                <br />
                Maybe some of you can help me out by posting how much RAM you have and weather or not you can open the
                new 1 GB GCF file.<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">97.</span> <a name="c914"
                    href="index.php?a=944">leet</a></span><span class="right">Posted: Aug 31st, 2004 - 12:10:33
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                haha, i have opened it!! just set your virtual memory to 1100MB and thats it!<br />
                there is only materials directory, nothing more<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">98.</span> <a name="c915"
                    href="index.php?a=945">aamrein</a></span><span class="right">Modified: Aug 31st, 2004 - 2:35:19
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                Hi Nem<br />
                <br />
                First of all thanks for your tools!<br />
                I have 2 GBs of RAM, allocated 2 GBs for the pagefile which has a max of 4 GBs set. So I do have enough
                RAM, but still get the &quot;Failed to map ...&quot; error. I can open all the other GCFs as e.g. the
                CS:Source Beta without a problem. I copied and renamed the preload file, so Steam couldn't put a lock on
                it. What should I try to fix the problem? Any help appreciated.<br />
                <br />
                edit:<br />
                I tried to open the same preload file with the same version of gcfscape on a similiar PC with only 512
                MBs of RAM and was able to extract the contents of the preload. So there seems to be a bug in gcfscape
                when running on machines with lots of RAM. I hope that helps.<br />
                <br />
                edit#2:<br />
                It also doesn't work on a machine with 768 MBs of RAM. So 512 MBs seems to be the sweet spot.<br />
                <br />
                aamrein<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">99.</span> <a name="c916"
                    href="index.php?a=946">cirdan</a></span><span class="right">Posted: Aug 31st, 2004 - 2:37:08
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                Hi Nem!<br />
                <br />
                There seems to be a problem with files that actually have the size 0. They are not beeing
                extracted.<br />
                <br />
                Great tool anyway! Continue the good work!<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">100.</span> <a name="c917"
                    href="index.php?a=385">Keloran</a></span><span class="right">Posted: Aug 31st, 2004 - 5:52:10
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                also the preload uses v7 instead of v6<br />
                <br />
                files of 0 dont actually exist there just index files (linked file to a file that hasnt been d/l
                yet)<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">101.</span> <a name="c920"
                    href="index.php?a=1">Nem</a></span><span class="right">Posted: Aug 31st, 2004 - 8:46:06 pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                Aamrein:<br />
                See my post (the one above yours) for an explanation why. Whether you get the error also has to do with
                how much virtual memory other programs you are running use.<br />
                <br />
                Ava3ar:<br />
                I haven't seen any GCF files with a version number of 7; if you have one can you please sent it to me so
                I can add support for it?<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">102.</span> <a name="c923"
                    href="index.php?a=945">aamrein</a></span><span class="right">Posted: Sep 1st, 2004 - 12:19:54
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                Nem, I think every Windows process has its own segment and therefore its own 32 bit virtual address
                space. So I'm not sure if your explanation is right. Besides, there were no other apps running that
                consume memory when I tried to peek at the preload's content.<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">103.</span> <a name="c924"
                    href="index.php?a=941">warban</a></span><span class="right">Modified: Sep 1st, 2004 - 3:12:29
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                Major Possible bug.<br />
                <br />
                Currently the hl2 &quot;base source shared materials.gcf&quot;is not being opened and comming up with an
                error for some people. (failed to map error)<br />
                <br />
                i was getting the error untill i found out that my deskbar program &quot;object dock&quot;.<br />
                http://www.stardock.com/products/objectdock/<br />
                was stoping gfc from opening while it was running<br />
                when i closed it it opened fine.<br />
                <br />
                Possible bug? <br />
                is not a large program eather and it was only that program that was causing problems<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">104.</span> <a name="c927"
                    href="index.php?a=1">Nem</a></span><span class="right">Posted: Sep 1st, 2004 - 10:07:41 am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                Ok, I've done a little research and this is what I've found. You are right in the fact that every
                application has its own virtual memory space, however, not all operating systems use this memory space
                for file mapping. It turns out that both Windows 95 and Windows 98 use a shared memory space for file
                mapping so if you have other programs running they may take up the memory space that GCFScape needs. In
                Windows NT, Windows 2000 and Windows XP the memory space for file mapping is not shared but is part of
                the application's virtual memory space.<br />
                <br />
                It turns out that of the 4GB of virtual memory space available only 2GB is available for private use so
                we only have 2GB of memory space to work of. This means that there is no way to map a file larger than
                2GB. It is also important to note that this memory space is also used by the various dynamic memory
                allocations the program makes and the various libraries the program loads. Because file mapping requires
                a continues block of virtual memory, larger files (such as the 1GB HL2 preload) will have a very hard
                time finding sufficient space.<br />
                <br />
                This does not, however, explain why the program seems to work consistently for me and consistently not
                work for other users.<br />
                <br />
                GCFScape relies heavily on file mapping as it is simply the most logical way to access a GCF file. I
                may, however, be able to reprogram GCFScape to use two views of the GCF file. One for the data needed to
                manipulate the GCF file (typically only a few MB), and another to access the individual data blocks
                within the GCF file (which are 8 KB in size). The cost would be a performance hit on file
                extraction.<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">105.</span> <a name="c928"
                    href="index.php?a=1">Nem</a></span><span class="right">Posted: Sep 1st, 2004 - 12:04:49 pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />I've done what I suggested above, you can pick up the new version <a
                  href="files/files/gcfscape116.zip">here</a>. Note that the above will not be the final version. It
                maps a hard coded portion of the file for the header information (if the header is larger then the
                mapped portion GCFScape will probably crash) but it should work for all current GCF files. Please D/L it
                and let me know if it works.<br />
                <br />
                <img src="../../images/emotes/lazy.gif" width="32" height="32" alt="lazy" /><br />
              </div>
            </div><br />

            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">106.</span> <a name="c929"
                    href="index.php?a=385">Keloran</a></span><span class="right">Posted: Sep 1st, 2004 - 12:16:34
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                works perfectlly for me, the speed hit isnt that great, ty Nem<br />
                <br />
                the v7 i found is 1.7Gb large and i found it on the &quot;underground&quot; so it might have been a
                homemade soz for confusion<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">107.</span> <a name="c932"
                    href="index.php?a=945">aamrein</a></span><span class="right">Modified: Sep 1st, 2004 - 3:54:52
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                Nem, I tried your new version 1.1.6 of GCFScape and now it works. Thanks! Good work! <br />
                <br />
                aamrein<br />
                <img src="../../images/emotes/happy.gif" width="32" height="32" alt="happy" /><br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">108.</span> <a name="c936"
                    href="index.php?a=951">FAG</a></span><span class="right">Posted: Sep 2nd, 2004 - 12:43:52 am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                hmm, however it doesn't work for me...<br />
                <br />
                allways when i click on &quot;extract&quot; a new windows open, where i can choose: &quot;create new
                folder&quot;, &quot;OK&quot; &quot;Cancel&quot;. But it doesn't matter which one i use! It doesn't
                extract the files! Can someone help me?<br />
                thx FAG<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">109.</span> <a name="c937"
                    href="index.php?a=941">warban</a></span><span class="right">Posted: Sep 2nd, 2004 - 5:30:08
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                fixes my problem<br />
                <br />
                can open all gfc again<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">110.</span> <a name="c938"
                    href="index.php?a=1">Nem</a></span><span class="right">Posted: Sep 2nd, 2004 - 6:32:09 am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />FAG:<br />See the GCFScape <a href="index.php?p=34">FAQ</a>.<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">111.</span> <a name="c943"
                    href="index.php?a=955">FISKER_Q</a></span><span class="right">Posted: Sep 3rd, 2004 - 2:51:41
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                Also Nem, the CS: Source gcf had some directories/files with a ':'. Which is an invalid directory
                characater in Windows.<br />
                <br />
                Have you fixed that?<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">112.</span> <a name="c951"
                    href="index.php?a=375">steven_m64</a></span><span class="right">Posted: Sep 3rd, 2004 - 11:51:57
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                Works great thanks nem.<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">113.</span> <a name="c956"
                    href="index.php?a=1">Nem</a></span><span class="right">Posted: Sep 4th, 2004 - 8:51:37 am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                FISKER_Q:<br />
                <br />
                Don't know if this is true or not but I've added a check to v1.1.6.<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">114.</span> <a name="c1008"
                    href="index.php?a=994">LEDHED</a></span><span class="right">Posted: Sep 9th, 2004 - 3:33:32
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                hmm i cant seem to open half-life2 preload because it says failed to map view of file i read all of the
                other posts and they didnt help<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">115.</span> <a name="c1009"
                    href="index.php?a=1">Nem</a></span><span class="right">Posted: Sep 9th, 2004 - 4:04:19 pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                Make sure you have the latest version of GCFScape.<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">116.</span> <a name="c1032"
                    href="index.php?a=663">richei</a></span><span class="right">Posted: Sep 13th, 2004 - 11:15:00
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                HL2 Preload's are encrypted, so u won't be able to open then. That's what i've heard anyways.<br />
                <br />
                Now to the problem. <br />
                <br />
                One thing u might want to mention is that steam can't be open when u try and open the file. It game me
                an error until i closed steam.<br />
                <br />
                good job though.<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">117.</span> <a name="c1038"
                    href="index.php?a=708">NoBody</a></span><span class="right">Posted: Sep 14th, 2004 - 3:17:14
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                you can still open and extract the prelodet files, but the content will be crypted.<br />
                <br />
                You get a error saying that you have to close steam, that done becaus it is a know fact. read the faq
                there is no way around it.<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">118.</span> <a name="c1040"
                    href="index.php?a=1018">counterfart</a></span><span class="right">Posted: Sep 14th, 2004 - 6:10:44
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                i dont work for me i get this error on everything i try to extract exept dod Error writing C:\Program
                Files\GCFScape\temp\czero\tutordata.txt (File contains no physical data to write.) ..can annyone
                help?<br />
                thnx in advance.<img src="../../images/emotes/yelling.gif" width="32" height="32" alt="yelling" /><br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">119.</span> <a name="c1041"
                    href="index.php?a=1">Nem</a></span><span class="right">Posted: Sep 14th, 2004 - 8:43:21 am</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />Read the <a href="index.php?p=34">FAQ</a>.<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">120.</span> <a name="c1047"
                    href="index.php?a=1018">counterfart</a></span><span class="right">Posted: Sep 16th, 2004 - 2:40:42
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><br />
                i did rea the faq and it did dl everything..wen i do it for counter strike it does the same thing but i
                allready can play the game on steam and it wont extract most of the files are giving me that error...is
                there gonna be a update soon? it just wont work for me thnx.and i got every thing right so i dunno wat
                to do.<img src="../../images/emotes/yelling.gif" width="32" height="32" alt="yelling" /><br />
              </div>
            </div><br />




            <div class="offsets">[
              <a href="GCFScape_v1.3.1_Full-page1.html#p76">1</a>
              2
              <a href="GCFScape_v1.3.1_Full-page3.html#p76">3</a>
              <a href="GCFScape_v1.3.1_Full-page4.html#p76">4</a>
              <a href="GCFScape_v1.3.1_Full-page5.html#p76">5</a>
              ]</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/20200201044239/http://nemesis.thewavelength.net/index.php?c=76&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/20200201044239/http://nemesis.thewavelength.net/index.php?action=directory">Directory</a></span><br>
                <span class="title">» <a
                    href="https://web.archive.org/web/20200201044239/http://nemesis.thewavelength.net/index.php?c=76&amp;o=0&amp;action=addauthor">Register</a></span><br>
                <span class="title">» <a
                    href="https://web.archive.org/web/20200201044239/http://nemesis.thewavelength.net/index.php?c=76&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/20200201044239/http://nemesis.thewavelength.net/index.php?c=41&amp;o=120#c4926">Batch
                    Compiler FAQ</a> (<a
                    href="https://web.archive.org/web/20200201044239/http://nemesis.thewavelength.net/index.php?a=14291">devstringx</a>)</span><br><span
                  class="title">» <a
                    href="https://web.archive.org/web/20200201044239/http://nemesis.thewavelength.net/index.php?c=58&amp;o=15#c4924">Cliffs
                    II: Texturing Cliffs</a> (<a
                    href="https://web.archive.org/web/20200201044239/http://nemesis.thewavelength.net/index.php?a=14289">LeBugsBunny</a>)</span><br><span
                  class="title">» <a
                    href="https://web.archive.org/web/20200201044239/http://nemesis.thewavelength.net/index.php?c=223&amp;o=0#c4923">Crafty
                    v1.0.0 Alpha 13</a> (<a
                    href="https://web.archive.org/web/20200201044239/http://nemesis.thewavelength.net/index.php?a=14285">roy120rahul</a>)</span><br><span
                  class="title">» <a
                    href="https://web.archive.org/web/20200201044239/http://nemesis.thewavelength.net/index.php?c=277&amp;o=0#c4911">GCFScape
                    v1.8.6</a> (<a
                    href="https://web.archive.org/web/20200201044239/http://nemesis.thewavelength.net/index.php?a=14250">mandaysnow</a>)</span><br><span
                  class="title">» <a
                    href="https://web.archive.org/web/20200201044239/http://nemesis.thewavelength.net/index.php?c=205&amp;o=210#c4901">About
                    Crafty</a> (<a
                    href="https://web.archive.org/web/20200201044239/http://nemesis.thewavelength.net/index.php?a=14237">Kodha</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/20200201044239/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/20200201044239/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/20200201044239/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/20200201044239/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/20200201044239/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/20200201044239/http://nemesis.thewavelength.net/index.php?c=178#p178">VTFEdit
                    v1.2.5 Full</a></span><br><span class="title">» <a href="#p76">GCFScape
                    v1.3.1 Full</a></span><br><span class="title">» <a
                    href="https://web.archive.org/web/20200201044239/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/20200201044239/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/20200201044239/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/20200201044239/http://nemesis.thewavelength.net/index.php?a=14292">livewebtutors1</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/20200201044239/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><br><span
                  class="title">» <a
                    href="https://web.archive.org/web/20200201044239/http://nemesis.thewavelength.net/index.php?a=376">Bluefang</a></span><br><span
                  class="title">» <a
                    href="https://web.archive.org/web/20200201044239/http://nemesis.thewavelength.net/index.php?a=708">NoBody</a></span><br><span
                  class="title">» <a
                    href="https://web.archive.org/web/20200201044239/http://nemesis.thewavelength.net/index.php?a=7">Slackiller</a></span><br><span
                  class="title">» <a
                    href="https://web.archive.org/web/20200201044239/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/20200201044239/http://nemesis.thewavelength.net/rss/?page=1">RSS
                    2.0 (News)</a></span><br>
                <span class="title">» <a
                    href="https://web.archive.org/web/20200201044239/http://nemesis.thewavelength.net/rss/">RSS 2.0
                    (Entire Site)</a></span><br>
                <span class="title">» <a
                    href="https://web.archive.org/web/20200201044239/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>