AI War:Current 4.0 Beta

From Arcen Wiki
Revision as of 18:48, 24 September 2010 by Dominus Arbitrationis (talk | contribs)
Jump to navigation Jump to search

Prerelease 3.700

  • AI War version 3.189 converted to the Unity 3D engine. Only new features since 3.189 are mentioned here.

Performance Improvements

  • There are no longer any prerequisites for running the game.
  • The game no longer uses GDI+, so it is no longer at all dependent on system fonts, and programs like FRAPS are able to record the menus as well as the actual gameplay.
  • Thanks largely to the removal of the GDI+ components, the game application itself opens markedly faster now.
  • The draw-framerate is now independent from the simulation-framerate.
    • This is a huge benefit, because now the draw framerate automatically drops under serious load (like a big battle), which lets the actual simulation speed stay at 100% during play in many cases.
      • Thus the game doesn't slow down to a crawl during big battles (it just gets briefly choppy, if that), which passes much more quickly and is markedly less frustrating.
      • Also, if one player has a slightly underpowered machine during a network game, it is less likely to slow down the simulation for the other players, which is also excellent.
  • In-game textures are now streamed into the game in a queue, rather than loaded-all-at-once when first encountered. This avoids choppiness and momentary lag when loading savegames and similar. This does cause images to be invisible and then pop-in during that same time, but that's much preferable in the main.

Visual Improvements

  • A new and better-looking game HUD visual style is now in place. This new visual style is also intended to improve readability while also increasing performance.
  • The GUI for the game no longer uses bordered text -- this both aids in readability for some players, as well as improving performance, and with the higher-contrast window backgrounds this is more readable than ever.
  • The status text over most of the in-game ships (poor efficiency, exhausted, knowledge income, etc) now appear with a nice little bounding box that makes them look better and also easier to read. These boxes now conveniently disappear when moused-over, so that they are never in the way of what the player is trying to click on. When the Alt key is held, all of these also now disappear, which makes it even more convenient.
  • The galaxy map has seen a number of improvements.
    • The planet graphics in the galaxy map are now much-improved, and make use of shaders and rotation to make themselves look much more realistic.
    • The lines between the planets on the galaxy map also now use shaders and have a much more modern, realistic look to themselves.
    • The little row of ship icons below each planet has been removed from the galaxy map, as that was useless clutter that made the galaxy map harder to read and which most people didn't notice anyway.
  • Flares are now shown on top of player ships, rather than under them. This is a longstanding request from players who found them too hard to see when under ships. Holding the alt key now hides the flares, so you get the best of both worlds.

Keyboard Control Changes

  • A number of keyboard control changes have been made. If you don't like them, the beauty is that you can now remap them as you wish, but we wanted to take this opportunity to clean up the keycodes to make them as sensible as possible -- they grew up a bit unevenly as the game has developed, and there were a few things that have been bugging us for a while.
    • Ship contruction keycodes have been made consistent:
      • It is now possible to build queue-constructed ships in groups of 10 by holding alt.
      • It is now possible to build directly-placed ships in groups of 50 by holding ctrl.
    • Ship selection modifier keycodes (when using hotkeys such as S to select science labs, or when clicking items on the planetary summary) have been made more consistent with the general selection modifiers (when just dragging selection boxes):
      • When holding Shift, it now adds the new ship to the selection rather than centering on it.
      • When holding Space, it now centers on the ship.
    • The button for showing control group assignments, and for showing ship movement/attack lines, and for toggling on all the attack power modifier overlays, has been changed from Ctrl to Alt.
      • This keeps the lines, etc, from getting in the way when players are just using the Ctrl key normally, which is a lot -- and still makes it readily accessible to see these lines and control groups at an easy click of the button, though.

Galaxy Map Functional Changes

  • The glow around planets that are alerted to the human presence is now red instead of yellow, as with the new blending, etc, the yellow was extremely hard to see.

New Features

  • Added "Blitz" combat style which is like Fast and Dangerous but the ship speed is doubled again. Also, "Normal" has been renamed to Epic/4X-like and "Fast and Dangerous" has been renamed to "Normal".
  • The keyboard bindings are now able to be edited. The editing interface is on the settings menu, and the bindings themselves are stored in inputbindings.dat, separate from all other settings for ease of sharing, etc.

Gameplay Balance Changes

  • Metal and Crystal Harvesters no longer require energy to operate -- they produce enough energy for themselves directly.

Settings Changes

  • It is no longer possible to manually select a starfield type in the game settings -- a completely new starfield generation algorithm is now used.
  • Same as with the starfields, it is no longer possible to select styles of nebulae, as they are now handled differently and better. Also, nebulae detail levels can no longer be set in the game settings, but nebula can now be turned off via a toggle if desired.
  • The option "Scale Game On Large Monitors (Keeps game objects the same relative size on larger and smaller monitors, but may cause lowered overall quality)" has been removed, as it no longer applies on the new platform (it looked awful on the old platform, anyway).
  • The "Disable Very Far Zoom" option has been removed from settings. It's long-since been clear that nobody in their right mind would want to do that.
  • The "Disable Cleartype" option has been removed from settings because it also has no meaning on the Unity platform (text comes from prerendered textures, never from the OS, now).
  • The "Default Frame Skip" option has been removed (as has the "frame skip" feature in general), because Unity 3D manages the render-vs-sim framerate automatically (and does a much better job of it, we might add).
  • The "Extra Tooltip Font Size" option has been removed, as fonts can't be dynamically resized in the same way on Unity 3D the way we're using the fonts. BUT, because the game now supports true fullscreen, that shouldn't ever be a need any more, anyway -- this feature was added for a few players so that they could compensate for the text looking too small when viewed at their overlarge desktop resolution.
  • The settings screen will never prompt players for a reboot now except when a previously-disabled expansion is enabled -- Unity 3D can resize its windows in realtime. Yay!
  • The settings option "Use Simple Render For Far Zoom Icons (Slower, But Prevents Invisible Icons On Some Graphics Card Drivers)" has been removed, as with the new Unity 3D system there is no risk of the invisible icons -- again, yay. Now it's definitely always nice and fast for everyone, and there's one fewer confusing settings options.

Misc Changes

  • The Unit Relative strengths is no longer compiled into the game itself, but is now in a UnitRelative.dat file that is in the RuntimeData folder. This lets players update the relativestrengths file if they are so inclined (sometimes it takes us a while to do it).

(note: the above changes reflect our work-in-progress build that has not yet been released)