Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Majesty: The Fantasy Kingdom Sim

From PCGamingWiki, the wiki about fixing PC games
Revision as of 12:56, 23 June 2024 by Plok (talk | contribs) (→‎Game data)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Majesty: The Fantasy Kingdom Sim
Majesty: The Fantasy Kingdom Sim cover
Developers
Cyberlore Studios
Linux Linux Game Publishing
Publishers
2000 MicroProse
2000 Hasbro Interactive
2001-2003 Infogrames
2003 Atari
2008-present Paradox Interactive
Mac OS (Classic) MacPlay
Linux Linux Game Publishing
Release dates
Windows March 21, 2000
Mac OS (Classic) December 13, 2000
Linux April 25, 2003
Taxonomy
Monetization One-time game purchase, Expansion pack
Modes Singleplayer, Multiplayer
Pacing Real-time
Perspectives Bird's-eye view, Isometric
Controls Point and select
Genres Building
Themes Fantasy
Series Majesty: The Fantasy Kingdom Sim
Majesty: The Fantasy Kingdom Sim on HowLongToBeat
Majesty: The Fantasy Kingdom Sim on MobyGames
Majesty: The Fantasy Kingdom Sim on Wikipedia
Majesty: The Fantasy Kingdom Sim
Majesty: The Fantasy Kingdom Sim 2000
Majesty 2: The Fantasy Kingdom Sim 2009
Defenders of Ardania 2012
Majesty: Gold HD 2012

Warnings

GameSpy online services have been shut down (see Network for solutions).

Majesty: The Fantasy Kingdom Sim is a singleplayer and multiplayer bird's-eye view and isometric building game in the Majesty: The Fantasy Kingdom Sim series.

The game was expanded with The Northern Expansion in March 2001, and received several patches and downloadable missions for both the base game and expansion pack. The Gold Edition began distribution in 2002, containing both, and was ported to Linux. In 2009, the Gold Edition started being sold on Steam.

On March 21, 2012, the Gold HD Edition was released, with native widescreen support and bug fixes.

This version of the game requires command line arguments to properly run.

General information

Official developer site
Majesty Gold HD Support Forum
GOG.com Community Discussions for game series
GOG.com Support Page
Steam Community Discussions

Availability

Source DRM Notes Keys OS
Retail
Disc check (requires the CD/DVD in the drive to play)
SafeDisc DRM[Note 1].
Windows
Mac OS
Linux
Steam
Icon overlay.png
Included with Majesty Gold HD.
Windows
SafeDisc retail DRM does not work on Windows Vista and later (see above for affected versions).

Version differences

Majesty: Gold Edition includes the base game and The Northern Expansion.
Majesty Gold HD is an enhanced re-release of the Gold Edition, combined in a single executable. It has improved compatibility for newer systems, high resolution support. As of the most recent updates, it also includes the demo mission, all previously downloadable quests and Steamworks/Galaxy multiplayer.

Demo

Free demo versions with a unique mission are available from GameFront: Windows, Mac OS.

Monetization

DLC and expansion packs

Name Notes
The Northern Expansion Included in Gold and Gold HD editions. Not available separately for Linux.
Windows
Linux

Essential improvements

Patches

Patches are available for Windows and Mac OS. The Gold Edition is already patched.

Use newer SDL version (Linux)

Will replace OSS with ALSA in terms of sound output and add additional features.
Requires 32 bit version of recent SDL 1.2 library.

Run the software with LD_LIBRARY_PATH=/usr/lib32 on at the beginning. If using a 32-bit system use /usr/lib path instead.

Game data

Configuration file(s) location

System Location
Windows <path-to-game>\SaveGame[Note 2]
<path-to-game>\questdata.sav[Note 2]
Mac OS (Classic)
Linux $HOME/.lgp/majx/majxprefs
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/25990/pfx/[Note 3]
This game does not follow the XDG Base Directory Specification on Linux.

Save game data location

System Location
Windows HKEY_CURRENT_USER\Software\Cyberlore\Majesty
Mac OS (Classic)
Linux
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/25990/pfx/[Note 3]

Save game cloud syncing

System Native Notes
Steam Cloud

Video

Input

Performance settings menu
Performance settings menu

Keyboard and mouse State Notes
Remapping
See the glossary page for potential workarounds.
Mouse acceleration
Mouse sensitivity
Mouse input in menus
Mouse Y-axis inversion
Controller
Controller support
Controller types

Audio

Audio settings menu
Audio settings menu

