The AROS Archives(anonymous IP: 3.135.187.106,339) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu


 Categories

   o Audio (94)
   o Datatype (15)
   o Demo (46)
   o Development (243)
   o Document (61)
   o Driver (19)
   o Emulation (60)
   o Game (508)
   o Graphics (218)
   o Library (22)
   o Network (59)
   o Office (21)
   o Utility (244)
   o Video (18)

Total files: 1628

Full index file
Recent index file

Part of aros exec
 Readme for:  Game » Driving » wipeout_rewrite.i386-aros.zip

wipEout Rewrite

Description: A re-implementation of the PSX game wipEout
Download: wipeout_rewrite.i386-aros.zip       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 574kb
Version: 1.2
Date: 01 May 24
Author: phoboslab/arczi/Farox
Submitter: Farox
Category: game/driving
License: Other
Distribute: yes
FileID: 2858
 
Snapshots:
 
Comments: 0
Snapshots: 3
Videos: 0
Downloads: 27  (Current version)
53  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] 
# wipEout Rewrite

This is a re-implementation of the 1995 PSX game wipEout.

This AROS release is based on the work done by Arczi(Arti), that converted the 
rewrited source code that use SDL2, to use SDL1.2 and OpenGL1.2 
his sources for OS3 are available
here....https://github.com/arczi84/wipeout-sdl1

Sources of this AROS release are included in the package.
If you want to compile my sources open a shell into source directory and type:
make -f Makefile.aros
but you have to adjust path of your compiler as i used crosscompilation on
Linux.

This AROS package does not contain the assets (textures, 3d models etc.)
required
to run the game.
Visit the blog https://phoboslab.org/log/2023/08/rewriting-wipeout where you can
download
a ZIP file with all the datas needed to play, and unzip it into the "wipeout"
directory.

The directory structure is assumed to be as follows
```
./wipegame-aros-i386      # the executable
./wipegame-aros-i386.info #the icon
./wipeout                 # directory where to unzip the datas
./wipeout/textures/
./wipeout/music/track01.qoa
./wipeout/music/track02.qoa
...
```
Note that the blog post announcing this project may or may not provide
 a link to a ZIP containing all files needed. Who knows!

On this AROS release default values i choose for resolution is 960x720 window
mode, 
but if you want you can use any resolution supported by the system, 
open a shell, on the directory of the game and type:

    wipegame 0 1280 720 to run in a window of 1280x720 resolution
or
    wipegame 0 640 480 to run in a window of 640x480 resolution
or
    wipegame -fullscreen 1280 720 to have a fullscreen of 1280x720 resolution

Also there is a problem with the initial mpeg intro, it displays the movie but 
without audio on AROS. The music on the game is playing fine.
Hope i could find the cause and fix in a next release.
The mpeg intro could be deleted without problems, the game will starts fine
without it.

Tested playing with "The Gamepad" the USB pad of the A500Mini.
You can customize controls using keys, Joystick or GamePad in game/options menu.


Copyright © 2005 - 2024 The AROS Archives All Rights Reserved