Menu

Tree [df0954] master /
 History

HTTPS access


File Date Author Commit
 .settings 2008-03-02 Carsten Weisse Carsten Weisse [c6cd92] use java code style conventions but with spaces...
 info 2005-02-06 Rene Stoeckel Rene Stoeckel [6e8d44] some helpfull doc for me
 lib 2015-01-17 Carsten Weiße Carsten Weiße [67757f] use lwjgl lib version 2.9.2
 resources 2006-10-24 Carsten Weisse Carsten Weisse [d2274b] merge r_0_9_5 into HEAD
 scripts 2011-07-08 Rene Stoeckel Rene Stoeckel [86a0f0] cdaudio mp3 player support
 src 2015-01-21 Carsten Weiße Carsten Weiße [df0954] simplified code
 test 2008-03-02 Carsten Weisse Carsten Weisse [fa2f17] use getters and setters of modified viddef_t
 webstart 2015-01-17 Carsten Weiße Carsten Weiße [9abae3] switch back to 2.9.1 because lwjgl webstart ext...
 .classpath 2012-04-12 Carsten Weisse Carsten Weisse [6e3698] use standard JRE and exclude Jake2Applet.java
 .gitignore 2015-01-17 Carsten Weiße Carsten Weiße [67757f] use lwjgl lib version 2.9.2
 .project 2004-07-04 Carsten Weisse Carsten Weisse [e13d67] stitch both CVS repositories together
 ChangeLog 2006-02-13 Holger Zickner Holger Zickner [6a18ed] *** empty log message ***
 Jake2.bat 2007-04-28 Carsten Weisse Carsten Weisse [584af6] use gluegen-rt from jsr231 alias jogl
 Jake2.sh 2015-01-17 Carsten Weiße Carsten Weiße [95474a] support osx in the build and start script
 Jake2_Eclipse_Setup.txt 2006-10-29 Holger Zickner Holger Zickner [b24170] new cvs server name
 LICENSE 2004-07-04 Carsten Weisse Carsten Weisse [e13d67] stitch both CVS repositories together
 README 2014-11-29 Rene Stoeckel Rene Stoeckel [645cf4] Contributors added
 README_DE 2014-11-29 Rene Stoeckel Rene Stoeckel [645cf4] Contributors added
 build.bat 2004-07-04 Carsten Weisse Carsten Weisse [e13d67] stitch both CVS repositories together
 build.sh 2015-01-17 Carsten Weiße Carsten Weiße [95474a] support osx in the build and start script
 build.xml 2015-01-17 Carsten Weiße Carsten Weiße [9abae3] switch back to 2.9.1 because lwjgl webstart ext...
 install.xml 2005-05-26 Holger Zickner Holger Zickner [765985] merge last changes from 0.9.4 branch
 readme.id 2004-07-04 Carsten Weisse Carsten Weisse [e13d67] stitch both CVS repositories together
 shortcutSpec.xml 2004-10-25 Holger Zickner Holger Zickner [4acd0e] shortcut creation for windows

Read Me

Jake2 README
============

Jake2 is a port of the GPL'd Quake2 engine from id Software to Java. Jake2 is
distributed under the terms of the GPL (see LICENSE).

The port was done completely in Java. No native libraries are used for the
game functionality. We use the jogl Java OpenGL bindings for graphics rendering
and Java OpenAL (joal) for sound. Since 0.9.4 release, Jake2 comes with an lwjgl driver
as an alternative for the jogl/joal combination.

Jake2 is still under development. Send bug reports and feedback to
jake2@bytonic.de.

Currently Jake2 supports Linux, Windows2000/XP and Mac OS X. The Jake2 dedicated
server runs on every Java supported plattform.

requirements:
400 MHz CPU
Geforce2 MX or better graphics accelerator
at least JRE 1.4 to run Jake2
at least JDK 1.5 to build Jake2 from source

Installation
------------

from binary distribution:
- run the installer with "java -jar Jake2-0.9.5-install.jar"
- follow the instructions
- change to the installation directory
- run the game with Jake2.sh or Jake2.bat
- to run Jake2 with the lwjgl OpenGL/OpenAL driver use Jake2_lwjgl.sh 
  or Jake2_lwjgl.bat

build from source:
- unpack jake2src-version.tar.gz or jake2-version.zip
- set JAVA_HOME environment variable to Your JDK1.5 installation
- run "build.sh installer" or "build.bat installer" to build the installer

installation of Quake2 data:
- if Jake2 does not detect the Quake2 files on startup you have the choice
  to select a baseq2 directory of a Quake2 installation (demo or full version)
  or to download and install the Quake2 demo files

If you want to have the latest experimental features you can grab the latest
Jake2 sources from CVS.
- "cvs -d:pserver:anonymous@jake2.cvs.sourceforge.net:/cvsroot/jake2 login"
- when askesd for password simply press the Enter key
- "cvs -d:pserver:anonymous@jake2.cvs.sourceforge.net:/cvsroot/jake2 co jake2"
- proceed with the build from source instructions

3rd party components
--------------------

Jake2 uses:
jogl     OpenGL bindings                https://jogl.dev.java.net
joal     OpenAL bindings                https://joal.dev.java.net
lwjgl    Light Weight Java Game Library http://www.lwjgl.org
openal   Audio library                  http://www.openal.org
izpack	 Installer	                    http://www.izforge.com/

the source distribution comes with:
ant      build tool                     http://ant.apache.org
xerces   XML library                    http://xml.apache.org

Use <jake2@bytonic.de> for bug reports and feedback.

have fun!

bytonic Software
----------------
Holger Zickner <hoz@bytonic.de>
Carsten Weisse <cwei@bytonic.de>
Rene Stoeckel  <rst@bytonic.de>

Contributors
------------
David Sanders       				lwjgl support
Kenneth Russell	(Sun Microsystems)	jogl improvements
Scott Franzyshen					3rd Person Camera, CD Player emulation (MP3), Console Patch
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.