Audio feature State Notes
Separate volume controls
Music, sound effects, voice
Surround sound
Subtitles
Hero chatter not subtitled.
Closed captions
Mute on focus lost
Royalty free audio

Localizations

Language UI Audio Sub Notes
English
German
Retail only.
Italian
Retail only.
Polish
Retail only; download for HD release (partial fan-made re-implementation). Details
Russian
Retail only.

Network

Multiplayer types

Type Native Players Notes
LAN play
4 Requires DirectPlay.
Online play
4 The official GameSpy service has been shut down.

Connection types

Issues fixed

General

Fast scrolling

On older versions of Majesty, faster computers could cause the game to scroll excessively fast.
Change ScrollSpeed in registry (Windows)[3]
  1. Go to HKEY_CURRENT_USER\Software\Cyberlore\Majesty (base game) or HKEY_CURRENT_USER\Software\Cyberlore\Majesty Expansion (The Northern Expansion).
  2. Open ScrollSpeed and change it appropriately.
Edit the configuration file (Linux)[citation needed]

Open up the configuration file and add <ScrollSpeed>#</ScrollSpeed>. Replace # with a number.

Windows

Stability issues

The original versions of Majesty will run on modern operating systems, however the game will be unstable and might crash frequently.

Run majesty.exe or majx.exe with the following command line arguments: -nothreadedcursor -useglblit[citation needed]

Linux

No sound

SDL library that is included with the game is set to use OSS for sound only.
General[citation needed]
The software is not updated frequently.

Install the osspd package (Some distros like ArchLinux refers the package as ossp) and enable/start the osspd/osspd.service service.

If using PulseAudio[citation needed]

Run the game with padsp command (It is included with main PulseAudio package, if not, look for pulseaudio-utils)

If using ALSA[citation needed]
  1. Install alsa-oss package
  2. Load the following kernel modules as root with modprobe command:
  • snd-seq-oss
  • snd-pcm-oss
  • snd-mixer-oss

Run the game with aoss -32 (On 32 bit system just use aoss)

Fullscreen issue with multiple monitors

Run the game in windowed mode using -w command line. However, due to the fact that the windowed mode is at fixed 800x600 resolution, you may need to use the resolution scaling using xrandr command, if on 1080p or 4K resolution.

The mouse isn't captured in windowed mode

Compile libjail.so[citation needed]
The multilibrary version of GCC and 32-bit version of SDL is required for 64 bit system.
  1. Create a text file and name it jail.c
  2. Copy and paste the content of this script
  3. In Terminal run gcc -m32 -fPIC -shared -o libjail.so jail.c -ldl (If on 32 bit system remove the -m32 argument)
  4. Once compiled, move libjail.so to the main game folder
  5. Point out the file to use before running the game using LD_PRELOAD= command at the beginning.Example:
LD_PRELOAD=$HOME/games/majesty/libjail.so $HOME/games/majesty/majx -w

Other information

API

Technical specs Supported Notes
DirectDraw
ExecutablePPC16-bit 32-bit 64-bit Notes
Windows
Linux
PowerPC support is on the first release only.
Mac OS (Classic)

Middleware

Middleware Notes
Audio OSS Linux only.
Interface SDL SDL is Linux only
Cutscenes Bink Video
Multiplayer GameSpy

System requirements

Windows
Minimum Recommended
Operating system (OS) 95
Processor (CPU) Intel Pentium 166 MHz (or equivalent)
System memory (RAM) 32 MB
Hard disk drive (HDD) 314 MB
Video card (GPU) DirectX 7 compatible
Mac OS
Minimum Recommended
Operating system (OS) 8.6
Processor (CPU) PowerPC 233 MHz
System memory (RAM)
Hard disk drive (HDD) 314 MB
Video card (GPU) 16-bit Display at 800x600
Linux
Minimum
Operating system (OS) Linux Kernel 2.2
Processor (CPU) 166 MHz
System memory (RAM) 48 MB
Hard disk drive (HDD) 410 MB
Video card (GPU) 8 MB of VRAM


Notes

  1. SafeDisc retail DRM does not work on Windows 10[1] or Windows 11 and is disabled by default on Windows Vista, Windows 7, Windows 8, and Windows 8.1 when the KB3086255 update is installed.[2]
  2. 2.0 2.1 When running this game without elevated privileges (Run as administrator option), write operations against a location below %PROGRAMFILES%, %PROGRAMDATA%, or %WINDIR% might be redirected to %LOCALAPPDATA%\VirtualStore on Windows Vista and later (more details).
  3. 3.0 3.1 Notes regarding Steam Play (Linux) data:

References