rename Doom3 pages from .php to .html

and fix the links

lots of pages still missing though
This commit is contained in:
Daniel Gibson 2021-04-10 00:56:30 +02:00
parent ef46a7566e
commit 461ac716fd
10 changed files with 24 additions and 15 deletions

View file

@ -222,7 +222,7 @@ completely non-paramentric way. An example of this is is smoke effect coming ou
<p>
<b>GameEdit</b><br>
Ok I lied, the core engine also sees idGameEdit. This is a utility class that allows the editors (like the
<a href="editor_af.php">AFEditor</a>) to manipulate entities while the game is running.
<a href="editor_af.html">AFEditor</a>) to manipulate entities while the game is running.
<div class="subsection">Game Entities</div>
@ -269,7 +269,7 @@ through the physics system) but that wouldn't look quite as good.
<p>
<b>Fx</b><br>
An FX entity is a container object for <a href="fx.php">special effects</a>. This file also
An FX entity is a container object for <a href="fx.html">special effects</a>. This file also
contains idTeleporter which is the teleporter destination entity.
<p>

View file

@ -54,7 +54,8 @@ the community will take these tools and create things that will blow us away.
For information on how to get the SDK to compile under Linux, there is a pretty handy <a href="http://www.modwiki.net/wiki/Building_on_linux">guide</a> up on <a href="http://www.modwiki.net/">modwiki.net</a>.
For information on how to get the SDK to compile under Linux, there is a pretty handy
<a href="https://modwiki.dhewm3.org/How_to_build_the_SDK_on_Linux">guide</a> up on <del>modwiki.net</del> <a href="https://modwiki.dhewm3.org/">modwiki.dhewm3.org</a>.
</td></tr>
@ -124,7 +125,7 @@ This shows the number of light/surface interactions thate were generated that fr
<tr><td colspan="2">
I've had a couple of people asking how exactly to run the <a href="http://www.iddevnet.com/doom3/downloads.php">Maya importer</a>. The zip file contains a single dll "MayaImportx86.dll" that goes in the Doom 3 folder along with doom3.exe. You must have Maya installed, though it doesn't have to be running when you launch Doom 3. Type "exportModels somefile.def" where somefile.def is the name of the def file that contains your export section. For more information on the format of the export section, <a href="modelexport.php">see this page</a>.
I've had a couple of people asking how exactly to run the <a href="downloads.html">Maya importer</a>. The zip file contains a single dll "MayaImportx86.dll" that goes in the Doom 3 folder along with doom3.exe. You must have Maya installed, though it doesn't have to be running when you launch Doom 3. Type "exportModels somefile.def" where somefile.def is the name of the def file that contains your export section. For more information on the format of the export section, <a href="modelexport.html">see this page</a>.
</td></tr>
@ -242,7 +243,7 @@ your server for autodownloads. He also is offering webspace for servers that ca
Looks like the guys over at Doom 3 Reference started up a <a href="http://www.modwiki.net/">Doom 3 mod wiki</a>.
Looks like the guys over at Doom 3 Reference started up a <a href="https://modwiki.dhewm3.org/">Doom 3 mod wiki</a> (formerly modwiki.net).
Their goal is to create a robust and complete Doom 3 editing manual. The information is contributed by community members
and can be edited by other community members. It's like an open source users manual. Head on over and contribute some
information.
@ -376,7 +377,7 @@ the operating system. If it can't find a binary.conf file, it will load the dll
not what you want.
<p>
A bunch of people have asked me for some clarification on how exactly vis portals work. I put up a brief guide
<a href="visportals.php">Here</a>
<a href="visportals.html">Here</a>
<p>
Every other email I get asks where 1.3 is. I understand the frustration of not being able to release an updated
version of your mod, and not being able to play any mods with RoE installed. All I can say is we're working diligently
@ -1393,7 +1394,7 @@ You can find it <a href="downloads/MayaImportx86.zip">here</a>.
It needs to be extracted to the same folder doom3.exe is in (C:\Doom3)
<p>
This should make the <a href="modelexport.php">exportModels</a> command magically start working.
This should make the <a href="modelexport.html">exportModels</a> command magically start working.
</td></tr>
@ -1789,7 +1790,7 @@ prev, and next to different impulse commands, thereby breaking everyones config
Just a quick update, I added a new section for <a href="code.php">The Code</a>
Just a quick update, I added a new section for <a href="code.html">The Code</a>
</td></tr>

View file

@ -1,6 +1,6 @@
var a = {
"":"Home",
"index":"Home",
"downloads":"Downloads",
"contact":"Contact",
@ -68,11 +68,11 @@ for ( var i in a ) {
document.write( "<br>" );
continue;
}
if ( document.location.pathname.indexOf("/" + i + ".php") >= 0 || ( i == "" && document.location.pathname.indexOf(".php") == -1 ) ) {
if ( document.location.pathname.indexOf("/" + i + ".html") >= 0 || ( i == "" && document.location.pathname.indexOf(".html") == -1 ) ) {
document.write( "<font color='#FFCC66'><b>" + a[i] + "</b></font><br>");
} else if ( i == "" ) {
document.write( " <a href=\"/\">" + a[i] + "</a><br>");
} else {
document.write( " <a href=\"" + i + ".php\">" + a[i] + "</a><br>");
document.write( " <a href=\"" + i + ".html\">" + a[i] + "</a><br>");
}
}

View file

@ -83,7 +83,7 @@ then moving to the proper directory after it's been exported.
<b>Spaces in file names are bad.</b>
<p>
For more information on exporting from 3dstudio max, <a href="modelexport_3dsmax.php">click here</a>
For more information on exporting from 3dstudio max, <a href="modelexport_3dsmax.html">click here</a>
<div class="subsection">Animated Models</div>

View file

@ -11,12 +11,20 @@
<table border=0, cellspacing=0, cellpadding=0, width=812>
<tr><td colspan=4><img src="images/splashtop.jpg" border="0"></td></tr>
<tr><td><img src="images/splashleft.gif" border="0"></td>
<td><a href="/doom3/"><img src="images/d3.gif" border="0" alt="DOOM3"></a></td>
<td><a href="/quake4/"><img src="images/q4.gif" border="0" alt="QUAKE4"></a></td>
<td><a href="doom3/index.html"><img src="images/d3.gif" border="0" alt="DOOM3"></a></td>
<td><a href="quake4/index.html"><img src="images/q4.gif" border="0" alt="QUAKE4"></a></td>
<td><img src="images/splashright.gif" border="0"></td></tr>
<tr><td colspan=4><img src="images/splashbottom.jpg" border="0"></td></tr>
</table>
<br>
<h2>Unofficial mirror of (now defunct) iddevnet.com</h2>
<h3>Work in Progress.</h3>
<br>
<br>
<h3>The pagesource can be found <a href="https://github.com/dhewm/iddevnet">at Github</a>.</h3>
<h4>You can <a href="https://github.com/dhewm/iddevnet/archive/refs/heads/main.zip">Download a ZIP of the whole page</a> for offline viewing</h4>
</center>
</body>
</html>
</html>