adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[adonthell-wastesedge-commits] Release_0-3-4 f3faace 04/22: ADDED a few


From: Kai Sterker
Subject: [adonthell-wastesedge-commits] Release_0-3-4 f3faace 04/22: ADDED a few files used by the binary distribution for BeOS 5
Date: Mon, 25 Jul 2016 18:15:48 +0000 (UTC)

tag: Release_0-3-4
commit f3faace5f7164b669789d85552db7d6d562e0bbf
Author: Kai Sterker <address@hidden>
Commit: Kai Sterker <address@hidden>

    ADDED a few files used by the binary distribution for BeOS 5
---
 beos/INSTALL             |   36 +++++++++++
 beos/README              |  155 ++++++++++++++++++++++++++++++++++++++++++++++
 beos/install-adonthell   |   54 ++++++++++++++++
 beos/uninstall-adonthell |   25 ++++++++
 beos/wastesedge.rsrc     |  Bin 0 -> 4222 bytes
 5 files changed, 270 insertions(+)

diff --git a/beos/INSTALL b/beos/INSTALL
new file mode 100644
index 0000000..c1fbad3
--- /dev/null
+++ b/beos/INSTALL
@@ -0,0 +1,36 @@
+This file describes how to install the binary release of Adonthell -
+Waste's Edge for Beos 5 (x86).
+
+Requirements:
+=============
+
+Adonthell requires Python 2.2 to be installed. Otherwise it won't run.
+You can get it at BeBits:
+
+       http://www.bebits.com/app/2206
+
+
+Installation:
+=============
+
+Once Python is installed, open a Terminal and change into the 
+wastesedge-0.3.3 directory. In there, execute
+
+       install-adonthell
+       
+That's it. Now you'll find shortcuts to Waste's Edge on your Desktop
+and your Application menu. Use either of them to launch it.
+
+Note that if you move the wastesedge-0.3.3 directory after the 
+installation, you'll have to rerun install-adonthell.
+
+
+If you'd rather run Waste's Edge from a Terminal, enter
+
+       adonthell wastesedge
+
+
+To finally remove Adonthell, run the script called uninstall-adonthell.
+It will remove those shortcuts from Desktop and Application menu. 
+Afterwards you can manually delete the wastesedge-0.3.3 directory.
+
diff --git a/beos/README b/beos/README
new file mode 100644
index 0000000..6590f0d
--- /dev/null
+++ b/beos/README
@@ -0,0 +1,155 @@
+
+
+                             Adonthell 0.3 
+                           
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    COPYING file for more details.
+
+
+
+Installation:
+=============
+
+See the INSTALL file for details.
+
+
+Configuring Adonthell:
+======================
+
+The first time you run Adonthell, a configuration file is created 
+inside the wastesedge-0.3.3 directory. Edit it to customise the game 
+to your convenience.
+
+The available options and what they do are:
+
+- Screen-mode
+  Whether Adonthell should run fullscreen or in windowed mode 
+  0 = Windowed mode, 1 = Fullscreen mode
+  
+  Due to a bug in SDL, you'll have to switch manually to 640x480 before
+  starting Adonthell in Fullscreen mode.
+  
+- Double-size
+  Whether resolution should be scaled to 640x480 or not
+  0 = disable, 1 = enable
+
+  You should leave that set to 1 on BeOS.  
+
+- Language [locale]
+  Specifies which language to use. As long as this option is unset,
+  the language is determined by one of the following environment
+  variables: LANG, LC_ALL or LC_MESSAGES. Once the option is set,
+  it overrides any environment variable. For a listing of valid
+  locale strings, run 'locale -a'.
+  
+  Of course, the game you run has to provide the translation you 
+  chose here, otherwise you'll get the default (i.e. English) text.
+
+  Note that NLS support isn't in the BeOS version. This option is
+  therefore useless.
+
+- Quick-load
+  Whether the last saved game should be automatically continued at
+  startup. Only works if at least one saved game exists.
+  0 = disable, 1 = enable
+
+- Audio-channels
+  Whether sound should be mono or stereo
+  0 = Mono, 1 = Stereo
+
+- Audio-resolution
+  Whether audio output should be 8 or 16 bit
+  0 = 8 bit, 1 = 16 bit
+
+- Audio-sample-rate
+  0 = 11025 Hz, 1 = 22050 Hz, 2 = 44100 Hz
+
+- Audio-volume
+  The mixer setting, 0 - 100 %
+  
+  (Note that a value of 0 will turn audio completely off)
+
+
+Running Adonthell:
+==================
+
+Okay, now you're ready to launch the program. If you have chosen to
+install the game, you can start it via the Desktop and Application
+menu shortcuts. Otherwise, you'll have to do it via Terminal. Type:
+
+    adonthell <gamename>
+
+to run the game named <gamename>. To get a list of currently 
+installed games you can play, type:
+
+    adonthell -l
+
+This will print a list of the installed games you can launch
+with above command.
+
+For further information on how to play Adonthell, please refer to the
+PLAYING file that comes with the game data.
+
+
+Release Notes:
+==============
+
+The main purpose of this release is to attract new programmers, 
+artists and writers in order to shorten the time until the next 
+version.  So if you have experience in C++ (and optionally Python), 
+or if you are good at computer graphics or writing we would like to
+hear from you.  Please have a look at our development site 
+  
+  http://adonthell.linuxgames.com/development/
+
+for further details.
+
+Adonthell - Waste's Edge -, or v0.3 for short is no complete RPG.
+As the v0.3 implies, the engine is far from being finished, although
+it should be free of severe bugs.  Missing features include combat, 
+items and magic.  But you can interact with NPC's and the game world, 
+and the internals enable us to create a basic plot, so v0.3 is actually
+playable!
+
+You're greatly invited to report us bugs, problems, or anything you
+think we should know. Any feedback is appreciated, so don't hesitate!
+
+
+Contact:
+========
+
+You can reach us in various ways:
+
+Email:         address@hidden
+Mailing list:  address@hidden
+Web site:      http://adonthell.linuxgames.com
+Tech support:  http://savannah.nongnu.org/support/?group_id=702
+
+There is a Message Board for user to user discussion at
+    http://www.3dforums.com/?action=forumpage&loc=49&forum_id=158
+
+If you want to rate or comment on Adonthell, feel free to do so at
+    http://www.happypenguin.org/show?Adonthell
+    http://www.freshmeat.net/projects/adonthell
+
+
+Reporting Bugs:
+===============
+
+We hope you'll never have to, but if you discover a problem, we
+would like to hear about it. Please use the Development mailing list
+(address@hidden) for that. You can find informations on
+this and other mailing lists at 
+
+    http://adonthell.linuxgames.com/contact/mailinglist.shtml
+
+
+Thank you for trying this software.
+- The Adonthell team.
diff --git a/beos/install-adonthell b/beos/install-adonthell
new file mode 100755
index 0000000..8fcdde7
--- /dev/null
+++ b/beos/install-adonthell
@@ -0,0 +1,54 @@
+#!/bin/sh
+
+if test -t 0
+then :
+else
+       alert 'Please run install-adonthell from Terminal!'
+       exit 1
+fi
+
+echo
+
+if test -e 'adonthell' 
+then :
+else
+       echo '*** Please run install-adonthell from within the wastesedge-0.3.3 
directory!'
+       echo
+       exit 1
+fi
+
+mydir=`pwd`
+myapp="${mydir}/adonthell-wastesedge"
+
+echo "Creating start script ..."
+
+rm -f $myapp
+echo -e "#!/bin/sh\n\ncd ${mydir}\n./adonthell wastesedge" > $myapp
+settype -t application/x-vnd.Adonthell-Wastesedge $myapp
+xres -o adonthell ${mydir}/wastesedge.rsrc
+mimeset -f adonthell
+chmod 755 $myapp
+
+echo "Creating Desktop shortcut ..."
+
+rm -f "/boot/home/Desktop/Waste's Edge" 
+ln -s $myapp "/boot/home/Desktop/Waste's Edge" 
+
+echo "Creating Application menu entry ..."
+
+rm -f "/boot/apps/Waste's Edge"
+ln -s $myapp "/boot/apps/Waste's Edge" 
+
+rm -f "/boot/beos/apps/Waste's Edge"
+ln -s $myapp "/boot/beos/apps/Waste's Edge" 
+
+echo
+echo "Okay, now you are ready to launch Adonthell - Waste's Edge."
+echo "To change the program settings, please edit the config file"
+echo
+echo "    $mydir/adonthellrc"
+echo
+echo "with your favourite text editor."
+echo
+echo "Have Fun!"
+echo
diff --git a/beos/uninstall-adonthell b/beos/uninstall-adonthell
new file mode 100755
index 0000000..70d05c8
--- /dev/null
+++ b/beos/uninstall-adonthell
@@ -0,0 +1,25 @@
+#!/bin/sh
+
+if test -t 0
+then :
+else
+       alert 'Please run uninstall-adonthell from Terminal!'
+       exit 1
+fi
+
+echo
+echo "Removing Desktop shortcut ..."
+
+rm -f "/boot/home/Desktop/Waste's Edge" 
+
+echo "Removing Application menu entry ..."
+
+rm -f "/boot/apps/Waste's Edge"
+rm -f "/boot/beos/apps/Waste's Edge"
+
+echo
+echo "Done. You can now delete this directory to remove Adonthell -"
+echo "Waste's Edge entirely from your system."
+echo
+echo "We hope you enjoyed it! See you with version 0.4!"
+echo
diff --git a/beos/wastesedge.rsrc b/beos/wastesedge.rsrc
new file mode 100644
index 0000000..98528a1
Binary files /dev/null and b/beos/wastesedge.rsrc differ



reply via email to

[Prev in Thread] Current Thread [Next in Thread]