diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | README | 30 | ||||
-rw-r--r-- | README_DE | 37 |
3 files changed, 55 insertions, 19 deletions
@@ -1,3 +1,10 @@ +0.9.4 + + - standalone installer + - online installation of Quake2 demo data files + - multiplayer client functionality (with original Quake2 server) + - bugfixes + 0.9.3 2004-09-09 - savegames @@ -23,10 +23,9 @@ Installation ------------ from binary distribution: -- unpack jake2-version.tar.gz or jake2-version.zip -- copy the baseq2 directory from your full version of Quake2 or from the - demo version to the Jake2 base directory, in fact You need only - baseq2/pak0.pak +- run the installer with "java -jar Jake2-Install.jar" +- follow the instructions +- change to the installation directory - run the game with Jake2.sh or Jake2.bat build from source: @@ -36,10 +35,9 @@ build from source: distribution installation of Quake2 data: -- download ftp://ftp.idsoftware.com/idstuff/quake2/q2-314-demo-x86.exe (37 MB) -- extract the directory Install\Data\baseq2 from q2-314-demo-x86.exe with unzip - or Winzip -- copy the baseq2 directory to the Jake2 directory +- 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. @@ -48,6 +46,22 @@ Jake2 sources from CVS. - "cvs -d:pserver:[email protected]:/cvsroot/jake2 co jake2" - procced 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 +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 +proguard obfuscator http://proguard.sourceforge.net + + + have fun! bytonic Software @@ -15,8 +15,8 @@ Jake2 befindet sich noch im Entwicklungsstadium. Die Kontaktaddresse f�r Bugreports und R�ckmeldungen ist [email protected]. Jake2 wird von uns unter Linux und Windows2000/XP getestet. Wir haben Feedback, -dass Jake2 richtigen plattformspezifischen jogl Bibliotheken auch auf Mac OS X -l�uft. +dass Jake2 mit den richtigen plattformspezifischen jogl Bibliotheken auch auf +Mac OS X l�uft. Mindestanforderungen: 400 MHz CPU @@ -27,10 +27,10 @@ Installation ------------ ausgehend von der Bin�rdistribution: -- jake2-version.tar.gz oder jake2-version.zip entpacken -- baseq2 Verzeichnis des Quake2 Originals oder der Demoversion in das Jake2 - Verzeichnis kopieren -- mit Jake2.sh oder Jake2.bat starten +- Installationsprogramm mit "java -jar Jake2-Install.jar" starten +- den Anweisungen folgen +- ins Installationsverzeichnis wechseln +- Jake2 mit "jake2.sh" oder "jake2.bat" aus dem Installationsverzeichnis starten ausgehend von Sourcedistribution: - jake2src-version.tar.gz oder jake2src-version.zip entpacken @@ -38,11 +38,10 @@ ausgehend von Sourcedistribution: - "build.sh bindist" oder "build.bat bindist" erzeugt die Bin�rdistribution Quake2 Leveldaten installieren: -- ftp://ftp.idsoftware.com/idstuff/quake2/q2-314-demo-x86.exe (37 MB) - herunterladen -- Install\Data\baseq2\ aus q2-314-demo-x86.exe mit unzip oder Winzip - extrahieren -- baseq2 ins Jake2 Verzeichnis kopieren +- Wenn die Quake2 Leveldaten beim Start von Jake2 nicht gefunden werden, + besteht die M�glichkeit ein baseq2 Verzeichnis einer bestehenden Quake2 + Installation (Demo oder Vollversion) auszuw�hlen oder die Leveldaten der + Demo herunterzuladen und zu installieren Zum Testen neuer und experimenteller Features kann der aktuelle Jake2 Sourcetree per anonymous CVS ausgecheckt werden. @@ -51,6 +50,22 @@ Sourcetree per anonymous CVS ausgecheckt werden. - "cvs -d:pserver:[email protected]:/cvsroot/jake2 co jake2" - dann gehts weiter wie oben f�r die Sourcedistribution beschrieben +externe Komponenten +------------------- + +Jake2 benutzt: +jogl OpenGL bindings https://jogl.dev.java.net +joal OpenAL bindings https://joal.dev.java.net +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 +proguard obfuscator http://proguard.sourceforge.net + + + viel Spass! bytonic Software |