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
|
<!DOCTYPE html>
<head>
<title>Nem's Tools [Terrain Generator - User Created Maps]</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="p174"
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=174#p174">Castle
Attack - []v[]</a> - <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
class="right">Posted: Mar 6th, 2006 - 6:22:51 pm</span>
<div class="space"></div>
</div>
<div class="content">
<table class="emptytable" width="100%">
<tbody>
<tr>
<td valign="top">
<a href="../images/subpages/Terrain_Generator-Tutorials/user_maps/castleattackbig1.jpg"><img
src="../images/subpages/Terrain_Generator-Tutorials/user_maps/castleattacksmall1.jpg"
width="200" height="150" border="0" alt="Castle Attack"></a><br><br>
<a href="../images/subpages/Terrain_Generator-Tutorials/user_maps/castleattackbig2.jpg"><img
src="../images/subpages/Terrain_Generator-Tutorials/user_maps/castleattacksmall2.jpg"
width="200" height="150" border="0" alt="Castle Attack"></a>
</td>
<td valign="top">
<b>Author: </b>[]v[]<br>
<b>Map Title: </b>Castle Attack<br>
<b>Author's Homepage: </b><a
href="https://web.archive.org/web/20170810043238/http://www.mannsreality.co.uk/">[]v[]'s
Site</a><br>
<b>Author's E-Mail: </b><a
href="mailto:[email protected]">[email protected]</a><br>
<br>
<b>Description: </b>A group of Allied soldiers have been air-dropped into the village, they will
hope to gain the radio parts and documents, then repair the radio and transmit the documents
from the
damaged village radio. Defend the castle at all costs. And prevent the allies from transmitting
the documents.
</td>
</tr>
</tbody>
</table>
</div>
<div class="heading1">
<div class="space"></div><span class="left">Modified: Jul 31st, 2006 - 1:00:47 pm</span><span
class="right">[ <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=174#p174">3
Comments</a> ]</span>
<div class="space"></div>
</div>
</div><br>
<div class="group">
<div class="heading1">
<div class="space"></div><span class="left"><a name="p124"
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=124#p124">For
My Babies 100 - Mike Woodham</a> - <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
class="right">Posted: Oct 21st, 2004 - 6:49:25 pm</span>
<div class="space"></div>
</div>
<div class="content">
<table class="emptytable" width="100%">
<tbody>
<tr>
<td valign="top">
<a href="../images/subpages/Terrain_Generator-Tutorials/user_maps/fmb100big1.jpg"><img
src="../images/subpages/Terrain_Generator-Tutorials/user_maps/fmb100small1.jpg" width="200"
height="150" border="0" alt="For My Babies 100"></a><br><br>
<a href="../images/subpages/Terrain_Generator-Tutorials/user_maps/fmb100big2.jpg"><img
src="../images/subpages/Terrain_Generator-Tutorials/user_maps/fmb100small2.jpg" width="200"
height="150" border="0" alt="For My Babies 100"></a>
</td>
<td valign="top">
<b>Author: </b>Mike Woodham<br>
<b>Map Title: </b>For My Babies 100<br>
<b>Author's Homepage: </b><a
href="https://web.archive.org/web/20170810043238/http://www.mikewoodham.com/">Mike Woodham's
Site</a><br>
<b>Author's E-Mail: </b><a href="mailto:[email protected]">[email protected]</a><br>
<br>
<b>Description: </b>A Quake 1 level.
</td>
</tr>
</tbody>
</table>
</div>
<div class="heading1">
<div class="space"></div><span class="left"></span><span class="right">[ <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=124#p124">2
Comments</a> ]</span>
<div class="space"></div>
</div>
</div><br>
<div class="group">
<div class="heading1">
<div class="space"></div><span class="left"><a name="p72"
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=72#p72">de_wooden4ce
- Christian Kaburek</a> - <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
class="right">Posted: Nov 29th, 2003 - 10:31:25 am</span>
<div class="space"></div>
</div>
<div class="content">
<table class="emptytable" width="100%">
<tbody>
<tr>
<td valign="top">
<a href="../images/subpages/Terrain_Generator-Tutorials/user_maps/de_wooden4cebig1.jpg"><img
src="../images/subpages/Terrain_Generator-Tutorials/user_maps/de_wooden4cesmall1.jpg"
width="200" height="150" border="0" alt="de_wooden4ce"></a><br><br>
<a href="../images/subpages/Terrain_Generator-Tutorials/user_maps/de_wooden4cebig2.jpg"><img
src="../images/subpages/Terrain_Generator-Tutorials/user_maps/de_wooden4cesmall2.jpg"
width="200" height="150" border="0" alt="de_wooden4ce"></a>
</td>
<td valign="top">
<b>Author: </b>Christian Kaburek<br>
<b>Map Title: </b>de_wooden4ce<br>
<b>Author's Homepage: </b><a
href="https://web.archive.org/web/20170810043238/http://www.w4wooden4ce.at/">Christian
Kaburek's Clan's Site</a><br>
<b>Author's E-Mail: </b><a
href="mailto:[email protected]">[email protected]</a><br>
<br>
<b>Description: </b>When I found out about your Terrain Generator I picked up my work again and
finished it today (19. Nov. 2003). It is only intended to be a nice looking map rather than a
well designed gameplay map. I may use it as a landscape for a movie. However it is rather big
(~10MB) and has a sculpture in it I was working on besides mapping. Underneath is a verly large
Cave.
</td>
</tr>
</tbody>
</table>
</div>
<div class="heading1">
<div class="space"></div><span class="left">Modified: Dec 5th, 2003 - 6:36:02 pm</span><span
class="right">[ <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=72#p72">2
Comments</a> ]</span>
<div class="space"></div>
</div>
</div><br>
<div class="group">
<div class="heading1">
<div class="space"></div><span class="left"><a name="p66"
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=66#p66">Untitled
- Hike 1</a> - <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
class="right">Posted: Aug 9th, 2003 - 12:50:49 pm</span>
<div class="space"></div>
</div>
<div class="content">
<table class="emptytable" width="100%">
<tbody>
<tr>
<td valign="top">
<a href="../images/subpages/Terrain_Generator-Tutorials/user_maps/hikebig1.jpg"><img
src="../images/subpages/Terrain_Generator-Tutorials/user_maps/hikesmall1.jpg" width="200"
height="150" border="0" alt="Untitled"></a><br><br>
<a href="../images/subpages/Terrain_Generator-Tutorials/user_maps/hikebig2.jpg"><img
src="../images/subpages/Terrain_Generator-Tutorials/user_maps/hikesmall2.jpg" width="200"
height="150" border="0" alt="Untitled"></a>
</td>
<td valign="top">
<b>Author: </b>Hike 1<br>
<b>Map Title: </b>Untitled<br>
<b>Author's Homepage: </b><a
href="https://web.archive.org/web/20170810043238/http://doors.cybertrails.com/~hike1/">Hike
1's Site</a><br>
<b>Author's E-Mail: </b><a href="mailto:[email protected]">[email protected]</a><br>
<br>
<b>Description: </b>Various screenshots from worlds created by Hike 1.
</td>
</tr>
</tbody>
</table>
</div>
<div class="heading1">
<div class="space"></div><span class="left"></span><span class="right">[ <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=66#p66">Comment</a>
]</span>
<div class="space"></div>
</div>
</div><br>
<div class="group">
<div class="heading1">
<div class="space"></div><span class="left"><a name="p50"
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=50#p50">de_area51
- ooNate</a> - <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
class="right">Posted: Jun 1st, 2003 - 12:44:22 pm</span>
<div class="space"></div>
</div>
<div class="content">
<table class="emptytable" width="100%">
<tbody>
<tr>
<td valign="top">
<a
href="https://web.archive.org/web/20170915133646/http://nemesis.thewavelength.net/images/user/de_area51big1.jpg"><img
src="../images/subpages/Terrain_Generator-Tutorials/user_maps/de_area51small1.jpg"
width="200" height="150" border="0" alt="Area 51"></a><br><br>
<a href="../images/subpages/Terrain_Generator-Tutorials/user_maps/de_area51big2.jpg"><img
src="../images/subpages/Terrain_Generator-Tutorials/user_maps/de_area51small2.jpg"
width="200" height="150" border="0" alt="Area 51"></a>
</td>
<td valign="top">
<b>Author: </b>ooNate<br>
<b>Map Title: </b>Area 51<br>
<b>Author's Homepage: </b>None<br>
<b>Author's E-Mail: </b><a href="mailto:[email protected]">[email protected]</a><br>
<br>
<b>Description: </b>Bomb defuse level set in area 51. It is the job of the terrorists to destroy
the alien technology storehouse.
</td>
</tr>
</tbody>
</table>
</div>
<div class="heading1">
<div class="space"></div><span class="left">Modified: Jul 2nd, 2003 - 11:35:33 am</span><span
class="right">[ <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=50#p50">6
Comments</a> ]</span>
<div class="space"></div>
</div>
</div><br>
<div class="group">
<div class="heading1">
<div class="space"></div><span class="left"><a name="p31"
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=31#p31">Untitled
- Mike W.</a> - <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
class="right">Posted: May 26th, 2003 - 7:48:37 pm</span>
<div class="space"></div>
</div>
<div class="content">
<table class="emptytable" width="100%">
<tbody>
<tr>
<td valign="top">
<a href="../images/subpages/Terrain_Generator-Tutorials/user_maps/turing_ctfbig1.jpg"><img
src="../images/subpages/Terrain_Generator-Tutorials/user_maps/turing_ctfsmall1.jpg"
width="200" height="150" border="0" alt="Untitled"></a><br><br>
<a href="../images/subpages/Terrain_Generator-Tutorials/user_maps/turing_ctfbig2.jpg"><img
src="../images/subpages/Terrain_Generator-Tutorials/user_maps/turing_ctfsmall2.jpg"
width="200" height="150" border="0" alt="Untitled"></a>
</td>
<td valign="top">
<b>Author: </b>Mike W.<br>
<b>Map Title: </b>Untitled<br>
<b>Author's Homepage: </b><a
href="https://web.archive.org/web/20170810043238/http://www.uber-geek.ca/games/turing/">AI
Hunter</a><br>
<b>Author's E-Mail: </b><a href="mailto:[email protected]">[email protected]</a><br>
<br>
<b>Description: </b>Screenshots from various levels from AI Hunter built on the <a
href="https://web.archive.org/web/20170810043238/http://www.realityfactory.ca/">Reality
Factory</a> engine.
</td>
</tr>
</tbody>
</table>
</div>
<div class="heading1">
<div class="space"></div><span class="left">Modified: Jul 2nd, 2003 - 11:28:50 am</span><span
class="right">[ <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=31#p31">Comment</a>
]</span>
<div class="space"></div>
</div>
</div><br>
<div class="group">
<div class="heading1">
<div class="space"></div><span class="left"><a name="p30"
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=30#p30">leray20
- Le Ray</a> - <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
class="right">Posted: May 26th, 2003 - 7:43:41 pm</span>
<div class="space"></div>
</div>
<div class="content">
<table class="emptytable" width="100%">
<tbody>
<tr>
<td valign="top">
<a href="../images/subpages/Terrain_Generator-Tutorials/user_maps/europabase468big1.jpg"><img
src="../images/subpages/Terrain_Generator-Tutorials/user_maps/europabase468small1.jpg"
width="200" height="150" border="0" alt="Europa Base 468"></a>
</td>
<td valign="top">
<b>Author: </b>Le Ray<br>
<b>Map Title: </b>Europa Base 468<br>
<b>Author's Homepage: </b><a
href="https://web.archive.org/web/20170810043238/http://www.geocities.com/lerayj2002/">Le
Ray's Quake 2 Maps</a><br>
<b>Author's E-Mail: </b><a href="mailto:[email protected]">[email protected]</a><br>
<br>
<b>Description: </b>A Quake 2 level.
</td>
</tr>
</tbody>
</table>
</div>
<div class="heading1">
<div class="space"></div><span class="left">Modified: Mar 4th, 2004 - 10:49:48 am</span><span
class="right">[ <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=30#p30">2
Comments</a> ]</span>
<div class="space"></div>
</div>
</div><br>
<div class="group">
<div class="heading1">
<div class="space"></div><span class="left"><a name="p29"
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=29#p29">Untitled
- Nemesis</a> - <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
class="right">Posted: May 26th, 2003 - 7:39:46 pm</span>
<div class="space"></div>
</div>
<div class="content">
<table class="emptytable" width="100%">
<tbody>
<tr>
<td valign="top">
<a href="../images/subpages/Terrain_Generator-Tutorials/user_maps/dsabig1.jpg"><img
src="../images/subpages/Terrain_Generator-Tutorials/user_maps/dsasmall1.jpg" width="200"
height="150" border="0" alt="Untitled"></a><br><br>
<a href="../images/subpages/Terrain_Generator-Tutorials/user_maps/dsabig2.jpg"><img
src="../images/subpages/Terrain_Generator-Tutorials/user_maps/dsasmall2.jpg" width="200"
height="150" border="0" alt="Untitled"></a>
</td>
<td valign="top">
<b>Author: </b>Nemesis<br>
<b>Map Title: </b>Untitled<br>
<b>Author's Homepage: </b><a
href="https://web.archive.org/web/20170810043238/http://www.dsa-hl.de/">DSA</a><br>
<b>Author's E-Mail: </b><a href="mailto:[email protected]">[email protected]</a><br>
<br>
<b>Description: </b>Conversion from the world of DSA, a famous german RPG.
</td>
</tr>
</tbody>
</table>
</div>
<div class="heading1">
<div class="space"></div><span class="left">Modified: Jul 2nd, 2003 - 11:28:17 am</span><span
class="right">[ <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=29#p29">Comment</a>
]</span>
<div class="space"></div>
</div>
</div><br>
<div class="group">
<div class="heading1">
<div class="space"></div><span class="left"><a name="p28"
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=28#p28">cs_arcticruins
- CodE-E</a> - <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
class="right">Posted: May 26th, 2003 - 7:36:40 pm</span>
<div class="space"></div>
</div>
<div class="content">
<table class="emptytable" width="100%">
<tbody>
<tr>
<td valign="top">
<a href="../images/subpages/Terrain_Generator-Tutorials/user_maps/cs_arcticruinsbig1.jpg"><img
src="../images/subpages/Terrain_Generator-Tutorials/user_maps/cs_arcticruinssmall1.jpg"
width="200" height="150" border="0" alt="Arctic Ruins"></a><br><br>
<a href="../images/subpages/Terrain_Generator-Tutorials/user_maps/cs_arcticruinsbig2.jpg"><img
src="../images/subpages/Terrain_Generator-Tutorials/user_maps/cs_arcticruinssmall2.jpg"
width="200" height="150" border="0" alt="Arctic Ruins"></a>
</td>
<td valign="top">
<b>Author: </b>CodE-E<br>
<b>Map Title: </b>Arctic Ruins<br>
<b>Author's Homepage: </b><a
href="https://web.archive.org/web/20170810043238/http://www.code-e.net/">CodE-E's Site</a><br>
<b>Author's E-Mail: </b><a href="mailto:[email protected]">[email protected]</a><br>
<br>
<b>Description: </b>This map is set around a ruin in the middle of Syberia, where a group of
local terrorists have taken a group of very important scientsts hostage. The map is medium sized
and has a relatively fast gameplay pace. It's best with 6+ players, but also works for 1 on 1's.
</td>
</tr>
</tbody>
</table>
</div>
<div class="heading1">
<div class="space"></div><span class="left">Modified: Jul 2nd, 2003 - 11:27:58 am</span><span
class="right">[ <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=28#p28">Comment</a>
]</span>
<div class="space"></div>
</div>
</div><br>
<div class="group">
<div class="heading1">
<div class="space"></div><span class="left"><a name="p27"
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=27#p27">de_bridge
- CodE-E</a> - <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
class="right">Posted: May 26th, 2003 - 7:33:19 pm</span>
<div class="space"></div>
</div>
<div class="content">
<table class="emptytable" width="100%">
<tbody>
<tr>
<td valign="top">
<a href="../images/subpages/Terrain_Generator-Tutorials/user_maps/de_bridgebig1.jpg"><img
src="../images/subpages/Terrain_Generator-Tutorials/user_maps/de_bridgesmall1.jpg"
width="200" height="150" border="0" alt="Bridge"></a><br><br>
<a href="../images/subpages/Terrain_Generator-Tutorials/user_maps/de_bridgebig2.jpg"><img
src="../images/subpages/Terrain_Generator-Tutorials/user_maps/de_bridgesmall2.jpg"
width="200" height="150" border="0" alt="Bridge"></a>
</td>
<td valign="top">
<b>Author: </b>CodE-E<br>
<b>Map Title: </b>Bridge<br>
<b>Author's Homepage: </b><a
href="https://web.archive.org/web/20170810043238/http://www.code-e.net/">CodE-E's Site</a><br>
<b>Author's E-Mail: </b><a href="mailto:[email protected]">[email protected]</a><br>
<br>
<b>Description: </b>This is a very small map, which is suited for only a few players (although
for deathmatch fans it will be fun with many players too, I guess). It's really more of a
eye-candy map than a serious Counter-Strike map. I made the main chunk of the terrain with Nem's
Terrain editor. I tweaked it a bit, added the river, added clips, the bridge and the crates in
WorldCraft.
</td>
</tr>
</tbody>
</table>
</div>
<div class="heading1">
<div class="space"></div><span class="left">Modified: Jul 2nd, 2003 - 11:27:41 am</span><span
class="right">[ <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=27#p27">2
Comments</a> ]</span>
<div class="space"></div>
</div>
</div><br>
<div class="group">
<div class="heading1">
<div class="space"></div><span class="left"><a name="p26"
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=26#p26">up_pipeline
- Nemesis</a> - <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
class="right">Posted: May 26th, 2003 - 7:28:39 pm</span>
<div class="space"></div>
</div>
<div class="content">
<table class="emptytable" width="100%">
<tbody>
<tr>
<td valign="top">
<a href="../images/subpages/Terrain_Generator-Tutorials/user_maps/up_pipelinebig1.jpg"><img
src="../images/subpages/Terrain_Generator-Tutorials/user_maps/up_pipelinesmall1.jpg"
width="200" height="150" border="0" alt="Arctic Pipeline"></a><br><br>
<a href="../images/subpages/Terrain_Generator-Tutorials/user_maps/up_pipelinebig2.jpg"><img
src="../images/subpages/Terrain_Generator-Tutorials/user_maps/up_pipelinesmall2.jpg"
width="200" height="150" border="0" alt="Arctic Pipeline"></a>
</td>
<td valign="top">
<b>Author: </b>Nemesis<br>
<b>Map Title: </b>Arctic Pipeline<br>
<b>Author's Homepage: </b><a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?p=14">Nem's
Tools</a><br>
<b>Author's E-Mail: </b><a href="mailto:[email protected]">[email protected]</a><br>
<br>
<b>Description: </b>Little piece I worked on for the Uncrossable Parallels mod to showcase
Terrain Generators capabilities. This was made with one of the very fist versions of TG, 1.0.1 I
belive. Its come a hell of a long way since I first created this map. You can expect the map in
the first beta of UP's release.
</td>
</tr>
</tbody>
</table>
</div>
<div class="heading1">
<div class="space"></div><span class="left">Modified: Jul 2nd, 2003 - 11:27:13 am</span><span
class="right">[ <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=26#p26">3
Comments</a> ]</span>
<div class="space"></div>
</div>
</div><br>
<div class="group">
<div class="heading1">
<div class="space"></div><span class="left"><a name="p25"
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=25#p25">Add
Your Map</a> - <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
class="right">Posted: May 26th, 2003 - 7:01:47 pm</span>
<div class="space"></div>
</div>
<div class="content">
<p>If you've created a map with Terrain Generator and you'd like to see it included on this page then
please send me an e-mail at <a href="mailto:[email protected]">[email protected]</a>.
Be sure to include one or two pictures of your map (under 1024 * 768 pixels), your name, your maps
title, the URL to your homepage, your e-mail address, and a brief description of the map. Don't worry
if the map isn't for Counter-Strike or even Half-Life.</p>
</div>
<div class="heading1">
<div class="space"></div><span class="left"></span><span class="right">[ <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=25#p25">1
Comment</a> ]</span>
<div class="space"></div>
</div>
</div>
</div>
<div class="main_sidebar">
<div class="group">
<div class="heading1"><span class="title">Terrain Generator</span></div>
<div class="content"><span class="title">» <a href="../pages/Terrain_Generator.html">About</a></span><br>
<span class="title">» <a href="../pages/Terrain_Generator-Download.html">Download</a></span><br>
<span class="title">» <a href="Terrain_Generator-Revision_History.html">Revision
History</a></span><br>
<span class="title">» <a href="Terrain_Generator-Requirements.html">Requirements</a></span><br>
<span class="title">» <a href="Terrain_Generator-FAQ.html">FAQ</a></span><br>
<span class="title">» <a href="Terrain_Generator-Tutorials.html">Tutorials</a></span><br>
<span class="title">» <a href="Terrain_Generator-User_Created_Maps.html">User
Created Maps</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/20170810043238/http://nemesis.thewavelength.net/index.php?p=14">
<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/20170810043238/http://nemesis.thewavelength.net/index.php?action=directory">Directory</a></span><br>
<span class="title">» <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?p=14&action=addauthor">Register</a></span><br>
<span class="title">» <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?p=14&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/20170810043238/http://nemesis.thewavelength.net/index.php?c=277&o=0#c4040">GCFScape
v1.8.6</a> (<a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?a=13286">saqi55</a>)</span><br><span
class="title">» <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=213&o=45#c4039">Crafty
FAQ</a> (<a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?a=13268">steve0503</a>)</span><br><span
class="title">» <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=277&o=0#c4038">GCFScape
v1.8.6</a> (<a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?a=13282">imgsrc17</a>)</span><br><span
class="title">» <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=205&o=210#c4037">About
Crafty</a> (<a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?a=13231">Paynamia</a>)</span><br><span
class="title">» <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?c=169&o=90#c4036">GCFScape
v1.8.6 Full</a> (<a
href="https://web.archive.org/web/20170810043238/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/20170810043238/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/20170810043238/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/20170810043238/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/20170810043238/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/20170810043238/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/20170810043238/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/20170810043238/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/20170810043238/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/20170810043238/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/20170810043238/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/20170810043238/http://nemesis.thewavelength.net/index.php?a=13289">bulletblaze3</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/20170810043238/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><br><span
class="title">» <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?a=376">Bluefang</a></span><br><span
class="title">» <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?a=708">NoBody</a></span><br><span
class="title">» <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/index.php?a=7">Slackiller</a></span><br><span
class="title">» <a
href="https://web.archive.org/web/20170810043238/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/20170810043238/http://nemesis.thewavelength.net/rss/?page=1">RSS
2.0 (News)</a></span><br>
<span class="title">» <a
href="https://web.archive.org/web/20170810043238/http://nemesis.thewavelength.net/rss/">RSS 2.0
(Entire Site)</a></span><br>
<span class="title">» <a
href="https://web.archive.org/web/20170810043238/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>
|