summaryrefslogtreecommitdiff
path: root/BallanceRemix
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2019-02-10 11:16:07 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2019-02-10 11:16:07 +0800
commit9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3 (patch)
tree339de0698c13e1763d3361d70fb1266621025c91 /BallanceRemix
downloadweb-9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3.tar.xz
Initial commit.
Diffstat (limited to 'BallanceRemix')
-rwxr-xr-xBallanceRemix/Logo.pngbin0 -> 178579 bytes
-rwxr-xr-xBallanceRemix/Physics_Test.cmobin0 -> 30026 bytes
-rwxr-xr-xBallanceRemix/Physics_Test.html19
-rwxr-xr-xBallanceRemix/index.html51
4 files changed, 70 insertions, 0 deletions
diff --git a/BallanceRemix/Logo.png b/BallanceRemix/Logo.png
new file mode 100755
index 0000000..3b8f55b
--- /dev/null
+++ b/BallanceRemix/Logo.png
Binary files differ
diff --git a/BallanceRemix/Physics_Test.cmo b/BallanceRemix/Physics_Test.cmo
new file mode 100755
index 0000000..62fc5db
--- /dev/null
+++ b/BallanceRemix/Physics_Test.cmo
Binary files differ
diff --git a/BallanceRemix/Physics_Test.html b/BallanceRemix/Physics_Test.html
new file mode 100755
index 0000000..7090ea4
--- /dev/null
+++ b/BallanceRemix/Physics_Test.html
@@ -0,0 +1,19 @@
+<html>
+
+<head>
+ <script src="http://3dlifeplayer.dl.3dvia.com/player/install/DetectBrowser.js"></script>
+ <script src="http://3dlifeplayer.dl.3dvia.com/player/install/3DLifePlayer_last_version.js"></script>
+ <script src="http://3dlifeplayer.dl.3dvia.com/player/install/3DLifePlayer.js"></script>
+ <title>Ballance Remix Bench Mark</title>
+</head>
+
+<body bgcolor="#000000" text="#00FF00" link="#FFFFFF" vlink="#C0C0C0">
+
+<div align="center">
+ <script language="JavaScript">
+ Generate3DLifePlayerHtmlTag("Physics_Test.cmo",718,476,"Virtools");
+ </script>
+</div>
+
+</body>
+</html>
diff --git a/BallanceRemix/index.html b/BallanceRemix/index.html
new file mode 100755
index 0000000..18732b8
--- /dev/null
+++ b/BallanceRemix/index.html
@@ -0,0 +1,51 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Chrisoft::Ballance Remix</title>
+<link rel=stylesheet href='../common.css' type='text/css'>
+</head>
+
+<body>
+ <table border="0" style="margin:auto;width:70%;">
+ <tr>
+ <td class="CTitle" style="font-size:2em"><a href="../index.html">Chrisoft</a>::<a href="./index.html">Ballance Remix</a></td>
+ </tr>
+ <tr>
+ <td class="TText"><p><strong>Over view</strong><br>
+ <img src="Logo.png" width="256" height="128"><br>
+ Ballance Remix
+ is a re-created version of Ballance by Cyparade.<br>
+ Using the same engine (Virtools, which already reached its end-of-life), Ballance Remix can reuse almost all maps created for Ballance.<br>
+ </p></td>
+ </tr>
+ <tr>
+ <td class="TText"><p><strong>Development Status</strong><br>
+ [2013????]Now Ballance Remix is paused. It may be restarted years later and may be fully rewritten with another engine.
+ <br>
+ [20130417]Several fixes for menu items.<br>
+ [20130214]Optimize code for gameplay.<br>
+ [20130101]New year version! The game system is almost completed.<br>
+ [201209??]Basic physic world and cameras.<br>
+ [20120612]Project started based on the Ballance Map Previewer.</p></td>
+ </tr>
+ <tr>
+ <td class="TText"><strong>Distribution</strong><br>
+ Ballance Remix is temporary unavailable here, for this project has been paused.<br>
+ <a href="http://pan.baidu.com/share/link?uk=2735694563&amp;shareid=295510">Here</a> is an external link for Ballance Remix 20130214.</td>
+ </tr>
+ <tr>
+ <td class="TText"><strong>Assessments and Demos</strong><br>
+ To test if your computer is capable of running Virtools, goto <a href="./Physics_Test.html">this page</a> and take the test.</td>
+ </tr>
+ <tr>
+ <td class="TText"><strong>Licencing</strong><br>
+ Ballance Remix is licenced under the terms of <a href="http://www.gnu.org/licenses/gpl.html">GPLv3</a>.<br>
+ The virtools part of the program is licenced separately.</td>
+ </tr>
+ <tr>
+ <td><div class="TText" style="text-align:center;">Copyright Chrisoft 2015&nbsp;&nbsp;<a href="../about.html">About</a>&nbsp;&nbsp;Site Map</div></td>
+ </tr>
+ </table>
+</body>
+</html>