1. Start
  2. Forum
  3. Members
    1. Recent Activities
    2. Users Online
    3. Team
    4. Search Members
  4. Gallery
    1. Albums
  5. Calendar
    1. Upcoming Events
  6. Filebase
  7. Blog
    1. Articles
  8. Lexicon
  • Login or register
  • Search
OpenUA
  • Everywhere
  • OpenUA
  • Articles
  • Pages
  • Forum
  • Gallery
  • Events
  • Files
  • Lexicon
  • Blog Articles
  • More Options
  1. Urban Assault - Metropolis Dawn
  2. Lexicon
  3. Urban Assault
  4. Important
  5. OpenUA

OpenUA (UA:Source)

  • Schloss Charlottenburg
  • December 21, 2021 at 10:00 AM
  • May 31, 2025 at 9:30 AM
  • 8,886 times viewed
  • The article about the OpenUA/UA:Source. OpenUA (UA:Source) is a clean-room, open-source engine re-implementation project of the original Urban Assault game engine.

    (This article is currently under construction!)

    1 Information

    OpenUA (UA:Source) is a clean-room open-source reverse engineering/engine re-implementation project of the original Urban Assault game engine.

    2 Overview

    OpenUA (also known as 'UA_Source') is a clean-room, reverse engineering/engine re-implementation project of the original Urban Assault game engine that was initially started from the old Stoudson Corporation forums (the main Urban Assault community website that went offline in 2020).

    OpenUA project originally had an active public development & discussion thread on Stoudson Corporation forums since 2016. The main objective is to reconstruct the original UA engine and (re-)implement certain features and updates via modern, platform-independent technology that are better compatible with modern computer hardware and system configurations.


    Thanks to the years of constant development, currently OpenUA is considered fully playable in the single-player mode. Although there are numerous technical differences between the original UA engine and various parts of the game may not be strictly identical to the original UA engine, these discrepancies are generally trivial and do not significantly affect the gameplay experience too much.

    Newer and experimental OpenUA builds and releases may contain unexpected bugs or glitches in them. Therefore, it is highly recommended to use the stable release versions instead. (See the Downloads section.) Some experimental builds are known to have game breaking bugs and glitches and so do not download or use them!


    Nowadays, playing the game via OpenUA is generally recommended as a reliable alternative method to resolve most compatibility problems that may occur on modern systems and hardware. OpenUA now also supports a primitive multiplayer functionality and various other new features as well, although they are still currently in development. This article will also cover some of these network components and elements later.

    Since many parts of the code have been reconstructed, refactored, or improvised from the original game's algorithms, OpenUA may contain new types of bugs and glitches, and the gameplay experience may not be strictly identical to the original UA in all aspects. However, OpenUA also offers various advanced and improved performance and settings on modern systems and hardware, as well as fixing a few bugs that were present in the original game engine.

    3 Project Objectives

    3.1 Implemented

    • Rewrite the game engine, make it portable and modulable.
    • Rectify the AI Helicopter Bug.
    • Replace D3D/DDraw/DInput/DSound with SDL2/OpenGL/OpenAL.
    • Add support for Metropolis Dawn expansion and its functions.
    • Implement new language files support, replace language.dll with text format files.
    • Implement music player (replace CD-based music player).
    • Implement video player.
    • Implement in-game Situation Analyzer function.
    • Add native Windowed mode support.
    • Add custom shaders functionality for recreating software rendering effects.
    • Other miscellaneous improvements.
    • Implement basic and primitive multiplayer functionality (unfinished and unstable).

    3.2 Not implemented

    • Implement a new, stable, and fully functional multiplayer engine and connection interface.
    • Other miscellaneous bug-fixes and tuning.

    4 New OpenUA Configuration Options

    As a part of its development, many new configuration keyword options that are exclusive to the OpenUA engine were implemented.

    The full options are listed below and may be added into the NUCLEUS.ini configuration file that is located in the main game folder:

    Code
    ;
    ; OpenUA Custom Parameter Options
    ;
    ; These are special custom parameters that are
    ; exclusively added and used by OpenUA engine.
    ;
    ; They have no effect in the original engine.
    ; Careless changes may cause gameplay issues.
    ;
    menu.windowed	=	off
    tune.weapon_radius	=	off
    gfx.blending	=	0
    gfx.solidfont	=	off
    gfx.vsync	=	1
    gfx.maxfps	=	60
    gfx.newsky	=	on
    gfx.skydistance	=	3000
    gfx.skylength	=	500
    gfx.color_effects	=	0
    ; gfx.color_eff_pwr[0]	=	100
    gfx.color_eff_pwr[1]	=	100
    gfx.color_eff_pwr[2]	=	100
    gfx.color_eff_pwr[3]	=	100
    gfx.color_eff_pwr[4]	=	100
    gfx.color_eff_pwr[5]	=	100
    gfx.color_eff_pwr[6]	=	100
    gfx.color_eff_pwr[7]	=	100
    gfx.vbo	=	on
    particles.limit	=	5000
    ; OpenUA Custom Parameter Options End
    Display More

    These parameters are fully integral parts of the new OpenUA features and functionality. Most of the above options are considered essential for smoothly running the game via OpenUA.

    Therefore, it is HIGHLY recommended to add these new keywords into NUCLEUS.ini file of the OpenUA directory. If some key options are missing or misconfigured, it may adversely affect the performance of OpenUA, or may even result in an undesirable gameplay glitch.

    They do not have any effect in the original UA engine.

    5 FAQ

    By default, OpenUA is a separate engine software and therefore does not come with the original game data files. However, standalone OpenUA packages with full game contents and necessary settings are created for convenience.

    5.1 Running Urban Assault on OpenUA

    Under Construction.

    Manual installation instructions will be covered here in future. For now, downloading and using OpenUA Standalone Package is recommended (see Downloads below).

    5.2 Running Metropolis Dawn expansion pack on OpenUA

    Under Construction.

    Manual installation instructions will be covered here in future. For now, downloading and using OpenUA Standalone Package is recommended (see Downloads below).

    5.3 Running Urban Assault Trial (Demo) on OpenUA

    Under Construction.

    Manual installation instructions will be covered here in future. For now, downloading and using OpenUA Standalone Package (Demo) is recommended (see Downloads below).

    6 Downloads

    The core component files of OpenUA builds and releases are available on the main GitHub repository. The downloads section here will describe the generally recommended game files to play UA via OpenUA.

    The following download files are all pre-configured and it is not necessary to install the game separately. They are also based on older, but more stable version releases of OpenUA.

    6.1 Downloading the OpenUA Standalone Package (Full Game) (Highly recommended for most users)

    Download Link:

    File

    OpenUA Standalone Package - Full Game

    The full OpenUA Standalone Package with all necessary game data files and pre-configuration setups.
    Schloss Charlottenburg
    December 25, 2021 at 6:00 AM

    6.1.1 Notes

    OpenUA Standalone Package is HIGHLY RECOMMENDED for normal users who want a quick and stable way to play the game on modern hardware without further workarounds. This is a full standalone game package with the original game data (Urban Assault + Metropolis Dawn expansion pack) contents that requires no installation process, with the latest stable UA:Source files as well as other necessary configurations setup applied inside already. Please use 'UA_Source.exe' (not 'UA.exe' or 'Ua_xp.exe'!) and its variants to launch the game in the OpenUA engine.

    If you are new in the community, and have problems determining which game files to download and/or had already experienced technical issues with the original UA files on your machines, then download and use this package. Also when using this package, please check the 'Package Description' Readme file first! Everything you need to know about the package is properly explained in there. This package now also contains the authentic and official German, French, and Japanese localisation files of Urban Assault. However, the in-game movie files in this package are only available in English version because they take up a large portion of the total game size.)

    6.2 OpenUA Standalone Package (Demo/Trial version)

    The OpenUA Standalone Package is now also available for the Trial (Demo) version of the game.

    Download Link:

    File

    OpenUA Standalone Package - Trial Version

    OpenUA Standalone Package for Urban Assault Demo/Trial version.
    Schloss Charlottenburg
    December 25, 2021 at 6:00 AM

    6.2.1 Notes

    This is the trial version of the game that has been configured to be played on OpenUA in a similar manner to the above main standalone package. Again, pleased check the 'Package Description' Readme file inside!

    6.3 Downloading and compiling from the GitHub repository source (For advanced users only; generally not recommended)

    Under Construction.

    More to come in future.

    For now, check the compilation instructions available on the main GitHub page. Note that you will also require the original game data as well as additional configuration files to play the game with this method.

    7 Technical Support

    OpenUA is a separate program software from the original UA game engine with many technical differences present in the low-level algorithms, and therefore it requires different methods of troubleshooting from the original UA game engine.

    Bug reports for OpenUA are welcome, especially with detailed contexts and instructions for replacing the issues provided together. The multiplayer layers of OpenUA in particular are still unfinished, and numerous issues were reported so far.

    Should you have further questions or if you are currently encountering any issues while playing the game via OpenUA, either open a support ticket on the forums, or visit the community Discord server to receive direct technical support assistance.

    8 Single-player

    OpenUA fully supports the single-player functionality of the original game. It can be reliably used as an authentic alternative to the original game. Thanks to the continued development cycle, the bug and glitch occurrences are minimal at the moment. Although latest builds that have not been properly play-tested yet may contain new types of bugs and glitches.

    It is imperative to use stable OpenUA versions!

    9 Multiplayer

    OpenUA supports the basic multiplayer functionality at the moment, and the development process of multiplayer layers is not yet fully finished. There are still some bugs and glitches present in the multiplayer mode and therefore more play-testing is necessary for further fixes and improvements. However, currently it is considered to be playable for the most part.

    9.1 OpenUA Port Number

    OpenUA uses UDP port 61234, unlike the original UA which uses other TCP port numbers. When playing multiplayer in OpenUA, it is necessary to forward this port in the network.

    9.2 Connection Methods Differences

    Currently, there is one major difference between the original UA and OpenUA multiplayer interface for a connection method between the host computers.

    In the original UA, the connection to a host computer is achieved via Microsoft DirectPlay protocol, and a new window will appear where the player can type an IP address of the host computer to connect into the game session.

    In OpenUA, currently there is no separate window interface to type an IP address of the host computer, instead the game will search for an IP address that is copied to the clipboard when the Connect to a Game function is used.

    The latest version of OpenUA that are currently under experiment will feature a new and separate interface for this function.

    10 Disclaimer

    It is NOT recommended to use experimental/unstable versions of OpenUA builds. They usually contain unexpected bugs or glitches, and may adversely affect gameplay experience.

