diff options
Diffstat (limited to 'pages/Miscellaneous-BSP_View.html')
| -rw-r--r-- | pages/Miscellaneous-BSP_View.html | 288 |
1 files changed, 288 insertions, 0 deletions
diff --git a/pages/Miscellaneous-BSP_View.html b/pages/Miscellaneous-BSP_View.html new file mode 100644 index 0000000..194b391 --- /dev/null +++ b/pages/Miscellaneous-BSP_View.html @@ -0,0 +1,288 @@ +<!DOCTYPE html> + +<head> + <title>Nem's Tools [Home - News]</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://google.com'"> </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 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="GCFScape.html" class="menuitem">GCFScape</a> + <a href="Crafty.html" class="menuitem">Crafty</a> + <a href="VTFLib.html" class="menuitem">VTFLib</a> + <a href="Batch_Compiler.html" class="menuitem">Batch Compiler</a> + <a href="Terrain_Generator.html" class="menuitem">Terrain Generator</a> + <a href="BSP_Viewer.html" class="menuitem">BSP Viewer</a> + <a href="MAP_Viewer.html" class="menuitem">MAP Viewer</a> + <a href="virtuAMP.html" class="menuitem">virtuAMP</a> + <a href="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="p24" + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/index.php?c=24#p24">BSP + View</a> - <a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/index.php?a=1">Nem</a></span><span + class="right">Posted: May 26th, 2003 - 6:14:33 pm</span> + <div class="space"></div> + </div> + <div class="content"><b>About:</b> + <p>This is a modified version of BSP_view by <a + href="https://web.archive.org/web/20171008191451/http://www.planethalflife.com/botman/">Botman</a>. + The update was aimed to fix various bugs and add more functionality to the program. This program has + since been replaced with <a href="BSP_Viewer.html">BSP + Viewer</a>.</p> + + <b>Screenshots:</b> + <div style="text-align: center"> + <br> + <img src="../images/pages/bspview1.jpg" width="497" height="398" alt="BSP View" title="BSP View"> + <br><br> + <img src="../images/pages/bspview2.jpg" width="497" height="398" alt="BSP View" title="BSP View"> + <br><br> + <img src="../images/pages/bspview3.jpg" width="497" height="398" alt="BSP View" title="BSP View"> + <br><br> + </div> + + <b>Download from Web Archive:</b> + <ul> + <li><a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/files/files/bspview110.zip">BSP + View v1.1.0</a></li> + <li><a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/files/files/bsptool110source.zip">BSP + View v1.1.0 Source</a></li> + </ul> + + <b>Download from unofficial Github mirror:</b> + <ul> + <li><a href="http://nemstools.github.io/files/bspview110.zip">BSP + View v1.1.0</a></li> + <li><a href="http://nemstools.github.io/files/bsptool110source.zip">BSP + View v1.1.0 Source</a></li> + </ul> + + <b>Revision History:</b> + + <br><br> + + v1.1.0 + + <ul> + <li>EVS (Entity Visibility Set) calculated for each map off its VIS.</li> + <li>Use of EVS allows for more accurate e_poly representation.</li> + <li>The whole world is drawn when you are outside it.</li> + <li>BSP Load progress displayed.</li> + <li>Increased some of the limits (they were based in qtool limits).</li> + <li>Memory leak fixed.</li> + </ul> + + v1.0.0 + + <ul> + <li>Fixed frustum problems.</li> + <li>Hacked fix for texture problems caused by maps with textures larger then 512 pixels (it'll work up + to 1024 now).</li> + <li>Resize problem on start fixed (the black bar).</li> + <li>Crosshair stays in middle of screen on resize.</li> + <li>"Camera position out of range." error removed (your just repositioned at 0, 0, 0).</li> + <li>GUI added (menu).</li> + <li>Various additional options that previously were only changed in the config file added to GUI (not + all though).</li> + <li>Optimized wireframe mesh.</li> + <li>Added a bunch more 'modes' to the edge option (press e or look in menu).</li> + <li>Keyboard can take multiple keys (ie. you can strafe and walk at the same time).</li> + <li>Frustum culling added for entity models.</li> + <li>You can view your entity poly counts now (they probably aren't culled the same way as in HL + though).</li> + <li>Option to view scene info & crosshair.</li> + <li>Option to render models or not.</li> + <li>Option to render the skybox or not.</li> + <li>Solid and textured render modes.</li> + <li>Right click and drag to move camera's look at position.</li> + <li>'Z' key puts you into the old mode of 'looking' (like in WC).</li> + <li>Ability to load a new level without restarting the app.</li> + <li>WASD can be used to move (R & F for up and down respectively).</li> + <li>Minor additional optimizations.</li> + <li>Gave it an icon.</li> + </ul> + </div> + <div class="heading1"> + <div class="space"></div><span class="left">Modified: Mar 26th, 2006 - 5:40:37 pm</span><span + class="right">[ <a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/index.php?c=24#p24">12 + Comments</a> ]</span> + <div class="space"></div> + </div> + </div> + </div> + <div class="main_sidebar"> + <div class="group"> + <div class="heading1"><span class="title">Miscellaneous</span></div> + <div class="content"><span class="title">» <a href="Miscellaneous-HLLib.html">HLLib</a></span><br> + <span class="title">» <a href="Miscellaneous-PS_VTF_Plug-In.html">PS + VTF Plug-In</a></span><br> + <span class="title">» <a href="Miscellaneous-PDN_VTF_Plug-In.html">PDN + VTF Plug-In</a></span><br> + <span class="title">» <a href="Miscellaneous-Open_Now.html">Open + Now!</a></span><br> + <span class="title">» <a href="Miscellaneous-wad2bmp.html">wad2bmp</a></span><br> + <span class="title">» <a href="Miscellaneous-Auto_Seamer.html">Auto + Seamer</a></span><br> + <span class="title">» <a href="Miscellaneous-BSP_View.html">BSP + View</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/20171008191451/http://nemesis.thewavelength.net:80/index.php?p=18"> + <div class="label">Username:</div> + <div><input type="text" name="username" class="textbox"></div> + <div class="label">Password:</div> + <div><input type="password" name="password" class="textbox"></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/20171008191451/http://nemesis.thewavelength.net:80/index.php?action=directory">Directory</a></span><br> + <span class="title">» <a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/index.php?p=18&action=addauthor">Register</a></span><br> + <span class="title">» <a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/index.php?p=18&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/20171008191451/http://nemesis.thewavelength.net:80/index.php?c=277&o=0#c4040">GCFScape + v1.8.6</a> (<a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/index.php?a=13286">saqi55</a>)</span><br><span + class="title">» <a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/index.php?c=213&o=45#c4039">Crafty + FAQ</a> (<a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/index.php?a=13268">steve0503</a>)</span><br><span + class="title">» <a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/index.php?c=277&o=0#c4038">GCFScape + v1.8.6</a> (<a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/index.php?a=13282">imgsrc17</a>)</span><br><span + class="title">» <a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/index.php?c=205&o=210#c4037">About + Crafty</a> (<a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/index.php?a=13231">Paynamia</a>)</span><br><span + class="title">» <a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/index.php?c=169&o=90#c4036">GCFScape + v1.8.6 Full</a> (<a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/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/20171008191451/http://nemesis.thewavelength.net:80/index.php?c=277#p277">GCFScape + v1.8.6</a></span><br><span class="title">» <a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/index.php?c=276#p276">GCFScape + v1.8.5</a></span><br><span class="title">» <a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/index.php?c=275#p275">GCFScape + v1.8.4</a></span><br><span class="title">» <a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/index.php?c=274#p274">GCFScape + v1.8.3</a></span><br><span class="title">» <a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/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/20171008191451/http://nemesis.thewavelength.net:80/index.php?c=178#p178">VTFEdit + v1.2.5 Full</a></span><br><span class="title">» <a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/index.php?c=76#p76">GCFScape + v1.3.1 Full</a></span><br><span class="title">» <a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/index.php?c=238#p238">VTFEdit + v1.3.3 Full</a></span><br><span class="title">» <a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/index.php?c=154#p154">VTF + Plug-In for Photoshop</a></span><br><span class="title">» <a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/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/20171008191451/http://nemesis.thewavelength.net:80/index.php?a=13310">Baileyj76</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/20171008191451/http://nemesis.thewavelength.net:80/index.php?a=1">Nem</a></span><br><span + class="title">» <a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/index.php?a=376">Bluefang</a></span><br><span + class="title">» <a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/index.php?a=708">NoBody</a></span><br><span + class="title">» <a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/index.php?a=7">Slackiller</a></span><br><span + class="title">» <a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/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/20171008191451/http://nemesis.thewavelength.net:80/rss/?page=1">RSS + 2.0 (News)</a></span><br> + <span class="title">» <a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/rss/">RSS 2.0 + (Entire Site)</a></span><br> + <span class="title">» <a + href="https://web.archive.org/web/20171008191451/http://nemesis.thewavelength.net:80/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>
\ No newline at end of file |