From: Holger Z. <hz...@us...> - 2004-10-26 13:30:24
|
Update of /cvsroot/jake2/jake2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15934 Modified Files: Tag: software20 README ChangeLog install.xml README_DE Log Message: README updates Index: README =================================================================== RCS file: /cvsroot/jake2/jake2/README,v retrieving revision 1.4 retrieving revision 1.4.4.1 diff -C2 -d -r1.4 -r1.4.4.1 *** README 8 Sep 2004 09:51:51 -0000 1.4 --- README 26 Oct 2004 13:30:15 -0000 1.4.4.1 *************** *** 24,33 **** 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 game with Jake2.sh or Jake2.bat build from source: - unpack jake2src-version.tar.gz or jake2-version.zip --- 24,36 ---- from binary distribution: ! - run the installer with "java -jar Jake2-Install.jar" ! - follow the instructions - run the game with Jake2.sh or Jake2.bat + there are 3 different start scripts: + - jake2-jogl11.* for Jake2 with current jogl version (suggested) + - jake2-jogl11ATI.* for Jake2 with current jogl version and ATI workaround + - jake2.* for Jake2 with jogl-1.0 (in case jogl-1.1 does not work) + build from source: - unpack jake2src-version.tar.gz or jake2-version.zip *************** *** 37,44 **** 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 you want to have the latest experimental features you can grab the latest --- 40,46 ---- 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 Index: ChangeLog =================================================================== RCS file: /cvsroot/jake2/jake2/ChangeLog,v retrieving revision 1.4 retrieving revision 1.4.4.1 diff -C2 -d -r1.4 -r1.4.4.1 *** ChangeLog 8 Sep 2004 20:41:20 -0000 1.4 --- ChangeLog 26 Oct 2004 13:30:16 -0000 1.4.4.1 *************** *** 1,2 **** --- 1,9 ---- + 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 Index: README_DE =================================================================== RCS file: /cvsroot/jake2/jake2/README_DE,v retrieving revision 1.4 retrieving revision 1.4.4.1 diff -C2 -d -r1.4 -r1.4.4.1 *** README_DE 8 Sep 2004 09:51:51 -0000 1.4 --- README_DE 26 Oct 2004 13:30:16 -0000 1.4.4.1 *************** *** 28,35 **** 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 ausgehend von Sourcedistribution: --- 28,39 ---- ausgehend von der Binärdistribution: ! - Installationsprogramm mit "java -jar Jake2-Install.jar" starten ! - den Anweisungen folgen ! - Jake2 mit "jake2.sh" oder "jake2.bat" aus dem Installationsverzeichnis starten ! ! Es liegen 3 verschiedene Startskripts bei: ! - jake2-jogl11.* für Jake2 mit aktueller jogl Version (empfohlen) ! - jake2-jogl11ATI.* für Jake2 mit aktueller jogl Version und ATI workaround ! - jake2.* für Jake2 mit jogl-1.0 (wenn Probleme auftreten) ausgehend von Sourcedistribution: *************** *** 39,47 **** 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 Zum Testen neuer und experimenteller Features kann der aktuelle Jake2 --- 43,50 ---- Quake2 Leveldaten installieren: ! - 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 Index: install.xml =================================================================== RCS file: /cvsroot/jake2/jake2/install.xml,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** install.xml 26 Oct 2004 10:49:41 -0000 1.2.2.1 --- install.xml 26 Oct 2004 13:30:16 -0000 1.2.2.2 *************** *** 6,10 **** <info> <appname>Jake2</appname> ! <appversion>cvs</appversion> <authors> <author name="Bytonic Software" email="ja...@by..."/> --- 6,10 ---- <info> <appname>Jake2</appname> ! <appversion>0.9.4-pre1</appversion> <authors> <author name="Bytonic Software" email="ja...@by..."/> |