neuromancer / ualbion

A remake of the 1995 RPG Albion (requires data from an install of the original game)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UAlbion

A remake of the 1995 RPG Albion (requires data from an install of the original game)

Prerequisites: .NET Core 3.0

Screenshots:

Example Screenshot 1 Example Screenshot 2 Example Screenshot 3 Example Screenshot 4 Example Screenshot 5

Current Status:

You can walk around, and move things about in your inventory but you can't interact with the environment much yet. Still a lot to do, e.g.:

  • Audio subsystem, file formats are known, but the music is in the old XMI format which is difficult to play without artifacts. Can convert to MIDI, but some notes skip etc and the instruments don't match up too well.
  • Handling all the event chains that are baked into the maps which define a lot of the gameplay
  • Adding a conversation system (the GUI system it will be built on is mostly done at least)
  • Implementing the combat system (huge job, will require lots of reverse engineering)
  • Wide variety of miscellaneous gameplay behaviours
  • Loading and saving of saved games. Currently most of the loaders are only one-way, need to convert them so they can write as well as read.

Main goal is to improve the interface and make some visual improvements, the original game was very clicky so adding some pathfinding and a more efficient way of examining and manipulating objects should improve usabability.

Build instructions

See run.bat / run.sh for how to invoke dotnet to build and run it from the command line. Alternatively, open up the solution file with Visual Studio. Configure data/config.json to set the path for the files from the original game (currently only version v1.38 where MAIN.EXE is 1,109,655 bytes is supported)

Note: Some images (everything in PICTURE0.XLD) currently need to be:

  • manually exported using the export tool
  • converted from the old IBM interlaced bitmap format into regular bitmaps using a tool like ImageMagick
  • saved in data/PICTURE0.XLD/00.bmp, data/PICTURE0.XLD/01.bmp etc.

If this hasn't been done, then the menu and status bar backgrounds will not be able to load and will be replaced by a red 'invalid image' graphic.

About

A remake of the 1995 RPG Albion (requires data from an install of the original game)

License:MIT License


Languages

Language:C# 96.8%Language:F# 2.1%Language:GLSL 1.0%Language:Batchfile 0.0%Language:Shell 0.0%