1oom

0

Описание

1oom — это попытка точно воссоздать движок игры Master of Orion Classic (1993). Для запуска требуются оригинальные файлы. Проект перенесен с https://github.com/1oom-fork/1oom.

https://fork1oom.sourcecraft.site/1oom/

Языки

  • C98,5%
  • M40,9%
  • Makefile0,5%
  • HTML0,1%
README.md

1oom

1oom aims to accurately reproduce the original DOS version of Master of Orion Classic (1993) in a form that can be run on modern computers. 1oom is Free Software (GPLv2), see LICENSE.

Tools

  • lbxview (for viewing LBX files)
  • saveconv (for converting save game files)

Installation

1oom requires a copy of the Master of Orion (v1.3) LBX files.

Windows

Simply copy the EXE and DLLs (if any) to your MOO1 directory.

Unix (Linux)

1oom requires the following libraries:

  • SDL (libsdl1.2 or libsdl2)
  • SDL_mixer (libsdl-mixer1.2 or libsdl2-mixer)

Also recommended:

Check your distribution's package manager or the library website on how to install them.

DOSBox (Android)

1oom for DOS requires the following:

  • DOSBox application, such as Magic DOSBox
  • CWSDPMI extension

To compile 1oom for DOS you will need i586 djgpp toolchain and Allegro4.

Configuration

See CONFIGURATION.

Development

See INSTALL and HACKING for more information.

Controls

  • Middle click or Ctrl-F10 to grab/ungrab input.
  • Ctrl-Esc to quit (without saving).
  • Ctrl-[] to adjust sfx volume.
  • Ctrl-Shift-[] to adjust music volume.

Otherwise it controls like the original.

Abbreviations

The following abbreviations appear in the documentation and code:

  • MOO1: Master of Orion 1 as represented by the v1.3 DOS binaries
  • OSG: The Official Strategy Guide (ISBN 1-55958-507-2)

Acknowledgements

Most of the credit for this software belongs to the programmer who authored 1oom v1.0 under the pseudonym Kilgore Trout Mask Replicant. Thank you for creating this and publishing it free and open source!

Thanks to MyName aka Duzh87_54MSU for restoring 1oom from its broken state and for creating 1oom v2.0 (vanilla).

The original game Master of Orion was developed by Simtex Software and published in 1993 by MicroProse. Thanks for the great game!

Thanks to Alan Emrich and Tom Hughes for documenting the game mechanics and AI decision making in great detail in the official strategy guide.

Ideas and text snippets have been taken from kyrub's unofficial patch 1.40m Readme. Thanks for the patch.

Thanks to shikadi.net for documenting the music format.

Thanks to CivFanatics forum user sargon0 for partial save game format info.

Thanks to those who contributed code, ideas or bug reports.

Some code and documentation has been pilfered from Chocolate Doom and VICE.