OS4 DepotLogo by Browallia 
(anonymous IP: 18.117.153.38,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1005)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (924)
   o Video (69)

Total files: 4367

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Game » Action » bloboats.lha

Bloboats

Description: 'Bloboats' an SDL/GL action game similiar to Xmoto
Download: bloboats.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 8Mb
Version: 1.0.1-2
Date: 11 Dec 2007
Author: Markus "MakeGho" Kettunen, AmigaOS 4.0 compile by Spot / PFP
Submitter: Spot / Up Rough
Email: spot/triad se
Homepage: http://bloboats.dy.fi/
Category: game/action
License: GPL
Distribute: yes
Min OS Version: 4.0
FileID: 3250
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 329  (Current version)
329  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
                       O    O                        O      O
                   o           o                  o             o
                                                                            
                  o             .               .                o
                                                               
                    .                  .____.        _______   .
 ._______________________.___________  |    |__   .__\__.   \  ____.___________.
 |     __     /   ___    |    __    /__|___ __/___|__ _ |  \ \|    |     __    |
 |    |_/    /    \_|    |    |/   /   ___/ |     __//  |___\      |    |_/    |

 |    ______/|___________|____|\_______|__________|_____|    \_____|_____      |
 |____|                                                              /_________|
                                      F O R                 .____.
       .________________________ _____________._____________|    |__ 
       |     __     /   __     /_\     __     |    ____/____)    __/______
       |    |_/    /    |/    /   \    \_|    |    __/ |    |    |_/     /      

   .   |    ______/_____|\_________\__________|    |   |____|___________/    .  
       |____|                                 |____|
  o                       .                              .                    o
            
   o                    o         P R E S E N T S          o                 o
                     
         O        O               BLOBOATS [OS4]                O       O       
                                    



                            PORTED BY ............ SPOT
                            SUPPLIED BY ... BILL MCEWEN
                            TYPE ................. GAME

 Change your monitor tooltypes to interrupt=no for a flickerfree display, it's 
          slower though. Hopefully minigl will be fixed soon!

--[README]---------------------------------------------------------------------

Bloboats 1.0.1-2 
by Markus "MakeGho" Kettunen <makegho()mbnet.fi>, http://bloboats.dy.fi/

1. Babble babble
2. Installation and configuring
  2.1. Unix-like systems
  2.2. Windows
  2.3. Configuration files
