浏览代码

Added Life is Feudal.

Daniel Buckmaster 11 年之前
父节点
当前提交
336656f947
共有 2 个文件被更改,包括 46 次插入16 次删除
  1. 46 16
      engine/index.html
  2. 二进制
      img/life-is-feudal-icon.jpg

+ 46 - 16
engine/index.html

@@ -56,15 +56,41 @@ root: ..
             </div>
         </div>
 
+        <div class="media col-sm-6">
+            <a class="pull-left" href="http://www.beamng.com/BeamNG.drive">
+                <img class="made-with-torque" src="{{page.root}}/img/drive-icon.jpg" />
+            </a>
+            <div class="media-body">
+                <h4 class="media-heading"><a href="http://www.beamng.com/BeamNG.drive">BeamNG.drive</a></h4>
+                <p>
+                An open-world driving simulator, and so much more.
+                </p>
+            </div>
+        </div>
+    </div>
+
+    <div class="row">
+        <div class="media col-sm-6">
+            <a class="pull-left" href="http://lifeisfeudal.com/">
+                <img class="made-with-torque" src="{{page.root}}/img/life-is-feudal-icon.jpg" />
+            </a>
+            <div class="media-body">
+                <h4 class="media-heading"><a href="http://lifeisfeudal.com">Life is Feudal</a></h4>
+                <p>
+                Life Is Feudal challenges you to go back in time and discover living medieval life. You must not only survive, but find a way to prosper. How will you fend for yourself? Where will you live? 
+                How will you defend against other players and predators from the wild? Will you establish or join a peaceful community?
+                </p>
+            </div>
+        </div>
+
         <div class="media col-sm-6">
             <a class="pull-left" href="http://www.deadlymatter.com/">
                 <img class="made-with-torque" src="{{page.root}}/img/deadly-matter-icon.jpg" />
             </a>
             <div class="media-body">
-                <h4 class="media-heading"><a href="http://www.deadlymatter.com/">Deadly Matter</a></h4>
+                <h4 class="media-heading"><a href="http://www.deadlymatter.com/">Something Else</a></h4>
                 <p>
-                Deadly Matter is not a shooter. That doesn't mean you won't have to handle a weapon, but it may be a bit different from what you what you have experienced in other games.
-                The story behind the game is based on science and history. Be prepared for the unknown and face immense forces that threaten our existence.
+                Something Else is not a shooter. That doesn't mean you won't have to handle a weapon, but it may be a bit different from what you what you have experienced in other games.
                 </p>
             </div>
         </div>
@@ -72,13 +98,14 @@ root: ..
 
     <div class="row">
         <div class="media col-sm-6">
-            <a class="pull-left" href="http://www.beamng.com/BeamNG.drive">
-                <img class="made-with-torque" src="{{page.root}}/img/drive-icon.jpg" />
+            <a class="pull-left" href="http://www.deadlymatter.com/">
+                <img class="made-with-torque" src="{{page.root}}/img/deadly-matter-icon.jpg" />
             </a>
             <div class="media-body">
-                <h4 class="media-heading"><a href="http://www.beamng.com/BeamNG.drive">BeamNG.drive</a></h4>
+                <h4 class="media-heading"><a href="http://www.deadlymatter.com/">Deadly Matter</a></h4>
                 <p>
-                An open-world driving simulator, and so much more.
+                Deadly Matter is not a shooter. That doesn't mean you won't have to handle a weapon, but it may be a bit different from what you what you have experienced in other games.
+                The story behind the game is based on science and history. Be prepared for the unknown and face immense forces that threaten our existence.
                 </p>
             </div>
         </div>
@@ -111,8 +138,6 @@ root: ..
             Torque 3D includes both a high-performance forward-rendering basic
             lighting engine, and a deferred-rendering advanced lighting mode so
             you can tailor your game to meet the needs of different customers.
-            </p>
-            <p>
             The modern rendering system includes per-pixel lighting, normal and
             parallax mapping, and materials generated by a high-level editor, or
             written from scratch in GLSL/HLSL. The engine comes with shaders
@@ -144,7 +169,7 @@ root: ..
             </p>
             <ul>
                 <li>Powerful terrain editor that allows you to import terrains
-                or sculpt them yourself by hand.</li>
+                or sculpt them by hand.</li>
                 <li>The shape editor provides tools for previewing and touching
                 up your shapes after import.</li>
                 <li>The road and river editor modes make it simple to place paths
@@ -168,11 +193,16 @@ root: ..
         <div class="media-body">
             <h4 class="media-heading">Networking</h4>
             <p>
-            Since its inception as the platform for the online shooter Tribes 2,
-            the Torque networking platform has consistently provided high performance
-            and reliability for fast-paced online games. The engine has networking
-            built into its core, including interpolation and prediction to smooth
-            over high-latency environments and provide instant feedback to clients.
+            Since its inception as the engine behind the online shooter Tribes 2,
+            Torque has consistently provided high performance, reliable networking
+            for fast-paced online games. The engine has networking built into 
+            its core, including interpolation and prediction to smooth over
+            high-latency environments and provide instant feedback to clients.
+            </p>
+            <p>
+            Time-invarying data is transferred via datablocks at client join time,
+            reducing the amount of data that needs to be networked during
+            gameplay.
             </p>
         </div>
     </div>
@@ -183,7 +213,7 @@ root: ..
             <h4 class="media-heading">Physics</h4>
             <p>
             Torque 3D provides a plugin system for physics. There is a simple
-            implementation built-in which can be easily swapped out for PhysX or
+            implementation built in which can be easily swapped out for PhysX or
             Bullet libraries.
             </p>
         </div>

二进制
img/life-is-feudal-icon.jpg