diff options
Diffstat (limited to 'BallanceRemix')
-rwxr-xr-x | BallanceRemix/Logo.png | bin | 0 -> 178579 bytes | |||
-rwxr-xr-x | BallanceRemix/Physics_Test.cmo | bin | 0 -> 30026 bytes | |||
-rwxr-xr-x | BallanceRemix/Physics_Test.html | 19 | ||||
-rwxr-xr-x | BallanceRemix/index.html | 51 |
4 files changed, 70 insertions, 0 deletions
diff --git a/BallanceRemix/Logo.png b/BallanceRemix/Logo.png Binary files differnew file mode 100755 index 0000000..3b8f55b --- /dev/null +++ b/BallanceRemix/Logo.png diff --git a/BallanceRemix/Physics_Test.cmo b/BallanceRemix/Physics_Test.cmo Binary files differnew file mode 100755 index 0000000..62fc5db --- /dev/null +++ b/BallanceRemix/Physics_Test.cmo 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&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 <a href="../about.html">About</a> Site Map</div></td> + </tr> + </table> +</body> +</html> |