Share

  • Changelog
  • PDF

Table of Contents

  • 1 Information
  • 2 Overview
  • 3 Project Objectives
    • 3.1 Implemented
    • 3.2 Not implemented
  • 4 New OpenUA Configuration Options
  • 5 FAQ
    • 5.1 Running Urban Assault on OpenUA
    • 5.2 Running Metropolis Dawn expansion pack on OpenUA
    • 5.3 Running Urban Assault Trial (Demo) on OpenUA
  • 6 Downloads
    • 6.1 Downloading the OpenUA Standalone Package (Full Game) (Highly recommended for most users)
      • 6.1.1 Notes
    • 6.2 OpenUA Standalone Package (Demo/Trial version)
      • 6.2.1 Notes
    • 6.3 Downloading and compiling from the GitHub repository source (For advanced users only; generally not recommended)
  • 7 Technical Support
  • 8 Single-player
  • 9 Multiplayer
    • 9.1 OpenUA Port Number
    • 9.2 Connection Methods Differences
  • 10 Disclaimer

Categories

  1. Meta 10
  2. Urban Assault 92
    1. Important 7
      1. Urban Assault 4
      2. Metropolis Dawn 1
      3. Urban Assault Trial 1
      4. OpenUA 1
    2. Overview 33
    3. Gameplay 33
    4. Factions 85
    5. Levels 8
    6. Data & Modification 16
    7. Miscellaneous 7
  3. Playground 900
  1. Privacy Policy
  2. Legal Notice
Lexicon, developed by www.viecode.com
Copyright © Metropolis Dawn. All Rights Reserved.
Powered by WoltLab Suite™