diff --git a/README.md b/README.md index 9a0013f..4b7de6f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ This repo does not contain any data files (maps, sprite definitions, etc). In or http://www.stephenjsweeney.com/games/attrition/#purchase +Demo data files are also available. See further below for more details. + ### DATA INSTALLATION The data folder should be placed alongside the gfx, sound, and music folders, so that the game can access it. By default, the "make install" step will place the data files into /opt/blobWarsAttrition. This is where you should copy the data folder, in order for the game to work. Or, after building, you can run the game in place. @@ -26,6 +28,8 @@ http://www.stephenjsweeney.com/downloads/blobWarsAttrition/blobWarsAttrition-dem http://www.stephenjsweeney.com/downloads/blobWarsAttrition/blobWarsAttrition-demo-data.tar.gz +If you upgrade from the demo data files to the commercial ones, you should start the game from scratch, to prevent issues with the persistent world. + ## SCREENSHOTS Screenshots from various versions can be found here: https://github.com/stephenjsweeney/blobWarsAttrition/tree/master/dev/screenshots @@ -34,9 +38,13 @@ Screenshots from various versions can be found here: https://github.com/stephenj ### GRAPHICS -All graphics are CC BY-NC-SA 3.0, with the following attribution: Copyright 2014-2018, Parallel Realities +gfx/trophies/bronze.png - dervied from Trophy icon, by Lorc (CC BY 3.0): http://game-icons.net/lorc/originals/trophy.html +gfx/trophies/gold.png - dervied from Trophy icon, by Lorc (CC BY 3.0): http://game-icons.net/lorc/originals/trophy.html +gfx/trophies/platinum.png - dervied from Trophy icon, by Lorc (CC BY 3.0): http://game-icons.net/lorc/originals/trophy.html +gfx/trophies/silver.png - dervied from Trophy icon, by Lorc (CC BY 3.0): http://game-icons.net/lorc/originals/trophy.html +gfx/trophies/unearned.png - dervied from Trophy icon, by Lorc (CC BY 3.0): http://game-icons.net/lorc/originals/trophy.html -### GRAPHICS +All other graphics are CC BY-NC-SA 3.0, with the following attribution: Copyright 2014-2018, Parallel Realities ### SOUND diff --git a/manual/gameplay1.jpg b/manual/gameplay1.jpg new file mode 100644 index 0000000..29c7c2b Binary files /dev/null and b/manual/gameplay1.jpg differ diff --git a/manual/gameplay2.jpg b/manual/gameplay2.jpg new file mode 100644 index 0000000..e84d40e Binary files /dev/null and b/manual/gameplay2.jpg differ diff --git a/manual/hub.jpg b/manual/hub.jpg new file mode 100644 index 0000000..aa75db2 Binary files /dev/null and b/manual/hub.jpg differ diff --git a/manual/index.html b/manual/index.html new file mode 100644 index 0000000..5fff7a6 --- /dev/null +++ b/manual/index.html @@ -0,0 +1,114 @@ + + +Blob Wars : Attrition - Gameplay Manual + + + + +
+

+
+Gameplay Manual +

+

Introduction

+

+Blob Wars : Attrition is a mission and objective-based 2D platformer. It is the third entry in the Blob Wars series and is set between the events of Metal Blob Solid and Blob and Conquer. The story centres around an alien invasion of the Blobs' homeworld and their fight back against the aggressors. Many of Bob's fellow blobs have been assimilated by alien technology and become evil. During the game, you take control of a blob named Bob, whose mission it is to rescue MIA and fight back against the enemy. The gameplay is non-linear, allowing the player to tackle missions in any order they prefer. +

+ +

Quick Start Guide

+

+To quickly start playing the game: +

+

+ +

Gameplay

+

+Most missions in the game feature mulitple objectives which are listed at the start of the level. Those objectives listed in red are required to be completed. Those listed in white are optional and can be completed at any other time. Once all the objectives have been completed, the mission will automatically end and the player will be returned to the World Map. They can then choose to play the mission again, to complete all the outstanding objectives and collect keys that they missed before. +

+

+ +

+ +

Weapons

+

+ +

+ +

Keys

+

+Keys and keycards to open doors can be found scattered throughout the missions in Attrition. Spare keys not used in a level are carried between levels once the mission ends (or the player quits). This is important, as not all the doors on one level will have a matching key. For example, a level might contain two gold doors, but only one gold key. In this instance, the player would need to find a gold key on another level. +

+ +

Hearts and Cells

+ +

Controls

+ +

Title Screen

+ +

Hub / World Map

+ + + +

Main Mission

+ +

Objectives / Inventory

+ + + +

Radar

+ + + +

Ending the Game

+ +

Options

+ + + +

Hints and Tips

+ +

License

+ +

About

+ +
+ + + diff --git a/manual/options.jpg b/manual/options.jpg new file mode 100644 index 0000000..b5f4f9a Binary files /dev/null and b/manual/options.jpg differ diff --git a/manual/radar.jpg b/manual/radar.jpg new file mode 100644 index 0000000..7fa1077 Binary files /dev/null and b/manual/radar.jpg differ diff --git a/manual/title.png b/manual/title.png new file mode 100644 index 0000000..4c918ba Binary files /dev/null and b/manual/title.png differ