3. Credits
4. Controls & stuff
  4.1. Menu keys           (How do I delete that player or recording?!)
  4.2. In-game keys        (What are the default keys?!)
  4.3. Flags               (Is there a way to disable the crappy sounds
completely?!)
  4.4. Recordings          (I can't find the recording I saved in the game!!)
  4.5. Structure of the recordings (That recording doesn't work!!)
  4.6. Public scoreboard   (I think I made a really good time! How fast should I
be?)
5. Licence and copying

---

1. Babble babble

Bloboats is a boat racing game in which the objective is to reach the goal
as fast as possible, at least faster than your friend does. Perhaps the poor
ship,
MS Enterprise, is always in distress, or something.

The development of Bloboats was started just for fun, but as Assembly '06 got
closer,
the plan changed a bit. Now the plan was to not be the worst ranked in Assembly
'06 game
development competition. The physics engine of Bloboats uses some heavy
spring forces related calculation with heavy damping, and was not originally
developed
for Bloboats but just for my own testing purposes -- just for fun. As always.

Bloboats is licensed under GNU GPL 2 except for some data files. For details,
see
"5. License and copying" and file "copying.txt".


2. Installation and configuring

2.1. Unix-like systems

- Install SDL (http://www.libsdl.org, dev and runtime)
- Install SDL_image (http://www.libsdl.org/projects/SDL_image, dev and runtime)
- Install SDL_mixer (http://www.libsdl.org/projects/SDL_mixer, dev and runtime)
- Install SDL_net (http://www.libsdl.org/projects/SDL_net, dev and runtime)
- Install libvorbis

It is possible to install without sounds (SDL_mixer) by setting SOUND = 0 in the
Makefile
and deleting all -lSDL_mixer entries.

It is possible to install without network support (SDL_net) by setting NETWORK =
0 in the makefile
and deleting all -lSDL_net entries.

Installation steps:

1. Open Makefile in a text editor
2. Read the help lines and do needed changes
3. Compile by typing 'make', or if that doesn't work, try 'gmake'. Make sure you
have
writing permissions to the installation directory (you may specify it in the
Makefile).
Also make sure you have SDL-dev, SDL_image-dev, SDL_net-dev and SDL_mixer-dev.
4. Remember to do 'make install'. If you don't have root privileges, consult
Makefile


2.2. Windows
- Run the installer


2.3. Configuration files

- Private directory (in Unix-like systems, specified in the Makefile, in Windows
usually 'private')
contains directories 'ghost' and 'records'. Ghost directory contains the best
run for each level
and 'records' directory contains all the recordings you've created with the game
or copied there
for watching purposes.

- players.dat in the private directory shouldn't be touched. It contains the
private highscores
for every player and the number of secrets found, etc. If this file is removed,
it will be automatically
re-created, without information about the players.

- levels.dat contains the best times of all players listed in Select player
menu. Deleting forces
highscore reset.

- config.dat has some information about the settings selected in options menu.
Change the order of
these or remove a line and you may lose them all. This file is not meant to be
edited, but will
be automatically recreated with default settings if deleted.


---

3. Credits

Bloboats was made by Markus "MakeGho" Kettunen, and released by Blobtrox.
Musics by Pauli "Gwaur" Marttinen

Thanks and greetings to:
  - Pauli "Gwaur" Marttinen for all the music in the game and
data/images/ground2.png
  - Jouni "Cornix" Puotila for data/images/bloboats.png
  - Miiro "miiro" Lindfors for data/images/alus.png
  - Henri "str4nd" Strand for pages at http://bloboats.dy.fi/
  - Aspekt
  - Blobtrox
  - Fingersoft
  - Lonelycoders
  - Moonhazard
  - Abyss :)
  - Arcatan
  - Daed
  - kaviaari
  - Malkkis
  - Nexton
  - Sponji
  - sooda
  - tArzAn
  - You too, yes, you.

If you should be here, please tell me. (You are!)


---

4. Controls & stuff

4.1. Menu keys

Enter key selects, up and down change selection.
In the scoreboard view left and right change level, and in the volume view
left and right arrow keys change volume.

Delete or d may be used to delete player slots or recordings.


4.2. In-game keys

F1 toggles special information mode for hackers
F2 toggles FPS view

Default keys:

Left and right arrow keys rotate the ship. (Counter-clockwise, clockwise)
Up key thrusts, down key reverses
C jumps (the higher the bigger part of the ship is in the water)
R and F zoom

Note that these may be changed from the controls menu.


4.3. Flags

These are the flags for running bloboats from command line

--nosound : Sounds will be turned completely off until you start bloboats with
--sound
--sound : Turns sound on if it has been turned off with --nosound
--windowed : Tells Bloboats to be run in windowed mode. Flag -w does the same.
--fullscreen : Tells Bloboats to be run in fullscreen mode. Flag -f does the
same.
--resolution=NxM : Changes resolution to NxM.
--nolimit : Disables some limitations; used for checking validity of a record.
--help : displays help about the command line flags

Notice: in Windows the output goes to stdout.txt in the installation directory


4.4. Recordings

It is possible to open recordings straight with bloboats by selecting "open
with"
from whatever you might be using. (bloboats <filename> in the correct directory
in command line)

To distribute a recording, copy it from private/records/ and if you wish to play
a recording given to you, put it into private/records/. Replace private with
whatever
privatedir is set to in file bloboats.dirs or in Unix-like systems,
/etc/bloboats.dirs

Note that in order to be shown in the view records menu correctly, the name of
the
recording must be written in capital letters (except for the .brc, (bloboats
recording) extension)


4.5. Structure of the recordings

The recording files are just heavily compressed keyboard layout maps for every
frame,
thus if you ever encounter a recording that "doesn't work" although it might
even be in the
public scoreboard (http://bloboats.dy.fi/), it is most probably because your
computer and
the player's computer calculate floating point calculations a bit differently.
Although the 
error for one calculation is really small, it cumulates and may corrupt the
recording.

This may even happen in your own recordings on the same computer, especially if
your hardware
is overclocked, but in any case, this should be extremely rare.


4.6. Public scoreboard

The game includes support for automatically sending the best scores to the
public scoreboard
server at http://bloboats.dy.fi/. If options->upload scores button doesn't work
or you can't
see it doing anything, please considering uploading your recording files
manually. Also,
if your time wasn't green coloured, the game won't send your time at all. If you
wish, you
may still add that time manually.

Tip: private/ghost directory has your best recordings for all the levels.


4.7. Secrets?

Yes, please. There are six special secrets hidden in the game. You'll find out.

---

5. License and copying

Bloboats is released under GNU GPL version 2, except for some these sound files
that are licensed
under the Sampling Plus 1.0 license
(http://creativecommons.org/licenses/sampling+/1.0/):


Samples used from Freesound:

RHumphries ( http://freesound.iua.upf.edu/usersViewSingle.php?id=1112 )
 rbh Applause 01 big.WAV (
http://freesound.iua.upf.edu/samplesViewSingle.php?id=1921 )
meatball4u ( http://freesound.iua.upf.edu/usersViewSingle.php?id=59895 )
 explode4.wav ( http://freesound.iua.upf.edu/samplesViewSingle.php?id=17226 )
harri ( http://freesound.iua.upf.edu/usersViewSingle.php?id=18811 )
 1_fridge_open.mp3 ( http://freesound.iua.upf.edu/samplesViewSingle.php?id=8865
)
petenice ( http://freesound.iua.upf.edu/usersViewSingle.php?id=26137 )
 SPLASH.wav (http://freesound.iua.upf.edu/samplesViewSingle.php?id=9508 )
batchku ( http://freesound.iua.upf.edu/usersViewSingle.php?id=186 )
 colide-18_017.aif ( http://freesound.iua.upf.edu/samplesViewSingle.php?id=10479
)
NoiseCollector ( http://freesound.iua.upf.edu/usersViewSingle.php?id=4948 )
 granular ambience 2 boat.wav (
http://freesound.iua.upf.edu/samplesViewSingle.php?id=12510 )
By pushtobreak (http://freesound.iua.upf.edu/usersViewSingle.php?id=9056)
            Earth1.aif
(http://freesound.iua.upf.edu/samplesViewSingle.php?id=16793)

Some of the sounds have been modified a bit or a lot for better suitability.


For details about the license information and GNU GPL version 2, see file
"copying.txt".

--------------------------------------------------------------------------------



File Version Size Date OS Dls Readme
bloboatssrc.lha1.0.1-2324kb20 Jul 20084.0217¤ Bloboatssrc - Bloboats sources (no datafiles).
Copyright © 2004-2024 by Björn Hagström All Rights Reserved