Archives For game

0 A.D. PPA

A new release of the free, open-source real-time strategy game of ancient warfare, 0 A.D. Alpha 23 “Ken Wood”, was released a day ago. Here’s how to install it in Ubuntu 18.04, Ubuntu 17.10, Ubuntu 16.04.

New features in 0 A.D. Alpha 23 according to the release note:

  • New Civilization: Kushites
  • Mod Downloader
  • Cavalry and Spartan Building Models
  • Combine Victory Conditions
  • Attack Range Visualization
  • Diplomacy Colors
  • Destruction Damage
  • Unit Information Dialog
  • AI Behavior
  • Lobby Authentication to prevent impersonation
  • Nomad Mode on all Random Maps
  • New Random Maps: Lower Nubia, Jebel Barkal, Elephantine, Fields of Meroë, Hellas, Dodecanese, Scythian Rivulet

How to Install 0 A.D. alpha 23 in Ubuntu:

The Wildfire Games team offers an official PPA that contains the latest packages for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 17.10, and their derivatives.

1. Open terminal (Ctrl+Alt+T) and run command to add the PPA:

sudo add-apt-repository ppa:wfg/0ad

Type your password (no visual feedback while typing due to security reason) when prompts and hit Enter.

2. Then upgrade the game from an existing release via Software Updater:

Or simply run commands to update and install the game:

sudo apt-get update

sudo apt-get install 0ad 0ad-data

Uninstall:

Purge the PPA via the following command will remove the PPA as well as downgrade 0 A.D. to its stock version in your Ubuntu:

sudo apt-get install ppa-purge && sudo ppa-purge ppa:wfg/0ad

If you still want to remove the game, either use your system package manager or run command:

sudo apt-get remove --autoremove 0ad 0ad-data

Discord, a free proprietary voice and text chat app for gamers, now offers official Discord stable client for Linux 64-bit.

    Discord runs on Microsoft Windows, macOS, Android, iOS, Linux, and in a web browser, which all support fundamental chat-based text features. The Discord application for personal computers is designed for use while gaming, including features such as low-latency, free voice chat servers for users and a dedicated server infrastructure. Discord’s developers plan to add video calling and screen sharing. Direct calling was added in an update on July 28, 2016, with support for calls between two or more users. The company introduced its GameBridge API in December 2016 that allows game developers to directly support integration with Discord within games.

The first stable 0.0.1 release of Discord client for Linux is available for download one day ago. Just go to the official download link below, choose download .deb for Debian/Ubuntu or .tar.gz:

Then click install via Ubuntu Software or Gdebi package manager.

The Battle for Wesnoth game has reached a new stable series by releasing the 1.12.0 release. Here’s how to install it in Ubuntu from PPA.

The Battle for Wesnoth is a turn-based strategy video game with a fantasy setting, featuring both single-player, and online/hotseat multiplayer combat. In Wesnoth, the player attempts to build a powerful army by controlling villages and defeating enemies for experience. The game is loosely based on the Sega Genesis games Master of Monsters and Warsong.

The latest Wesnoth 1.12.0 was released a few days ago, which brings forth loads of new features for players and content creators, as well as a vast number of bug fixes and small enhancements. A new multiplayer faction, a refurnished game interface, and an improved map editor comprise only a small fraction of the changes this new version has to offer to veterans from previous versions.

For details, go to the official web page.

Screenshots:

How to Install Battle for Wesnoth 1.12.0 in Ubuntu:

An unofficial PPA has made the new release into PPA, available for Ubuntu 14.04, Ubuntu 14.10 and Linux Mint 17.

To install the game, press Ctrl+Alt+T on keyboard to open terminal. When it opens, run the commands below one by one:

sudo add-apt-repository -y ppa:vincent-c/wesnoth

sudo apt-get update

sudo apt-get install wesnoth-1.12

Above commands will add the PPA repository, update your system package cache, and finally download & install the game.