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
|
<!DOCTYPE html>
<head>
<title>Nem's Tools [VTFLib - Download - VTFEdit v1.2.5 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'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="p178" href="#p178">VTFEdit
v1.2.5 Full</a> - <a
href="https://web.archive.org/web/20171113045637/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
class="right">Posted: Mar 26th, 2006 - 12:57:45 pm</span>
<div class="space"></div>
</div>
<div class="content"><b>About:</b>
<p>VTFEdit v1.2.5 - VTFEdit for v1.1 of the .NET Framework 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/20171113045637/http://nemesis.thewavelength.net/files/files/vtfedit125-11.exe">Installer
(833 KB)</a></li>
<li><a
href="https://web.archive.org/web/20171113045637/http://nemesis.thewavelength.net/files/files/vtfedit125-11.zip">Archive
(743 KB)</a></li>
</ul>
<b>Runtimes: <span class="warning">(Required)</span></b>
<p>.NET Framework v1.1 (23,698 KB Executable) - VTFEdit 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/20171113045637/http://microsoft.com/downloads/details.aspx?FamilyId=262D25E3-F589-4842-8157-034D1E7CF3A3&displaylang=en">Microsoft</a>
</li>
</ul>
</div>
<div class="heading1">
<div class="space"></div><span class="left">Modified: Apr 1st, 2008 - 5:37:05 pm</span><span
class="right">[ 2313060 Views ]</span>
<div class="space"></div>
</div>
</div><br>
<div class="offsets">[
<a href="VTFEdit_v1.2.5_Full-page1.html#p178">1</a>
2
]</div><br>
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">61.</span> <a name="c3251"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3873">pie6nin</a></span><span
class="right">Posted: Sep 3rd, 2009 - 4:35:49
pm</span>
<div class="space"></div>
</div>
<div class="content">I have an animated texture and am trying to use it as a spray, but when I use it
ingame nothing happens when I attempt to spray it. Am i doing something wrong?</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">62.</span> <a name="c3253"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3879">Kavukamari</a></span><span
class="right">Modified: Sep 15th, 2009 - 4:27:04
am</span>
<div class="space"></div>
</div>
<div class="content">Nem, Can you add Functionality to change each seperate mipmap?<br />
<br />
This would make mipmap edited sprays so much easier to make</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">63.</span> <a name="c3254"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3880">CAS303</a></span><span
class="right">Posted: Sep 16th, 2009 - 5:11:16
am</span>
<div class="space"></div>
</div>
<div class="content">I have a similar question to Kavukamari's, but basically its how to import .dds files
but still preserving the mipmap data (in the .dds files) instead of having VTFEdit rebuild or clear them
completely when you uncheck the "generate mipmaps" box.<br />
<br />
I saw an old program that can do a dds to VTF conversion that keeps the dds mipmap data, however it
cannot do multiple frames animated texture like VTFedit.</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">64.</span> <a name="c3257"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3879">Kavukamari</a></span><span
class="right">Posted: Sep 19th, 2009 - 1:38:05
am</span>
<div class="space"></div>
</div>
<div class="content">
<div class="vbtitle">pie6nin:</div>
<div class="vbquote">I have an animated texture and am trying to use it as a spray, but when I use it
ingame nothing happens when I attempt to spray it. Am i doing something wrong?</div><br />
<br />
Probably the image is bigger then 120kb, you should make it smaller, or make it have less layers,
because source doesn't allow sprays over 120 kb
</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">65.</span> <a name="c3259"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3887">Zerg</a></span><span
class="right">Posted: Sep 25th, 2009 - 3:23:25
pm</span>
<div class="space"></div>
</div>
<div class="content">Hello.Can someone( Nem?) tell me what is the difference between BGR888 and
BGR888_Bluescreen? and also why is VTF Edit using this function : nvDXTcompress() when I choose the
BGR888 uncompressed format?<br />
<br />
Another thing that I would like to know, is if the memory leak problem was solved.I read about it some
posts before.<br />
Look:<br />
<br />
"I just waned to note that it seams there are memory leaks within VtfEdit.<br />
<br />
After quite a research it turned out the source is not the VTFEdit itself, but the VTFLib that it
uses.<br />
After one more day in looking into the source code I found out that the NVIDIA TEXTURE TOOLS Library,
used by VTFLib for some of its functions, is causing the problem.<br />
<br />
Here are my notes:<br />
<br />
Importing Image with resulution 4096^4096 few times:<br />
<br />
DXT Compression - ok (not 100% sure)<br />
thumbnail generation - minor LEAKs (~10MB for that image res!)<br />
mipmap generation - minor LEAKs (another ~10MB)<br />
resizing 3000 to 4096,- big LEAK (>70MB)<br />
normalmaps generation - major LEAK (>200MB, 50MB for 2048x2048 image)<br />
<br />
NOTE that if you NOT use these functions everythings works great - after importing the same file again
the memory usage (in task manager) returns to the same value before importing the same image as already
imported)<br />
NOTE also that for smaller images the leaks are smaller but are thare!<br />
<br />
You can try all this yourself.<br />
<br />
Im looking for good texture manipulation library myself, that is why I have done such an
investigation:)<br />
<br />
Comments (on the issue) and directions (for the lib) are welcome!"<br />
<br />
Thanks in advance.</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">66.</span> <a name="c3270"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
class="right">Posted: Oct 16th, 2009 - 1:10:57 am</span>
<div class="space"></div>
</div>
<div class="content">Thanks for the info Zerg. The version of the NVIDIA library I'm using is really old.
I haven't updated it because they keep reworking the interface (which is quite annoying). If I ever get
some spare time I might look at it, but to be honest, I have very little spare time these days (just
look how long it took me to respond).<br />
<br />
I'm pretty sure the BGR888_Bluescreen format is used by Valve as a temporary intermittent format when
converting WADs (which have a single color that acts as transparency (typically blue)).<br />
<br />
As for nvDXTcompress, it's just a poorly named function which handles all image data manipulation in
NVIDIA's library. VTFLib uses it to generate mipmaps amongst other things.<br />
<br />
If you're asking me whether you should use NVIDIA's library, the only thing I would consider using it
for again is DXT compression.</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">67.</span> <a name="c3277"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3913">iskunder</a></span><span
class="right">Modified: Oct 31st, 2009 - 7:04:26
pm</span>
<div class="space"></div>
</div>
<div class="content">Hello NEM, you are one amazing guy thanks for setting this all up for us and for
providing support for those who need it. I'm thinking maybe I'm the biggest noob around or I'm fallowing
wrong instructions who knows.<br />
<br />
<img src="../../images/emotes/apple.gif" width="32" height="32" alt="apple" /><br />
<img src="../../images/emotes/alarmed.gif" width="32" height="32" alt="alarmed" /><br />
<img src="../../images/emotes/capoera.gif" width="32" height="32" alt="capoera" /><br />
<img src="../../images/emotes/brokenball.gif" width="32" height="32" alt="brokenball" /><br />
<img src="../../images/emotes/exploding.gif" width="32" height="32" alt="exploding" /><br />
<img src="../../images/emotes/exhausted.gif" width="32" height="32" alt="exhausted" /><br />
<br />
So heres my Objective. I'm working on a rats map and I'm at that stage where I need my own textures for
things like books, cd players, games and so on. I want to be able to take the pictures I have taken with
the camera and place them in my map.<br />
<br />
Heres the instructions I Have fallowed and I still cannot get it to work. <br />
<br />
"this is assuming that you have VTFedit. If you don't...google it and get it.<br />
<br />
Steam must be on.<br />
<br />
Make a folder in your mods material folder.<br />
Steam\steamapps\email\counter-strike source\cstrike\materials<br />
<br />
Name the folder whatever you want.<br />
Steam\steamapps\email\counter-strike source\cstrike\materials\whatever<br />
<br />
Make another folder in your mod's sourcesdk_content folder.<br />
Steam\steamapps\email\sourcesdk_content\cstrike\materialsrc\whatever<br />
<br />
Now open VTFedit.<br />
Go File<br />
Import your texture<br />
Press OK<br />
Once your texture is loaded, go to File<br />
Save As...<br />
<br />
Save the texture into the folder for your mod.<br />
Steam\steamapps\email\counter-strike source\cstrike\materials\whatever\texture_name<br />
<br />
Now restart Steam.<br />
Open Hammer<br />
Browse to the name of your texture.<br />
It should be there and ready to use."</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">68.</span> <a name="c3318"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3970">ItsMe</a></span><span
class="right">Posted: Jan 6th, 2010 - 2:10:27
pm</span>
<div class="space"></div>
</div>
<div class="content">Is it possible to open a .dds(or multiple for animation) and keep thier current
mipmaps ?<br />
<br />
If it is, maybe Im doing something wrong. I either get no mipmaps or VTFEdit generates new ones.</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">69.</span> <a name="c3327"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3250">defragen1</a></span><span
class="right">Posted: Jan 23rd, 2010 - 8:13:52
pm</span>
<div class="space"></div>
</div>
<div class="content">man :( it would really help if vtfedit had templates like in the plugins <br />
<br />
and it also wouldn't hurt to be able to save your own custom templates too</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">70.</span> <a name="c3334"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3993">jpwanabe</a></span><span
class="right">Posted: Feb 3rd, 2010 - 2:06:07
am</span>
<div class="space"></div>
</div>
<div class="content">ok nem, now dont get mad, but is there a way that i can make a vtf of around <span
style="color: red;">3000</span> jpegs in one go? or am i screwed. trying to put a full video in a map.
</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">71.</span> <a name="c3335"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=3996">SVR</a></span><span
class="right">Posted: Feb 7th, 2010 - 11:29:41 pm</span>
<div class="space"></div>
</div>
<div class="content">I am trying to convert vtf to tga but while it is processing it shows an error in the
Log.<br />
<br />
Processing ad01.vtf...<br />
Error loading ad01.vtf.Error: File signaure does not match 'VTF'.<br />
ad01.vtf processed.<br />
<br />
it then goes onto the next file in the folder and the same thing happnes. How can i fix this?</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">72.</span> <a name="c3355"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4027">Lolwut</a></span><span
class="right">Modified: Apr 9th, 2010 - 8:23:33
pm</span>
<div class="space"></div>
</div>
<div class="content">Hi, I'm trying to do what a few users above me has already asked about: Importing
multiple .dds files to make an animated squence of frames, but keep the existing mipmap information.
(Not create new mipmaps or clear them).<br />
<br />
Has anyone found a way to do this? I know it's possible to make .vtf files with a single frame and
keeping the mipmap info, as another program (Quick and dirty Bloodlines Tools version 3.9a) can do
this.<br />
<br />
Edit: Or alternatively, is there any way to combine a few .vtf files I made in the other program into a
single animated .vtf file?</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">73.</span> <a name="c3365"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4035">COUGAR_BAIT</a></span><span
class="right">Posted: Apr 19th, 2010 - 10:25:04
pm</span>
<div class="space"></div>
</div>
<div class="content">how do I slow down the frames!</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">74.</span> <a name="c3411"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4077">Nabuko</a></span><span
class="right">Posted: Jun 16th, 2010 - 2:36:09
pm</span>
<div class="space"></div>
</div>
<div class="content">Nem, can you add thumbnail preview window for entire folder ?</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">75.</span> <a name="c3453"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4107">R0B3RTT</a></span><span
class="right">Modified: Aug 2nd, 2010 - 5:14:00
pm</span>
<div class="space"></div>
</div>
<div class="content"> I am just about ready to go <b>INSANE!</b> I am trying to make a backround for a HL2
Program,And i want it to stay the size it is. It i uncheck resize,i open the picture,picture doesn't
show up. i try to uncheck clamp,doesn't come out the picture's original size. I've tryed everything! i
need it to stay the SAME size! <br />
<img src="../../images/emotes/yelling.gif" width="32" height="32" alt="yelling" /></div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">76.</span> <a name="c3535"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4227">Protoss</a></span><span
class="right">Posted: Jan 28th, 2011 - 8:06:09
pm</span>
<div class="space"></div>
</div>
<div class="content">Hello everyone(Nemesis) I would like to ask how can I resolve this error<br />
<br />
Error Loading VTF Texture:<br />
<br />
Error<br />
File is corrupt;file to small for its header <img src="../../images/emotes/sad.gif" width="32"
height="32" alt="sad" /> <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">77.</span> <a name="c3543"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4247">Motherfat</a></span><span
class="right">Posted: Feb 27th, 2011 - 1:00:13
am</span>
<div class="space"></div>
</div>
<div class="content">hey i have a problem i have a texture it works i can see it in hammer but i can see
it behind walls and stuff can you help me this is what the proporties are in vmf file<br />
<br />
"UnlitGeneric"<br />
{<br />
"$basetexture" "cabal\Cabal"<br />
"$translucent" "1"<br />
"$ignorez" "1"<br />
"$vertexcolor" "1"<br />
"$vertexalpha" "1"<br />
}</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">78.</span> <a name="c3547"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4258">racerdbo</a></span><span
class="right">Posted: Mar 16th, 2011 - 2:51:03
pm</span>
<div class="space"></div>
</div>
<div class="content">Hey on I replaced some garrys mod addon car skins and then when i test them out on
gmod they dont work.Then when i go to VTFEDIT it shows the original skin instead of the custom skin for
the car i changed the skin on.Do i need to like save the VTFEDIT archive of the original files or
something like that.I NEED HELP</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">79.</span> <a name="c3548"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4259">trinnexx</a></span><span
class="right">Posted: Mar 17th, 2011 - 11:01:11
pm</span>
<div class="space"></div>
</div>
<div class="content">
<div class="vbtitle">Nem:</div>
<div class="vbquote">You specify the frame rate in the .vmt as illustrated <a
href="https://web.archive.org/web/20090623031739/http://www.editlife.net:80/tutorial.php?tutid=43">here</a>.
</div><br />
The link and site has 404'd =<<br />
Looked around for a replacement but not sure it was right..<br />
Does anyone have the syntax for controlling animation speed on vtf Sprays (tf2) or does the server
ignore the vmt nowa-days?<br />
</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">80.</span> <a name="c3549"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
class="right">Posted: Mar 24th, 2011 - 9:20:31 pm</span>
<div class="space"></div>
</div>
<div class="content">There is another example <a href="http://www.gamebanana.com/tuts/171">here</a>.</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">81.</span> <a name="c3563"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4162">m2pt5</a></span><span
class="right">Posted: Apr 19th, 2011 - 11:52:51
am</span>
<div class="space"></div>
</div>
<div class="content">Portal 2 is using a new 7.5 version of VTF that the current version of VTFEdit can't
open.</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">82.</span> <a name="c3567"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
class="right">Posted: Apr 23rd, 2011 - 11:41:03 am</span>
<div class="space"></div>
</div>
<div class="content">You're using an older version of VTFEdit, try <a
href="../../pages/VTFLib-Download.html">this
one</a>.</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">83.</span> <a name="c3570"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4285">HelloWorld</a></span><span
class="right">Posted: Apr 24th, 2011 - 7:07:04
am</span>
<div class="space"></div>
</div>
<div class="content">
<div class="vbtitle">Nem:</div>
<div class="vbquote">You're using an older version of VTFEdit, try <a
href="../../pages/VTFLib-Download.html">this
one</a>.</div>Update link <a href="../../pages/VTFLib.html">here</a>,
please.
</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">84.</span> <a name="c3581"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4303">NKR3X</a></span><span
class="right">Posted: May 15th, 2011 - 3:29:21
pm</span>
<div class="space"></div>
</div>
<div class="content">is there a way to control the framerate, the VMT file isnt helping, i have it set to
500 and its running as if its normal</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">85.</span> <a name="c3597"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4348">MrAsplundh</a></span><span
class="right">Modified: Jul 16th, 2011 - 4:27:45
am</span>
<div class="space"></div>
</div>
<div class="content">I'm trying to make an animated spray, my resolution is 128x128, but in-game my spray
looks really fuzzy/pixelated, any solution? Other people see the same thing as me</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">86.</span> <a name="c3605"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4369">noobkiller</a></span><span
class="right">Posted: Aug 21st, 2011 - 11:01:57
am</span>
<div class="space"></div>
</div>
<div class="content">no virus????????<br />
</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">87.</span> <a name="c3711"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4570">aLx</a></span><span
class="right">Posted: May 16th, 2012 - 4:41:35 am</span>
<div class="space"></div>
</div>
<div class="content">vtf edit diese anwendung konnte nicht gestartet werden, da die
side-by-side-konfiguration ungültig ist<br />
<br />
Wtf did i wrong?<br />
<br />
In english:<br />
<br />
VTF Edit couldn't start the application, because the SIDE-BY-Side-Configuration is invalid.<br />
<br />
please help me :(</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">88.</span> <a name="c3722"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4662">michaelgt</a></span><span
class="right">Posted: Jun 29th, 2012 - 2:38:59
pm</span>
<div class="space"></div>
</div>
<div class="content">Hi,<br />
<br />
I'm trying to make an animated vtf using jpegs.<br />
I have one problem though, VTFEdit is not accepting different sizes.<br />
<br />
Is there a way around this or something? Without having to resize every image, that is...<br />
<br />
I also have a GIF of it, if it has any help.<br />
<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">89.</span> <a name="c3741"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4938">canis
lupus</a></span><span class="right">Posted: Sep 12th, 2012 - 8:25:44
am</span>
<div class="space"></div>
</div>
<div class="content">Hello,<br />
I'm having an issue with opening vtfedit. whenver I try, it gives the error, "The application has
failed to start because it's side-by-side configuration is incorrect." Does anyone have any idea
how to fix this?</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">90.</span> <a name="c3774"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12572">OkamiTakahashi</a></span><span
class="right">Posted: Feb 12th, 2013 -
11:50:23 pm</span>
<div class="space"></div>
</div>
<div class="content">I'm also getting the side-by-side error and have absolutely no idea how to fix it.
This is crucial as I'm working on new skins for the Heavy and the Sniper.<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">91.</span> <a name="c3791"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12603">Maylchan</a></span><span
class="right">Posted: Apr 30th, 2013 - 12:23:41
am</span>
<div class="space"></div>
</div>
<div class="content">Can someone tell me what i do wrong? If i export a Picture like the Cigarette case
from the Spy is the Pictur to bright.</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">92.</span> <a name="c3845"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12696">marcixy1</a></span><span
class="right">Posted: Nov 17th, 2013 - 8:18:43
am</span>
<div class="space"></div>
</div>
<div class="content">It's not working for me.(Program running error (5)).</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">93.</span> <a name="c3906"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12759">nickodei</a></span><span
class="right">Posted: Apr 22nd, 2014 - 11:09:43
pm</span>
<div class="space"></div>
</div>
<div class="content">Hey <br />
<br />
I know the problem<br />
<br />
download VTFlib and extract it into a folder<br />
<br />
go Bin / x86/ VTFedit and run it<br />
<br />
works!</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">94.</span> <a name="c3909"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12763">HolographicP</a></span><span
class="right">Posted: May 4th, 2014 - 1:56:55
am</span>
<div class="space"></div>
</div>
<div class="content"><img src="../../images/emotes/alarmed.gif" width="32" height="32" alt="alarmed" />
VTFEdit just won't work. No error messages, nothing. It doesn't even
create a new process. Help!</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">95.</span> <a name="c3934"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12867">Skitt64</a></span><span
class="right">Posted: Nov 10th, 2014 - 6:43:49
pm</span>
<div class="space"></div>
</div>
<div class="content">I'm trying to make a team-colored wrench, but when I export the image, it always ends
up too light. I tried exporting the Australium skin(What the teamcolor skins are based off of), and it
got the same result when imported, though it was fine when exported. How do I keep this from happening?
</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">96.</span> <a name="c3945"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12906">Lops223</a></span><span
class="right">Posted: Feb 9th, 2015 - 5:36:52
am</span>
<div class="space"></div>
</div>
<div class="content">hey i have a jpeg file i want to make a vtf and i found ur site trying to make it a
vtf dod you know how i can use this program<br />
<br />
<br />
<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">97.</span> <a name="c3946"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12906">Lops223</a></span><span
class="right">Modified: Feb 9th, 2015 - 5:42:52
am</span>
<div class="space"></div>
</div>
<div class="content">ok ive made a jpeg version and a tga version so i can use either <br />
<br />
<br />
<img src="../../images/emotes/folder.gif" width="32" height="32" alt="folder" /></div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">98.</span> <a name="c3947"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12906">Lops223</a></span><span
class="right">Posted: Feb 9th, 2015 - 5:45:13
am</span>
<div class="space"></div>
</div>
<div class="content">i wonder if anyone uses this site anymore.<br />
<br />
<br />
<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">99.</span> <a name="c3948"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12907">MegamanW6</a></span><span
class="right">Posted: Feb 12th, 2015 - 2:00:14
am</span>
<div class="space"></div>
</div>
<div class="content">Which one do I download?</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">100.</span> <a name="c3951"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12915">JoeSziver</a></span><span
class="right">Posted: Mar 4th, 2015 - 11:35:42
pm</span>
<div class="space"></div>
</div>
<div class="content">Severe bug: whenever you try to open an image from a non-indexed portion of your
computer, the application crashes and is nonrecoverable. I have uninstalled it several times and still
nothing.</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">101.</span> <a name="c3954"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12938">jakee</a></span><span
class="right">Posted: May 17th, 2015 - 9:29:51
am</span>
<div class="space"></div>
</div>
<div class="content"><b>What do i click to install</b><br />
<img src="../../images/emotes/walking.gif" width="32" height="32" alt="walking" /></div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">102.</span> <a name="c3959"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12953">Noah</a></span><span
class="right">Posted: Jun 17th, 2015 - 4:27:27
pm</span>
<div class="space"></div>
</div>
<div class="content">it say 7.5 dose not mach to 7.0 to 7.4 what do I <img
src="../../images/emotes/bleeh.gif" width="32" height="32" alt="bleeh" /></div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">103.</span> <a name="c3961"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12955">PeaceFighter</a></span><span
class="right">Posted: Jun 22nd, 2015 - 6:42:48
pm</span>
<div class="space"></div>
</div>
<div class="content">Yes i have the same problem!!!<br />
<br />
What to do?<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">104.</span> <a name="c3972"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=13002">paradoxicality</a></span><span
class="right">Posted: Oct 10th, 2015 -
8:54:42 pm</span>
<div class="space"></div>
</div>
<div class="content">Hi I need some help with VTFEdit, I've imported a .png file that's just green as a
test, and when I saved it I only got one .vtf file out of the program, which is weird because my friend
gets two files, a .vtf and a .vmt. Does anyone know why this is happening to me?</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">105.</span> <a name="c3976"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=13018">Rustyy</a></span><span
class="right">Modified: Dec 23rd, 2015 - 12:01:40
pm</span>
<div class="space"></div>
</div>
<div class="content">PROBLEM SOLVER FOR ANYONE WHO'S HAVING THE SIDE-BY-SIDE ERROR<br />
<br />
Do a standard install of the community version of Microsoft Visual Studio. It will install every single
.NET framework and who knows else, and the issue will be fixed!<br />
This is how i finally got rid of this annoying error.</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">106.</span> <a name="c3978"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=13029">Poopmaster</a></span><span
class="right">Posted: Jan 13th, 2016 - 1:39:08
pm</span>
<div class="space"></div>
</div>
<div class="content"><b>[h1] 2 material into single vtf repack[/h1]</b><br />
anyone know how to get around this. I get the default skin for a sawed off shottie in csgo. i open it up
in photoshop and there are two materials. it turns out the top will receive glossy and through an alpha
on the top the under wont. they are essentially identical, however once i've unpacked the textures i can
only save to tga and then bring into vtf. since tga doesn't support layers. i only get the one layer
most top. how do I repack after editing both materials?<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">107.</span> <a name="c3979"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=13040">lol123</a></span><span
class="right">Posted: Jan 26th, 2016 - 7:06:47
pm</span>
<div class="space"></div>
</div>
<div class="content"><img src="../../images/emotes/bleeh.gif" width="32" height="32" alt="bleeh" /></div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">108.</span> <a name="c3981"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=13050">doctorjew</a></span><span
class="right">Posted: Feb 10th, 2016 - 10:10:59
pm</span>
<div class="space"></div>
</div>
<div class="content">Does anyone know if it is possible to use batch convert but create VMTs with
VertexlitGeneric instead of LightedmapGeneric?</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">109.</span> <a name="c3997"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=13136">Neebs</a></span><span
class="right">Posted: Aug 9th, 2016 - 12:48:12
pm</span>
<div class="space"></div>
</div>
<div class="content">Mac version? :P</div>
</div><br />
<div class="group">
<div class="heading2">
<div class="space"></div><span class="left"><span class="title">110.</span> <a name="c4007"
href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=13157">Goat</a></span><span
class="right">Posted: Sep 28th, 2016 - 6:11:58
pm</span>
<div class="space"></div>
</div>
<div class="content">Nem,<br />
I'm trying to open the .vmt file as an image, but the only option I get is file system. Can you help?
</div>
</div><br />
<div class="offsets">[
<a href="VTFEdit_v1.2.5_Full-page1.html#p178">1</a>
2
]</div><br>
</div>
<div class="main_sidebar">
<div class="group">
<div class="heading1"><span class="title">VTFLib</span></div>
<div class="content"><span class="title">» <a href="../../pages/VTFLib.html">About</a></span><br>
<span class="title">» <a href="../../pages/VTFLib-Download.html">Download</a></span><br>
<span class="title">» <a href="../VTFLib-Revision History.html">Revision
History</a></span><br>
<span class="title">» <a href="../VTFLib-FAQ.html">FAQ</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/20171113045637/http://nemesis.thewavelength.net/index.php?c=178&o=0">
<div class="label">Username:</div>
<div><input type="text" name="username" class="textbox" autocomplete="off"
style="background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAAXNSR0IArs4c6QAAAPhJREFUOBHlU70KgzAQPlMhEvoQTg6OPoOjT+JWOnRqkUKHgqWP4OQbOPokTk6OTkVULNSLVc62oJmbIdzd95NcuGjX2/3YVI/Ts+t0WLE2ut5xsQ0O+90F6UxFjAI8qNcEGONia08e6MNONYwCS7EQAizLmtGUDEzTBNd1fxsYhjEBnHPQNG3KKTYV34F8ec/zwHEciOMYyrIE3/ehKAqIoggo9inGXKmFXwbyBkmSQJqmUNe15IRhCG3byphitm1/eUzDM4qR0TTNjEixGdAnSi3keS5vSk2UDKqqgizLqB4YzvassiKhGtZ/jDMtLOnHz7TE+yf8BaDZXA509yeBAAAAAElFTkSuQmCC"); 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("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAAXNSR0IArs4c6QAAAPhJREFUOBHlU70KgzAQPlMhEvoQTg6OPoOjT+JWOnRqkUKHgqWP4OQbOPokTk6OTkVULNSLVc62oJmbIdzd95NcuGjX2/3YVI/Ts+t0WLE2ut5xsQ0O+90F6UxFjAI8qNcEGONia08e6MNONYwCS7EQAizLmtGUDEzTBNd1fxsYhjEBnHPQNG3KKTYV34F8ec/zwHEciOMYyrIE3/ehKAqIoggo9inGXKmFXwbyBkmSQJqmUNe15IRhCG3byphitm1/eUzDM4qR0TTNjEixGdAnSi3keS5vSk2UDKqqgizLqB4YzvassiKhGtZ/jDMtLOnHz7TE+yf8BaDZXA509yeBAAAAAElFTkSuQmCC"); 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/20171113045637/http://nemesis.thewavelength.net/index.php?action=directory">Directory</a></span><br>
<span class="title">» <a
href="https://web.archive.org/web/20171113045637/http://nemesis.thewavelength.net/index.php?c=178&o=0&action=addauthor">Register</a></span><br>
<span class="title">» <a
href="https://web.archive.org/web/20171113045637/http://nemesis.thewavelength.net/index.php?c=178&o=0&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/20171113045637/http://nemesis.thewavelength.net/index.php?c=178&o=105#c4044">VTFEdit
v1.2.5 Full</a> (<a
href="https://web.archive.org/web/20171113045637/http://nemesis.thewavelength.net/index.php?a=13322">iipa</a>)</span><br><span
class="title">» <a
href="https://web.archive.org/web/20171113045637/http://nemesis.thewavelength.net/index.php?c=213&o=45#c4039">Crafty
FAQ</a> (<a
href="https://web.archive.org/web/20171113045637/http://nemesis.thewavelength.net/index.php?a=13268">steve0503</a>)</span><br><span
class="title">» <a
href="https://web.archive.org/web/20171113045637/http://nemesis.thewavelength.net/index.php?c=277&o=0#c4038">GCFScape
v1.8.6</a> (<a
href="https://web.archive.org/web/20171113045637/http://nemesis.thewavelength.net/index.php?a=13282">imgsrc17</a>)</span><br><span
class="title">» <a
href="https://web.archive.org/web/20171113045637/http://nemesis.thewavelength.net/index.php?c=205&o=210#c4037">About
Crafty</a> (<a
href="https://web.archive.org/web/20171113045637/http://nemesis.thewavelength.net/index.php?a=13231">Paynamia</a>)</span><br><span
class="title">» <a
href="https://web.archive.org/web/20171113045637/http://nemesis.thewavelength.net/index.php?c=169&o=90#c4036">GCFScape
v1.8.6 Full</a> (<a
href="https://web.archive.org/web/20171113045637/http://nemesis.thewavelength.net/index.php?a=13277">liaoyia</a>)</span><br>
</div>
</div><br>
<div class="group">
<div class="heading1"><span class="title">Latest Articles</span></div>
<div class="content"><span class="title">» <a
href="https://web.archive.org/web/20171113045637/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/20171113045637/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/20171113045637/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/20171113045637/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/20171113045637/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/20171113045637/http://nemesis.thewavelength.net/index.php?c=178#p178">VTFEdit
v1.2.5 Full</a></span><br><span class="title">» <a
href="https://web.archive.org/web/20171113045637/http://nemesis.thewavelength.net/index.php?c=76#p76">GCFScape
v1.3.1 Full</a></span><br><span class="title">» <a
href="https://web.archive.org/web/20171113045637/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/20171113045637/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/20171113045637/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/20171113045637/http://nemesis.thewavelength.net/index.php?a=13328">Sir47</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/20171113045637/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><br><span
class="title">» <a
href="https://web.archive.org/web/20171113045637/http://nemesis.thewavelength.net/index.php?a=376">Bluefang</a></span><br><span
class="title">» <a
href="https://web.archive.org/web/20171113045637/http://nemesis.thewavelength.net/index.php?a=708">NoBody</a></span><br><span
class="title">» <a
href="https://web.archive.org/web/20171113045637/http://nemesis.thewavelength.net/index.php?a=7">Slackiller</a></span><br><span
class="title">» <a
href="https://web.archive.org/web/20171113045637/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/20171113045637/http://nemesis.thewavelength.net/rss/?page=1">RSS
2.0 (News)</a></span><br>
<span class="title">» <a
href="https://web.archive.org/web/20171113045637/http://nemesis.thewavelength.net/rss/">RSS 2.0
(Entire Site)</a></span><br>
<span class="title">» <a
href="https://web.archive.org/web/20171113045637/http://nemesis.thewavelength.net/rss/?comments&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>
|