aboutsummaryrefslogtreecommitdiff
path: root/subpages/Comments/GCFScape_v1.3.1_Full-page5.html
blob: b132057f00da89424655eec153239db973057c30 (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
<!DOCTYPE html>

<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>
              <a href="GCFScape_v1.3.1_Full-page2.html#p76">2</a>
              <a href="GCFScape_v1.3.1_Full-page3.html#p76">3</a>
              <a href="GCFScape_v1.3.1_Full-page4.html#p76">4</a>
              5
              ]</div><br>

            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">241.</span> <a name="c1836"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=1969">GUNNER
                    WOLF</a></span><span class="right">Posted: Jan 17th, 2006 - 3:53:50
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">somthing about 000000x2 error</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">242.</span> <a name="c1861"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=1995">insanemonkeydude</a></span><span
                  class="right">Posted: Feb 3rd, 2006 -
                  7:48:45 pm</span>
                <div class="space"></div>
              </div>
              <div class="content">hey. an error came up saying that there was a corrupted file. and to get a cpoy
                somewhere else. whats wrong? <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">243.</span> <a name="c1984"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=2129">OneQuarterLife</a></span><span
                  class="right">Posted: Apr 27th, 2006 -
                  7:12:44 pm</span>
                <div class="space"></div>
              </div>
              <div class="content">Does anyone know if GCFScape will work in Windows XP Professional x64 Edition</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">244.</span> <a name="c1985"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=376">Bluefang</a></span><span
                  class="right">Posted: Apr 28th, 2006 - 10:49:29
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content">it should run no matter what (due to the 32-bit emulation), but if you have the
                64-bit version of the .NET 2.0, it should run in 64-bit mode. be sure to download the most recent vrsion
                (v1.4.1). The download page also has links to the .NET downloads (including the x64 version).</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">245.</span> <a name="c2145"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=2335">neifos</a></span><span
                  class="right">Posted: Sep 4th, 2006 - 5:35:06
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><img src="../../images/emotes/alarmed.gif" width="32" height="32" alt="alarmed" />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">246.</span> <a name="c2198"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=2386">sonalswaroop</a></span><span
                  class="right">Modified: Oct 1st, 2006 - 8:12:53
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">hey people where from i can get valid and working gcf files?? i found some links but
                all of them are dead</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">247.</span> <a name="c2200"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
                  class="right">Posted: Oct 2nd, 2006 - 1:31:55 am</span>
                <div class="space"></div>
              </div>
              <div class="content">From Steam when you purchase a game.</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">248.</span> <a name="c2283"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=2474">icantworkcs</a></span><span
                  class="right">Posted: Nov 30th, 2006 - 2:15:48
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content">i have just got gcf scape, steam and all that stuff but when i try to extract cs and
                halflife it sais something about file blocks </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">249.</span> <a name="c2286"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
                  class="right">Posted: Dec 6th, 2006 - 6:16:32 pm</span>
                <div class="space"></div>
              </div>
              <div class="content">Try the newest version (v1.6.2) and post the complete error message.</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">250.</span> <a name="c2345"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=2549">Sailent</a></span><span
                  class="right">Posted: Jan 14th, 2007 - 4:20:37
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content"><img src="../../images/emotes/cool.gif" width="32" height="32" alt="cool" /> You are
                the Besttttttttttttttttt!!!!!!!!!!</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">251.</span> <a name="c2346"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=2549">Sailent</a></span><span
                  class="right">Posted: Jan 14th, 2007 - 4:32:50
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content"><img src="../../images/emotes/alarmed.gif" width="32" height="32" alt="alarmed" />
                How The F*** i download. the programs my mail is
                [email protected]<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">252.</span> <a name="c2348"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=2555">Qside</a></span><span
                  class="right">Posted: Jan 16th, 2007 - 12:08:44
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content"><img src="../../images/emotes/bleeh.gif" width="32" height="32" alt="bleeh" />läl
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">253.</span> <a name="c2349"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=2538">Reaper412</a></span><span
                  class="right">Posted: Jan 16th, 2007 - 6:12:37
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">Thanks for this program now I can listen to HL2 music!</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">254.</span> <a name="c2382"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=2574">JackSpicer_26</a></span><span
                  class="right">Modified: Jan 22nd, 2007 -
                  2:59:09 am</span>
                <div class="space"></div>
              </div>
              <div class="content">Nem, where can I get GCFScape v1.6.2?<br />
                Cuz i can't open up gcfs and always says;<br />
                The application failed to initialize properly (0xc0000135).<br />
                Help?</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">255.</span> <a name="c2424"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=2685">tompie</a></span><span
                  class="right">Posted: Mar 30th, 2007 - 8:48:59
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content">i cant acces the strike.wad file wtf this sucks becouse when i do it says this wad
                file is valid somethinglike thad<img src="../../images/emotes/sad.gif" width="32" height="32"
                  alt="sad" /></div>
            </div><br />

            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">256.</span> <a name="c2428"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
                  class="right">Posted: Mar 30th, 2007 - 11:36:11 am</span>
                <div class="space"></div>
              </div>
              <div class="content">Perhaps if I had the exact error message I could offer some insight...</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">257.</span> <a name="c2441"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=2704">KREW
                    KR3W KREW KR3W</a></span><span class="right">Posted: Apr 5th, 2007 -
                  11:12:02 am</span>
                <div class="space"></div>
              </div>
              <div class="content">dude can u IM me on AIM tokyorose999 </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">258.</span> <a name="c2442"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=2704">KREW
                    KR3W KREW KR3W</a></span><span class="right">Posted: Apr 5th, 2007 -
                  11:15:19 am</span>
                <div class="space"></div>
              </div>
              <div class="content">or message me on myspace.....www.myspace.com that would be cool thanks alot
                BROseph<img src="../../images/emotes/apple.gif" width="32" height="32" alt="apple" /></div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">259.</span> <a name="c2473"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=2770">Numb094</a></span><span
                  class="right">Modified: May 16th, 2007 - 4:21:14
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">Hey. Thanks for making this Nem. <br />
                <br />
                Currently I'm trying to export a Counter-Terrorist model from CS:S, but there are VTX files as well as
                PHY files. I'm not sure which one's to export.<br />
                <br />
                [I plan to assign a Half-Life 1 model to its skeleton and bring it back into CS:S.<br />
                <br />
                EDIT: Found the files I believe are the right ones.<br />
                <br />
                I exported (GIGN):<br />
                <br />
                ct_gign.dx90.vtx<br />
                <br />
                ct_gign.mdl<br />
                <br />
                ct_gign.phy<br />
                <br />
                ct_gign.sw.vtx<br />
                <br />
                ct_gign.vvd<br />
                <br />
                IDST,.smd<br />
                <br />
                When I went to decompile the model with Milkshape I got this error, followed by a crash:<br />
                <br />
                &quot;Error writing .BMP&quot;<br />
                <br />
                The textures must be somewhere else?<br />
                <br />
                EDIT: I tried decompiling without textures and it just crashed instantly, mentioning the IDST,.smd<br />
                <br />
                <br />
                <br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">260.</span> <a name="c2475"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
                  class="right">Posted: May 17th, 2007 - 2:33:12 pm</span>
                <div class="space"></div>
              </div>
              <div class="content">I don't really know anything about modeling or decompiling models in anything other
                than Crafty.</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">261.</span> <a name="c2503"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=2802">nicu4deea</a></span><span
                  class="right">Posted: Jun 10th, 2007 - 4:31:30
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content">Okay well.. first of all i salute all of you hard working ppl the made this program
                possible.. i think its a great program thet cand be of great use to thouse who know or learn how to use
                it...<br />
                And now my problem is... when i try to acces(opend) the program it gives me
                &quot;G:\Programs\Steam\SteamApps\half-life engine.gcf<br />
                This application failed to start because the application configuration is incorrect.Reinstalling the
                application may fix this problem. &quot;<br />
                My quiestion to you now is... why does it give me this? and how could i make this work?<br />
                Awaying your reply :)</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">262.</span> <a name="c2507"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
                  class="right">Posted: Jun 10th, 2007 - 1:31:32 pm</span>
                <div class="space"></div>
              </div>
              <div class="content">Have you tried the <a href="../GCFScape-FAQ.html4">FAQ</a>?</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">263.</span> <a name="c2508"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=2802">nicu4deea</a></span><span
                  class="right">Posted: Jun 11th, 2007 - 3:43:56
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content">yes i did and.. in the FAQ.. it only says thet if any start up problems persists...
                you should install NET. framework or whats its name cause its writen in C++ NET. framework and it
                requires it... and thet other things there only say about if you get problems trying to open a file...
                but i dont have problems at file unpacking or something, cause i cant even get the program to run.. and
                yes'v installed NET. Frameworks to... still say's &quot;G:\Programs\Steam\SteamApps\half-life
                engine.gcf<br />
                This application failed to start because the application configuration is incorrect.Reinstalling the
                application may fix this problem.&quot; </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">264.</span> <a name="c2509"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
                  class="right">Posted: Jun 11th, 2007 - 2:13:24 pm</span>
                <div class="space"></div>
              </div>
              <div class="content">I wonder if it's because I built the HLLib.dll in VS 2003... Do you have the .NET
                v1.1 Framework installed (along with the v2.0 Framework)?</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">265.</span> <a name="c2530"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=2819">Stove</a></span><span
                  class="right">Posted: Jun 22nd, 2007 - 11:14:01
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">Amazing program Nem, it worked perfectly (i have .net 1.1 and 2.0 installed), keep up
                the great work!</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">266.</span> <a name="c2568"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=2857">THEnub</a></span><span
                  class="right">Posted: Jul 19th, 2007 - 8:35:55
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content"> hey Numb094 just out of curiosity... what exactly is IDST,.smd and were do you find
                it?<br />
              </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">267.</span> <a name="c2574"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
                  class="right">Posted: Jul 21st, 2007 - 8:06:31 pm</span>
                <div class="space"></div>
              </div>
              <div class="content">IDST is the internal identifier for Source .mdl files, and <a
                  href="http://developer.valvesoftware.com/wiki/Smd">.smd</a>
                is the input model format for studiomdl.exe.</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">268.</span> <a name="c2685"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=1689">Polter</a></span><span
                  class="right">Posted: Oct 22nd, 2007 - 4:42:10
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content">can i use .NET framework 2.0 on this?</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">269.</span> <a name="c2687"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=2996">amgad</a></span><span
                  class="right">Posted: Oct 22nd, 2007 - 1:23:27
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">is there currently a way to import .OBj or any other modeler format in Terrain
                Generator.and if not is there gonna be any .OBJ importer for any time soon.</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">270.</span> <a name="c2700"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3014">Johnner
                    Lim</a></span><span class="right">Posted: Nov 3rd, 2007 - 7:52:05
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content">Well done. Can I use Windows 95 in the Game Solution? I know.<img
                  src="../../images/emotes/skate.gif" width="32" height="32" alt="skate" /></div>
            </div><br />

            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">271.</span> <a name="c2703"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3021">hee</a></span><span
                  class="right">Posted: Nov 8th, 2007 - 7:07:58 pm</span>
                <div class="space"></div>
              </div>
              <div class="content">n1 GCFScape v1.3.1 Full very very nice tnx... cool site !</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">272.</span> <a name="c2710"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3027">Pitchguest</a></span><span
                  class="right">Posted: Nov 11th, 2007 - 11:44:45
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content">I've used this mod to interact with Portal, splicing Half-Life 2 files with Portal
                files. I've completed the process, however whenever I start Portal with a Half-Life 2 map, there's no
                sound. How do I fix this?</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">273.</span> <a name="c2759"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3099">Babyface01</a></span><span
                  class="right">Posted: Dec 29th, 2007 - 1:11:59
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content">Hey everyone,<br />
                Im having trouble trying to run Counter Strike Source which includes Halflife 2:Death Match and Day of
                defeat.. My comp is under Vista and i get an error message saying:<br />
                <br />
                Progran: C:\Program Files\Steam\Steam.exe<br />
                File:\p4clients\rel_beta\Projects\Common\Misc\Win32Registry.cpp<br />
                Line:447<br />
                <br />
                bCloseRet==OL<br />
                <br />
                (Press Retry to debug the application - JIT debugging must be enabled)<br />
                <br />
                <br />
                Soooooo....... how do i enable this debugging thingy or do i have to do something else?? Please help
                me<br />
                <br />
                I wana play it...<br />
                <br />
                Thanks bud</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">274.</span> <a name="c2762"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3099">Babyface01</a></span><span
                  class="right">Posted: Dec 29th, 2007 - 4:52:24
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content">Can anyone tell me how to enable the JIT Debugging on Windows Vista Home Premium
                pls?? <img src="../../images/emotes/where.gif" width="32" height="32" alt="where" /></div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">275.</span> <a name="c2764"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
                  class="right">Posted: Dec 29th, 2007 - 1:44:39 pm</span>
                <div class="space"></div>
              </div>
              <div class="content">This really isn't an appropriate place to seek help with Steam. The official <a
                  href="http://forums.steampowered.com/forums/">Valve</a>
                forums are where you want to be. That said, debugging isn't going to help you unless you have the source
                code to Steam. I have very little experience with Vista, but judging by your error message, it
                <i>may</i> be a problem of permissions. Try elevating the privileges of Steam to the <a
                  href="https://web.archive.org/web/20170918052547/http://www.maximumpcguides.com/set-a-program-to-always-run-with-administrative-privileges/">administrative
                  level</a>.</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">276.</span> <a name="c2814"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3190">ced</a></span><span
                  class="right">Posted: Mar 5th, 2008 - 4:38:02 am</span>
                <div class="space"></div>
              </div>
              <div class="content">if anyone is having problems TRY FORMAT C: XD!<br />
                it`s th best medecine against that windows vista shit.<br />
                the differene with vista and XP? XP has YEARS of bugtracking in record PLUS vista has got LOTS of
                unnessecary CRAP! <img src="../../images/emotes/bleeh.gif" width="32" height="32" alt="bleeh" /><br />
                <br />
                if you are experiencing ANY problems ieth vista: GET XP! (or linux)<img
                  src="../../images/emotes/theforce.gif" width="32" height="32" alt="theforce" /><br />
                <br />
                (i am not responible for any damage done to any vista computer after this message :p)</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">277.</span> <a name="c2815"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3190">ced</a></span><span
                  class="right">Posted: Mar 5th, 2008 - 4:40:47 am</span>
                <div class="space"></div>
              </div>
              <div class="content">ow and btw: you dont need JIT it`s a debugger for java apps. debugging does not equal
                repairing. so you probably dont need it.</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">278.</span> <a name="c2921"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3339">powerstarprince</a></span><span
                  class="right">Posted: Jul 2nd, 2008 -
                  11:13:40 pm</span>
                <div class="space"></div>
              </div>
              <div class="content">Hello ppl ....only today i had installed Steam_cs file wich was 379 mb ...n i
                installed steam for the first time ....i hv GCFScape also n its working ....but can u tell me how to
                play counter strike ...even i dunno wat steam is .<br />
                <br />
                Plz tell me how to play counter strike offline or online</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">279.</span> <a name="c2922"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3339">powerstarprince</a></span><span
                  class="right">Posted: Jul 2nd, 2008 -
                  11:15:14 pm</span>
                <div class="space"></div>
              </div>
              <div class="content">Plz anyone reply me...</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">280.</span> <a name="c2927"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3344">xander</a></span><span
                  class="right">Posted: Jul 8th, 2008 - 5:45:49
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content">Do you have an internet connection?<br />
                <img src="../../images/emotes/apple.gif" width="32" height="32" alt="apple" /></div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">281.</span> <a name="c2933"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
                  class="right">Posted: Jul 9th, 2008 - 9:54:22 pm</span>
                <div class="space"></div>
              </div>
              <div class="content">I do not condone, nor will I facilitate, attempts to hack Steam.</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">282.</span> <a name="c2948"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3354">FatherlyNick</a></span><span
                  class="right">Posted: Jul 12th, 2008 - 6:30:06
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">oh guz i want to know, can you use this program to play half life 2 without buying
                it, cuz i got the demo and it has all the files for HL 2, so uh can i extract them to a single folder
                (all the files) and then launch the game!? if NO then guz do you know where i can get the game for free
                without taking loads of time?! <br />
                <br />
                <br />
                Thanks!</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">283.</span> <a name="c2949"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3354">FatherlyNick</a></span><span
                  class="right">Posted: Jul 12th, 2008 - 6:36:27
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">well u just go to new game and well if the default settings r OK for you just press
                START then if u have bots (look for them on google) open the console by ` or ~ key (it should b below
                ESCAPE) and type in - add_bot_ct for a Counter terrorist bot or bot_add_t for bot on the terrorist side!
                but if u want to play online go to the thingy below NEW GAME then wait for the server list to finish
                loading and join the most comfortable game for you, (though you might get kicked or booted for no
                reason)<img src="../../images/emotes/theforce.gif" width="32" height="32" alt="theforce" /></div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">284.</span> <a name="c3090"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3598">GasMan4000</a></span><span
                  class="right">Modified: Jan 7th, 2009 - 3:01:10
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">Whenever I try to open a GCF file or GCFScape it pulls up in an error that says
                &quot;Application has generated an exception that can't be handled. Procces id=0x2e0 (736), Thread
                id=0xb8<br />
                (184)<br />
                Click OK to terminate the application.<br />
                Click CANCEL to debug the application.&quot;<br />
                And when I hit cancel it says &quot;Registered JIT debugger is not available.&quot;<br />
                I have Microsoft .NET Framework 1.1.<br />
                So whats wrong?<img src="../../images/emotes/bored.gif" width="32" height="32" alt="bored" /></div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">285.</span> <a name="c3187"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3765">neomade</a></span><span
                  class="right">Posted: May 25th, 2009 - 3:20:55
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">I have a question:<br />
                <br />
                I am trying to test some custom made models on HL2 but when i put it in the game folder nothing
                happens.<br />
                The game is still taking it's resources from the .gcf files independent of the files i added in the hl2
                folder.<br />
                Now don't ask me silly questions like &quot; dude did you place them in the models folder?&quot; yes i
                did everything and checked and double checked everything...how can i bypass this or if not possible, how
                to overwrite and replace the files in the .gcf files?<br />
                Thanks in advance</div>
            </div><br />

            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">286.</span> <a name="c3200"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3778">Brinsigr</a></span><span
                  class="right">Posted: Jun 13th, 2009 - 6:13:08
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">Hi... if I make any mistake on grammar sorry because im portuguese... I just wanna
                ask what to do for playing CS in gcf file format. I have the Steam and an account and the dedicated
                server too. And I have GCFScape and it works well but I dont know what to do to play CS . I open the gcf
                file with GCFScape and I dont know what to do with all that files. Can Nem or anyone else help me ??
                Thanks.<img src="../../images/emotes/where.gif" width="32" height="32" alt="where" /></div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">287.</span> <a name="c3201"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3778">Brinsigr</a></span><span
                  class="right">Posted: Jun 13th, 2009 - 6:22:30
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">and I want to play without paying for it off course. hasta... And plz reply quickly
                'caze im going nuts with this.</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">288.</span> <a name="c3202"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=1704">maban</a></span><span
                  class="right">Posted: Jun 13th, 2009 - 7:59:34
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">There be no freeloading piracy here. Buy the game and play it that way.</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">289.</span> <a name="c3229"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3769">Eggybreadistasty</a></span><span
                  class="right">Posted: Jul 25th, 2009 -
                  1:30:27 pm</span>
                <div class="space"></div>
              </div>
              <div class="content">I have downloaded GCFscape and .net foundation thing and tried to extract the
                &quot;Dark messiah&quot; GCFs but it came up with error<br />
                &quot;the handle is invalid&quot; even just trying to use GCFscape brings up the error. what does it
                mean and is there a way around this.<br />
                PS I am not a PC expert so something simple please.</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">290.</span> <a name="c3250"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3367">IceBreaker</a></span><span
                  class="right">Posted: Sep 2nd, 2009 - 11:29:28
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">Seems you haven't added much as far as features go, will we ever see a batch validate
                feature?</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">291.</span> <a name="c3429"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4090">Mr.Mister</a></span><span
                  class="right">Posted: Jul 18th, 2010 - 5:45:30
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">well for some reason i cant get the pre-updated maps. its totally gone. all the other
                maps from hl2 are there but these are the ones that are missing from GCFScape.<br />
                <br />
                d1_eli_01<br />
                d1_town_05<br />
                d2_coast_01<br />
                d2_coast_03<br />
                d2_coast_04<br />
                d2_coast_05<br />
                d2_coast_07<br />
                d2_coast_09<br />
                d2_coast_11<br />
                d2_prison_01<br />
                d2_prison_02<br />
                d2_prison_03<br />
                d2_prison_05<br />
                d2_prison_06<br />
                d2_prison_07<br />
                <br />
                please help me find the problem and help me get them back <img src="../../images/emotes/brokenball.gif"
                  width="32" height="32" alt="brokenball" /></div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">292.</span> <a name="c3472"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4137">siralex</a></span><span
                  class="right">Posted: Sep 19th, 2010 - 8:41:42
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content">it won't open one of my gcf files it says &quot;file are corrupt&quot; and the name
                of that gcf is team fortress content.gcf <img src="../../images/emotes/sad.gif" width="32" height="32"
                  alt="sad" /></div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">293.</span> <a name="c3473"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=2111">DomIII</a></span><span
                  class="right">Modified: Sep 21st, 2010 - 4:21:57
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content">@Mr.Mister, see the first 3 posts <a
                  href="../Comments/GCFScape_v1.8.6_Full-page2.html#c3442">here</a><br />@IceBreaker,
                you can use HLExtract from <a href="../../pages/Miscellaneous-HLLib.html">HLLib</a>
                for that purpose, a how-to is <a href="GCFScape-page2.html#c3083">here</a><br /><b>EDIT:</b>
                <a href="../../pages/GCFScape-Download.html">GCFScape
                  1.8.1</a> has that feature, just upgrade and select Tools-&gt;Batch-&gt;Validate<br />
                @Eggybreadistasty, does GCFScape start or does it crash?<br />
                @siralex, are you sure the file is complete? have you tried to validate it through steam?</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">294.</span> <a name="c3483"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4157">EndGame</a></span><span
                  class="right">Modified: Oct 24th, 2010 - 3:38:35
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content">Hi im trying to use GCFScape to export the HL2 files into Portal, so I can use the
                Portal Gun in the HL2 campaigns. I have all of the orange box plus more.<br />
                <br />
                My problem has a few parts:<br />
                1. When extracting files from the GCF I do not want to overwrite existing files, nor do I want to
                extract the 0 Byte files.<br />
                2. I do not know why each GCF has 0 byte files that are also in another GCF (with real bytes), but this
                is creating a problem for me trying to get all the data in one place.<br />
                3. I do not know what all files the HL2 campaigns need, and which GCFs they are in. The ones I have been
                extracting from are: Half Life 2 Content, Half Life 2 2007 base Content, Source 2007 Shared Materials,
                Source 2007 Shared Models, Source 2007 Shared Sounds, Source Materials, Source Models, Source
                Sounds.<br />
                4. I do not know exactly where to extract all the materials because the portal file structure is
                confusing. In portal/materials there are materials folders but also a models folder, but there is also a
                models folder at portal/models. <br />
                5. I have been able to launch a HL2 map from portal, and use the portal gun as expected. However most of
                the textures have a purple overlay, some textures are missing and you can see thru the grid, some
                textures show up as purple checkered board, some textures show up as static like on the TV (ant race),
                the lighting/shading on all surfaces changes from bright to dark and in between while moving or rotating
                camera.<br />
                <br />
                I have seen several videos and screen shots of people successfully playing HL2 maps in Portal,
                essentially as if they where bonus maps I suppose. Unfortunately I cannot seem to get all the content in
                the right place. Any help would be greatly appreciated!</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">295.</span> <a name="c3525"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4170">thesporega1</a></span><span
                  class="right">Modified: Dec 25th, 2010 -
                  12:11:47 am</span>
                <div class="space"></div>
              </div>
              <div class="content">I get a problem when extracting VTF files from the Source GCF.<br /><br /><u>One
                  Error</u>: Error writing C:\Users\Nathan\AppData\Local\Temp\joey_facemap.vtf (Error: Unexpected end of
                GCF stream (0 B of 87528 B). Has the GCF file been completely acquired?)</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">296.</span> <a name="c3545"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4254">nopey</a></span><span
                  class="right">Posted: Mar 9th, 2011 - 8:10:31
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content">Can i get viros with that download?? <img src="../../images/emotes/gunfight.gif"
                  width="32" height="32" alt="gunfight" /> <img src="../../images/emotes/exhausted.gif" width="32"
                  height="32" alt="exhausted" /></div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">297.</span> <a name="c3546"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4254">nopey</a></span><span
                  class="right">Posted: Mar 9th, 2011 - 8:11:05
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content"><img src="../../images/emotes/gunfight.gif" width="32" height="32" alt="gunfight" />
                <img src="../../images/emotes/where.gif" width="32" height="32" alt="where" /></div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">298.</span> <a name="c3738"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4864">k@rt</a></span><span
                  class="right">Posted: Sep 3rd, 2012 - 6:15:21 pm</span>
                <div class="space"></div>
              </div>
              <div class="content">I would like to know if there is a solution to opening, browsing and extracting from
                CS:GO bsp files.<br />
                <br />
                For some reason they are not handled by GCFScape.<br />
                <br />
                k@rt</div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">299.</span> <a name="c3856"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12709">matt729</a></span><span
                  class="right">Posted: Dec 23rd, 2013 - 10:34:28
                  pm</span>
                <div class="space"></div>
              </div>
              <div class="content">Does anyone know where I can download this for mac? </div>
            </div><br />
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">300.</span> <a name="c4842"
                    href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=14146">leahmelda</a></span><span
                  class="right">Posted: Nov 29th, 2019 - 11:29:45
                  am</span>
                <div class="space"></div>
              </div>
              <div class="content">The main reason why students look for <a
                  href="https://web.archive.org/web/20191130121633/https://www.meldaresearch.com/legitimate-custom-term-paper-for-sale/">Already
                  Made Custom Term Paper for Sale</a> is the sheer amount of work demanded by the educational system in
                completing <a
                  href="https://web.archive.org/web/20191130121633/https://www.meldaresearch.com/legitimate-custom-term-paper-for-sale/">College
                  Custom Term Papers</a> and <a
                  href="https://web.archive.org/web/20191130121633/https://www.meldaresearch.com/legitimate-custom-term-paper-for-sale/">Customized
                  Term Paper</a> Service assignments.<br />
              </div>
            </div><br />


            <div class="offsets">[
              <a href="GCFScape_v1.3.1_Full-page1.html#p76">1</a>
              <a href="GCFScape_v1.3.1_Full-page2.html#p76">2</a>
              <a href="GCFScape_v1.3.1_Full-page3.html#p76">3</a>
              <a href="GCFScape_v1.3.1_Full-page4.html#p76">4</a>
              5
              ]</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>